From b8b5ffb98f52a89186871a0424a00ed0be904b00 Mon Sep 17 00:00:00 2001 From: yanfa317 <53584318+yanfa317@users.noreply.github.com> Date: Tue, 3 Aug 2021 11:55:30 -0700 Subject: [PATCH] Fix lintdiff --- .../networkManagerActiveConfiguration.json | 13 ++++++++++++- .../networkManagerEffectiveConfiguration.json | 11 +++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/networkManagerActiveConfiguration.json b/specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/networkManagerActiveConfiguration.json index 3234a607d720..fa2c41f4d7a2 100644 --- a/specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/networkManagerActiveConfiguration.json +++ b/specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/networkManagerActiveConfiguration.json @@ -207,6 +207,7 @@ "description": "Effective Virtual Networks Parameter." }, "ActiveConnectivityConfiguration": { + "type": "object", "properties": { "commitTime": { "type": "string", @@ -222,9 +223,11 @@ { "$ref": "./networkManagerEffectiveConfiguration.json#/definitions/EffectiveConnectivityConfiguration" } - ] + ], + "description": "Active connectivity configuration." }, "ActiveConnectivityConfigurationsListResult": { + "type": "object", "properties": { "value": { "type": "array", @@ -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", @@ -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", @@ -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", @@ -337,6 +343,7 @@ "description": "Network base admin rule." }, "ActiveSecurityAdminRule": { + "type": "object", "properties": { "properties": { "$ref": "./networkManagerSecurityAdminConfiguration.json#/definitions/AdminPropertiesFormat", @@ -353,6 +360,7 @@ "x-ms-discriminator-value": "Custom" }, "ActiveDefaultSecurityAdminRule": { + "type": "object", "properties": { "properties": { "$ref": "./networkManagerSecurityAdminConfiguration.json#/definitions/DefaultAdminPropertiesFormat", @@ -369,6 +377,7 @@ "x-ms-discriminator-value": "Default" }, "ActiveBaseSecurityUserRule": { + "type": "object", "properties": { "id": { "type": "string", @@ -433,6 +442,7 @@ "description": "Network base rule." }, "ActiveSecurityUserRule": { + "type": "object", "properties": { "properties": { "$ref": "./networkManagerSecurityUserConfiguration.json#/definitions/UserRulePropertiesFormat", @@ -449,6 +459,7 @@ "x-ms-discriminator-value": "Custom" }, "ActiveDefaultSecurityUserRule": { + "type": "object", "properties": { "properties": { "$ref": "./networkManagerSecurityUserConfiguration.json#/definitions/DefaultUserRulePropertiesFormat", diff --git a/specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/networkManagerEffectiveConfiguration.json b/specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/networkManagerEffectiveConfiguration.json index 08b80a624c52..ccfae67be11d 100644 --- a/specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/networkManagerEffectiveConfiguration.json +++ b/specification/network/resource-manager/Microsoft.Network/preview/2021-02-01-preview/networkManagerEffectiveConfiguration.json @@ -197,6 +197,7 @@ }, "definitions": { "NetworkManagerEffectiveConnectivityConfigurationListResult": { + "type": "object", "properties": { "value": { "type": "array", @@ -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", @@ -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", @@ -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", @@ -266,6 +270,7 @@ "description": "The network manager effective connectivity configuration" }, "EffectiveBaseSecurityAdminRule": { + "type": "object", "properties": { "id": { "type": "string", @@ -321,6 +326,7 @@ "description": "Network base admin rule." }, "EffectiveSecurityAdminRule": { + "type": "object", "properties": { "properties": { "$ref": "./networkManagerSecurityAdminConfiguration.json#/definitions/AdminPropertiesFormat", @@ -337,6 +343,7 @@ "x-ms-discriminator-value": "Custom" }, "EffectiveDefaultSecurityAdminRule": { + "type": "object", "properties": { "properties": { "$ref": "./networkManagerSecurityAdminConfiguration.json#/definitions/DefaultAdminPropertiesFormat", @@ -353,6 +360,7 @@ "x-ms-discriminator-value": "Default" }, "EffectiveBaseSecurityUserRule": { + "type": "object", "properties": { "id": { "type": "string", @@ -408,6 +416,7 @@ "description": "Network base rule." }, "EffectiveSecurityUserRule": { + "type": "object", "properties": { "properties": { "$ref": "./networkManagerSecurityUserConfiguration.json#/definitions/UserRulePropertiesFormat", @@ -424,6 +433,7 @@ "x-ms-discriminator-value": "Custom" }, "EffectiveDefaultSecurityUserRule": { + "type": "object", "properties": { "properties": { "$ref": "./networkManagerSecurityUserConfiguration.json#/definitions/DefaultUserRulePropertiesFormat", @@ -440,6 +450,7 @@ "x-ms-discriminator-value": "Default" }, "ConfigurationGroup": { + "type": "object", "properties": { "id": { "type": "string",