Skip to content

Commit cc87964

Browse files
authored
change back vmss api-version to 2018-10-01 (#19474)
1 parent 3ac3a0a commit cc87964

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

specification/network/resource-manager/readme.java.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ directive:
2323
- rename-operation:
2424
from: InboundSecurityRule_CreateOrUpdate
2525
to: InboundSecurityRuleOperation_CreateOrUpdate
26+
- from: vmssNetworkInterface.json
27+
where: '$.info'
28+
transform: >
29+
$["version"] = "2018-10-01";
30+
- from: vmssNetworkPublicIpAddress.json
31+
where: '$.info'
32+
transform: >
33+
$["version"] = "2018-10-01";
2634
```
2735
2836
### Java multi-api

0 commit comments

Comments
 (0)