Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions sdk/nginx/azure-resourcemanager-nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -282,8 +282,8 @@

#### `NginxManager` was modified

* `defaultWafPolicies()` was added
* `wafPolicies()` was added
* `defaultWafPolicies()` was added

#### `models.WebApplicationFirewallStatus` was modified

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Response<NginxDeploymentWafPolicyInner> 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.
Expand Down Expand Up @@ -129,7 +129,7 @@ SyncPoller<PollResult<NginxDeploymentWafPolicyInner>, 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -389,7 +389,7 @@ private Mono<Response<Flux<ByteBuffer>>> 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.
Expand All @@ -410,7 +410,7 @@ private Response<BinaryData> 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.
Expand All @@ -431,7 +431,7 @@ private Response<BinaryData> 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.
Expand Down Expand Up @@ -475,7 +475,7 @@ private PollerFlux<PollResult<NginxDeploymentWafPolicyInner>, 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.
Expand Down Expand Up @@ -515,7 +515,7 @@ public SyncPoller<PollResult<NginxDeploymentWafPolicyInner>, 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.
Expand All @@ -538,7 +538,7 @@ public SyncPoller<PollResult<NginxDeploymentWafPolicyInner>, 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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/nginx/azure-resourcemanager-nginx/tsp-location.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/nginx/Nginx.Management
commit: de8103ff8e94ea51c56bb22094ded5d2dfc45a6a
commit: 232569489d8002597fa04cb0badfc2f5ca372a00
repo: Azure/azure-rest-api-specs
additionalDirectories:
Loading