Skip to content

Commit

Permalink
Network December release
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
#	preproduction-azure-pipelines.yml
  • Loading branch information
anton-evseev committed Jan 15, 2020
2 parents 2cdffc8 + cc922ad commit 2b5e6d5
Show file tree
Hide file tree
Showing 517 changed files with 72,490 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
/specification/mobileengagement/ @pshrosbree
/specification/monitor/ @gucalder
/specification/mysql/ @qingqingyuan
/specification/network/ @MikhailTryakhov @number213
/specification/network/ @MikhailTryakhov @number213 @solhaile @v-shhatt
/specification/notificationhubs/ @amolr @smithab
/specification/operationalinsights/ @sw47
/specification/operationsmanagement/ @dashimi16
Expand Down
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1483,6 +1483,7 @@ tombstoned
toolchain
toolset
tooltips
traceroute
trafficmanager
trafficmanageranalytics
trafficmanagerprofiles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1605,12 +1605,10 @@
"AuthorizationPropertiesFormat": {
"properties": {
"authorizationKey": {
"readOnly": true,
"type": "string",
"description": "The authorization key."
},
"authorizationUseStatus": {
"readOnly": true,
"type": "string",
"description": "The authorization use status.",
"enum": [
Expand Down Expand Up @@ -1792,7 +1790,6 @@
"description": "The peering state."
},
"azureASN": {
"readOnly": true,
"type": "integer",
"format": "int32",
"description": "The Azure ASN."
Expand All @@ -1813,12 +1810,10 @@
"description": "The secondary address prefix."
},
"primaryAzurePort": {
"readOnly": true,
"type": "string",
"description": "The primary port."
},
"secondaryAzurePort": {
"readOnly": true,
"type": "string",
"description": "The secondary port."
},
Expand Down Expand Up @@ -1866,7 +1861,6 @@
"description": "The ExpressRoute connection."
},
"connections": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ExpressRouteCircuitConnection"
Expand Down Expand Up @@ -1973,7 +1967,6 @@
"description": "The authorization key."
},
"circuitConnectionStatus": {
"readOnly": true,
"$ref": "#/definitions/CircuitConnectionStatus",
"description": "Express Route Circuit connection state."
},
Expand Down Expand Up @@ -2169,12 +2162,10 @@
"description": "Allow classic operations."
},
"circuitProvisioningState": {
"readOnly": true,
"type": "string",
"description": "The CircuitProvisioningState state of the resource."
},
"serviceProviderProvisioningState": {
"readOnly": true,
"$ref": "#/definitions/ServiceProviderProvisioningState",
"description": "The ServiceProviderProvisioningState state of the resource."
},
Expand All @@ -2193,7 +2184,6 @@
"description": "The list of peerings."
},
"serviceKey": {
"readOnly": true,
"type": "string",
"description": "The ServiceKey."
},
Expand Down Expand Up @@ -2229,7 +2219,6 @@
"description": "The GatewayManager Etag."
},
"globalReachEnabled": {
"readOnly": true,
"type": "boolean",
"description": "Flag denoting Global reach status."
}
Expand Down
Loading

0 comments on commit 2b5e6d5

Please sign in to comment.