-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VirtualHub : Add Routing State and expose Effective Routes Api (#9385)
* Add Routing State and expose Effective Routes Api * updated opId name and added examples * prettier fix done * rename variable to prevent conflict
- Loading branch information
1 parent
f158099
commit 870cc67
Showing
8 changed files
with
205 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...anager/Microsoft.Network/stable/2020-05-01/examples/EffectiveRoutesListForConnection.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": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"virtualHubName": "virtualHub1", | ||
"api-version": "2020-05-01", | ||
"effectiveRoutesParameters": { | ||
"resourceId": "/subscriptions/subid/resourceGroups/resourceGroupName/providers/Microsoft.Network/expressRouteGateways/expressRouteGatewayName/expressRouteConnections/connectionName", | ||
"virtualWanResourceType": "ExpressRouteConnection" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"description": "Request successful. Follow the location header for the effective routes list." | ||
}, | ||
"202": { | ||
"description": "Accepted and the operation will complete asynchronously." | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...anager/Microsoft.Network/stable/2020-05-01/examples/EffectiveRoutesListForRouteTable.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": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"virtualHubName": "virtualHub1", | ||
"api-version": "2020-05-01", | ||
"effectiveRoutesParameters": { | ||
"resourceId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/virtualHub1/hubRouteTables/hubRouteTable1", | ||
"virtualWanResourceType": "RouteTable" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"description": "Request successful. Follow the location header for the effective routes list." | ||
}, | ||
"202": { | ||
"description": "Accepted and the operation will complete asynchronously." | ||
} | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...anager/Microsoft.Network/stable/2020-05-01/examples/EffectiveRoutesListForVirtualHub.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,17 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"virtualHubName": "virtualHub1", | ||
"api-version": "2020-05-01", | ||
"effectiveRoutesParameters": null | ||
}, | ||
"responses": { | ||
"200": { | ||
"description": "Request successful. Follow the location header for the effective routes list." | ||
}, | ||
"202": { | ||
"description": "Accepted and the operation will complete asynchronously." | ||
} | ||
} | ||
} |
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