Add new certificate or update an existing certificate. * * @param resourceGroupName Resource group identifier. * @param provisioningServiceName The name of the provisioning service. @@ -75,7 +77,9 @@ CertificateResponseInner createOrUpdate( CertificateResponseInner certificateDescription); /** - * Add new certificate or update an existing certificate. + * Upload the certificate to the provisioning service. + * + *
Add new certificate or update an existing certificate.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName The name of the provisioning service.
@@ -100,7 +104,9 @@ Response Deletes the specified certificate associated with the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param ifMatch ETag of the certificate.
@@ -116,7 +122,9 @@ Response Deletes the specified certificate associated with the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param ifMatch ETag of the certificate.
@@ -244,8 +252,10 @@ Response Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre
+ * uploaded certificate.
*
* @param certificateName The mandatory logical name of the certificate, that the provisioning service uses to
* access.
@@ -268,8 +278,10 @@ CertificateResponseInner verifyCertificate(
VerificationCodeRequest request);
/**
- * Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre uploaded
- * certificate.
+ * Verify certificate's private key possession.
+ *
+ * Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre
+ * uploaded certificate.
*
* @param certificateName The mandatory logical name of the certificate, that the provisioning service uses to
* access.
diff --git a/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/fluent/IotDpsResourcesClient.java b/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/fluent/IotDpsResourcesClient.java
index 6a0df9175123..e401a2bffdb2 100644
--- a/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/fluent/IotDpsResourcesClient.java
+++ b/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/fluent/IotDpsResourcesClient.java
@@ -26,7 +26,9 @@
/** An instance of this class provides access to all the operations defined in IotDpsResourcesClient. */
public interface IotDpsResourcesClient {
/**
- * Get the metadata of the provisioning service without SAS keys.
+ * Get the non-security related metadata of the provisioning service.
+ *
+ * Get the metadata of the provisioning service without SAS keys.
*
* @param resourceGroupName Resource group name.
* @param provisioningServiceName Name of the provisioning service to retrieve.
@@ -40,7 +42,9 @@ public interface IotDpsResourcesClient {
ProvisioningServiceDescriptionInner getByResourceGroup(String resourceGroupName, String provisioningServiceName);
/**
- * Get the metadata of the provisioning service without SAS keys.
+ * Get the non-security related metadata of the provisioning service.
+ *
+ * Get the metadata of the provisioning service without SAS keys.
*
* @param resourceGroupName Resource group name.
* @param provisioningServiceName Name of the provisioning service to retrieve.
@@ -56,9 +60,11 @@ Response 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -77,9 +83,11 @@ Response 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -100,9 +108,11 @@ Response 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -120,9 +130,11 @@ ProvisioningServiceDescriptionInner createOrUpdate(
ProvisioningServiceDescriptionInner iotDpsDescription);
/**
- * 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.
+ * Create or update the metadata of the provisioning service.
+ *
+ * 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -142,7 +154,9 @@ ProvisioningServiceDescriptionInner createOrUpdate(
Context context);
/**
- * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
+ * Update an existing provisioning service's tags.
+ *
+ * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -157,7 +171,9 @@ SyncPoller Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -176,7 +192,9 @@ SyncPoller Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -191,7 +209,9 @@ ProvisioningServiceDescriptionInner update(
String resourceGroupName, String provisioningServiceName, TagsResource provisioningServiceTags);
/**
- * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
+ * Update an existing provisioning service's tags.
+ *
+ * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -210,7 +230,9 @@ ProvisioningServiceDescriptionInner update(
Context context);
/**
- * Deletes the Provisioning Service.
+ * Delete the Provisioning Service
+ *
+ * Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -224,7 +246,9 @@ ProvisioningServiceDescriptionInner update(
SyncPoller Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -240,7 +264,9 @@ SyncPoller Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -253,7 +279,9 @@ SyncPoller Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -267,7 +295,9 @@ SyncPoller List all the provisioning services for a given subscription id.
*
* @throws com.azure.resourcemanager.deviceprovisioningservices.models.ErrorDetailsException thrown if the request
* is rejected by server.
@@ -278,7 +308,9 @@ SyncPoller List all the provisioning services for a given subscription id.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -362,7 +394,9 @@ Response Gets the list of valid SKUs and tiers for a provisioning service.
*
* @param provisioningServiceName Name of provisioning service.
* @param resourceGroupName Name of resource group.
@@ -377,7 +411,9 @@ Response Gets the list of valid SKUs and tiers for a provisioning service.
*
* @param provisioningServiceName Name of provisioning service.
* @param resourceGroupName Name of resource group.
@@ -394,8 +430,10 @@ PagedIterable Check if a provisioning service name is available. This will validate if the name is syntactically valid and
+ * if the name is usable.
*
* @param arguments Set the name parameter in the OperationInputs structure to the name of the provisioning service
* to check.
@@ -409,8 +447,10 @@ PagedIterable Check if a provisioning service name is available. This will validate if the name is syntactically valid and
+ * if the name is usable.
*
* @param arguments Set the name parameter in the OperationInputs structure to the name of the provisioning service
* to check.
@@ -426,7 +466,9 @@ Response List the primary and secondary keys for a provisioning service.
*
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
* @param resourceGroupName resource group name.
@@ -441,7 +483,9 @@ PagedIterable List the primary and secondary keys for a provisioning service.
*
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
* @param resourceGroupName resource group name.
@@ -457,7 +501,9 @@ PagedIterable List primary and secondary keys for a specific key name.
*
* @param provisioningServiceName Name of the provisioning service.
* @param keyName Logical key name to get key-values for.
@@ -473,7 +519,9 @@ SharedAccessSignatureAuthorizationRuleInner listKeysForKeyName(
String provisioningServiceName, String keyName, String resourceGroupName);
/**
- * List primary and secondary keys for a specific key name.
+ * Get a shared access policy by name from a provisioning service.
+ *
+ * List primary and secondary keys for a specific key name.
*
* @param provisioningServiceName Name of the provisioning service.
* @param keyName Logical key name to get key-values for.
@@ -490,7 +538,9 @@ Response List private link resources for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -504,7 +554,9 @@ Response List private link resources for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -520,7 +572,9 @@ Response Get the specified private link resource for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -535,7 +589,9 @@ Response Get the specified private link resource for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -552,7 +608,9 @@ Response List private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -566,7 +624,9 @@ Response List private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -582,7 +642,9 @@ Response Get private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -598,7 +660,9 @@ PrivateEndpointConnectionInner getPrivateEndpointConnection(
String resourceGroupName, String resourceName, String privateEndpointConnectionName);
/**
- * Get private endpoint connection properties.
+ * Get private endpoint connection
+ *
+ * Get private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -615,7 +679,9 @@ Response Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -636,7 +702,9 @@ Response Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -659,7 +727,9 @@ Response Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -679,7 +749,9 @@ PrivateEndpointConnectionInner createOrUpdatePrivateEndpointConnection(
PrivateEndpointConnectionInner privateEndpointConnection);
/**
- * Create or update the status of a private endpoint connection with the specified name.
+ * Create or update private endpoint connection
+ *
+ * Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -701,7 +773,9 @@ PrivateEndpointConnectionInner createOrUpdatePrivateEndpointConnection(
Context context);
/**
- * Delete private endpoint connection with the specified name.
+ * Delete private endpoint connection
+ *
+ * Delete private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -718,7 +792,9 @@ PrivateEndpointConnectionInner createOrUpdatePrivateEndpointConnection(
String resourceGroupName, String resourceName, String privateEndpointConnectionName);
/**
- * Delete private endpoint connection with the specified name.
+ * Delete private endpoint connection
+ *
+ * Delete private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -736,7 +812,9 @@ PrivateEndpointConnectionInner createOrUpdatePrivateEndpointConnection(
String resourceGroupName, String resourceName, String privateEndpointConnectionName, Context context);
/**
- * Delete private endpoint connection with the specified name.
+ * Delete private endpoint connection
+ *
+ * Delete private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -752,7 +830,9 @@ PrivateEndpointConnectionInner deletePrivateEndpointConnection(
String resourceGroupName, String resourceName, String privateEndpointConnectionName);
/**
- * Delete private endpoint connection with the specified name.
+ * Delete private endpoint connection
+ *
+ * Delete private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
diff --git a/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/fluent/models/ProvisioningServiceDescriptionInner.java b/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/fluent/models/ProvisioningServiceDescriptionInner.java
index ecbb41e97f90..0aecfebe1e8a 100644
--- a/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/fluent/models/ProvisioningServiceDescriptionInner.java
+++ b/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/fluent/models/ProvisioningServiceDescriptionInner.java
@@ -17,9 +17,8 @@
@Fluent
public final class ProvisioningServiceDescriptionInner extends Resource {
/*
- * The Etag field is *not* required. If it is provided in the response
- * body, it must also be provided as a header per the normal ETag
- * convention.
+ * The Etag field is *not* required. If it is provided in the response body, it must also be provided as a header
+ * per the normal ETag convention.
*/
@JsonProperty(value = "etag")
private String etag;
diff --git a/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/DpsCertificatesClientImpl.java b/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/DpsCertificatesClientImpl.java
index 08a69bb2550c..a52e998eee1b 100644
--- a/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/DpsCertificatesClientImpl.java
+++ b/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/DpsCertificatesClientImpl.java
@@ -390,7 +390,9 @@ public Response Add new certificate or update an existing certificate.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName The name of the provisioning service.
@@ -462,7 +464,9 @@ private Mono Add new certificate or update an existing certificate.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName The name of the provisioning service.
@@ -533,7 +537,9 @@ private Mono Add new certificate or update an existing certificate.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName The name of the provisioning service.
@@ -559,7 +565,9 @@ private Mono Add new certificate or update an existing certificate.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName The name of the provisioning service.
@@ -583,7 +591,9 @@ private Mono Add new certificate or update an existing certificate.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName The name of the provisioning service.
@@ -607,7 +617,9 @@ public CertificateResponseInner createOrUpdate(
}
/**
- * Add new certificate or update an existing certificate.
+ * Upload the certificate to the provisioning service.
+ *
+ * Add new certificate or update an existing certificate.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName The name of the provisioning service.
@@ -635,7 +647,9 @@ public Response Deletes the specified certificate associated with the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param ifMatch ETag of the certificate.
@@ -725,7 +739,9 @@ private Mono Deletes the specified certificate associated with the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param ifMatch ETag of the certificate.
@@ -814,7 +830,9 @@ private Mono Deletes the specified certificate associated with the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param ifMatch ETag of the certificate.
@@ -865,7 +883,9 @@ private Mono Deletes the specified certificate associated with the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param ifMatch ETag of the certificate.
@@ -905,7 +925,9 @@ private Mono Deletes the specified certificate associated with the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param ifMatch ETag of the certificate.
@@ -944,7 +966,9 @@ public void delete(
}
/**
- * Deletes the specified certificate associated with the Provisioning Service.
+ * Delete the Provisioning Service Certificate.
+ *
+ * Deletes the specified certificate associated with the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param ifMatch ETag of the certificate.
@@ -1518,8 +1542,10 @@ public Response Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre
+ * uploaded certificate.
*
* @param certificateName The mandatory logical name of the certificate, that the provisioning service uses to
* access.
@@ -1617,8 +1643,10 @@ private Mono Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre
+ * uploaded certificate.
*
* @param certificateName The mandatory logical name of the certificate, that the provisioning service uses to
* access.
@@ -1715,8 +1743,10 @@ private Mono Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre
+ * uploaded certificate.
*
* @param certificateName The mandatory logical name of the certificate, that the provisioning service uses to
* access.
@@ -1770,8 +1800,10 @@ private Mono Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre
+ * uploaded certificate.
*
* @param certificateName The mandatory logical name of the certificate, that the provisioning service uses to
* access.
@@ -1817,8 +1849,10 @@ private Mono Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre
+ * uploaded certificate.
*
* @param certificateName The mandatory logical name of the certificate, that the provisioning service uses to
* access.
@@ -1864,8 +1898,10 @@ public CertificateResponseInner verifyCertificate(
}
/**
- * Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre uploaded
- * certificate.
+ * Verify certificate's private key possession.
+ *
+ * Verifies the certificate's private key possession by providing the leaf cert issued by the verifying pre
+ * uploaded certificate.
*
* @param certificateName The mandatory logical name of the certificate, that the provisioning service uses to
* access.
diff --git a/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/IotDpsClientBuilder.java b/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/IotDpsClientBuilder.java
index a2cebb7e2bd5..3d7b97483de5 100644
--- a/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/IotDpsClientBuilder.java
+++ b/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/IotDpsClientBuilder.java
@@ -119,24 +119,26 @@ public IotDpsClientBuilder serializerAdapter(SerializerAdapter serializerAdapter
* @return an instance of IotDpsClientImpl.
*/
public IotDpsClientImpl buildClient() {
- if (endpoint == null) {
- this.endpoint = "https://management.azure.com";
- }
- if (environment == null) {
- this.environment = AzureEnvironment.AZURE;
- }
- if (pipeline == null) {
- this.pipeline = new HttpPipelineBuilder().policies(new UserAgentPolicy(), new RetryPolicy()).build();
- }
- if (defaultPollInterval == null) {
- this.defaultPollInterval = Duration.ofSeconds(30);
- }
- if (serializerAdapter == null) {
- this.serializerAdapter = SerializerFactory.createDefaultManagementSerializerAdapter();
- }
+ String localEndpoint = (endpoint != null) ? endpoint : "https://management.azure.com";
+ AzureEnvironment localEnvironment = (environment != null) ? environment : AzureEnvironment.AZURE;
+ HttpPipeline localPipeline =
+ (pipeline != null)
+ ? pipeline
+ : new HttpPipelineBuilder().policies(new UserAgentPolicy(), new RetryPolicy()).build();
+ Duration localDefaultPollInterval =
+ (defaultPollInterval != null) ? defaultPollInterval : Duration.ofSeconds(30);
+ SerializerAdapter localSerializerAdapter =
+ (serializerAdapter != null)
+ ? serializerAdapter
+ : SerializerFactory.createDefaultManagementSerializerAdapter();
IotDpsClientImpl client =
new IotDpsClientImpl(
- pipeline, serializerAdapter, defaultPollInterval, environment, subscriptionId, endpoint);
+ localPipeline,
+ localSerializerAdapter,
+ localDefaultPollInterval,
+ localEnvironment,
+ subscriptionId,
+ localEndpoint);
return client;
}
}
diff --git a/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/IotDpsResourcesClientImpl.java b/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/IotDpsResourcesClientImpl.java
index fbb9bb4d1ec6..f9097ca7600f 100644
--- a/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/IotDpsResourcesClientImpl.java
+++ b/sdk/deviceprovisioningservices/azure-resourcemanager-deviceprovisioningservices/src/main/java/com/azure/resourcemanager/deviceprovisioningservices/implementation/IotDpsResourcesClientImpl.java
@@ -378,7 +378,9 @@ Mono Get the metadata of the provisioning service without SAS keys.
*
* @param resourceGroupName Resource group name.
* @param provisioningServiceName Name of the provisioning service to retrieve.
@@ -429,7 +431,9 @@ private Mono Get the metadata of the provisioning service without SAS keys.
*
* @param resourceGroupName Resource group name.
* @param provisioningServiceName Name of the provisioning service to retrieve.
@@ -478,7 +482,9 @@ private Mono Get the metadata of the provisioning service without SAS keys.
*
* @param resourceGroupName Resource group name.
* @param provisioningServiceName Name of the provisioning service to retrieve.
@@ -495,7 +501,9 @@ private Mono Get the metadata of the provisioning service without SAS keys.
*
* @param resourceGroupName Resource group name.
* @param provisioningServiceName Name of the provisioning service to retrieve.
@@ -511,7 +519,9 @@ public ProvisioningServiceDescriptionInner getByResourceGroup(
}
/**
- * Get the metadata of the provisioning service without SAS keys.
+ * Get the non-security related metadata of the provisioning service.
+ *
+ * Get the metadata of the provisioning service without SAS keys.
*
* @param resourceGroupName Resource group name.
* @param provisioningServiceName Name of the provisioning service to retrieve.
@@ -528,9 +538,11 @@ public Response 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -591,9 +603,11 @@ private Mono 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -653,9 +667,11 @@ private Mono 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -684,9 +700,11 @@ private Mono 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -718,9 +736,11 @@ private Mono 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -740,9 +760,11 @@ private Mono 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -765,9 +787,11 @@ private Mono 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -788,9 +812,11 @@ private Mono 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -813,9 +839,11 @@ private Mono 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -834,9 +862,11 @@ public ProvisioningServiceDescriptionInner createOrUpdate(
}
/**
- * 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.
+ * Create or update the metadata of the provisioning service.
+ *
+ * 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.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -857,7 +887,9 @@ public ProvisioningServiceDescriptionInner createOrUpdate(
}
/**
- * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
+ * Update an existing provisioning service's tags.
+ *
+ * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -917,7 +949,9 @@ private Mono Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -978,7 +1012,9 @@ private Mono Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -1005,7 +1041,9 @@ private Mono Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -1037,7 +1075,9 @@ private Mono Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -1054,7 +1094,9 @@ public SyncPoller Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -1076,7 +1118,9 @@ public SyncPoller Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -1095,7 +1139,9 @@ private Mono Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -1118,7 +1164,9 @@ private Mono Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -1135,7 +1183,9 @@ public ProvisioningServiceDescriptionInner update(
}
/**
- * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
+ * Update an existing provisioning service's tags.
+ *
+ * Update an existing provisioning service's tags. to update other fields use the CreateOrUpdate method.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to create or update.
@@ -1156,7 +1206,9 @@ public ProvisioningServiceDescriptionInner update(
}
/**
- * Deletes the Provisioning Service.
+ * Delete the Provisioning Service
+ *
+ * Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -1206,7 +1258,9 @@ private Mono Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -1254,7 +1308,9 @@ private Mono Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -1274,7 +1330,9 @@ private PollerFlux Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -1296,7 +1354,9 @@ private PollerFlux Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -1311,7 +1371,9 @@ public SyncPoller Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -1328,7 +1390,9 @@ public SyncPoller Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -1345,7 +1409,9 @@ private Mono Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -1363,7 +1429,9 @@ private Mono Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -1377,7 +1445,9 @@ public void delete(String resourceGroupName, String provisioningServiceName) {
}
/**
- * Deletes the Provisioning Service.
+ * Delete the Provisioning Service
+ *
+ * Deletes the Provisioning Service.
*
* @param resourceGroupName Resource group identifier.
* @param provisioningServiceName Name of provisioning service to delete.
@@ -1392,7 +1462,9 @@ public void delete(String resourceGroupName, String provisioningServiceName, Con
}
/**
- * List all the provisioning services for a given subscription id.
+ * Get all the provisioning services in a subscription.
+ *
+ * List all the provisioning services for a given subscription id.
*
* @throws ErrorDetailsException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -1437,7 +1509,9 @@ private Mono List all the provisioning services for a given subscription id.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -1481,7 +1555,9 @@ private Mono List all the provisioning services for a given subscription id.
*
* @throws ErrorDetailsException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -1494,7 +1570,9 @@ private PagedFlux List all the provisioning services for a given subscription id.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -1509,7 +1587,9 @@ private PagedFlux List all the provisioning services for a given subscription id.
*
* @throws ErrorDetailsException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -1521,7 +1601,9 @@ public PagedIterable List all the provisioning services for a given subscription id.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
@@ -1900,7 +1982,9 @@ public Response Gets the list of valid SKUs and tiers for a provisioning service.
*
* @param provisioningServiceName Name of provisioning service.
* @param resourceGroupName Name of resource group.
@@ -1960,7 +2044,9 @@ private Mono Gets the list of valid SKUs and tiers for a provisioning service.
*
* @param provisioningServiceName Name of provisioning service.
* @param resourceGroupName Name of resource group.
@@ -2018,7 +2104,9 @@ private Mono Gets the list of valid SKUs and tiers for a provisioning service.
*
* @param provisioningServiceName Name of provisioning service.
* @param resourceGroupName Name of resource group.
@@ -2036,7 +2124,9 @@ private PagedFlux Gets the list of valid SKUs and tiers for a provisioning service.
*
* @param provisioningServiceName Name of provisioning service.
* @param resourceGroupName Name of resource group.
@@ -2055,7 +2145,9 @@ private PagedFlux Gets the list of valid SKUs and tiers for a provisioning service.
*
* @param provisioningServiceName Name of provisioning service.
* @param resourceGroupName Name of resource group.
@@ -2072,7 +2164,9 @@ public PagedIterable Gets the list of valid SKUs and tiers for a provisioning service.
*
* @param provisioningServiceName Name of provisioning service.
* @param resourceGroupName Name of resource group.
@@ -2090,8 +2184,10 @@ public PagedIterable Check if a provisioning service name is available. This will validate if the name is syntactically valid and
+ * if the name is usable.
*
* @param arguments Set the name parameter in the OperationInputs structure to the name of the provisioning service
* to check.
@@ -2136,8 +2232,10 @@ private Mono Check if a provisioning service name is available. This will validate if the name is syntactically valid and
+ * if the name is usable.
*
* @param arguments Set the name parameter in the OperationInputs structure to the name of the provisioning service
* to check.
@@ -2180,8 +2278,10 @@ private Mono Check if a provisioning service name is available. This will validate if the name is syntactically valid and
+ * if the name is usable.
*
* @param arguments Set the name parameter in the OperationInputs structure to the name of the provisioning service
* to check.
@@ -2197,8 +2297,10 @@ private Mono Check if a provisioning service name is available. This will validate if the name is syntactically valid and
+ * if the name is usable.
*
* @param arguments Set the name parameter in the OperationInputs structure to the name of the provisioning service
* to check.
@@ -2213,8 +2315,10 @@ public NameAvailabilityInfoInner checkProvisioningServiceNameAvailability(Operat
}
/**
- * Check if a provisioning service name is available. This will validate if the name is syntactically valid and if
- * the name is usable.
+ * Check if a provisioning service name is available.
+ *
+ * Check if a provisioning service name is available. This will validate if the name is syntactically valid and
+ * if the name is usable.
*
* @param arguments Set the name parameter in the OperationInputs structure to the name of the provisioning service
* to check.
@@ -2231,7 +2335,9 @@ public Response List the primary and secondary keys for a provisioning service.
*
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
* @param resourceGroupName resource group name.
@@ -2290,7 +2396,9 @@ private Mono List the primary and secondary keys for a provisioning service.
*
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
* @param resourceGroupName resource group name.
@@ -2347,7 +2455,9 @@ private Mono List the primary and secondary keys for a provisioning service.
*
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
* @param resourceGroupName resource group name.
@@ -2365,7 +2475,9 @@ private PagedFlux List the primary and secondary keys for a provisioning service.
*
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
* @param resourceGroupName resource group name.
@@ -2384,7 +2496,9 @@ private PagedFlux List the primary and secondary keys for a provisioning service.
*
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
* @param resourceGroupName resource group name.
@@ -2400,7 +2514,9 @@ public PagedIterable List the primary and secondary keys for a provisioning service.
*
* @param provisioningServiceName The provisioning service name to get the shared access keys for.
* @param resourceGroupName resource group name.
@@ -2417,7 +2533,9 @@ public PagedIterable List primary and secondary keys for a specific key name.
*
* @param provisioningServiceName Name of the provisioning service.
* @param keyName Logical key name to get key-values for.
@@ -2473,7 +2591,9 @@ private Mono List primary and secondary keys for a specific key name.
*
* @param provisioningServiceName Name of the provisioning service.
* @param keyName Logical key name to get key-values for.
@@ -2527,7 +2647,9 @@ private Mono List primary and secondary keys for a specific key name.
*
* @param provisioningServiceName Name of the provisioning service.
* @param keyName Logical key name to get key-values for.
@@ -2545,7 +2667,9 @@ private Mono List primary and secondary keys for a specific key name.
*
* @param provisioningServiceName Name of the provisioning service.
* @param keyName Logical key name to get key-values for.
@@ -2562,7 +2686,9 @@ public SharedAccessSignatureAuthorizationRuleInner listKeysForKeyName(
}
/**
- * List primary and secondary keys for a specific key name.
+ * Get a shared access policy by name from a provisioning service.
+ *
+ * List primary and secondary keys for a specific key name.
*
* @param provisioningServiceName Name of the provisioning service.
* @param keyName Logical key name to get key-values for.
@@ -2581,7 +2707,9 @@ public Response List private link resources for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2630,7 +2758,9 @@ private Mono List private link resources for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2677,7 +2807,9 @@ private Mono List private link resources for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2694,7 +2826,9 @@ private Mono List private link resources for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2709,7 +2843,9 @@ public PrivateLinkResourcesInner listPrivateLinkResources(String resourceGroupNa
}
/**
- * List private link resources for the given provisioning service.
+ * List private link resources
+ *
+ * List private link resources for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2726,7 +2862,9 @@ public Response Get the specified private link resource for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2780,7 +2918,9 @@ private Mono Get the specified private link resource for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2832,7 +2972,9 @@ private Mono Get the specified private link resource for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2851,7 +2993,9 @@ private Mono Get the specified private link resource for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2868,7 +3012,9 @@ public GroupIdInformationInner getPrivateLinkResources(
}
/**
- * Get the specified private link resource for the given provisioning service.
+ * Get the specified private link resource
+ *
+ * Get the specified private link resource for the given provisioning service.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2886,7 +3032,9 @@ public Response List private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2935,7 +3083,9 @@ private Mono List private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -2982,7 +3132,9 @@ private Mono List private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3000,7 +3152,9 @@ private Mono List private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3016,7 +3170,9 @@ public List List private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3033,7 +3189,9 @@ public Response Get private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3090,7 +3248,9 @@ private Mono Get private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3145,7 +3305,9 @@ private Mono Get private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3164,7 +3326,9 @@ private Mono Get private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3182,7 +3346,9 @@ public PrivateEndpointConnectionInner getPrivateEndpointConnection(
}
/**
- * Get private endpoint connection properties.
+ * Get private endpoint connection
+ *
+ * Get private endpoint connection properties.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3202,7 +3368,9 @@ public Response Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3272,7 +3440,9 @@ private Mono Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3341,7 +3511,9 @@ private Mono Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3373,7 +3545,9 @@ private Mono Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3408,7 +3582,9 @@ private Mono Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3432,7 +3608,9 @@ private Mono Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3458,7 +3636,9 @@ private Mono Create or update the status of a private endpoint connection with the specified name.
*
* @param resourceGroupName The name of the resource group that contains the provisioning service.
* @param resourceName The name of the provisioning service.
@@ -3482,7 +3662,9 @@ private Mono> listPrivateEndpointConnectionsWit
String resourceGroupName, String resourceName, Context context);
/**
- * Get private endpoint connection properties.
+ * Get private endpoint connection
+ *
+ *
> listPrivateEndpointConnection
}
/**
- * List private endpoint connection properties.
+ * List private endpoint connections
+ *
+ *
> listPrivateEndpointConnect
}
/**
- * Get private endpoint connection properties.
+ * Get private endpoint connection
+ *
+ *