-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[Microsoft.DeviceUpdate] (Internal only) Added Private Endpoint Proxy Private Endpoint Update #18281
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
[Microsoft.DeviceUpdate] (Internal only) Added Private Endpoint Proxy Private Endpoint Update #18281
Changes from 11 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
8e9f27f
(Internal only) Added Private Endpoint Proxy Private Endpoint Update
darkoa-msft 362fb66
The existing resource also needs a change
darkoa-msft f8b893f
Renamed example
darkoa-msft f6b3ae0
Fixing more copy and paste errors
darkoa-msft 3a20ede
Removed read only, formatted new file
darkoa-msft 414d0c6
Move provisioning state inside proxy properties
darkoa-msft e4e46e0
Revert "Move provisioning state inside proxy properties"
darkoa-msft e662e78
Moved proxy provisioning state into properties, try #2
darkoa-msft 067ff1b
Moved proxy provisioning state into properties, try number 3
darkoa-msft a541f80
Moved proxy provisioning state into properties, try number 4
darkoa-msft 73d8c35
Moved Proxy provisioningState to top level, removed property bag
darkoa-msft 6947905
Fixed a naming error
darkoa-msft 6e47697
Linter fixes
darkoa-msft 52e66c5
Removed flatten in Proxy properties
darkoa-msft c1cb68f
Reverted all provisioningState changes
darkoa-msft 9456331
Swapped properties to match the old swagger
darkoa-msft 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
19 changes: 19 additions & 0 deletions
19
...rivateEndpointConnectionProxies/PrivateEndpointConnectionProxy_PrivateEndpointUpdate.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,19 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "resourceGroupName": "test-rg", | ||
| "accountName": "contoso", | ||
| "privateEndpointConnectionProxyId": "peexample01", | ||
| "api-version": "2020-03-01-preview", | ||
| "privateEndpointUpdate": { | ||
| "id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/test-rg/providers/Microsoft.Network/privateEndpoints/{peName}", | ||
| "location": "westus2", | ||
| "immutableSubscriptionId": "00000000-0000-0000-0000-000000000000", | ||
| "immutableResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.Network/privateEndpoints/{peName}", | ||
| "vnetTrafficTag": "12345678" | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": {} | ||
| } | ||
| } |
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.
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.
replace
provisioningStatebypropertiesto clean up the errors.