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

April release #6098

Merged
merged 25 commits into from
May 23, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
64cb141
Adds base for updating Microsoft.Network from version stable/2019-02-…
MikhailTryakhov Apr 23, 2019
ab4b07f
Updates readme
MikhailTryakhov Apr 23, 2019
5d97a1f
Updates API version in new specs and examples
MikhailTryakhov Apr 23, 2019
407842d
Adding custom port for probe in Application Gateways. (#5758)
abjai May 1, 2019
45d35bd
Add support for Get ResourceNavigationLinks and Get ServiceAssociatio…
wdehrich May 1, 2019
d772ea5
Sync from master. Improved code style (#5802)
EvgenyAgafonchikov May 6, 2019
fa98016
Add support for availability zones for azure firewall (#5888)
tejasshah7 May 8, 2019
96f9213
[Network]: get virtualnetwork gateway vpn connection health (#5883)
ninweninwe May 13, 2019
2d9b431
[Network] Remove text like "Possible values are" from props that have…
anton-evseev May 14, 2019
624d7b6
Top Level Waf Resource Swagger changes, Changes in PR#5906 by yanshu …
venkatsvpr May 15, 2019
3843ec9
Add type field to child resources. Fix routefilter reference. Add ipv…
syfarogh May 15, 2019
c93c04f
Reverting the changes done by PR #5921 (#5986)
venkatsvpr May 16, 2019
80b5637
Changes related to setting VpnClient AAD authentication options to Vi…
Nilambari May 16, 2019
3275bd5
Updated descriptions with trailing dot (#6020)
EvgenyAgafonchikov May 20, 2019
46be20c
Adding PrivateEndpoint (formerly called InterfaceEndpoint) and Privat…
bowen0106 May 22, 2019
ed71a2b
Use SubResource instead of creating new definition (#6005)
anton-evseev May 22, 2019
b03ac09
Reduced warnings count (#6043)
EvgenyAgafonchikov May 22, 2019
e3d845c
Resource Navigation Link and Service Association Link merge issues (#…
wdehrich May 23, 2019
a17e109
chore: jsonfmt network 2019 (#5904)
nschonni May 23, 2019
7a9345c
Fixed common warnings (#6085)
EvgenyAgafonchikov May 23, 2019
e259a43
Swagger support for Bastion Host (#6023)
msabansal May 23, 2019
4c9aa29
Specs for ServiceTags resource (#6084)
anton-evseev May 23, 2019
2e81509
Update Zones for Nat Gateway (#6096)
khannarheams May 23, 2019
f9d4a9e
Merge branch 'master' into april-release
MikhailTryakhov May 23, 2019
7b4c58c
fixed merging conflicts
MikhailTryakhov May 23, 2019
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
  •  
  •  
  •  
Prev Previous commit
Next Next commit
chore: jsonfmt network 2019 (#5904)
Ran `jsonfmt -w "specification/network/**/stable/2019*/**/*.json"`
  • Loading branch information
nschonni authored and dsgouda committed May 23, 2019
commit a17e1090c50d0f4d88a8209287ce37404eeaf1a8
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders": {
"get": {
"get": {
"tags": [
"ApplicationGateways"
],
Expand Down Expand Up @@ -816,11 +816,11 @@
"properties": {
"backendAddressPool": {
"$ref": "#/definitions/ApplicationGatewayBackendAddressPool",
"description": "Reference of an ApplicationGatewayBackendAddressPool resource."
"description": "Reference of an ApplicationGatewayBackendAddressPool resource."
},
"backendHealthHttpSettings": {
"$ref": "#/definitions/ApplicationGatewayBackendHealthHttpSettings",
"description": "Application gateway BackendHealthHttp settings."
"description": "Application gateway BackendHealthHttp settings."
}
},
"description": "Result of on demand test probe"
Expand Down Expand Up @@ -1454,7 +1454,7 @@
"$ref": "#/definitions/ApplicationGatewayCustomError"
},
"description": "Custom error configurations of the HTTP listener."
}
}
},
"description": "Properties of HTTP listener of an application gateway."
},
Expand Down Expand Up @@ -2058,7 +2058,7 @@
"$ref": "#/definitions/ApplicationGatewayCustomError"
},
"description": "Custom error configurations of the application gateway resource."
}
}
},
"description": "Properties of the application gateway."
},
Expand Down Expand Up @@ -2310,21 +2310,21 @@
],
"description": "Allows to disable rules within a rule group or an entire rule group."
},
"ApplicationGatewayAvailableServerVariablesResult": {
"ApplicationGatewayAvailableServerVariablesResult": {
"type": "array",
"items": {
"type": "string"
},
"description": "Response for ApplicationGatewayAvailableServerVariables API service call."
},
"ApplicationGatewayAvailableRequestHeadersResult": {
"ApplicationGatewayAvailableRequestHeadersResult": {
"type": "array",
"items": {
"type": "string"
},
"description": "Response for ApplicationGatewayAvailableRequestHeaders API service call."
},
"ApplicationGatewayAvailableResponseHeadersResult": {
"ApplicationGatewayAvailableResponseHeadersResult": {
"type": "array",
"items": {
"type": "string"
Expand Down Expand Up @@ -2546,7 +2546,7 @@
},
"description": "Properties of ApplicationGatewaySslPredefinedPolicy"
},
"ApplicationGatewayCustomError": {
"ApplicationGatewayCustomError": {
"properties": {
"statusCode": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@
"final-state-via": "location"
},
"x-ms-examples": {
"Delete application security group": { "$ref": "./examples/ApplicationSecurityGroupDelete.json" }
"Delete application security group": {
"$ref": "./examples/ApplicationSecurityGroupDelete.json"
}
}
},
"get": {
Expand Down Expand Up @@ -119,7 +121,9 @@
}
},
"x-ms-examples": {
"Get application security group": { "$ref": "./examples/ApplicationSecurityGroupGet.json" }
"Get application security group": {
"$ref": "./examples/ApplicationSecurityGroupGet.json"
}
}
},
"put": {
Expand Down Expand Up @@ -178,7 +182,9 @@
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"Create application security group": { "$ref": "./examples/ApplicationSecurityGroupCreate.json" }
"Create application security group": {
"$ref": "./examples/ApplicationSecurityGroupCreate.json"
}
}
},
"patch": {
Expand Down Expand Up @@ -228,7 +234,9 @@
},
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Update application security group tags": { "$ref": "./examples/ApplicationSecurityGroupUpdateTags.json" }
"Update application security group tags": {
"$ref": "./examples/ApplicationSecurityGroupUpdateTags.json"
}
}
}
},
Expand Down Expand Up @@ -259,7 +267,9 @@
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"List all application security groups": { "$ref": "./examples/ApplicationSecurityGroupListAll.json" }
"List all application security groups": {
"$ref": "./examples/ApplicationSecurityGroupListAll.json"
}
}
}
},
Expand Down Expand Up @@ -294,7 +304,9 @@
}
},
"x-ms-examples": {
"List load balancers in resource group": { "$ref": "./examples/ApplicationSecurityGroupList.json" }
"List load balancers in resource group": {
"$ref": "./examples/ApplicationSecurityGroupList.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
Expand Down
Loading