-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for Get Application Gateway Server Variables APIs (#5113)
* Changes in the existing APIs result format. * adding proxyresource to server variables APIs result * Updating applicationgateway.json * Update applicationGateway.json * add Go SDK build for 2018-12-01 * changes to pythonand ruby readme files * Update readme.ruby.md * adding jave readme changes * Minor Fix in spacing * Creating a new tag for 2018-12 version * Update readme.python.md * Update applicationGateway.json * fixing examples * examples
- Loading branch information
1 parent
598f0e7
commit e7a48d7
Showing
10 changed files
with
156 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 4 additions & 6 deletions
10
...soft.Network/stable/2018-12-01/examples/ApplicationGatewayAvailableRequestHeadersGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-12-01", | ||
"subscriptionId": "subid" | ||
"subscriptionId": "72f988bf-86f1-41af-91ab-2d7cd0dddd4" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
"Accept-Charset" | ||
] | ||
} | ||
"body": [ | ||
"Accept-Charset" | ||
] | ||
} | ||
} | ||
} |
10 changes: 4 additions & 6 deletions
10
...oft.Network/stable/2018-12-01/examples/ApplicationGatewayAvailableResponseHeadersGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-12-01", | ||
"subscriptionId": "subid" | ||
"subscriptionId": "72f988bf-86f1-41af-91ab-2d7cd0dddd4" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
"Access-Control-Allow-Origin" | ||
] | ||
} | ||
"body": [ | ||
"Access-Control-Allow-Origin" | ||
] | ||
} | ||
} | ||
} |
10 changes: 4 additions & 6 deletions
10
...oft.Network/stable/2018-12-01/examples/ApplicationGatewayAvailableServerVariablesGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-12-01", | ||
"subscriptionId": "subid" | ||
"subscriptionId": "72f988bf-86f1-41af-91ab-2d7cd0dddd4" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
"request_query" | ||
] | ||
} | ||
"body": [ | ||
"request_query" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters