Skip to content

Commit

Permalink
deviceprovisioningservices: updating the Swagger Tags to match the Op…
Browse files Browse the repository at this point in the history
…eration ID Prefix (Azure#20106)

This means that when grouped these are grouped by Type (Certificate, IotDpsResource) rather than by GET/PUT/PATCH etc which is less useful.
  • Loading branch information
tombuildsstuff authored Aug 8, 2022
1 parent 63312d0 commit f840c84
Showing 1 changed file with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}": {
"get": {
"tags": [
"GET"
"DpsCertificate"
],
"operationId": "DpsCertificate_Get",
"description": "Get the certificate from the provisioning service.",
Expand Down Expand Up @@ -142,7 +142,7 @@
},
"put": {
"tags": [
"PUT"
"DpsCertificate"
],
"summary": "Upload the certificate to the provisioning service.",
"description": "Add new certificate or update an existing certificate.",
Expand Down Expand Up @@ -222,7 +222,7 @@
},
"delete": {
"tags": [
"DELETE"
"DpsCertificate"
],
"operationId": "DpsCertificate_Delete",
"summary": "Delete the Provisioning Service Certificate.",
Expand Down Expand Up @@ -358,7 +358,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}": {
"get": {
"tags": [
"GET"
"IotDpsResource"
],
"summary": "Get the non-security related metadata of the provisioning service.",
"description": "Get the metadata of the provisioning service without SAS keys.",
Expand Down Expand Up @@ -413,7 +413,7 @@
},
"put": {
"tags": [
"PUT"
"IotDpsResource"
],
"summary": "Create or update the metadata of the provisioning service.",
"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.",
Expand Down Expand Up @@ -484,7 +484,7 @@
},
"patch": {
"tags": [
"PATCH"
"IotDpsResource"
],
"summary": "Update an existing provisioning service's tags.",
"description": "Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method",
Expand Down Expand Up @@ -543,7 +543,7 @@
},
"delete": {
"tags": [
"DELETE"
"IotDpsResource"
],
"summary": "Delete the Provisioning Service",
"description": "Deletes the Provisioning Service.",
Expand Down Expand Up @@ -605,7 +605,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates": {
"get": {
"tags": [
"GET"
"DpsCertificate"
],
"operationId": "DpsCertificate_List",
"description": "Get all the certificates tied to the provisioning service.",
Expand Down Expand Up @@ -659,7 +659,7 @@
"/subscriptions/{subscriptionId}/providers/Microsoft.Devices/provisioningServices": {
"get": {
"tags": [
"GET"
"IotDpsResource"
],
"summary": "Get all the provisioning services in a subscription.",
"description": "List all the provisioning services for a given subscription id.",
Expand Down Expand Up @@ -699,7 +699,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices": {
"get": {
"tags": [
"GET"
"IotDpsResource"
],
"operationId": "IotDpsResource_ListByResourceGroup",
"description": "Get a list of all provisioning services in the given resource group.",
Expand Down Expand Up @@ -749,7 +749,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/operationresults/{operationId}": {
"get": {
"tags": [
"GET"
"IotDpsResource"
],
"operationId": "IotDpsResource_GetOperationResult",
"description": "Gets the status of a long running operation, such as create, update or delete a provisioning service.",
Expand Down Expand Up @@ -818,7 +818,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/skus": {
"get": {
"tags": [
"GET"
"IotDpsResource"
],
"summary": "Get the list of valid SKUs for a provisioning service.",
"description": "Gets the list of valid SKUs and tiers for a provisioning service.",
Expand Down Expand Up @@ -872,7 +872,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/generateVerificationCode": {
"post": {
"tags": [
"POST"
"DpsCertificate"
],
"operationId": "DpsCertificate_GenerateVerificationCode",
"description": "Generate verification code for Proof of Possession.",
Expand Down Expand Up @@ -1003,7 +1003,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}/verify": {
"post": {
"tags": [
"POST"
"DpsCertificate"
],
"operationId": "DpsCertificate_VerifyCertificate",
"summary": "Verify certificate's private key possession.",
Expand Down Expand Up @@ -1150,7 +1150,7 @@
"/subscriptions/{subscriptionId}/providers/Microsoft.Devices/checkProvisioningServiceNameAvailability": {
"post": {
"tags": [
"POST"
"IotDpsResource"
],
"operationId": "IotDpsResource_CheckProvisioningServiceNameAvailability",
"x-ms-examples": {
Expand Down Expand Up @@ -1196,7 +1196,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/listkeys": {
"post": {
"tags": [
"POST"
"IotDpsResource"
],
"operationId": "IotDpsResource_ListKeys",
"x-ms-examples": {
Expand Down Expand Up @@ -1250,7 +1250,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/keys/{keyName}/listkeys": {
"post": {
"tags": [
"POST"
"IotDpsResource"
],
"operationId": "IotDpsResource_ListKeysForKeyName",
"x-ms-examples": {
Expand Down Expand Up @@ -1308,7 +1308,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateLinkResources": {
"get": {
"tags": [
"GET"
"IotDpsResource"
],
"summary": "List private link resources",
"description": "List private link resources for the given provisioning service",
Expand Down Expand Up @@ -1352,7 +1352,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateLinkResources/{groupId}": {
"get": {
"tags": [
"GET"
"IotDpsResource"
],
"summary": "Get the specified private link resource",
"description": "Get the specified private link resource for the given provisioning service",
Expand Down Expand Up @@ -1399,7 +1399,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections": {
"get": {
"tags": [
"GET"
"IotDpsResource"
],
"summary": "List private endpoint connections",
"description": "List private endpoint connection properties",
Expand Down Expand Up @@ -1443,7 +1443,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}": {
"get": {
"tags": [
"GET"
"IotDpsResource"
],
"summary": "Get private endpoint connection",
"description": "Get private endpoint connection properties",
Expand Down Expand Up @@ -1488,7 +1488,7 @@
},
"put": {
"tags": [
"PUT"
"IotDpsResource"
],
"summary": "Create or update private endpoint connection",
"description": "Create or update the status of a private endpoint connection with the specified name",
Expand Down Expand Up @@ -1549,7 +1549,7 @@
},
"delete": {
"tags": [
"DELETE"
"IotDpsResource"
],
"summary": "Delete private endpoint connection",
"description": "Delete private endpoint connection with the specified name",
Expand Down

0 comments on commit f840c84

Please sign in to comment.