Skip to content

Commit

Permalink
fix: wrong api version for network latest version (#18992)
Browse files Browse the repository at this point in the history
* fix: wrong api version for vmssNetworkInterface.json

* fix: wrong api version for vmssPublicIpAddress.json
  • Loading branch information
tadelesh authored May 10, 2022
1 parent 8713239 commit b71da98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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-10-01"
"version": "2021-08-01"
},
"host": "management.azure.com",
"schemes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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-10-01"
"version": "2021-08-01"
},
"host": "management.azure.com",
"schemes": [
Expand Down

0 comments on commit b71da98

Please sign in to comment.