Skip to content

Commit e687b0f

Browse files
Amalladi/extendedlocation update operationID field (#15676)
* 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 <markcowl@microsoft.com> Co-authored-by: Aditi <amalladi@microsoft.com>
1 parent e07d790 commit e687b0f

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-03-15-preview/customlocations.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"tags": [
4040
"customLocations"
4141
],
42-
"operationId": "customLocations_ListOperations",
42+
"operationId": "CustomLocations_ListOperations",
4343
"description": "Lists all available Custom Locations operations.",
4444
"parameters": [
4545
{
@@ -76,7 +76,7 @@
7676
"tags": [
7777
"customLocations"
7878
],
79-
"operationId": "customLocations_ListBySubscription",
79+
"operationId": "CustomLocations_ListBySubscription",
8080
"summary": "Gets a list of Custom Locations in a subscription.",
8181
"description": "Gets a list of Custom Locations in the specified subscription. The operation returns properties of each Custom Location",
8282
"parameters": [
@@ -116,7 +116,7 @@
116116
"tags": [
117117
"customLocations"
118118
],
119-
"operationId": "customLocations_ListByResourceGroup",
119+
"operationId": "CustomLocations_ListByResourceGroup",
120120
"summary": "Gets a list of Custom Locations in the specified subscription and resource group.",
121121
"description": "Gets a list of Custom Locations in the specified subscription and resource group. The operation returns properties of each Custom Location.",
122122
"parameters": [
@@ -159,7 +159,7 @@
159159
"tags": [
160160
"customLocations"
161161
],
162-
"operationId": "customLocations_Get",
162+
"operationId": "CustomLocations_Get",
163163
"summary": "Gets a Custom Location.",
164164
"description": "Gets the details of the customLocation with a specified resource group and name.",
165165
"parameters": [
@@ -200,7 +200,7 @@
200200
"tags": [
201201
"customLocations"
202202
],
203-
"operationId": "customLocations_CreateOrUpdate",
203+
"operationId": "CustomLocations_CreateOrUpdate",
204204
"summary": "Creates or updates a Custom Location.",
205205
"description": "Creates or updates a Custom Location in the specified Subscription and Resource Group",
206206
"parameters": [
@@ -260,7 +260,7 @@
260260
"tags": [
261261
"customLocations"
262262
],
263-
"operationId": "customLocations_Delete",
263+
"operationId": "CustomLocations_Delete",
264264
"summary": "Deletes a Custom Location.",
265265
"description": "Deletes the Custom Location with the specified Resource Name, Resource Group, and Subscription Id.",
266266
"parameters": [
@@ -305,7 +305,7 @@
305305
"tags": [
306306
"customLocations"
307307
],
308-
"operationId": "customLocations_Update",
308+
"operationId": "CustomLocations_Update",
309309
"summary": "Updates a Custom Location.",
310310
"description": "Updates a Custom Location with the specified Resource Name in the specified Resource Group and Subscription.",
311311
"parameters": [
@@ -358,7 +358,7 @@
358358
"tags": [
359359
"customLocations"
360360
],
361-
"operationId": "customLocations_ListEnabledResourceTypes",
361+
"operationId": "CustomLocations_ListEnabledResourceTypes",
362362
"summary": "Gets the list of Enabled Resource Types.",
363363
"description": "Gets the list of the Enabled Resource Types.",
364364
"parameters": [

specification/extendedlocation/resource-manager/Microsoft.ExtendedLocation/preview/2021-03-15-preview/examples/CustomLocationsListOperations.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@
5050
"origin": "user,system",
5151
"isDataAction": false
5252
},
53+
{
54+
"name": "Microsoft.ExtendedLocation/customLocations/deploy/action",
55+
"display": {
56+
"description": "Deploy permissions to a Custom Location resource",
57+
"operation": "Deploy permissions to Custom Location",
58+
"provider": "Microsoft.ExtendedLocation",
59+
"resource": "Custom Locations"
60+
},
61+
"origin": "user,system",
62+
"isDataAction": true
63+
},
5364
{
5465
"name": "Microsoft.ExtendedLocation/customLocations/delete",
5566
"display": {

0 commit comments

Comments
 (0)