Skip to content

Commit a31144c

Browse files
Mohana-Krishna-Nalijnlycklama
authored andcommitted
In Network Fabric , fabricVersion is made read/write from readonly (#25985)
1 parent 2e07e53 commit a31144c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

specification/managednetworkfabric/resource-manager/Microsoft.ManagedNetworkFabric/stable/2023-06-15/NetworkFabrics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@
15141514
"fabricVersion": {
15151515
"type": "string",
15161516
"description": "The version of Network Fabric.",
1517-
"readOnly": true
1517+
"minLength": 1
15181518
},
15191519
"routerIds": {
15201520
"type": "array",

specification/managednetworkfabric/resource-manager/Microsoft.ManagedNetworkFabric/stable/2023-06-15/examples/NetworkFabrics_Create_MaximumSet_Gen.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ipv4Prefix": "10.18.0.0/19",
1414
"ipv6Prefix": "3FFE:FFFF:0:CD40::/59",
1515
"fabricASN": 29249,
16+
"fabricVersion": "1.x.x",
1617
"terminalServerConfiguration": {
1718
"username": "username",
1819
"password": "xxxx",
@@ -115,7 +116,7 @@
115116
"body": {
116117
"properties": {
117118
"networkFabricSku": "M4-A400-A100-C16-aa",
118-
"fabricVersion": "version1",
119+
"fabricVersion": "1.x.x",
119120
"routerIds": [
120121
"routerId"
121122
],
@@ -256,7 +257,7 @@
256257
"body": {
257258
"properties": {
258259
"networkFabricSku": "M4-A400-A100-C16-aa",
259-
"fabricVersion": "version1",
260+
"fabricVersion": "1.x.x",
260261
"routerIds": [
261262
"routerId"
262263
],

0 commit comments

Comments
 (0)