Skip to content

Commit f840c84

Browse files
deviceprovisioningservices: updating the Swagger Tags to match the Operation ID Prefix (#20106)
This means that when grouped these are grouped by Type (Certificate, IotDpsResource) rather than by GET/PUT/PATCH etc which is less useful.
1 parent 63312d0 commit f840c84

File tree

1 file changed

+23
-23
lines changed
  • specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2022-02-05

1 file changed

+23
-23
lines changed

specification/deviceprovisioningservices/resource-manager/Microsoft.Devices/stable/2022-02-05/iotdps.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}": {
7777
"get": {
7878
"tags": [
79-
"GET"
79+
"DpsCertificate"
8080
],
8181
"operationId": "DpsCertificate_Get",
8282
"description": "Get the certificate from the provisioning service.",
@@ -142,7 +142,7 @@
142142
},
143143
"put": {
144144
"tags": [
145-
"PUT"
145+
"DpsCertificate"
146146
],
147147
"summary": "Upload the certificate to the provisioning service.",
148148
"description": "Add new certificate or update an existing certificate.",
@@ -222,7 +222,7 @@
222222
},
223223
"delete": {
224224
"tags": [
225-
"DELETE"
225+
"DpsCertificate"
226226
],
227227
"operationId": "DpsCertificate_Delete",
228228
"summary": "Delete the Provisioning Service Certificate.",
@@ -358,7 +358,7 @@
358358
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}": {
359359
"get": {
360360
"tags": [
361-
"GET"
361+
"IotDpsResource"
362362
],
363363
"summary": "Get the non-security related metadata of the provisioning service.",
364364
"description": "Get the metadata of the provisioning service without SAS keys.",
@@ -413,7 +413,7 @@
413413
},
414414
"put": {
415415
"tags": [
416-
"PUT"
416+
"IotDpsResource"
417417
],
418418
"summary": "Create or update the metadata of the provisioning service.",
419419
"description": "Create or update the metadata of the provisioning service. The usual pattern to modify a property is to retrieve the provisioning service metadata and security metadata, and then combine them with the modified values in a new body to update the provisioning service.",
@@ -484,7 +484,7 @@
484484
},
485485
"patch": {
486486
"tags": [
487-
"PATCH"
487+
"IotDpsResource"
488488
],
489489
"summary": "Update an existing provisioning service's tags.",
490490
"description": "Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method",
@@ -543,7 +543,7 @@
543543
},
544544
"delete": {
545545
"tags": [
546-
"DELETE"
546+
"IotDpsResource"
547547
],
548548
"summary": "Delete the Provisioning Service",
549549
"description": "Deletes the Provisioning Service.",
@@ -605,7 +605,7 @@
605605
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates": {
606606
"get": {
607607
"tags": [
608-
"GET"
608+
"DpsCertificate"
609609
],
610610
"operationId": "DpsCertificate_List",
611611
"description": "Get all the certificates tied to the provisioning service.",
@@ -659,7 +659,7 @@
659659
"/subscriptions/{subscriptionId}/providers/Microsoft.Devices/provisioningServices": {
660660
"get": {
661661
"tags": [
662-
"GET"
662+
"IotDpsResource"
663663
],
664664
"summary": "Get all the provisioning services in a subscription.",
665665
"description": "List all the provisioning services for a given subscription id.",
@@ -699,7 +699,7 @@
699699
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices": {
700700
"get": {
701701
"tags": [
702-
"GET"
702+
"IotDpsResource"
703703
],
704704
"operationId": "IotDpsResource_ListByResourceGroup",
705705
"description": "Get a list of all provisioning services in the given resource group.",
@@ -749,7 +749,7 @@
749749
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/operationresults/{operationId}": {
750750
"get": {
751751
"tags": [
752-
"GET"
752+
"IotDpsResource"
753753
],
754754
"operationId": "IotDpsResource_GetOperationResult",
755755
"description": "Gets the status of a long running operation, such as create, update or delete a provisioning service.",
@@ -818,7 +818,7 @@
818818
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/skus": {
819819
"get": {
820820
"tags": [
821-
"GET"
821+
"IotDpsResource"
822822
],
823823
"summary": "Get the list of valid SKUs for a provisioning service.",
824824
"description": "Gets the list of valid SKUs and tiers for a provisioning service.",
@@ -872,7 +872,7 @@
872872
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/generateVerificationCode": {
873873
"post": {
874874
"tags": [
875-
"POST"
875+
"DpsCertificate"
876876
],
877877
"operationId": "DpsCertificate_GenerateVerificationCode",
878878
"description": "Generate verification code for Proof of Possession.",
@@ -1003,7 +1003,7 @@
10031003
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/verify": {
10041004
"post": {
10051005
"tags": [
1006-
"POST"
1006+
"DpsCertificate"
10071007
],
10081008
"operationId": "DpsCertificate_VerifyCertificate",
10091009
"summary": "Verify certificate's private key possession.",
@@ -1150,7 +1150,7 @@
11501150
"/subscriptions/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability": {
11511151
"post": {
11521152
"tags": [
1153-
"POST"
1153+
"IotDpsResource"
11541154
],
11551155
"operationId": "IotDpsResource_CheckProvisioningServiceNameAvailability",
11561156
"x-ms-examples": {
@@ -1196,7 +1196,7 @@
11961196
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/listkeys": {
11971197
"post": {
11981198
"tags": [
1199-
"POST"
1199+
"IotDpsResource"
12001200
],
12011201
"operationId": "IotDpsResource_ListKeys",
12021202
"x-ms-examples": {
@@ -1250,7 +1250,7 @@
12501250
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/keys/{keyName}/listkeys": {
12511251
"post": {
12521252
"tags": [
1253-
"POST"
1253+
"IotDpsResource"
12541254
],
12551255
"operationId": "IotDpsResource_ListKeysForKeyName",
12561256
"x-ms-examples": {
@@ -1308,7 +1308,7 @@
13081308
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateLinkResources": {
13091309
"get": {
13101310
"tags": [
1311-
"GET"
1311+
"IotDpsResource"
13121312
],
13131313
"summary": "List private link resources",
13141314
"description": "List private link resources for the given provisioning service",
@@ -1352,7 +1352,7 @@
13521352
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateLinkResources/{groupId}": {
13531353
"get": {
13541354
"tags": [
1355-
"GET"
1355+
"IotDpsResource"
13561356
],
13571357
"summary": "Get the specified private link resource",
13581358
"description": "Get the specified private link resource for the given provisioning service",
@@ -1399,7 +1399,7 @@
13991399
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections": {
14001400
"get": {
14011401
"tags": [
1402-
"GET"
1402+
"IotDpsResource"
14031403
],
14041404
"summary": "List private endpoint connections",
14051405
"description": "List private endpoint connection properties",
@@ -1443,7 +1443,7 @@
14431443
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}": {
14441444
"get": {
14451445
"tags": [
1446-
"GET"
1446+
"IotDpsResource"
14471447
],
14481448
"summary": "Get private endpoint connection",
14491449
"description": "Get private endpoint connection properties",
@@ -1488,7 +1488,7 @@
14881488
},
14891489
"put": {
14901490
"tags": [
1491-
"PUT"
1491+
"IotDpsResource"
14921492
],
14931493
"summary": "Create or update private endpoint connection",
14941494
"description": "Create or update the status of a private endpoint connection with the specified name",
@@ -1549,7 +1549,7 @@
15491549
},
15501550
"delete": {
15511551
"tags": [
1552-
"DELETE"
1552+
"IotDpsResource"
15531553
],
15541554
"summary": "Delete private endpoint connection",
15551555
"description": "Delete private endpoint connection with the specified name",

0 commit comments

Comments
 (0)