From 7ad48d8f71799eed22d68bc6052c27714794a3d8 Mon Sep 17 00:00:00 2001 From: Deepal Dhariwal Date: Mon, 2 Apr 2018 13:34:14 -0700 Subject: [PATCH 1/2] fix the veresion for vmss public ip and nic --- .../stable/2018-02-01/vmssNetworkInterface.json | 2 +- .../stable/2018-02-01/vmssPublicIpAddress.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssNetworkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssNetworkInterface.json index 10f3a51d5b47..4d087960cdc7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssNetworkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssNetworkInterface.json @@ -3,7 +3,7 @@ "info": { "title": "NetworkManagementClient", "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", - "version": "2018-02-01" + "version": "2017-03-30" }, "host": "management.azure.com", "schemes": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssPublicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssPublicIpAddress.json index e38e1bf101e4..47cd58b1c55f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssPublicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssPublicIpAddress.json @@ -3,7 +3,7 @@ "info": { "title": "NetworkManagementClient", "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", - "version": "2018-02-01" + "version": "2017-03-30" }, "host": "management.azure.com", "schemes": [ From 73c74aeee09b81dbe99d66c083439dc4ce62cf9d Mon Sep 17 00:00:00 2001 From: Deepal Dhariwal Date: Mon, 2 Apr 2018 14:06:08 -0700 Subject: [PATCH 2/2] fix versions in other files --- .../2018-02-01/examples/VmssNetworkInterfaceGet.json | 2 +- .../examples/VmssNetworkInterfaceIpConfigGet.json | 2 +- .../examples/VmssNetworkInterfaceIpConfigList.json | 2 +- .../2018-02-01/examples/VmssNetworkInterfaceList.json | 2 +- .../stable/2018-02-01/examples/VmssPublicIpGet.json | 2 +- .../2018-02-01/examples/VmssPublicIpListAll.json | 2 +- .../examples/VmssVmNetworkInterfaceList.json | 2 +- .../stable/2018-02-01/examples/VmssVmPublicIpList.json | 2 +- .../stable/2018-02-01/vmssNetworkInterface.json | 10 +++++----- .../stable/2018-02-01/vmssPublicIpAddress.json | 6 +++--- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceGet.json index 4ef2921de0d8..6a309c899c6b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceGet.json @@ -1,6 +1,6 @@ { "parameters" : { - "api-version" : "2018-02-01", + "api-version" : "2017-03-30", "subscriptionId" : "subid", "resourceGroupName" : "rg1", "networkInterfaceName" : "nic1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceIpConfigGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceIpConfigGet.json index 0f9eb8b98413..50253777dc63 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceIpConfigGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceIpConfigGet.json @@ -1,6 +1,6 @@ { "parameters" : { - "api-version" : "2018-02-01", + "api-version" : "2017-03-30", "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualMachineScaleSetName": "vmss1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceIpConfigList.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceIpConfigList.json index dd199635483b..fe4db041f128 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceIpConfigList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceIpConfigList.json @@ -1,6 +1,6 @@ { "parameters" : { - "api-version" : "2018-02-01", + "api-version" : "2017-03-30", "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualMachineScaleSetName": "vmss1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceList.json index b21fff89b352..01cc5ea64615 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssNetworkInterfaceList.json @@ -1,6 +1,6 @@ { "parameters" : { - "api-version" : "2018-02-01", + "api-version" : "2017-03-30", "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualMachineScaleSetName": "vmss1" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssPublicIpGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssPublicIpGet.json index 35dfd0a13ac5..6163cda40a8d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssPublicIpGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssPublicIpGet.json @@ -2,7 +2,7 @@ "parameters": { "virtualMachineScaleSetName": "vmss1", "resourceGroupName": "vmss-tester", - "api-version": "2018-02-01", + "api-version": "2017-03-30", "subscriptionId": "subid", "virtualmachineIndex": 1, "networkInterfaceName": "nic1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssPublicIpListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssPublicIpListAll.json index f26b0142e413..5d20af64ab0e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssPublicIpListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssPublicIpListAll.json @@ -2,7 +2,7 @@ "parameters": { "virtualMachineScaleSetName": "vmss1", "resourceGroupName": "vmss-tester", - "api-version": "2018-02-01", + "api-version": "2017-03-30", "subscriptionId": "subid" }, "responses": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssVmNetworkInterfaceList.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssVmNetworkInterfaceList.json index 07e3d19ee01d..36e0b86265c0 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssVmNetworkInterfaceList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssVmNetworkInterfaceList.json @@ -1,6 +1,6 @@ { "parameters" : { - "api-version" : "2018-02-01", + "api-version" : "2017-03-30", "subscriptionId" : "subid", "resourceGroupName" : "rg1", "virtualMachineScaleSetName": "vmss1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssVmPublicIpList.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssVmPublicIpList.json index c347f545f1a5..5f179ef0a801 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssVmPublicIpList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/examples/VmssVmPublicIpList.json @@ -2,7 +2,7 @@ "parameters": { "virtualMachineScaleSetName": "vmss1", "resourceGroupName": "vmss-tester", - "api-version": "2018-02-01", + "api-version": "2017-03-30", "subscriptionId": "subid", "virtualmachineIndex": 1, "networkInterfaceName": "nic1", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssNetworkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssNetworkInterface.json index 4d087960cdc7..b9cb4ede4929 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssNetworkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssNetworkInterface.json @@ -71,7 +71,7 @@ "required": true, "type": "string", "enum": [ - "2018-02-01" + "2017-03-30" ], "x-ms-enum": { "name": "ApiVersion", @@ -127,7 +127,7 @@ "required": true, "type": "string", "enum": [ - "2018-02-01" + "2017-03-30" ], "x-ms-enum": { "name": "ApiVersion", @@ -197,7 +197,7 @@ "required": true, "type": "string", "enum": [ - "2018-02-01" + "2017-03-30" ], "x-ms-enum": { "name": "ApiVersion", @@ -271,7 +271,7 @@ "required": true, "type": "string", "enum": [ - "2018-02-01" + "2017-03-30" ], "x-ms-enum": { "name": "ApiVersion", @@ -355,7 +355,7 @@ "required": true, "type": "string", "enum": [ - "2018-02-01" + "2017-03-30" ], "x-ms-enum": { "name": "ApiVersion", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssPublicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssPublicIpAddress.json index 47cd58b1c55f..79113ac031f9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssPublicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-02-01/vmssPublicIpAddress.json @@ -61,7 +61,7 @@ "required": true, "type": "string", "enum": [ - "2018-02-01" + "2017-03-30" ], "x-ms-enum": { "name": "ApiVersion", @@ -135,7 +135,7 @@ "required": true, "type": "string", "enum": [ - "2018-02-01" + "2017-03-30" ], "x-ms-enum": { "name": "ApiVersion", @@ -216,7 +216,7 @@ "required": true, "type": "string", "enum": [ - "2018-02-01" + "2017-03-30" ], "x-ms-enum": { "name": "ApiVersion",