forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Microsoft.DeviceUpdate] Private Link - Added Network RP required pro…
…perties (Azure#17042) * Added group IDs array to PrivateEndpointConnection in v4 common type * Added private endpoint connections to the top level resource * Updated examples * Added types.json to commopn-types/v4 * Moved new version of privatelinks.json into our directory * Wrong level * Added period to the end of description for consistency * Updated version in privatelinks.json * Removed duplicate resource from privatelinks.json * Made PrivateEndpointConnection.properties required, added PEC payload to examples * Added Operations List example * Referenced Operations example file from the swagger * Reduce number of operations in the Operations_List example * Fixed Operations List example * Removed PrivateEnpointConnection from Account update example
- Loading branch information
1 parent
39a4d73
commit 6654157
Showing
10 changed files
with
337 additions
and
18 deletions.
There are no files selected for viewing
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
34 changes: 34 additions & 0 deletions
34
...e-manager/Microsoft.DeviceUpdate/preview/2020-03-01-preview/examples/Operations_List.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,34 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-03-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nextLink": "string", | ||
"value": [ | ||
{ | ||
"name": "Microsoft.DeviceUpdate/accounts/read", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.DeviceUpdate", | ||
"resource": "Device Update Account", | ||
"operation": "Get/List Accounts", | ||
"description": "Returns the list of Device Update Accounts" | ||
} | ||
}, | ||
{ | ||
"name": "Microsoft.DeviceUpdate/accounts/write", | ||
"isDataAction": false, | ||
"display": { | ||
"provider": "Microsoft.DeviceUpdate", | ||
"resource": "Device Update Account", | ||
"operation": "Create/Update Account", | ||
"description": "Creates or updates a Device Update Account" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
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
Oops, something went wrong.