diff --git a/sdk/datadog/azure-resourcemanager-datadog/CHANGELOG.md b/sdk/datadog/azure-resourcemanager-datadog/CHANGELOG.md index 19d259a77f3b..b254c1f3361a 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/CHANGELOG.md +++ b/sdk/datadog/azure-resourcemanager-datadog/CHANGELOG.md @@ -1,7 +1,8 @@ # Release History -## 1.0.0-beta.2 (Unreleased) +## 1.0.0-beta.1 (2021-03-10) +- Azure Resource Manager MicrosoftDatadog client library for Java. This package contains Microsoft Azure SDK for MicrosoftDatadog Management SDK. Package tag package-2021-03. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). ## 1.0.0-beta.1 (2021-03-08) diff --git a/sdk/datadog/azure-resourcemanager-datadog/README.md b/sdk/datadog/azure-resourcemanager-datadog/README.md index bd50cc6d4e4b..9657cdc91b8f 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/README.md +++ b/sdk/datadog/azure-resourcemanager-datadog/README.md @@ -2,7 +2,7 @@ Azure Resource Manager MicrosoftDatadog client library for Java. -This package contains Microsoft Azure SDK for MicrosoftDatadog Management SDK. Package tag package-2020-02-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). +This package contains Microsoft Azure SDK for MicrosoftDatadog Management SDK. Package tag package-2021-03. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). ## We'd love to hear your feedback @@ -32,7 +32,7 @@ Various documentation is available to help you get started com.azure.resourcemanager azure-resourcemanager-datadog - 1.0.0-beta.1 + 1.0.0-beta.2 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/datadog/azure-resourcemanager-datadog/pom.xml b/sdk/datadog/azure-resourcemanager-datadog/pom.xml index 9a32ef7b3418..18d3dff1f379 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/pom.xml +++ b/sdk/datadog/azure-resourcemanager-datadog/pom.xml @@ -13,7 +13,7 @@ jar Microsoft Azure SDK for MicrosoftDatadog Management - This package contains Microsoft Azure SDK for MicrosoftDatadog Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-2020-02-preview. + This package contains Microsoft Azure SDK for MicrosoftDatadog Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-2021-03. https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/MicrosoftDatadogClient.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/MicrosoftDatadogClient.java index a668f5904bbb..d3fd095cf77d 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/MicrosoftDatadogClient.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/MicrosoftDatadogClient.java @@ -10,7 +10,7 @@ /** The interface for MicrosoftDatadogClient class. */ public interface MicrosoftDatadogClient { /** - * Gets The Microsoft Azure subscription ID. + * Gets The ID of the target subscription. * * @return the subscriptionId value. */ diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/MonitorsClient.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/MonitorsClient.java index 9d2f769b76a0..04964234f6f9 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/MonitorsClient.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/MonitorsClient.java @@ -24,7 +24,7 @@ public interface MonitorsClient { /** * List the api keys for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -37,7 +37,7 @@ public interface MonitorsClient { /** * List the api keys for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -51,7 +51,7 @@ public interface MonitorsClient { /** * Get the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -64,7 +64,7 @@ public interface MonitorsClient { /** * Get the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -79,7 +79,7 @@ Response getDefaultKeyWithResponse( /** * Set the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -91,7 +91,7 @@ Response getDefaultKeyWithResponse( /** * Set the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -107,7 +107,7 @@ Response setDefaultKeyWithResponse( /** * List the hosts for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -120,7 +120,7 @@ Response setDefaultKeyWithResponse( /** * List the hosts for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -134,7 +134,7 @@ Response setDefaultKeyWithResponse( /** * List all Azure resources associated to the same Datadog organization as the target resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -147,7 +147,7 @@ Response setDefaultKeyWithResponse( /** * List all Azure resources associated to the same Datadog organization as the target resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -162,7 +162,7 @@ PagedIterable listLinkedResources( /** * List the resources currently being monitored by the Datadog monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -175,7 +175,7 @@ PagedIterable listLinkedResources( /** * List the resources currently being monitored by the Datadog monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -212,7 +212,7 @@ PagedIterable listMonitoredResources( /** * List all monitors under the specified resource group. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -224,7 +224,7 @@ PagedIterable listMonitoredResources( /** * List all monitors under the specified resource group. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -237,7 +237,7 @@ PagedIterable listMonitoredResources( /** * Get the properties of a specific monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -250,7 +250,7 @@ PagedIterable listMonitoredResources( /** * Get the properties of a specific monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -265,7 +265,7 @@ Response getByResourceGroupWithResponse( /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -280,7 +280,7 @@ SyncPoller, DatadogMonitorResourceInner> /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -296,7 +296,7 @@ SyncPoller, DatadogMonitorResourceInner> /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -310,7 +310,7 @@ SyncPoller, DatadogMonitorResourceInner> /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -323,7 +323,7 @@ SyncPoller, DatadogMonitorResourceInner> /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -339,7 +339,7 @@ DatadogMonitorResourceInner create( /** * Update a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -352,7 +352,7 @@ DatadogMonitorResourceInner create( /** * Update a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The parameters for a PATCH request to a monitor resource. * @param context The context to associate with this operation. @@ -368,7 +368,7 @@ Response updateWithResponse( /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -381,7 +381,7 @@ Response updateWithResponse( /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -395,7 +395,7 @@ Response updateWithResponse( /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -407,7 +407,7 @@ Response updateWithResponse( /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -420,7 +420,7 @@ Response updateWithResponse( /** * Refresh the set password link and return a latest one. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -433,7 +433,7 @@ Response updateWithResponse( /** * Refresh the set password link and return a latest one. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/OperationsClient.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/OperationsClient.java index 1e6286ea8093..5847518f9365 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/OperationsClient.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/OperationsClient.java @@ -13,7 +13,7 @@ /** An instance of this class provides access to all the operations defined in OperationsClient. */ public interface OperationsClient { /** - * List all operations provided by Microsoft.Datadog for the 2020-02-01-preview api version. + * List all operations provided by Microsoft.Datadog for the 2021-03-01 api version. * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -23,7 +23,7 @@ public interface OperationsClient { PagedIterable list(); /** - * List all operations provided by Microsoft.Datadog for the 2020-02-01-preview api version. + * List all operations provided by Microsoft.Datadog for the 2021-03-01 api version. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/SingleSignOnConfigurationsClient.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/SingleSignOnConfigurationsClient.java index 49157b22cc87..e1b56b9ee139 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/SingleSignOnConfigurationsClient.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/SingleSignOnConfigurationsClient.java @@ -18,7 +18,7 @@ public interface SingleSignOnConfigurationsClient { /** * List the single sign-on configurations for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -31,7 +31,7 @@ public interface SingleSignOnConfigurationsClient { /** * List the single sign-on configurations for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -45,7 +45,7 @@ public interface SingleSignOnConfigurationsClient { /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -61,7 +61,7 @@ SyncPoller, DatadogSingleSignOnReso /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -82,7 +82,7 @@ SyncPoller, DatadogSingleSignOnReso /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -98,7 +98,7 @@ DatadogSingleSignOnResourceInner createOrUpdate( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -113,7 +113,7 @@ DatadogSingleSignOnResourceInner createOrUpdate( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -134,7 +134,7 @@ DatadogSingleSignOnResourceInner createOrUpdate( /** * Gets the datadog single sign-on resource for the given Monitor. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -148,7 +148,7 @@ DatadogSingleSignOnResourceInner createOrUpdate( /** * Gets the datadog single sign-on resource for the given Monitor. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param context The context to associate with this operation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/TagRulesClient.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/TagRulesClient.java index 8fb32643f99e..89672be21d40 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/TagRulesClient.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/TagRulesClient.java @@ -16,7 +16,7 @@ public interface TagRulesClient { /** * List the tag rules for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -29,7 +29,7 @@ public interface TagRulesClient { /** * List the tag rules for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -43,7 +43,7 @@ public interface TagRulesClient { /** * Create or update a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -57,7 +57,7 @@ public interface TagRulesClient { /** * Create or update a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @param body Capture logs and metrics of Azure resources based on ARM tags. @@ -78,7 +78,7 @@ Response createOrUpdateWithResponse( /** * Get a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -92,7 +92,7 @@ Response createOrUpdateWithResponse( /** * Get a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @param context The context to associate with this operation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogAgreementResourceInner.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogAgreementResourceInner.java index 4eb5aefeb5c6..2b6cb8ba1438 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogAgreementResourceInner.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogAgreementResourceInner.java @@ -8,6 +8,7 @@ import com.azure.core.management.ProxyResource; import com.azure.core.util.logging.ClientLogger; import com.azure.resourcemanager.datadog.models.DatadogAgreementProperties; +import com.azure.resourcemanager.datadog.models.SystemData; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonProperty; @@ -22,6 +23,12 @@ public final class DatadogAgreementResourceInner extends ProxyResource { @JsonProperty(value = "properties") private DatadogAgreementProperties properties; + /* + * Metadata pertaining to creation and last modification of the resource. + */ + @JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY) + private SystemData systemData; + /** * Get the properties property: Represents the properties of the resource. * @@ -42,6 +49,15 @@ public DatadogAgreementResourceInner withProperties(DatadogAgreementProperties p return this; } + /** + * Get the systemData property: Metadata pertaining to creation and last modification of the resource. + * + * @return the systemData value. + */ + public SystemData systemData() { + return this.systemData; + } + /** * Validates the instance. * @@ -51,5 +67,8 @@ public void validate() { if (properties() != null) { properties().validate(); } + if (systemData() != null) { + systemData().validate(); + } } } diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogMonitorResourceInner.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogMonitorResourceInner.java index b42b323a2cfb..cf6d38a4744e 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogMonitorResourceInner.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogMonitorResourceInner.java @@ -10,6 +10,7 @@ import com.azure.resourcemanager.datadog.models.IdentityProperties; import com.azure.resourcemanager.datadog.models.MonitorProperties; import com.azure.resourcemanager.datadog.models.ResourceSku; +import com.azure.resourcemanager.datadog.models.SystemData; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Map; @@ -37,6 +38,12 @@ public final class DatadogMonitorResourceInner extends Resource { @JsonProperty(value = "identity") private IdentityProperties identity; + /* + * Metadata pertaining to creation and last modification of the resource. + */ + @JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY) + private SystemData systemData; + /** * Get the sku property: The sku property. * @@ -97,6 +104,15 @@ public DatadogMonitorResourceInner withIdentity(IdentityProperties identity) { return this; } + /** + * Get the systemData property: Metadata pertaining to creation and last modification of the resource. + * + * @return the systemData value. + */ + public SystemData systemData() { + return this.systemData; + } + /** {@inheritDoc} */ @Override public DatadogMonitorResourceInner withLocation(String location) { @@ -126,5 +142,8 @@ public void validate() { if (identity() != null) { identity().validate(); } + if (systemData() != null) { + systemData().validate(); + } } } diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogSingleSignOnResourceInner.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogSingleSignOnResourceInner.java index a3a58bc00d2c..380c74cbcfda 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogSingleSignOnResourceInner.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/DatadogSingleSignOnResourceInner.java @@ -8,6 +8,7 @@ import com.azure.core.management.ProxyResource; import com.azure.core.util.logging.ClientLogger; import com.azure.resourcemanager.datadog.models.DatadogSingleSignOnProperties; +import com.azure.resourcemanager.datadog.models.SystemData; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonProperty; @@ -22,6 +23,12 @@ public final class DatadogSingleSignOnResourceInner extends ProxyResource { @JsonProperty(value = "properties") private DatadogSingleSignOnProperties properties; + /* + * Metadata pertaining to creation and last modification of the resource. + */ + @JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY) + private SystemData systemData; + /** * Get the properties property: The properties property. * @@ -42,6 +49,15 @@ public DatadogSingleSignOnResourceInner withProperties(DatadogSingleSignOnProper return this; } + /** + * Get the systemData property: Metadata pertaining to creation and last modification of the resource. + * + * @return the systemData value. + */ + public SystemData systemData() { + return this.systemData; + } + /** * Validates the instance. * @@ -51,5 +67,8 @@ public void validate() { if (properties() != null) { properties().validate(); } + if (systemData() != null) { + systemData().validate(); + } } } diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/MonitoringTagRulesInner.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/MonitoringTagRulesInner.java index 37974a644fef..287506a16785 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/MonitoringTagRulesInner.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/fluent/models/MonitoringTagRulesInner.java @@ -8,6 +8,7 @@ import com.azure.core.management.ProxyResource; import com.azure.core.util.logging.ClientLogger; import com.azure.resourcemanager.datadog.models.MonitoringTagRulesProperties; +import com.azure.resourcemanager.datadog.models.SystemData; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonProperty; @@ -22,6 +23,12 @@ public final class MonitoringTagRulesInner extends ProxyResource { @JsonProperty(value = "properties") private MonitoringTagRulesProperties properties; + /* + * Metadata pertaining to creation and last modification of the resource. + */ + @JsonProperty(value = "systemData", access = JsonProperty.Access.WRITE_ONLY) + private SystemData systemData; + /** * Get the properties property: Definition of the properties for a TagRules resource. * @@ -42,6 +49,15 @@ public MonitoringTagRulesInner withProperties(MonitoringTagRulesProperties prope return this; } + /** + * Get the systemData property: Metadata pertaining to creation and last modification of the resource. + * + * @return the systemData value. + */ + public SystemData systemData() { + return this.systemData; + } + /** * Validates the instance. * @@ -51,5 +67,8 @@ public void validate() { if (properties() != null) { properties().validate(); } + if (systemData() != null) { + systemData().validate(); + } } } diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogAgreementResourceImpl.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogAgreementResourceImpl.java index cd1bd54589a5..e6b5a74157c3 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogAgreementResourceImpl.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogAgreementResourceImpl.java @@ -7,6 +7,7 @@ import com.azure.resourcemanager.datadog.fluent.models.DatadogAgreementResourceInner; import com.azure.resourcemanager.datadog.models.DatadogAgreementProperties; import com.azure.resourcemanager.datadog.models.DatadogAgreementResource; +import com.azure.resourcemanager.datadog.models.SystemData; public final class DatadogAgreementResourceImpl implements DatadogAgreementResource { private DatadogAgreementResourceInner innerObject; @@ -36,6 +37,10 @@ public DatadogAgreementProperties properties() { return this.innerModel().properties(); } + public SystemData systemData() { + return this.innerModel().systemData(); + } + public DatadogAgreementResourceInner innerModel() { return this.innerObject; } diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogMonitorResourceImpl.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogMonitorResourceImpl.java index 3b338906cff0..563f32050c88 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogMonitorResourceImpl.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogMonitorResourceImpl.java @@ -21,6 +21,7 @@ import com.azure.resourcemanager.datadog.models.MonitorUpdateProperties; import com.azure.resourcemanager.datadog.models.MonitoredResource; import com.azure.resourcemanager.datadog.models.ResourceSku; +import com.azure.resourcemanager.datadog.models.SystemData; import java.util.Collections; import java.util.Map; @@ -67,6 +68,10 @@ public IdentityProperties identity() { return this.innerModel().identity(); } + public SystemData systemData() { + return this.innerModel().systemData(); + } + public Region region() { return Region.fromName(this.regionName()); } diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogSingleSignOnResourceImpl.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogSingleSignOnResourceImpl.java index dd5e294fb991..fc3f0005b2c3 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogSingleSignOnResourceImpl.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/DatadogSingleSignOnResourceImpl.java @@ -8,6 +8,7 @@ import com.azure.resourcemanager.datadog.fluent.models.DatadogSingleSignOnResourceInner; import com.azure.resourcemanager.datadog.models.DatadogSingleSignOnProperties; import com.azure.resourcemanager.datadog.models.DatadogSingleSignOnResource; +import com.azure.resourcemanager.datadog.models.SystemData; public final class DatadogSingleSignOnResourceImpl implements DatadogSingleSignOnResource, DatadogSingleSignOnResource.Definition, DatadogSingleSignOnResource.Update { @@ -31,6 +32,10 @@ public DatadogSingleSignOnProperties properties() { return this.innerModel().properties(); } + public SystemData systemData() { + return this.innerModel().systemData(); + } + public DatadogSingleSignOnResourceInner innerModel() { return this.innerObject; } diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MicrosoftDatadogClientBuilder.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MicrosoftDatadogClientBuilder.java index aa24686618d5..dcbbd139238f 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MicrosoftDatadogClientBuilder.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MicrosoftDatadogClientBuilder.java @@ -19,12 +19,12 @@ @ServiceClientBuilder(serviceClients = {MicrosoftDatadogClientImpl.class}) public final class MicrosoftDatadogClientBuilder { /* - * The Microsoft Azure subscription ID. + * The ID of the target subscription. */ private String subscriptionId; /** - * Sets The Microsoft Azure subscription ID. + * Sets The ID of the target subscription. * * @param subscriptionId the subscriptionId value. * @return the MicrosoftDatadogClientBuilder. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MicrosoftDatadogClientImpl.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MicrosoftDatadogClientImpl.java index a76647d5658b..a530bea2aeab 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MicrosoftDatadogClientImpl.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MicrosoftDatadogClientImpl.java @@ -42,11 +42,11 @@ public final class MicrosoftDatadogClientImpl implements MicrosoftDatadogClient { private final ClientLogger logger = new ClientLogger(MicrosoftDatadogClientImpl.class); - /** The Microsoft Azure subscription ID. */ + /** The ID of the target subscription. */ private final String subscriptionId; /** - * Gets The Microsoft Azure subscription ID. + * Gets The ID of the target subscription. * * @return the subscriptionId value. */ @@ -181,7 +181,7 @@ public SingleSignOnConfigurationsClient getSingleSignOnConfigurations() { * @param serializerAdapter The serializer to serialize an object into a string. * @param defaultPollInterval The default poll interval for long-running operation. * @param environment The Azure environment. - * @param subscriptionId The Microsoft Azure subscription ID. + * @param subscriptionId The ID of the target subscription. * @param endpoint server parameter. */ MicrosoftDatadogClientImpl( @@ -196,7 +196,7 @@ public SingleSignOnConfigurationsClient getSingleSignOnConfigurations() { this.defaultPollInterval = defaultPollInterval; this.subscriptionId = subscriptionId; this.endpoint = endpoint; - this.apiVersion = "2020-02-01-preview"; + this.apiVersion = "2021-03-01"; this.marketplaceAgreements = new MarketplaceAgreementsClientImpl(this); this.monitors = new MonitorsClientImpl(this); this.operations = new OperationsClientImpl(this); diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MonitoringTagRulesImpl.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MonitoringTagRulesImpl.java index a1ceb7b57168..fc887cea8c42 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MonitoringTagRulesImpl.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MonitoringTagRulesImpl.java @@ -8,6 +8,7 @@ import com.azure.resourcemanager.datadog.fluent.models.MonitoringTagRulesInner; import com.azure.resourcemanager.datadog.models.MonitoringTagRules; import com.azure.resourcemanager.datadog.models.MonitoringTagRulesProperties; +import com.azure.resourcemanager.datadog.models.SystemData; public final class MonitoringTagRulesImpl implements MonitoringTagRules, MonitoringTagRules.Definition, MonitoringTagRules.Update { @@ -31,6 +32,10 @@ public MonitoringTagRulesProperties properties() { return this.innerModel().properties(); } + public SystemData systemData() { + return this.innerModel().systemData(); + } + public MonitoringTagRulesInner innerModel() { return this.innerObject; } diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MonitorsClientImpl.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MonitorsClientImpl.java index fece9b8c8112..0fbba0b4019e 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MonitorsClientImpl.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/MonitorsClientImpl.java @@ -333,7 +333,7 @@ Mono> listByResourceGroupNext( /** * List the api keys for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -390,7 +390,7 @@ private Mono> listApiKeysSinglePageAsync( /** * List the api keys for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -445,7 +445,7 @@ private Mono> listApiKeysSinglePageAsync( /** * List the api keys for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -462,7 +462,7 @@ private PagedFlux listApiKeysAsync(String resourceGroupName, /** * List the api keys for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -481,7 +481,7 @@ private PagedFlux listApiKeysAsync( /** * List the api keys for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -496,7 +496,7 @@ public PagedIterable listApiKeys(String resourceGroupName, S /** * List the api keys for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -513,7 +513,7 @@ public PagedIterable listApiKeys( /** * Get the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -561,7 +561,7 @@ private Mono> getDefaultKeyWithResponseAsync( /** * Get the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -607,7 +607,7 @@ private Mono> getDefaultKeyWithResponseAsync( /** * Get the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -630,7 +630,7 @@ private Mono getDefaultKeyAsync(String resourceGroupName, St /** * Get the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -645,7 +645,7 @@ public DatadogApiKeyInner getDefaultKey(String resourceGroupName, String monitor /** * Get the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -662,7 +662,7 @@ public Response getDefaultKeyWithResponse( /** * Set the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -715,7 +715,7 @@ private Mono> setDefaultKeyWithResponseAsync( /** * Set the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -766,7 +766,7 @@ private Mono> setDefaultKeyWithResponseAsync( /** * Set the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -783,7 +783,7 @@ private Mono setDefaultKeyAsync(String resourceGroupName, String monitorNa /** * Set the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -800,7 +800,7 @@ private Mono setDefaultKeyAsync(String resourceGroupName, String monitorNa /** * Set the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -815,7 +815,7 @@ public void setDefaultKey(String resourceGroupName, String monitorName) { /** * Set the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -833,7 +833,7 @@ public Response setDefaultKeyWithResponse( /** * List the hosts for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -890,7 +890,7 @@ private Mono> listHostsSinglePageAsync( /** * List the hosts for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -945,7 +945,7 @@ private Mono> listHostsSinglePageAsync( /** * List the hosts for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -962,7 +962,7 @@ private PagedFlux listHostsAsync(String resourceGroupName, Str /** * List the hosts for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -980,7 +980,7 @@ private PagedFlux listHostsAsync(String resourceGroupName, Str /** * List the hosts for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -995,7 +995,7 @@ public PagedIterable listHosts(String resourceGroupName, Strin /** * List the hosts for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1011,7 +1011,7 @@ public PagedIterable listHosts(String resourceGroupName, Strin /** * List all Azure resources associated to the same Datadog organization as the target resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1068,7 +1068,7 @@ private Mono> listLinkedResourcesSinglePageAs /** * List all Azure resources associated to the same Datadog organization as the target resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1123,7 +1123,7 @@ private Mono> listLinkedResourcesSinglePageAs /** * List all Azure resources associated to the same Datadog organization as the target resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1140,7 +1140,7 @@ private PagedFlux listLinkedResourcesAsync(String resourceG /** * List all Azure resources associated to the same Datadog organization as the target resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1159,7 +1159,7 @@ private PagedFlux listLinkedResourcesAsync( /** * List all Azure resources associated to the same Datadog organization as the target resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1174,7 +1174,7 @@ public PagedIterable listLinkedResources(String resourceGro /** * List all Azure resources associated to the same Datadog organization as the target resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1191,7 +1191,7 @@ public PagedIterable listLinkedResources( /** * List the resources currently being monitored by the Datadog monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1248,7 +1248,7 @@ private Mono> listMonitoredResourcesSingle /** * List the resources currently being monitored by the Datadog monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1303,7 +1303,7 @@ private Mono> listMonitoredResourcesSingle /** * List the resources currently being monitored by the Datadog monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1321,7 +1321,7 @@ private PagedFlux listMonitoredResourcesAsync( /** * List the resources currently being monitored by the Datadog monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1340,7 +1340,7 @@ private PagedFlux listMonitoredResourcesAsync( /** * List the resources currently being monitored by the Datadog monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1355,7 +1355,7 @@ public PagedIterable listMonitoredResources(String resou /** * List the resources currently being monitored by the Datadog monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1512,7 +1512,7 @@ public PagedIterable list(Context context) { /** * List all monitors under the specified resource group. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1564,7 +1564,7 @@ private Mono> listByResourceGroupSing /** * List all monitors under the specified resource group. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1614,7 +1614,7 @@ private Mono> listByResourceGroupSing /** * List all monitors under the specified resource group. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1630,7 +1630,7 @@ private PagedFlux listByResourceGroupAsync(String r /** * List all monitors under the specified resource group. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1647,7 +1647,7 @@ private PagedFlux listByResourceGroupAsync(String r /** * List all monitors under the specified resource group. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1661,7 +1661,7 @@ public PagedIterable listByResourceGroup(String res /** * List all monitors under the specified resource group. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1676,7 +1676,7 @@ public PagedIterable listByResourceGroup(String res /** * Get the properties of a specific monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1724,7 +1724,7 @@ private Mono> getByResourceGroupWithRespon /** * Get the properties of a specific monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1770,7 +1770,7 @@ private Mono> getByResourceGroupWithRespon /** * Get the properties of a specific monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1793,7 +1793,7 @@ private Mono getByResourceGroupAsync(String resourc /** * Get the properties of a specific monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1808,7 +1808,7 @@ public DatadogMonitorResourceInner getByResourceGroup(String resourceGroupName, /** * Get the properties of a specific monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1825,7 +1825,7 @@ public Response getByResourceGroupWithResponse( /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1878,7 +1878,7 @@ private Mono>> createWithResponseAsync( /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -1929,7 +1929,7 @@ private Mono>> createWithResponseAsync( /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1954,7 +1954,7 @@ private PollerFlux, DatadogMonitorResour /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -1981,7 +1981,7 @@ private PollerFlux, DatadogMonitorResour /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1998,7 +1998,7 @@ public SyncPoller, DatadogMonitorResourc /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -2016,7 +2016,7 @@ public SyncPoller, DatadogMonitorResourc /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -2035,7 +2035,7 @@ private Mono createAsync( /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2053,7 +2053,7 @@ private Mono createAsync(String resourceGroupName, /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -2073,7 +2073,7 @@ private Mono createAsync( /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -2090,7 +2090,7 @@ public DatadogMonitorResourceInner create( /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2106,7 +2106,7 @@ public DatadogMonitorResourceInner create(String resourceGroupName, String monit /** * Create a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -2124,7 +2124,7 @@ public DatadogMonitorResourceInner create( /** * Update a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The parameters for a PATCH request to a monitor resource. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -2177,7 +2177,7 @@ private Mono> updateWithResponseAsync( /** * Update a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The parameters for a PATCH request to a monitor resource. * @param context The context to associate with this operation. @@ -2228,7 +2228,7 @@ private Mono> updateWithResponseAsync( /** * Update a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The parameters for a PATCH request to a monitor resource. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -2253,7 +2253,7 @@ private Mono updateAsync( /** * Update a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2277,7 +2277,7 @@ private Mono updateAsync(String resourceGroupName, /** * Update a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2293,7 +2293,7 @@ public DatadogMonitorResourceInner update(String resourceGroupName, String monit /** * Update a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The parameters for a PATCH request to a monitor resource. * @param context The context to associate with this operation. @@ -2311,7 +2311,7 @@ public Response updateWithResponse( /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2358,7 +2358,7 @@ private Mono>> deleteWithResponseAsync(String resource /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -2404,7 +2404,7 @@ private Mono>> deleteWithResponseAsync( /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2422,7 +2422,7 @@ private PollerFlux, Void> beginDeleteAsync(String resourceGroup /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -2443,7 +2443,7 @@ private PollerFlux, Void> beginDeleteAsync( /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2458,7 +2458,7 @@ public SyncPoller, Void> beginDelete(String resourceGroupName, /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -2475,7 +2475,7 @@ public SyncPoller, Void> beginDelete( /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2490,7 +2490,7 @@ private Mono deleteAsync(String resourceGroupName, String monitorName) { /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -2508,7 +2508,7 @@ private Mono deleteAsync(String resourceGroupName, String monitorName, Con /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2522,7 +2522,7 @@ public void delete(String resourceGroupName, String monitorName) { /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -2537,7 +2537,7 @@ public void delete(String resourceGroupName, String monitorName, Context context /** * Refresh the set password link and return a latest one. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2585,7 +2585,7 @@ private Mono> refreshSetPasswordLinkWithRe /** * Refresh the set password link and return a latest one. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -2631,7 +2631,7 @@ private Mono> refreshSetPasswordLinkWithRe /** * Refresh the set password link and return a latest one. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2655,7 +2655,7 @@ private Mono refreshSetPasswordLinkAsync( /** * Refresh the set password link and return a latest one. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -2670,7 +2670,7 @@ public DatadogSetPasswordLinkInner refreshSetPasswordLink(String resourceGroupNa /** * Refresh the set password link and return a latest one. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/OperationsClientImpl.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/OperationsClientImpl.java index f649ccb93c7d..fe6ce5843565 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/OperationsClientImpl.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/OperationsClientImpl.java @@ -81,7 +81,7 @@ Mono> listNext( } /** - * List all operations provided by Microsoft.Datadog for the 2020-02-01-preview api version. + * List all operations provided by Microsoft.Datadog for the 2021-03-01 api version. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -112,7 +112,7 @@ private Mono> listSinglePageAsync() { } /** - * List all operations provided by Microsoft.Datadog for the 2020-02-01-preview api version. + * List all operations provided by Microsoft.Datadog for the 2021-03-01 api version. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -144,7 +144,7 @@ private Mono> listSinglePageAsync(Context co } /** - * List all operations provided by Microsoft.Datadog for the 2020-02-01-preview api version. + * List all operations provided by Microsoft.Datadog for the 2021-03-01 api version. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -156,7 +156,7 @@ private PagedFlux listAsync() { } /** - * List all operations provided by Microsoft.Datadog for the 2020-02-01-preview api version. + * List all operations provided by Microsoft.Datadog for the 2021-03-01 api version. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -171,7 +171,7 @@ private PagedFlux listAsync(Context context) { } /** - * List all operations provided by Microsoft.Datadog for the 2020-02-01-preview api version. + * List all operations provided by Microsoft.Datadog for the 2021-03-01 api version. * * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -183,7 +183,7 @@ public PagedIterable list() { } /** - * List all operations provided by Microsoft.Datadog for the 2020-02-01-preview api version. + * List all operations provided by Microsoft.Datadog for the 2021-03-01 api version. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/SingleSignOnConfigurationsClientImpl.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/SingleSignOnConfigurationsClientImpl.java index 7bd8970bfdee..274944f760ae 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/SingleSignOnConfigurationsClientImpl.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/SingleSignOnConfigurationsClientImpl.java @@ -130,7 +130,7 @@ Mono> listNext( /** * List the single sign-on configurations for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -187,7 +187,7 @@ private Mono> listSinglePageAsyn /** * List the single sign-on configurations for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -242,7 +242,7 @@ private Mono> listSinglePageAsyn /** * List the single sign-on configurations for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -258,7 +258,7 @@ private PagedFlux listAsync(String resourceGro /** * List the single sign-on configurations for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -277,7 +277,7 @@ private PagedFlux listAsync( /** * List the single sign-on configurations for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -292,7 +292,7 @@ public PagedIterable list(String resourceGroup /** * List the single sign-on configurations for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -309,7 +309,7 @@ public PagedIterable list( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -368,7 +368,7 @@ private Mono>> createOrUpdateWithResponseAsync( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -429,7 +429,7 @@ private Mono>> createOrUpdateWithResponseAsync( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -460,7 +460,7 @@ private Mono>> createOrUpdateWithResponseAsync( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -494,7 +494,7 @@ private Mono>> createOrUpdateWithResponseAsync( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -516,7 +516,7 @@ private Mono>> createOrUpdateWithResponseAsync( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -541,7 +541,7 @@ private Mono>> createOrUpdateWithResponseAsync( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -561,7 +561,7 @@ private Mono createOrUpdateAsync( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -581,7 +581,7 @@ private Mono createOrUpdateAsync( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -606,7 +606,7 @@ private Mono createOrUpdateAsync( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -624,7 +624,7 @@ public DatadogSingleSignOnResourceInner createOrUpdate( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -642,7 +642,7 @@ public DatadogSingleSignOnResourceInner createOrUpdate( /** * Configures single-sign-on for this resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param body The body parameter. @@ -665,7 +665,7 @@ public DatadogSingleSignOnResourceInner createOrUpdate( /** * Gets the datadog single sign-on resource for the given Monitor. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -719,7 +719,7 @@ private Mono> getWithResponseAsync( /** * Gets the datadog single sign-on resource for the given Monitor. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param context The context to associate with this operation. @@ -771,7 +771,7 @@ private Mono> getWithResponseAsync( /** * Gets the datadog single sign-on resource for the given Monitor. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -796,7 +796,7 @@ private Mono getAsync( /** * Gets the datadog single sign-on resource for the given Monitor. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -813,7 +813,7 @@ public DatadogSingleSignOnResourceInner get( /** * Gets the datadog single sign-on resource for the given Monitor. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param context The context to associate with this operation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/TagRulesClientImpl.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/TagRulesClientImpl.java index 98ea5e8c41d5..9f0af4e062b2 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/TagRulesClientImpl.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/implementation/TagRulesClientImpl.java @@ -122,7 +122,7 @@ Mono> listNext( /** * List the tag rules for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -179,7 +179,7 @@ private Mono> listSinglePageAsync( /** * List the tag rules for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -234,7 +234,7 @@ private Mono> listSinglePageAsync( /** * List the tag rules for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -250,7 +250,7 @@ private PagedFlux listAsync(String resourceGroupName, S /** * List the tag rules for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -269,7 +269,7 @@ private PagedFlux listAsync( /** * List the tag rules for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -284,7 +284,7 @@ public PagedIterable list(String resourceGroupName, Str /** * List the tag rules for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -300,7 +300,7 @@ public PagedIterable list(String resourceGroupName, Str /** * Create or update a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @param body Capture logs and metrics of Azure resources based on ARM tags. @@ -358,7 +358,7 @@ private Mono> createOrUpdateWithResponseAsync( /** * Create or update a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @param body Capture logs and metrics of Azure resources based on ARM tags. @@ -418,7 +418,7 @@ private Mono> createOrUpdateWithResponseAsync( /** * Create or update a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @param body Capture logs and metrics of Azure resources based on ARM tags. @@ -444,7 +444,7 @@ private Mono createOrUpdateAsync( /** * Create or update a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -470,7 +470,7 @@ private Mono createOrUpdateAsync( /** * Create or update a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -487,7 +487,7 @@ public MonitoringTagRulesInner createOrUpdate(String resourceGroupName, String m /** * Create or update a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @param body Capture logs and metrics of Azure resources based on ARM tags. @@ -510,7 +510,7 @@ public Response createOrUpdateWithResponse( /** * Get a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -563,7 +563,7 @@ private Mono> getWithResponseAsync( /** * Get a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @param context The context to associate with this operation. @@ -614,7 +614,7 @@ private Mono> getWithResponseAsync( /** * Get a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -638,7 +638,7 @@ private Mono getAsync(String resourceGroupName, String /** * Get a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -654,7 +654,7 @@ public MonitoringTagRulesInner get(String resourceGroupName, String monitorName, /** * Get a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @param context The context to associate with this operation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/CreatedByType.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/CreatedByType.java new file mode 100644 index 000000000000..1d4084e09ce7 --- /dev/null +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/CreatedByType.java @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datadog.models; + +import com.azure.core.util.ExpandableStringEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import java.util.Collection; + +/** Defines values for CreatedByType. */ +public final class CreatedByType extends ExpandableStringEnum { + /** Static value User for CreatedByType. */ + public static final CreatedByType USER = fromString("User"); + + /** Static value Application for CreatedByType. */ + public static final CreatedByType APPLICATION = fromString("Application"); + + /** Static value ManagedIdentity for CreatedByType. */ + public static final CreatedByType MANAGED_IDENTITY = fromString("ManagedIdentity"); + + /** Static value Key for CreatedByType. */ + public static final CreatedByType KEY = fromString("Key"); + + /** + * Creates or finds a CreatedByType from its string representation. + * + * @param name a name to look for. + * @return the corresponding CreatedByType. + */ + @JsonCreator + public static CreatedByType fromString(String name) { + return fromString(name, CreatedByType.class); + } + + /** @return known CreatedByType values. */ + public static Collection values() { + return values(CreatedByType.class); + } +} diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogAgreementResource.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogAgreementResource.java index f283b5272f28..d26858f18fb4 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogAgreementResource.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogAgreementResource.java @@ -36,6 +36,13 @@ public interface DatadogAgreementResource { */ DatadogAgreementProperties properties(); + /** + * Gets the systemData property: Metadata pertaining to creation and last modification of the resource. + * + * @return the systemData value. + */ + SystemData systemData(); + /** * Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogAgreementResourceInner object. * diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogMonitorResource.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogMonitorResource.java index 95a63aa459e6..f52537499e21 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogMonitorResource.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogMonitorResource.java @@ -70,6 +70,13 @@ public interface DatadogMonitorResource { */ IdentityProperties identity(); + /** + * Gets the systemData property: Metadata pertaining to creation and last modification of the resource. + * + * @return the systemData value. + */ + SystemData systemData(); + /** * Gets the region of the resource. * @@ -126,7 +133,7 @@ interface WithResourceGroup { /** * Specifies resourceGroupName. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @return the next definition stage. */ WithCreate withExistingResourceGroup(String resourceGroupName); diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogSingleSignOnResource.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogSingleSignOnResource.java index a111fc769f4c..0e9422d992f8 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogSingleSignOnResource.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/DatadogSingleSignOnResource.java @@ -37,6 +37,13 @@ public interface DatadogSingleSignOnResource { */ DatadogSingleSignOnProperties properties(); + /** + * Gets the systemData property: Metadata pertaining to creation and last modification of the resource. + * + * @return the systemData value. + */ + SystemData systemData(); + /** * Gets the inner com.azure.resourcemanager.datadog.fluent.models.DatadogSingleSignOnResourceInner object. * @@ -58,7 +65,7 @@ interface WithParentResource { /** * Specifies resourceGroupName, monitorName. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @return the next definition stage. */ diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/ErrorAdditionalInfo.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/ErrorAdditionalInfo.java new file mode 100644 index 000000000000..9ad677fbfb49 --- /dev/null +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/ErrorAdditionalInfo.java @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datadog.models; + +import com.azure.core.annotation.Immutable; +import com.azure.core.util.logging.ClientLogger; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** The resource management error additional info. */ +@Immutable +public final class ErrorAdditionalInfo { + @JsonIgnore private final ClientLogger logger = new ClientLogger(ErrorAdditionalInfo.class); + + /* + * The additional info type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + + /* + * The additional info. + */ + @JsonProperty(value = "info", access = JsonProperty.Access.WRITE_ONLY) + private Object info; + + /** + * Get the type property: The additional info type. + * + * @return the type value. + */ + public String type() { + return this.type; + } + + /** + * Get the info property: The additional info. + * + * @return the info value. + */ + public Object info() { + return this.info; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + } +} diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/MonitoringTagRules.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/MonitoringTagRules.java index 56c9f68ea64c..8343905a8ba1 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/MonitoringTagRules.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/MonitoringTagRules.java @@ -37,6 +37,13 @@ public interface MonitoringTagRules { */ MonitoringTagRulesProperties properties(); + /** + * Gets the systemData property: Metadata pertaining to creation and last modification of the resource. + * + * @return the systemData value. + */ + SystemData systemData(); + /** * Gets the inner com.azure.resourcemanager.datadog.fluent.models.MonitoringTagRulesInner object. * @@ -58,7 +65,7 @@ interface WithParentResource { /** * Specifies resourceGroupName, monitorName. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @return the next definition stage. */ diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/Monitors.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/Monitors.java index 915869f1363d..a9cad5885948 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/Monitors.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/Monitors.java @@ -14,7 +14,7 @@ public interface Monitors { /** * List the api keys for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -26,7 +26,7 @@ public interface Monitors { /** * List the api keys for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -39,7 +39,7 @@ public interface Monitors { /** * Get the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -51,7 +51,7 @@ public interface Monitors { /** * Get the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -64,7 +64,7 @@ public interface Monitors { /** * Set the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -75,7 +75,7 @@ public interface Monitors { /** * Set the default api key. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param body The body parameter. * @param context The context to associate with this operation. @@ -90,7 +90,7 @@ Response setDefaultKeyWithResponse( /** * List the hosts for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -102,7 +102,7 @@ Response setDefaultKeyWithResponse( /** * List the hosts for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -115,7 +115,7 @@ Response setDefaultKeyWithResponse( /** * List all Azure resources associated to the same Datadog organization as the target resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -127,7 +127,7 @@ Response setDefaultKeyWithResponse( /** * List all Azure resources associated to the same Datadog organization as the target resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -140,7 +140,7 @@ Response setDefaultKeyWithResponse( /** * List the resources currently being monitored by the Datadog monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -152,7 +152,7 @@ Response setDefaultKeyWithResponse( /** * List the resources currently being monitored by the Datadog monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -186,7 +186,7 @@ PagedIterable listMonitoredResources( /** * List all monitors under the specified resource group. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -197,7 +197,7 @@ PagedIterable listMonitoredResources( /** * List all monitors under the specified resource group. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -209,7 +209,7 @@ PagedIterable listMonitoredResources( /** * Get the properties of a specific monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -221,7 +221,7 @@ PagedIterable listMonitoredResources( /** * Get the properties of a specific monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -235,7 +235,7 @@ Response getByResourceGroupWithResponse( /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -246,7 +246,7 @@ Response getByResourceGroupWithResponse( /** * Delete a monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -258,7 +258,7 @@ Response getByResourceGroupWithResponse( /** * Refresh the set password link and return a latest one. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -270,7 +270,7 @@ Response getByResourceGroupWithResponse( /** * Refresh the set password link and return a latest one. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/Operations.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/Operations.java index d81bac8264ee..1a75068c3716 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/Operations.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/Operations.java @@ -10,7 +10,7 @@ /** Resource collection API of Operations. */ public interface Operations { /** - * List all operations provided by Microsoft.Datadog for the 2020-02-01-preview api version. + * List all operations provided by Microsoft.Datadog for the 2021-03-01 api version. * * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -19,7 +19,7 @@ public interface Operations { PagedIterable list(); /** - * List all operations provided by Microsoft.Datadog for the 2020-02-01-preview api version. + * List all operations provided by Microsoft.Datadog for the 2021-03-01 api version. * * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/SingleSignOnConfigurations.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/SingleSignOnConfigurations.java index a2ab00a45312..bac719a9888f 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/SingleSignOnConfigurations.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/SingleSignOnConfigurations.java @@ -13,7 +13,7 @@ public interface SingleSignOnConfigurations { /** * List the single sign-on configurations for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -25,7 +25,7 @@ public interface SingleSignOnConfigurations { /** * List the single sign-on configurations for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -38,7 +38,7 @@ public interface SingleSignOnConfigurations { /** * Gets the datadog single sign-on resource for the given Monitor. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -51,7 +51,7 @@ public interface SingleSignOnConfigurations { /** * Gets the datadog single sign-on resource for the given Monitor. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param configurationName Configuration name. * @param context The context to associate with this operation. diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/SystemData.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/SystemData.java new file mode 100644 index 000000000000..30c86af0d9fb --- /dev/null +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/SystemData.java @@ -0,0 +1,181 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datadog.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.fasterxml.jackson.annotation.JsonIgnore; +import com.fasterxml.jackson.annotation.JsonProperty; +import java.time.OffsetDateTime; + +/** Metadata pertaining to creation and last modification of the resource. */ +@Fluent +public final class SystemData { + @JsonIgnore private final ClientLogger logger = new ClientLogger(SystemData.class); + + /* + * The identity that created the resource. + */ + @JsonProperty(value = "createdBy") + private String createdBy; + + /* + * The type of identity that created the resource. + */ + @JsonProperty(value = "createdByType") + private CreatedByType createdByType; + + /* + * The timestamp of resource creation (UTC). + */ + @JsonProperty(value = "createdAt") + private OffsetDateTime createdAt; + + /* + * The identity that last modified the resource. + */ + @JsonProperty(value = "lastModifiedBy") + private String lastModifiedBy; + + /* + * The type of identity that last modified the resource. + */ + @JsonProperty(value = "lastModifiedByType") + private CreatedByType lastModifiedByType; + + /* + * The timestamp of resource last modification (UTC) + */ + @JsonProperty(value = "lastModifiedAt") + private OffsetDateTime lastModifiedAt; + + /** + * Get the createdBy property: The identity that created the resource. + * + * @return the createdBy value. + */ + public String createdBy() { + return this.createdBy; + } + + /** + * Set the createdBy property: The identity that created the resource. + * + * @param createdBy the createdBy value to set. + * @return the SystemData object itself. + */ + public SystemData withCreatedBy(String createdBy) { + this.createdBy = createdBy; + return this; + } + + /** + * Get the createdByType property: The type of identity that created the resource. + * + * @return the createdByType value. + */ + public CreatedByType createdByType() { + return this.createdByType; + } + + /** + * Set the createdByType property: The type of identity that created the resource. + * + * @param createdByType the createdByType value to set. + * @return the SystemData object itself. + */ + public SystemData withCreatedByType(CreatedByType createdByType) { + this.createdByType = createdByType; + return this; + } + + /** + * Get the createdAt property: The timestamp of resource creation (UTC). + * + * @return the createdAt value. + */ + public OffsetDateTime createdAt() { + return this.createdAt; + } + + /** + * Set the createdAt property: The timestamp of resource creation (UTC). + * + * @param createdAt the createdAt value to set. + * @return the SystemData object itself. + */ + public SystemData withCreatedAt(OffsetDateTime createdAt) { + this.createdAt = createdAt; + return this; + } + + /** + * Get the lastModifiedBy property: The identity that last modified the resource. + * + * @return the lastModifiedBy value. + */ + public String lastModifiedBy() { + return this.lastModifiedBy; + } + + /** + * Set the lastModifiedBy property: The identity that last modified the resource. + * + * @param lastModifiedBy the lastModifiedBy value to set. + * @return the SystemData object itself. + */ + public SystemData withLastModifiedBy(String lastModifiedBy) { + this.lastModifiedBy = lastModifiedBy; + return this; + } + + /** + * Get the lastModifiedByType property: The type of identity that last modified the resource. + * + * @return the lastModifiedByType value. + */ + public CreatedByType lastModifiedByType() { + return this.lastModifiedByType; + } + + /** + * Set the lastModifiedByType property: The type of identity that last modified the resource. + * + * @param lastModifiedByType the lastModifiedByType value to set. + * @return the SystemData object itself. + */ + public SystemData withLastModifiedByType(CreatedByType lastModifiedByType) { + this.lastModifiedByType = lastModifiedByType; + return this; + } + + /** + * Get the lastModifiedAt property: The timestamp of resource last modification (UTC). + * + * @return the lastModifiedAt value. + */ + public OffsetDateTime lastModifiedAt() { + return this.lastModifiedAt; + } + + /** + * Set the lastModifiedAt property: The timestamp of resource last modification (UTC). + * + * @param lastModifiedAt the lastModifiedAt value to set. + * @return the SystemData object itself. + */ + public SystemData withLastModifiedAt(OffsetDateTime lastModifiedAt) { + this.lastModifiedAt = lastModifiedAt; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + } +} diff --git a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/TagRules.java b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/TagRules.java index de7f1c77d596..72157a2c9f16 100644 --- a/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/TagRules.java +++ b/sdk/datadog/azure-resourcemanager-datadog/src/main/java/com/azure/resourcemanager/datadog/models/TagRules.java @@ -13,7 +13,7 @@ public interface TagRules { /** * List the tag rules for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. @@ -25,7 +25,7 @@ public interface TagRules { /** * List the tag rules for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -38,7 +38,7 @@ public interface TagRules { /** * Get a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -51,7 +51,7 @@ public interface TagRules { /** * Get a tag rule set for a given monitor resource. * - * @param resourceGroupName The name of the resource group to which the Datadog resource belongs. + * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param monitorName Monitor resource name. * @param ruleSetName Rule set name. * @param context The context to associate with this operation.