-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Add missing PrivateLink Operations #18030
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
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
d159232
fix privateLink client name
tjegbejimba 7f9bd71
Merge branch 'Azure:main' into main
tjegbejimba 94fbeca
Add missing PL operations
tjegbejimba 6a5dccc
Merge branch 'main' of https://github.com/tjegbejimba/azure-rest-api-…
tjegbejimba ce34580
fix prettier and validation errors
tjegbejimba ec5249a
wrap PrivateLinkAssociation in properties field
tjegbejimba e45b40b
match pla put and get response
tjegbejimba d834b0c
fix getpla example
tjegbejimba 4c7cd8c
add 201 response to PUT requests
tjegbejimba 6fc66b4
add 201 response to PUT examples
tjegbejimba dddb6b1
Update specification/resources/resource-manager/Microsoft.Authorizati…
tjegbejimba 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
23 changes: 10 additions & 13 deletions
23
...manager/Microsoft.Authorization/stable/2020-05-01/examples/GetPrivateLinkAssociation.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
25 changes: 25 additions & 0 deletions
25
...anager/Microsoft.Authorization/stable/2020-05-01/examples/ListPrivateLinkAssociation.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,25 @@ | ||
| { | ||
| "parameters": { | ||
| "groupId": "my-management-group", | ||
| "api-version": "2020-05-01" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "properties": { | ||
| "privateLink": "00000000-0000-0000-0000-000000000000", | ||
| "publicNetworkAccess": "Enabled", | ||
| "tenantID": "06b3ccb8-1384-4bcc-aec7-852f6d57161b", | ||
| "scope": "/providers/Microsoft.Management/managementGroups/my-management-group" | ||
| }, | ||
| "id": "00000000-0000-0000-0000-000000000000", | ||
| "type": "Microsoft.Authorization/privateLinkAssociations", | ||
| "name": "my-pla" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
33 changes: 33 additions & 0 deletions
33
...horization/stable/2020-05-01/examples/ListResourceGroupResourceManagementPrivateLink.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,33 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "my-resource-group", | ||
| "api-version": "2020-05-01" | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "value": [ | ||
| { | ||
| "properties": { | ||
| "privateEndpointConnections": [] | ||
| }, | ||
| "id": "00000000-0000-0000-0000-000000000000", | ||
| "name": "my-pla", | ||
| "type": "Microsoft.Authorization/privateLinkAssociations", | ||
| "location": "eastus" | ||
| }, | ||
| { | ||
| "properties": { | ||
| "privateEndpointConnections": [] | ||
| }, | ||
| "id": "00000000-0000-0000-0000-000000000001", | ||
| "name": "my-pla2", | ||
| "type": "Microsoft.Authorization/privateLinkAssociations", | ||
| "location": "eastus" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
File renamed without changes.
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
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.