Skip to content

Commit

Permalink
Amalladi/extendedlocation update operationID field (Azure#15676)
Browse files Browse the repository at this point in the history
* Add blockchain to latest profile

* Add additional types

* Update operationId field in Swagger, update ListOperations Example

* Revert commit

* prettier fix

Co-authored-by: Mark Cowlishaw <[email protected]>
Co-authored-by: Aditi <[email protected]>
  • Loading branch information
3 people authored and Milan Zolota committed Sep 27, 2021
1 parent 0fe4385 commit c144294
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tags": [
"customLocations"
],
"operationId": "customLocations_ListOperations",
"operationId": "CustomLocations_ListOperations",
"description": "Lists all available Custom Locations operations.",
"parameters": [
{
Expand Down Expand Up @@ -76,7 +76,7 @@
"tags": [
"customLocations"
],
"operationId": "customLocations_ListBySubscription",
"operationId": "CustomLocations_ListBySubscription",
"summary": "Gets a list of Custom Locations in a subscription.",
"description": "Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location",
"parameters": [
Expand Down Expand Up @@ -116,7 +116,7 @@
"tags": [
"customLocations"
],
"operationId": "customLocations_ListByResourceGroup",
"operationId": "CustomLocations_ListByResourceGroup",
"summary": "Gets a list of Custom Locations in the specified subscription and resource group.",
"description": "Gets a list of Custom Locations in the specified subscription and resource group. The operation returns properties of each Custom Location.",
"parameters": [
Expand Down Expand Up @@ -159,7 +159,7 @@
"tags": [
"customLocations"
],
"operationId": "customLocations_Get",
"operationId": "CustomLocations_Get",
"summary": "Gets a Custom Location.",
"description": "Gets the details of the customLocation with a specified resource group and name.",
"parameters": [
Expand Down Expand Up @@ -200,7 +200,7 @@
"tags": [
"customLocations"
],
"operationId": "customLocations_CreateOrUpdate",
"operationId": "CustomLocations_CreateOrUpdate",
"summary": "Creates or updates a Custom Location.",
"description": "Creates or updates a Custom Location in the specified Subscription and Resource Group",
"parameters": [
Expand Down Expand Up @@ -260,7 +260,7 @@
"tags": [
"customLocations"
],
"operationId": "customLocations_Delete",
"operationId": "CustomLocations_Delete",
"summary": "Deletes a Custom Location.",
"description": "Deletes the Custom Location with the specified Resource Name, Resource Group, and Subscription Id.",
"parameters": [
Expand Down Expand Up @@ -305,7 +305,7 @@
"tags": [
"customLocations"
],
"operationId": "customLocations_Update",
"operationId": "CustomLocations_Update",
"summary": "Updates a Custom Location.",
"description": "Updates a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.",
"parameters": [
Expand Down Expand Up @@ -358,7 +358,7 @@
"tags": [
"customLocations"
],
"operationId": "customLocations_ListEnabledResourceTypes",
"operationId": "CustomLocations_ListEnabledResourceTypes",
"summary": "Gets the list of Enabled Resource Types.",
"description": "Gets the list of the Enabled Resource Types.",
"parameters": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@
"origin": "user,system",
"isDataAction": false
},
{
"name": "Microsoft.ExtendedLocation/customLocations/deploy/action",
"display": {
"description": "Deploy permissions to a Custom Location resource",
"operation": "Deploy permissions to Custom Location",
"provider": "Microsoft.ExtendedLocation",
"resource": "Custom Locations"
},
"origin": "user,system",
"isDataAction": true
},
{
"name": "Microsoft.ExtendedLocation/customLocations/delete",
"display": {
Expand Down

0 comments on commit c144294

Please sign in to comment.