Skip to content

Commit b71da98

Browse files
authored
fix: wrong api version for network latest version (#18992)
* fix: wrong api version for vmssNetworkInterface.json * fix: wrong api version for vmssPublicIpAddress.json
1 parent 8713239 commit b71da98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/vmssNetworkInterface.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "NetworkManagementClient",
55
"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.",
6-
"version": "2018-10-01"
6+
"version": "2021-08-01"
77
},
88
"host": "management.azure.com",
99
"schemes": [

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/vmssPublicIpAddress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "NetworkManagementClient",
55
"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.",
6-
"version": "2018-10-01"
6+
"version": "2021-08-01"
77
},
88
"host": "management.azure.com",
99
"schemes": [

0 commit comments

Comments
 (0)