Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network December release #8163

Merged
merged 20 commits into from
Jan 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5547aae
Adds base for updating Microsoft.Network from version stable/2019-09-…
anton-evseev Nov 7, 2019
32af3b1
Updates readme
anton-evseev Nov 7, 2019
23f64a9
Updates API version in new specs and examples
anton-evseev Nov 7, 2019
bc43ac6
Add missing spec reference in readme.md (#7726)
anton-evseev Nov 11, 2019
09bdabc
added username (#7779)
solhaile Nov 14, 2019
8711f92
adding alisas to code owners file (#7786)
v-shhatt Nov 15, 2019
cf767ce
Committing changes to Fix Swagger descriptions to use "Reference to" …
v-shhatt Nov 19, 2019
dd5697e
Committing changes to remove verbs from Swagger descriptions (#7788)
v-shhatt Nov 21, 2019
c9dd44f
committing changes to fix java sdk timeout issue (#7802)
v-shhatt Nov 21, 2019
21d9358
IpGroups reference in AzureFirewall (#7807)
ssripadham Nov 27, 2019
653134d
virtual wan/gateway disconnect vpn connections (#7747)
ninweninwe Nov 28, 2019
06d3bee
Adding management IP configuration for Azure Firewall (#7851)
iatodoro Nov 28, 2019
bb87874
Added connection monitor to networkWatcher swagger (#7881)
irrogozh Dec 20, 2019
8ed1f05
Adding note about API (#8104)
damendo Jan 10, 2020
b351b58
Reverted express route changes brought in by https://github.com/Azure…
amwate Jan 8, 2020
d53d584
Reverted changes made by commit https://github.com/Azure/azure-rest-a…
amwate Jan 8, 2020
ac7d32b
Adding the structure of urlConfiguration in rewriteRuleActionSet (#7905)
abjai Jan 10, 2020
6d14c40
DDOS protected IP flag for public IP (#8042)
mancgupta Jan 14, 2020
cc922ad
Added flowLog to NetworkWatcher swagger + examples (#8025)
irrogozh Jan 15, 2020
2b5e6d5
Network December release
anton-evseev Jan 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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