diff --git a/sdk/nginx/azure-resourcemanager-nginx/CHANGELOG.md b/sdk/nginx/azure-resourcemanager-nginx/CHANGELOG.md index 30cd6b8a496d..9390043c1e15 100644 --- a/sdk/nginx/azure-resourcemanager-nginx/CHANGELOG.md +++ b/sdk/nginx/azure-resourcemanager-nginx/CHANGELOG.md @@ -43,15 +43,15 @@ #### `models.AnalysisDiagnostic` was modified * `AnalysisDiagnostic()` was changed to private access -* `withMessage(java.lang.String)` was removed -* `validate()` was removed * `withLine(float)` was removed -* `withFile(java.lang.String)` was removed +* `float line()` -> `double line()` * `withRule(java.lang.String)` was removed -* `withDirective(java.lang.String)` was removed * `withDescription(java.lang.String)` was removed * `withId(java.lang.String)` was removed -* `float line()` -> `double line()` +* `validate()` was removed +* `withDirective(java.lang.String)` was removed +* `withFile(java.lang.String)` was removed +* `withMessage(java.lang.String)` was removed #### `models.NginxFrontendIpConfiguration` was modified @@ -64,8 +64,8 @@ #### `models.OperationDisplay` was modified * `OperationDisplay()` was changed to private access -* `withDescription(java.lang.String)` was removed * `withProvider(java.lang.String)` was removed +* `withDescription(java.lang.String)` was removed * `withOperation(java.lang.String)` was removed * `validate()` was removed * `withResource(java.lang.String)` was removed @@ -77,23 +77,23 @@ #### `models.DiagnosticItem` was modified * `DiagnosticItem()` was changed to private access -* `withMessage(java.lang.String)` was removed -* `withLine(float)` was removed -* `withLevel(models.Level)` was removed -* `float line()` -> `double line()` * `withFile(java.lang.String)` was removed -* `validate()` was removed -* `withId(java.lang.String)` was removed -* `withRule(java.lang.String)` was removed -* `withDirective(java.lang.String)` was removed +* `withMessage(java.lang.String)` was removed * `withCategory(java.lang.String)` was removed * `withDescription(java.lang.String)` was removed +* `withDirective(java.lang.String)` was removed +* `withId(java.lang.String)` was removed +* `withRule(java.lang.String)` was removed +* `validate()` was removed +* `withLevel(models.Level)` was removed +* `withLine(float)` was removed +* `float line()` -> `double line()` #### `models.NginxDeploymentUpdateProperties` was modified -* `nginxAppProtect()` was removed * `validate()` was removed * `withNginxAppProtect(models.NginxDeploymentUpdatePropertiesNginxAppProtect)` was removed +* `nginxAppProtect()` was removed #### `models.NginxLogging` was modified @@ -123,8 +123,8 @@ * `AnalysisResultData()` was changed to private access * `validate()` was removed -* `withDiagnostics(java.util.List)` was removed * `withErrors(java.util.List)` was removed +* `withDiagnostics(java.util.List)` was removed #### `models.NginxConfigurationRequestProperties` was modified @@ -173,8 +173,8 @@ * `WebApplicationFirewallComponentVersions()` was changed to private access * `withWafEngineVersion(java.lang.String)` was removed -* `validate()` was removed * `withWafNginxVersion(java.lang.String)` was removed +* `validate()` was removed #### `models.NginxConfigurationProtectedFileRequest` was modified @@ -200,8 +200,8 @@ #### `models.WebApplicationFirewallPackage` was modified * `WebApplicationFirewallPackage()` was changed to private access -* `withRevisionDatetime(java.time.OffsetDateTime)` was removed * `validate()` was removed +* `withRevisionDatetime(java.time.OffsetDateTime)` was removed * `withVersion(java.lang.String)` was removed #### `models.AutoUpgradeProfile` was modified @@ -220,8 +220,8 @@ * `NginxConfigurationProtectedFileResponse()` was changed to private access * `withContentHash(java.lang.String)` was removed -* `validate()` was removed * `withVirtualPath(java.lang.String)` was removed +* `validate()` was removed #### `models.NginxDeploymentApiKeyRequestProperties` was modified @@ -282,8 +282,8 @@ #### `NginxManager` was modified -* `defaultWafPolicies()` was added * `wafPolicies()` was added +* `defaultWafPolicies()` was added #### `models.WebApplicationFirewallStatus` was modified diff --git a/sdk/nginx/azure-resourcemanager-nginx/src/main/java/com/azure/resourcemanager/nginx/fluent/WafPoliciesClient.java b/sdk/nginx/azure-resourcemanager-nginx/src/main/java/com/azure/resourcemanager/nginx/fluent/WafPoliciesClient.java index f4c1f0d1e872..508bc0cd06b4 100644 --- a/sdk/nginx/azure-resourcemanager-nginx/src/main/java/com/azure/resourcemanager/nginx/fluent/WafPoliciesClient.java +++ b/sdk/nginx/azure-resourcemanager-nginx/src/main/java/com/azure/resourcemanager/nginx/fluent/WafPoliciesClient.java @@ -97,7 +97,7 @@ Response getWithResponse(String resourceGroupName * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param deploymentName The name of targeted NGINX deployment. * @param wafPolicyName The name of Waf Policy. - * @param body The Nginx Deployment Waf Policy. + * @param body Resource create parameters. * @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. @@ -129,7 +129,7 @@ SyncPoller, NginxDeploymentWafPolicyIn * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param deploymentName The name of targeted NGINX deployment. * @param wafPolicyName The name of Waf Policy. - * @param body The Nginx Deployment Waf Policy. + * @param body Resource create parameters. * @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. diff --git a/sdk/nginx/azure-resourcemanager-nginx/src/main/java/com/azure/resourcemanager/nginx/implementation/WafPoliciesClientImpl.java b/sdk/nginx/azure-resourcemanager-nginx/src/main/java/com/azure/resourcemanager/nginx/implementation/WafPoliciesClientImpl.java index 3544a5a41573..5e00b178fcec 100644 --- a/sdk/nginx/azure-resourcemanager-nginx/src/main/java/com/azure/resourcemanager/nginx/implementation/WafPoliciesClientImpl.java +++ b/sdk/nginx/azure-resourcemanager-nginx/src/main/java/com/azure/resourcemanager/nginx/implementation/WafPoliciesClientImpl.java @@ -368,7 +368,7 @@ public NginxDeploymentWafPolicyInner get(String resourceGroupName, String deploy * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param deploymentName The name of targeted NGINX deployment. * @param wafPolicyName The name of Waf Policy. - * @param body The Nginx Deployment Waf Policy. + * @param body Resource create parameters. * @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. @@ -389,7 +389,7 @@ private Mono>> createWithResponseAsync(String resource * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param deploymentName The name of targeted NGINX deployment. * @param wafPolicyName The name of Waf Policy. - * @param body The Nginx Deployment Waf Policy. + * @param body Resource create parameters. * @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. @@ -410,7 +410,7 @@ private Response createWithResponse(String resourceGroupName, String * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param deploymentName The name of targeted NGINX deployment. * @param wafPolicyName The name of Waf Policy. - * @param body The Nginx Deployment Waf Policy. + * @param body Resource create parameters. * @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. @@ -431,7 +431,7 @@ private Response createWithResponse(String resourceGroupName, String * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param deploymentName The name of targeted NGINX deployment. * @param wafPolicyName The name of Waf Policy. - * @param body The Nginx Deployment Waf Policy. + * @param body Resource create parameters. * @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. @@ -475,7 +475,7 @@ private PollerFlux, NginxDeploymentWaf * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param deploymentName The name of targeted NGINX deployment. * @param wafPolicyName The name of Waf Policy. - * @param body The Nginx Deployment Waf Policy. + * @param body Resource create parameters. * @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. @@ -515,7 +515,7 @@ public SyncPoller, NginxDeploymentWafP * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param deploymentName The name of targeted NGINX deployment. * @param wafPolicyName The name of Waf Policy. - * @param body The Nginx Deployment Waf Policy. + * @param body Resource create parameters. * @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. @@ -538,7 +538,7 @@ public SyncPoller, NginxDeploymentWafP * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param deploymentName The name of targeted NGINX deployment. * @param wafPolicyName The name of Waf Policy. - * @param body The Nginx Deployment Waf Policy. + * @param body Resource create parameters. * @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. @@ -593,7 +593,7 @@ public NginxDeploymentWafPolicyInner create(String resourceGroupName, String dep * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param deploymentName The name of targeted NGINX deployment. * @param wafPolicyName The name of Waf Policy. - * @param body The Nginx Deployment Waf Policy. + * @param body Resource create parameters. * @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. diff --git a/sdk/nginx/azure-resourcemanager-nginx/tsp-location.yaml b/sdk/nginx/azure-resourcemanager-nginx/tsp-location.yaml index ab177f8e2110..c9638b9d9941 100644 --- a/sdk/nginx/azure-resourcemanager-nginx/tsp-location.yaml +++ b/sdk/nginx/azure-resourcemanager-nginx/tsp-location.yaml @@ -1,4 +1,4 @@ directory: specification/nginx/Nginx.Management -commit: de8103ff8e94ea51c56bb22094ded5d2dfc45a6a +commit: 232569489d8002597fa04cb0badfc2f5ca372a00 repo: Azure/azure-rest-api-specs additionalDirectories: