Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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