-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add New ListNetworkGroupMembership API to network 2022 06 01 preview #21970
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
raych1
merged 14 commits into
Azure:dev-release-network-2022-06-01-preview
from
yanfa317:dev-release-network-2022-06-01-preview
Jan 10, 2023
Merged
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
8cef6f2
New networkManagerGroupMembership API
yanfa317 60dd3c8
fix typo
yanfa317 fcebfb9
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs
yanfa317 ea254ca
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs
yanfa317 05741ad
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs
yanfa317 8553b86
Merge branch 'main' of https://github.com/Azure/azure-rest-api-specs
yanfa317 f6a8e5c
New List NetworkGroupMembership API
yanfa317 b880415
Merge branch 'dev-release-network-2022-06-01-preview' into dev-releas…
yanfa317 3ba2e73
fix
yanfa317 0d2ee2d
fix format
yanfa317 19d6171
fix error
yanfa317 e1f6f0e
fix
yanfa317 30d62e4
fix as comments
yanfa317 5aebe1b
fix
yanfa317 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
47 changes: 47 additions & 0 deletions
47
...er/Microsoft.Network/preview/2022-06-01-preview/examples/NetworkGroupMembershipsList.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": { | ||
| "api-version": "2022-06-01-preview", | ||
| "subscriptionId": "subscriptionA", | ||
| "resourceGroupName": "myResourceGroup", | ||
| "virtualNetworkName": "testVirtualNetwork" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "id": "/subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/testVirtualNetwork/providers/Microsoft.Network/networkGroupMemberships/Default", | ||
| "type": "Microsoft.Network/networkGroupMemberships", | ||
| "name": "Default", | ||
| "location": "useast", | ||
| "properties": { | ||
| "groupMemberships": [ | ||
| { | ||
| "networkGroupId": "/subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkManagers/testNM/networkGroups/testng", | ||
| "sources": [ | ||
| { | ||
| "kind": "StaticMembership", | ||
| "staticMemberId": "/subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkManagers/testNM/networkGroups/testng/staticMembers/testsm" | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "networkGroupId": "/subscriptions/subscriptionA/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkManagers/testNM/networkGroups/testng2", | ||
| "sources": [ | ||
| { | ||
| "kind": "Policy", | ||
| "policyAssignmentId": "TestPolicyAssignmentId", | ||
| "policySetDefinitionId": "TestPolicySetDefinitionId", | ||
| "policyDefinitionId": "TestPolicyDefinitionId", | ||
| "policyDefinitionReferenceId": "TestDefinitionReferenceId" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } | ||
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.