-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Add HubRouteTables specs to virtualWan.json #9206
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
Merged
akning-ms
merged 20 commits into
Azure:network-april-release
from
nagula-ritvika:vHubRouteTables-Changes
May 5, 2020
Merged
Changes from 4 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
a3444ab
add HubRouteTables specs to virtualWan.json
nagula-ritvika 5b3e217
updated RoutingConfiguration as a connection property
nagula-ritvika 970f07d
added examples for hubRouteTable
nagula-ritvika d6b6a1c
updated examples for routingConfiguration
nagula-ritvika bc9c3b8
fix1
nagula-ritvika 1fae942
some more fixes
nagula-ritvika e32b134
fixes2
nagula-ritvika 2a47fc7
prettier check done
nagula-ritvika 3a4a8a7
validate spec done
nagula-ritvika 05e003f
fix3
nagula-ritvika 92ed73d
fixed model validation errors
nagula-ritvika e6a64d3
model validations again
nagula-ritvika 0c041c8
few more fxes:
nagula-ritvika 6769c21
remove type from examples
nagula-ritvika 7b8a138
fix staging errors
nagula-ritvika 4e598cc
add required field where needed
nagula-ritvika b8b4adb
updated after review
nagula-ritvika e3297b8
onemore fix
nagula-ritvika 846d919
added type
nagula-ritvika a43c60d
added type
nagula-ritvika 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
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
14 changes: 14 additions & 0 deletions
14
...rk/resource-manager/Microsoft.Network/stable/2020-04-01/examples/HubRouteTableDelete.json
This file contains hidden or 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,14 @@ | ||
| { | ||
| "parameters": { | ||
| "hubRouteTableName": "hubRouteTable1", | ||
| "resourceGroupName": "rg1", | ||
| "api-version": "2020-04-01", | ||
| "subscriptionId": "subid", | ||
| "virtualHubName": "virtualHub1" | ||
| }, | ||
| "responses": { | ||
| "200": {}, | ||
| "202": {}, | ||
| "204": {} | ||
| } | ||
| } |
47 changes: 47 additions & 0 deletions
47
...twork/resource-manager/Microsoft.Network/stable/2020-04-01/examples/HubRouteTableGet.json
This file contains hidden or 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,47 @@ | ||
| { | ||
| "parameters": { | ||
| "hubRouteTableName": "hubRouteTable1", | ||
| "resourceGroupName": "rg1", | ||
| "api-version": "2020-04-01", | ||
| "subscriptionId": "subid", | ||
| "virtualHubName": "virtualHub1" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/hubRouteTables/hubRouteTable1", | ||
| "etag": "w/\\00000000-0000-0000-0000-000000000000\\", | ||
| "name": "hubRouteTable1", | ||
| "type": "Microsoft.Network/virtualHubs/hubRouteTables", | ||
| "properties": { | ||
| "provisioningState": "Succeeded", | ||
| "routes": [ | ||
| { | ||
| "name": "route1", | ||
| "destinationType": "CIDR", | ||
| "destinations": [ | ||
| "10.0.0.0/8", | ||
| "20.0.0.0/8", | ||
| "30.0.0.0/8" | ||
| ], | ||
| "nextHopType": "ResourceId", | ||
| "nextHop": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/azureFirewalls/azureFirewall1" | ||
| } | ||
| ], | ||
| "labels": [ | ||
| "label1", | ||
| "label2" | ||
| ], | ||
| "associatedConnections": [ | ||
| "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/hubVirtualNetworkConnections/vnetConnn1", | ||
| "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/hubVirtualNetworkConnections/vnetConnn2" | ||
| ], | ||
| "propagatingConnections": [ | ||
| "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteGateways/erg1/expressRouteConnections/erConn1", | ||
| "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnGateways/vpngw1/vpnConnections/vpnConn2" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
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.
Uh oh!
There was an error while loading. Please reload this page.