Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2ee070e
#ConnectionDraining Created applicationGateway.json file for new vers…
jobatzil Feb 6, 2017
db15014
#ConnectionDraining Added support for connection draining in applicat…
jobatzil Feb 6, 2017
00add07
#ConnectionDraining Updated the reference in compositeNetworkClient.j…
jobatzil Feb 6, 2017
0c28774
#ConnectionDraining rephrased 3 descriptions (connection draining and…
jobatzil Feb 7, 2017
38c3b90
#ConnectionDraining Changed version entry in applicationGateway.json.
jobatzil Feb 7, 2017
1e1d3d4
#ConnectionDraining Added maximum, minimum and required field to Conn…
jobatzil Feb 8, 2017
9dff907
#ConnectionDraining Fixed reference issue, changed reference to 2016-…
jobatzil Feb 8, 2017
272b833
Merge remote-tracking branch 'upstream/master' into feature/jobatzil/…
jobatzil Feb 8, 2017
2342c12
#ConnectionDraining Adjusted comments of connection draining to autog…
jobatzil Feb 12, 2017
b226918
Merge branch 'master' into feature/jobatzil/connection_draining
jobatzil Feb 12, 2017
be4bf42
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
jobatzil Feb 14, 2017
85444b4
#ConnectionDraining Copied networkInterface to 2016-12-01 and adjuste…
jobatzil Feb 14, 2017
f7c0f55
#ConnectionDraining Copied all files that are referenced by networkIn…
jobatzil Feb 14, 2017
fee11f9
#ConnectionDraining Added the missing references of virtualNetwork to…
jobatzil Feb 14, 2017
1bc92df
#Connection Draining sorted references in compositeNetworkClient.json…
jobatzil Feb 14, 2017
6b4e11e
#ConnectionDraining updated compositeNetworkClient based on the previ…
jobatzil Feb 14, 2017
a5691ba
#ConnectionDraining copied the rest of the files to 2016-12-01 based …
jobatzil Feb 14, 2017
626fe3c
#ConnectionDraining Moved connectionDraining property in BackendHttpS…
jobatzil Feb 14, 2017
6bbf74a
Merge branch 'feature/jobatzil/connection_draining' of https://github…
amarzavery Feb 14, 2017
90d6b63
porting vmssNetworkInterface back to 2016-09-01
amarzavery Feb 14, 2017
66fc525
#ConnectionDraining Removed 2016-12-01 vmssNetworkInterface.json and …
jobatzil Feb 14, 2017
8b01d1a
Merge remote-tracking branch 'amar/json-mode' into feature/jobatzil/c…
jobatzil Feb 14, 2017
7c597a7
#ConnectionDraining changed references of 2016-09-01 vmssNetworkInter…
jobatzil Feb 14, 2017
46b1cc7
#ConnectionDraining Undo previous changes to prepare for merging the …
jobatzil Feb 14, 2017
1f981e1
modified vmss for 2016-12-01
amarzavery Feb 14, 2017
2f4e2bc
Merge branch 'json-mode' of github.com:amarzavery/azure-rest-api-spec…
amarzavery Feb 14, 2017
3388d75
Merge remote-tracking branch 'amar/json-mode' into feature/jobatzil/c…
jobatzil Feb 14, 2017
6f1e185
vmss to 2016-12-01 in composite spec
amarzavery Feb 14, 2017
5562029
Merge remote-tracking branch 'amar/json-mode' into feature/jobatzil/c…
jobatzil Feb 15, 2017
2adb5fa
#ConnectionDraining added 2016-12-01 vmssNetworkInterface.json to the…
jobatzil Feb 15, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,331 changes: 1,331 additions & 0 deletions arm-network/2016-12-01/swagger/applicationGateway.json

Large diffs are not rendered by default.

103 changes: 103 additions & 0 deletions arm-network/2016-12-01/swagger/checkDnsAvailability.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
{
"swagger": "2.0",
"info": {
"title": "NetworkManagementClient",
"description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.",
"version": "2016-12-01"
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json",
"text/json"
],
"produces": [
"application/json",
"text/json"
],
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability": {
"get": {
"operationId": "CheckDnsNameAvailability",
"description": "Checks whether a domain name in the cloudapp.net zone is available for use.",
"parameters": [
{
"name": "location",
"in": "path",
"required": true,
"type": "string",
"description": "The location of the domain name."
},
{
"name": "domainNameLabel",
"in": "query",
"required": false,
"type": "string",
"description": "The domain name to be verified. It must conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$."
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/SubscriptionIdParameter"
}
],
"responses": {
"200": {
"description": "Request successful. Returns whether the DNS name is available.",
"schema": {
"$ref": "#/definitions/DnsNameAvailabilityResult"
}
}
}
}
}
},
"definitions": {
"DnsNameAvailabilityResult": {
"properties": {
"available": {
"type": "boolean",
"description": "Domain availability (True/False)."
}
},
"description": "Response for the CheckDnsNameAvailability API service call."
}
},
"parameters": {
"SubscriptionIdParameter": {
"name": "subscriptionId",
"in": "path",
"required": true,
"type": "string",
"description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call."
},
"ApiVersionParameter": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "Client API version."
}
}
}
Loading