Skip to content

Commit fef2773

Browse files
authored
PrivateCloud networkBlock may not be updated (#15779)
1 parent 6e95cd4 commit fef2773

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

specification/vmware/resource-manager/Microsoft.AVS/stable/2020-03-20/vmware.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,11 @@
17851785
},
17861786
"networkBlock": {
17871787
"description": "The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22",
1788-
"type": "string"
1788+
"type": "string",
1789+
"x-ms-mutability": [
1790+
"create",
1791+
"read"
1792+
]
17891793
},
17901794
"managementNetwork": {
17911795
"description": "Network used to access vCenter Server and NSX-T Manager",

specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/vmware.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5197,7 +5197,11 @@
51975197
},
51985198
"networkBlock": {
51995199
"description": "The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22",
5200-
"type": "string"
5200+
"type": "string",
5201+
"x-ms-mutability": [
5202+
"create",
5203+
"read"
5204+
]
52015205
},
52025206
"managementNetwork": {
52035207
"description": "Network used to access vCenter Server and NSX-T Manager",

0 commit comments

Comments
 (0)