Skip to content

Commit c2bfd78

Browse files
authored
adding auth status property to circuit (#22024)
1 parent cb477f6 commit c2bfd78

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/examples/ExpressRouteCircuitCreateOnExpressRoutePort.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRoutePorts/portName"
3737
},
3838
"authorizationKey": "b0be57f5-1fba-463b-adec-ffe767354cdd",
39+
"authorizationStatus": "Enabled",
3940
"bandwidthInGbps": 10,
4041
"circuitProvisioningState": "Enabled",
4142
"allowClassicOperations": false,
@@ -64,6 +65,7 @@
6465
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRoutePorts/portName"
6566
},
6667
"authorizationKey": "b0be57f5-1fba-463b-adec-ffe767354cdd",
68+
"authorizationStatus": "Enabled",
6769
"bandwidthInGbps": 10,
6870
"circuitProvisioningState": "Enabled",
6971
"allowClassicOperations": false,

specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/expressRouteCircuit.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,6 +2243,10 @@
22432243
"authorizationKey": {
22442244
"type": "string",
22452245
"description": "The authorizationKey."
2246+
},
2247+
"authorizationStatus": {
2248+
"type": "string",
2249+
"description": "The authorization status of the Circuit."
22462250
}
22472251
},
22482252
"description": "Properties of ExpressRouteCircuit."

0 commit comments

Comments
 (0)