We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac3a0a commit cc87964Copy full SHA for cc87964
specification/network/resource-manager/readme.java.md
@@ -23,6 +23,14 @@ directive:
23
- rename-operation:
24
from: InboundSecurityRule_CreateOrUpdate
25
to: InboundSecurityRuleOperation_CreateOrUpdate
26
+ - from: vmssNetworkInterface.json
27
+ where: '$.info'
28
+ transform: >
29
+ $["version"] = "2018-10-01";
30
+ - from: vmssNetworkPublicIpAddress.json
31
32
33
34
```
35
36
### Java multi-api
0 commit comments