|
76 | 76 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}": { |
77 | 77 | "get": { |
78 | 78 | "tags": [ |
79 | | - "GET" |
| 79 | + "DpsCertificate" |
80 | 80 | ], |
81 | 81 | "operationId": "DpsCertificate_Get", |
82 | 82 | "description": "Get the certificate from the provisioning service.", |
|
142 | 142 | }, |
143 | 143 | "put": { |
144 | 144 | "tags": [ |
145 | | - "PUT" |
| 145 | + "DpsCertificate" |
146 | 146 | ], |
147 | 147 | "summary": "Upload the certificate to the provisioning service.", |
148 | 148 | "description": "Add new certificate or update an existing certificate.", |
|
222 | 222 | }, |
223 | 223 | "delete": { |
224 | 224 | "tags": [ |
225 | | - "DELETE" |
| 225 | + "DpsCertificate" |
226 | 226 | ], |
227 | 227 | "operationId": "DpsCertificate_Delete", |
228 | 228 | "summary": "Delete the Provisioning Service Certificate.", |
|
358 | 358 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}": { |
359 | 359 | "get": { |
360 | 360 | "tags": [ |
361 | | - "GET" |
| 361 | + "IotDpsResource" |
362 | 362 | ], |
363 | 363 | "summary": "Get the non-security related metadata of the provisioning service.", |
364 | 364 | "description": "Get the metadata of the provisioning service without SAS keys.", |
|
413 | 413 | }, |
414 | 414 | "put": { |
415 | 415 | "tags": [ |
416 | | - "PUT" |
| 416 | + "IotDpsResource" |
417 | 417 | ], |
418 | 418 | "summary": "Create or update the metadata of the provisioning service.", |
419 | 419 | "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 | 484 | }, |
485 | 485 | "patch": { |
486 | 486 | "tags": [ |
487 | | - "PATCH" |
| 487 | + "IotDpsResource" |
488 | 488 | ], |
489 | 489 | "summary": "Update an existing provisioning service's tags.", |
490 | 490 | "description": "Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method", |
|
543 | 543 | }, |
544 | 544 | "delete": { |
545 | 545 | "tags": [ |
546 | | - "DELETE" |
| 546 | + "IotDpsResource" |
547 | 547 | ], |
548 | 548 | "summary": "Delete the Provisioning Service", |
549 | 549 | "description": "Deletes the Provisioning Service.", |
|
605 | 605 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates": { |
606 | 606 | "get": { |
607 | 607 | "tags": [ |
608 | | - "GET" |
| 608 | + "DpsCertificate" |
609 | 609 | ], |
610 | 610 | "operationId": "DpsCertificate_List", |
611 | 611 | "description": "Get all the certificates tied to the provisioning service.", |
|
659 | 659 | "/subscriptions/{subscriptionId}/providers/Microsoft.Devices/provisioningServices": { |
660 | 660 | "get": { |
661 | 661 | "tags": [ |
662 | | - "GET" |
| 662 | + "IotDpsResource" |
663 | 663 | ], |
664 | 664 | "summary": "Get all the provisioning services in a subscription.", |
665 | 665 | "description": "List all the provisioning services for a given subscription id.", |
|
699 | 699 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices": { |
700 | 700 | "get": { |
701 | 701 | "tags": [ |
702 | | - "GET" |
| 702 | + "IotDpsResource" |
703 | 703 | ], |
704 | 704 | "operationId": "IotDpsResource_ListByResourceGroup", |
705 | 705 | "description": "Get a list of all provisioning services in the given resource group.", |
|
749 | 749 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/operationresults/{operationId}": { |
750 | 750 | "get": { |
751 | 751 | "tags": [ |
752 | | - "GET" |
| 752 | + "IotDpsResource" |
753 | 753 | ], |
754 | 754 | "operationId": "IotDpsResource_GetOperationResult", |
755 | 755 | "description": "Gets the status of a long running operation, such as create, update or delete a provisioning service.", |
|
818 | 818 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/skus": { |
819 | 819 | "get": { |
820 | 820 | "tags": [ |
821 | | - "GET" |
| 821 | + "IotDpsResource" |
822 | 822 | ], |
823 | 823 | "summary": "Get the list of valid SKUs for a provisioning service.", |
824 | 824 | "description": "Gets the list of valid SKUs and tiers for a provisioning service.", |
|
872 | 872 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/generateVerificationCode": { |
873 | 873 | "post": { |
874 | 874 | "tags": [ |
875 | | - "POST" |
| 875 | + "DpsCertificate" |
876 | 876 | ], |
877 | 877 | "operationId": "DpsCertificate_GenerateVerificationCode", |
878 | 878 | "description": "Generate verification code for Proof of Possession.", |
|
1003 | 1003 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/verify": { |
1004 | 1004 | "post": { |
1005 | 1005 | "tags": [ |
1006 | | - "POST" |
| 1006 | + "DpsCertificate" |
1007 | 1007 | ], |
1008 | 1008 | "operationId": "DpsCertificate_VerifyCertificate", |
1009 | 1009 | "summary": "Verify certificate's private key possession.", |
|
1150 | 1150 | "/subscriptions/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability": { |
1151 | 1151 | "post": { |
1152 | 1152 | "tags": [ |
1153 | | - "POST" |
| 1153 | + "IotDpsResource" |
1154 | 1154 | ], |
1155 | 1155 | "operationId": "IotDpsResource_CheckProvisioningServiceNameAvailability", |
1156 | 1156 | "x-ms-examples": { |
|
1196 | 1196 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/listkeys": { |
1197 | 1197 | "post": { |
1198 | 1198 | "tags": [ |
1199 | | - "POST" |
| 1199 | + "IotDpsResource" |
1200 | 1200 | ], |
1201 | 1201 | "operationId": "IotDpsResource_ListKeys", |
1202 | 1202 | "x-ms-examples": { |
|
1250 | 1250 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/keys/{keyName}/listkeys": { |
1251 | 1251 | "post": { |
1252 | 1252 | "tags": [ |
1253 | | - "POST" |
| 1253 | + "IotDpsResource" |
1254 | 1254 | ], |
1255 | 1255 | "operationId": "IotDpsResource_ListKeysForKeyName", |
1256 | 1256 | "x-ms-examples": { |
|
1308 | 1308 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateLinkResources": { |
1309 | 1309 | "get": { |
1310 | 1310 | "tags": [ |
1311 | | - "GET" |
| 1311 | + "IotDpsResource" |
1312 | 1312 | ], |
1313 | 1313 | "summary": "List private link resources", |
1314 | 1314 | "description": "List private link resources for the given provisioning service", |
|
1352 | 1352 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateLinkResources/{groupId}": { |
1353 | 1353 | "get": { |
1354 | 1354 | "tags": [ |
1355 | | - "GET" |
| 1355 | + "IotDpsResource" |
1356 | 1356 | ], |
1357 | 1357 | "summary": "Get the specified private link resource", |
1358 | 1358 | "description": "Get the specified private link resource for the given provisioning service", |
|
1399 | 1399 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections": { |
1400 | 1400 | "get": { |
1401 | 1401 | "tags": [ |
1402 | | - "GET" |
| 1402 | + "IotDpsResource" |
1403 | 1403 | ], |
1404 | 1404 | "summary": "List private endpoint connections", |
1405 | 1405 | "description": "List private endpoint connection properties", |
|
1443 | 1443 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}": { |
1444 | 1444 | "get": { |
1445 | 1445 | "tags": [ |
1446 | | - "GET" |
| 1446 | + "IotDpsResource" |
1447 | 1447 | ], |
1448 | 1448 | "summary": "Get private endpoint connection", |
1449 | 1449 | "description": "Get private endpoint connection properties", |
|
1488 | 1488 | }, |
1489 | 1489 | "put": { |
1490 | 1490 | "tags": [ |
1491 | | - "PUT" |
| 1491 | + "IotDpsResource" |
1492 | 1492 | ], |
1493 | 1493 | "summary": "Create or update private endpoint connection", |
1494 | 1494 | "description": "Create or update the status of a private endpoint connection with the specified name", |
|
1549 | 1549 | }, |
1550 | 1550 | "delete": { |
1551 | 1551 | "tags": [ |
1552 | | - "DELETE" |
| 1552 | + "IotDpsResource" |
1553 | 1553 | ], |
1554 | 1554 | "summary": "Delete private endpoint connection", |
1555 | 1555 | "description": "Delete private endpoint connection with the specified name", |
|
0 commit comments