Skip to content

Commit

Permalink
change back vmss api-version to 2018-10-01 (#19474)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaofeiCao authored Jun 17, 2022
1 parent 3ac3a0a commit cc87964
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specification/network/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ directive:
- rename-operation:
from: InboundSecurityRule_CreateOrUpdate
to: InboundSecurityRuleOperation_CreateOrUpdate
- from: vmssNetworkInterface.json
where: '$.info'
transform: >
$["version"] = "2018-10-01";
- from: vmssNetworkPublicIpAddress.json
where: '$.info'
transform: >
$["version"] = "2018-10-01";
```
### Java multi-api
Expand Down

0 comments on commit cc87964

Please sign in to comment.