Skip to content

Commit

Permalink
Fix lintdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
yanfa317 committed Aug 3, 2021
1 parent 698aedf commit b8b5ffb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"description": "Effective Virtual Networks Parameter."
},
"ActiveConnectivityConfiguration": {
"type": "object",
"properties": {
"commitTime": {
"type": "string",
Expand All @@ -222,9 +223,11 @@
{
"$ref": "./networkManagerEffectiveConfiguration.json#/definitions/EffectiveConnectivityConfiguration"
}
]
],
"description": "Active connectivity configuration."
},
"ActiveConnectivityConfigurationsListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -241,6 +244,7 @@
"description": "Result of the request to list active connectivity configurations. It contains a list of active connectivity configurations and a skiptoken to get the next set of results."
},
"ActiveSecurityAdminRulesListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -257,6 +261,7 @@
"description": "Result of the request to list active security admin rules. It contains a list of active security admin rules and a skiptoken to get the next set of results."
},
"ActiveSecurityUserRulesListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -273,6 +278,7 @@
"description": "Result of the request to list active security user rules. It contains a list of active security user rules and a skiptoken to get the next set of results."
},
"ActiveBaseSecurityAdminRule": {
"type": "object",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -337,6 +343,7 @@
"description": "Network base admin rule."
},
"ActiveSecurityAdminRule": {
"type": "object",
"properties": {
"properties": {
"$ref": "./networkManagerSecurityAdminConfiguration.json#/definitions/AdminPropertiesFormat",
Expand All @@ -353,6 +360,7 @@
"x-ms-discriminator-value": "Custom"
},
"ActiveDefaultSecurityAdminRule": {
"type": "object",
"properties": {
"properties": {
"$ref": "./networkManagerSecurityAdminConfiguration.json#/definitions/DefaultAdminPropertiesFormat",
Expand All @@ -369,6 +377,7 @@
"x-ms-discriminator-value": "Default"
},
"ActiveBaseSecurityUserRule": {
"type": "object",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -433,6 +442,7 @@
"description": "Network base rule."
},
"ActiveSecurityUserRule": {
"type": "object",
"properties": {
"properties": {
"$ref": "./networkManagerSecurityUserConfiguration.json#/definitions/UserRulePropertiesFormat",
Expand All @@ -449,6 +459,7 @@
"x-ms-discriminator-value": "Custom"
},
"ActiveDefaultSecurityUserRule": {
"type": "object",
"properties": {
"properties": {
"$ref": "./networkManagerSecurityUserConfiguration.json#/definitions/DefaultUserRulePropertiesFormat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
},
"definitions": {
"NetworkManagerEffectiveConnectivityConfigurationListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -213,6 +214,7 @@
"description": "Result of the request to list networkManagerEffectiveConnectivityConfiguration. It contains a list of groups and a skiptoken to get the next set of results."
},
"NetworkManagerEffectiveSecurityAdminRulesListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -229,6 +231,7 @@
"description": "Result of the request to list networkManagerEffectiveSecurityAdminRules. It contains a list of groups and a skiptoken to get the next set of results."
},
"NetworkManagerEffectiveSecurityUserRulesListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -245,6 +248,7 @@
"description": "Result of the request to list NetworkManagerEffectiveSecurityUserRules. It contains a list of groups and a skiptoken to get the next set of results."
},
"EffectiveConnectivityConfiguration": {
"type": "object",
"properties": {
"id": {
"type": "string",
Expand All @@ -266,6 +270,7 @@
"description": "The network manager effective connectivity configuration"
},
"EffectiveBaseSecurityAdminRule": {
"type": "object",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -321,6 +326,7 @@
"description": "Network base admin rule."
},
"EffectiveSecurityAdminRule": {
"type": "object",
"properties": {
"properties": {
"$ref": "./networkManagerSecurityAdminConfiguration.json#/definitions/AdminPropertiesFormat",
Expand All @@ -337,6 +343,7 @@
"x-ms-discriminator-value": "Custom"
},
"EffectiveDefaultSecurityAdminRule": {
"type": "object",
"properties": {
"properties": {
"$ref": "./networkManagerSecurityAdminConfiguration.json#/definitions/DefaultAdminPropertiesFormat",
Expand All @@ -353,6 +360,7 @@
"x-ms-discriminator-value": "Default"
},
"EffectiveBaseSecurityUserRule": {
"type": "object",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -408,6 +416,7 @@
"description": "Network base rule."
},
"EffectiveSecurityUserRule": {
"type": "object",
"properties": {
"properties": {
"$ref": "./networkManagerSecurityUserConfiguration.json#/definitions/UserRulePropertiesFormat",
Expand All @@ -424,6 +433,7 @@
"x-ms-discriminator-value": "Custom"
},
"EffectiveDefaultSecurityUserRule": {
"type": "object",
"properties": {
"properties": {
"$ref": "./networkManagerSecurityUserConfiguration.json#/definitions/DefaultUserRulePropertiesFormat",
Expand All @@ -440,6 +450,7 @@
"x-ms-discriminator-value": "Default"
},
"ConfigurationGroup": {
"type": "object",
"properties": {
"id": {
"type": "string",
Expand Down

0 comments on commit b8b5ffb

Please sign in to comment.