-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Fixexamples #3092
Closed
Closed
Fixexamples #3092
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
b3f5a7a
Added 2018-05-01 version. Common fixes (#3025)
EvgenyAgafonchikov 4fd254a
Adding optional traffic analytics config fields to network watcher co…
sayghosh cea91ef
#AppGw Fundamentals Clean Up (#3046)
jobatzil a8d6f8b
Network 2018 05 01 (#3068)
sayghosh c8aea94
Expose new SKUs for VMSS VPN and ER gateways (#3069)
ritwikbasu 6f5c90a
Initial network error fixes and suppressions (#3051)
EvgenyAgafonchikov 820d65b
Fix swagger examples
vinayada1 6521d8a
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
vinayada1 5ed9774
Merge remote-tracking branch 'upstream/master' into fixexamples
gimotwanMSFT fd18483
Fix merge conflicts
gimotwanMSFT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...resource-manager/Microsoft.Network/stable/2018-05-01/ExpressRouteCircuitARPTableList.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
121 changes: 121 additions & 0 deletions
121
.../Microsoft.Network/stable/2018-05-01/examples/ExpressRouteCircuitAuthorizationCreate.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 |
---|---|---|
@@ -0,0 +1,121 @@ | ||
{ | ||
"parameters":{ | ||
"expressRouteCircuitName":"circuitName", | ||
"resourceGroupName":"rg1", | ||
"api-version":"2017-11-01", | ||
"subscriptionId":"subid", | ||
"expressRouteCircuitParameters":{ | ||
"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName", | ||
"location":"westus", | ||
"properties":{ | ||
"peerings":[ | ||
|
||
], | ||
"authorizations":[ | ||
{ | ||
"name":"MyAuthorization1" | ||
} | ||
], | ||
"serviceProviderProperties":{ | ||
"serviceProviderName":"Microsoft ER Test", | ||
"peeringLocation":"Area51", | ||
"bandwidthInMbps":200 | ||
}, | ||
"allowClassicOperations":false, | ||
"gatewayManagerEtag":"", | ||
"serviceKey":"6569625a-9ba4-498b-9719-14d778eef609" | ||
}, | ||
"sku":{ | ||
"name":"Standard_MeteredData", | ||
"tier":"Standard", | ||
"family":"MeteredData" | ||
} | ||
} | ||
}, | ||
"responses":{ | ||
"201":{ | ||
"body":{ | ||
"name":"circuitName", | ||
"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName", | ||
"etag":"W/\"e22dd4b2-4c24-44cf-b702-70a472b62914\"", | ||
"type":"Microsoft.Network/expressRouteCircuits", | ||
"location":"westus", | ||
"properties":{ | ||
"provisioningState":"Updating", | ||
"resourceGuid":"47853fd2-9261-4670-b7c3-2debcf9b88da", | ||
"peerings":[ | ||
|
||
], | ||
"authorizations":[ | ||
{ | ||
"name":"MyAuthorization1", | ||
"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName/authorizations/MyAuthorization1", | ||
"etag":"W/\"e22dd4b2-4c24-44cf-b702-70a472b62914\"", | ||
"properties":{ | ||
"provisioningState":"Updating", | ||
"authorizationUseStatus":"Available" | ||
} | ||
} | ||
], | ||
"serviceProviderProperties":{ | ||
"serviceProviderName":"Microsoft ER Test", | ||
"peeringLocation":"Area51", | ||
"bandwidthInMbps":200 | ||
}, | ||
"circuitProvisioningState":"Disabled", | ||
"allowClassicOperations":false, | ||
"gatewayManagerEtag":"", | ||
"serviceKey":"6569625a-9ba4-498b-9719-14d778eef609", | ||
"serviceProviderProvisioningState":"NotProvisioned" | ||
}, | ||
"sku":{ | ||
"name":"Standard_MeteredData", | ||
"tier":"Standard", | ||
"family":"MeteredData" | ||
} | ||
} | ||
}, | ||
"200":{ | ||
"body":{ | ||
"name":"circuitName", | ||
"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName", | ||
"etag":"W/\"e22dd4b2-4c24-44cf-b702-70a472b62914\"", | ||
"type":"Microsoft.Network/expressRouteCircuits", | ||
"location":"westus", | ||
"properties":{ | ||
"provisioningState":"Updating", | ||
"resourceGuid":"47853fd2-9261-4670-b7c3-2debcf9b88da", | ||
"peerings":[ | ||
|
||
], | ||
"authorizations":[ | ||
{ | ||
"name":"MyAuthorization1", | ||
"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName/authorizations/MyAuthorization1", | ||
"etag":"W/\"e22dd4b2-4c24-44cf-b702-70a472b62914\"", | ||
"properties":{ | ||
"provisioningState":"Updating", | ||
"authorizationUseStatus":"Available" | ||
} | ||
} | ||
], | ||
"serviceProviderProperties":{ | ||
"serviceProviderName":"Microsoft ER Test", | ||
"peeringLocation":"Area51", | ||
"bandwidthInMbps":200 | ||
}, | ||
"circuitProvisioningState":"Disabled", | ||
"allowClassicOperations":false, | ||
"gatewayManagerEtag":"", | ||
"serviceKey":"6569625a-9ba4-498b-9719-14d778eef609", | ||
"serviceProviderProvisioningState":"NotProvisioned" | ||
}, | ||
"sku":{ | ||
"name":"Standard_MeteredData", | ||
"tier":"Standard", | ||
"family":"MeteredData" | ||
} | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
.../Microsoft.Network/stable/2018-05-01/examples/ExpressRouteCircuitAuthorizationDelete.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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"parameters":{ | ||
"expressRouteCircuitName":"circuitName", | ||
"resourceGroupName":"rg1", | ||
"api-version":"2017-11-01", | ||
"subscriptionId":"subid", | ||
"authorizationName":"authorizationName" | ||
}, | ||
"responses":{ | ||
"200":{ | ||
|
||
}, | ||
"202":{ | ||
|
||
}, | ||
"204":{ | ||
|
||
} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...ger/Microsoft.Network/stable/2018-05-01/examples/ExpressRouteCircuitAuthorizationGet.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"parameters": { | ||
"expressRouteCircuitName": "circuitName", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2017-11-01", | ||
"subscriptionId": "subid", | ||
"authorizationName": "authorizationName" | ||
}, | ||
"responses": { | ||
"200": { | ||
"name": "MyAuthorization1", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName/authorizations/MyAuthorization1", | ||
"etag": "W/\"e33c875f-48df-4a91-b7d3-eb95b5ddbb89\"", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"authorizationKey": "authKey", | ||
"authorizationUseStatus": "Available" | ||
} | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
...er/Microsoft.Network/stable/2018-05-01/examples/ExpressRouteCircuitAuthorizationList.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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"parameters": { | ||
"expressRouteCircuitName": "circuitName", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2017-11-01", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"value": [ | ||
{ | ||
"name": "MyAuthorization1", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName/authorizations/MyAuthorization1", | ||
"etag": "W/\"e33c875f-48df-4a91-b7d3-eb95b5ddbb89\"", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"authorizationKey": "authKey", | ||
"authorizationUseStatus": "Available" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
86 changes: 86 additions & 0 deletions
86
...ource-manager/Microsoft.Network/stable/2018-05-01/examples/ExpressRouteCircuitCreate.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 |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"parameters": { | ||
"expressRouteCircuitName": "circuitName", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2017-11-01", | ||
"subscriptionId": "subid", | ||
"expressRouteCircuitParameters": { | ||
"sku": { | ||
"name": "Standard_MeteredData", | ||
"tier": "Standard", | ||
"family": "MeteredData" | ||
}, | ||
"properties": { | ||
"authorizations": [], | ||
"peerings": [], | ||
"allowClassicOperations": false, | ||
"serviceProviderProperties": { | ||
"serviceProviderName": "providerName", | ||
"peeringLocation": "peeringLocation", | ||
"bandwidthInMbps": 200 | ||
} | ||
}, | ||
"location": "West US" | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"body": { | ||
"name": "circuitName", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName", | ||
"etag": "w/\\00000000-0000-0000-0000-000000000000\\", | ||
"type": "Microsoft.Network/expressRouteCircuits", | ||
"location": "westus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"resourceGuid": "262effd2-248d-4754-9068-0a89860dd918", | ||
"peerings": [], | ||
"authorizations": [], | ||
"serviceProviderProperties": { | ||
"serviceProviderName": "providerName", | ||
"peeringLocation": "peeringLocation", | ||
"bandwidthInMbps": 200 | ||
}, | ||
"circuitProvisioningState": "Enabled", | ||
"allowClassicOperations": false, | ||
"serviceKey": "a1410692-0000-4ceb-b94a-b90b94d398d1", | ||
"serviceProviderProvisioningState": "NotProvisioned" | ||
}, | ||
"sku": { | ||
"name": "Standard_MeteredData", | ||
"tier": "Standard", | ||
"family": "MeteredData" | ||
} | ||
} | ||
}, | ||
"200": { | ||
"body": { | ||
"name": "circuitName", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName", | ||
"etag": "w/\\00000000-0000-0000-0000-000000000000\\", | ||
"type": "Microsoft.Network/expressRouteCircuits", | ||
"location": "westus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"resourceGuid": "262effd2-248d-4754-9068-0a89860dd918", | ||
"peerings": [], | ||
"authorizations": [], | ||
"serviceProviderProperties": { | ||
"serviceProviderName": "providerName", | ||
"peeringLocation": "peeringLocation", | ||
"bandwidthInMbps": 200 | ||
}, | ||
"circuitProvisioningState": "Enabled", | ||
"allowClassicOperations": false, | ||
"serviceKey": "a1410692-0000-4ceb-b94a-b90b94d398d1", | ||
"serviceProviderProvisioningState": "NotProvisioned" | ||
}, | ||
"sku": { | ||
"name": "Standard_MeteredData", | ||
"tier": "Standard", | ||
"family": "MeteredData" | ||
} | ||
} | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
...ource-manager/Microsoft.Network/stable/2018-05-01/examples/ExpressRouteCircuitDelete.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"parameters": { | ||
"expressRouteCircuitName": "circuitName", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2017-11-01", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...resource-manager/Microsoft.Network/stable/2018-05-01/examples/ExpressRouteCircuitGet.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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"parameters": { | ||
"expressRouteCircuitName": "circuitName", | ||
"resourceGroupName": "rg1", | ||
"api-version": "2017-11-01", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "circuitName", | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/circuitName", | ||
"etag": "w/\\00000000-0000-0000-0000-000000000000\\", | ||
"type": "Microsoft.Network/expressRouteCircuits", | ||
"location": "westus", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"resourceGuid": "262effd2-248d-4754-9068-0a89860dd918", | ||
"peerings": [], | ||
"authorizations": [], | ||
"serviceProviderProperties": { | ||
"serviceProviderName": "providerName", | ||
"peeringLocation": "peeringLocation", | ||
"bandwidthInMbps": 200 | ||
}, | ||
"circuitProvisioningState": "Enabled", | ||
"allowClassicOperations": false, | ||
"serviceKey": "a1410692-0000-4ceb-b94a-b90b94d398d1", | ||
"serviceProviderProvisioningState": "NotProvisioned" | ||
}, | ||
"sku": { | ||
"name": "Standard_MeteredData", | ||
"tier": "Standard", | ||
"family": "MeteredData" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please configure your git to check in Unix style line endings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gimotwanMSFT was it done?