Skip to content

Commit 1ba91c5

Browse files
author
SDKAuto
committed
CodeGen from PR 34442 in Azure/azure-rest-api-specs
Merge c43361bf1df2d440459faf4cfc7e8e825366a8ef into 717a599a86dbcdc1b60d3100aea7ac402dfe3074
1 parent b429a1d commit 1ba91c5

33 files changed

+2091
-1655
lines changed

sdk/resourcemanager/nginx/armnginx/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Release History
22

3+
## 3.1.0-beta.3 (2025-05-12)
4+
### Breaking Changes
5+
6+
- Type of `OperationListResult.Value` has been changed from `[]*OperationResult` to `[]*Operation`
7+
- Struct `OperationResult` has been removed
8+
- Field `Location` of struct `Certificate` has been removed
9+
10+
### Features Added
11+
12+
- New enum type `ActionType` with values `ActionTypeInternal`
13+
- New enum type `NginxDeploymentWafPolicyApplyingStatusCode` with values `NginxDeploymentWafPolicyApplyingStatusCodeApplying`, `NginxDeploymentWafPolicyApplyingStatusCodeFailed`, `NginxDeploymentWafPolicyApplyingStatusCodeNotApplied`, `NginxDeploymentWafPolicyApplyingStatusCodeRemoving`, `NginxDeploymentWafPolicyApplyingStatusCodeSucceeded`
14+
- New enum type `NginxDeploymentWafPolicyCompilingStatusCode` with values `NginxDeploymentWafPolicyCompilingStatusCodeFailed`, `NginxDeploymentWafPolicyCompilingStatusCodeInProgress`, `NginxDeploymentWafPolicyCompilingStatusCodeNotStarted`, `NginxDeploymentWafPolicyCompilingStatusCodeSucceeded`
15+
- New enum type `Origin` with values `OriginSystem`, `OriginUser`, `OriginUserSystem`
16+
- New function `*ClientFactory.NewDefaultWafPolicyClient() *DefaultWafPolicyClient`
17+
- New function `*ClientFactory.NewWafPolicyClient() *WafPolicyClient`
18+
- New function `NewDefaultWafPolicyClient(string, azcore.TokenCredential, *arm.ClientOptions) (*DefaultWafPolicyClient, error)`
19+
- New function `*DefaultWafPolicyClient.List(context.Context, string, string, *DefaultWafPolicyClientListOptions) (DefaultWafPolicyClientListResponse, error)`
20+
- New function `NewWafPolicyClient(string, azcore.TokenCredential, *arm.ClientOptions) (*WafPolicyClient, error)`
21+
- New function `*WafPolicyClient.BeginCreate(context.Context, string, string, string, *WafPolicyClientBeginCreateOptions) (*runtime.Poller[WafPolicyClientCreateResponse], error)`
22+
- New function `*WafPolicyClient.BeginDelete(context.Context, string, string, string, *WafPolicyClientBeginDeleteOptions) (*runtime.Poller[WafPolicyClientDeleteResponse], error)`
23+
- New function `*WafPolicyClient.Get(context.Context, string, string, string, *WafPolicyClientGetOptions) (WafPolicyClientGetResponse, error)`
24+
- New function `*WafPolicyClient.NewListPager(string, string, *WafPolicyClientListOptions) *runtime.Pager[WafPolicyClientListResponse]`
25+
- New struct `DeploymentDefaultWafPolicyListResponse`
26+
- New struct `DeploymentDefaultWafPolicyProperties`
27+
- New struct `DeploymentWafPolicy`
28+
- New struct `DeploymentWafPolicyApplyingStatus`
29+
- New struct `DeploymentWafPolicyCompilingStatus`
30+
- New struct `DeploymentWafPolicyListResponse`
31+
- New struct `DeploymentWafPolicyMetadata`
32+
- New struct `DeploymentWafPolicyMetadataProperties`
33+
- New struct `DeploymentWafPolicyProperties`
34+
- New struct `Operation`
35+
- New field `SystemData` in struct `DeploymentAPIKeyRequest`
36+
- New field `SystemData` in struct `DeploymentAPIKeyResponse`
37+
- New field `WafRelease` in struct `WebApplicationFirewallStatus`
38+
39+
340
## 3.1.0-beta.2 (2025-02-27)
441
### Breaking Changes
542

sdk/resourcemanager/nginx/armnginx/apikeys_client.go

Lines changed: 11 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/nginx/armnginx/apikeys_client_example_test.go

Lines changed: 0 additions & 139 deletions
This file was deleted.

sdk/resourcemanager/nginx/armnginx/autorest.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/b8d26b0e4c1886458fa56c22aac09c3e3e9a5c9e/specification/nginx/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/b8d26b0e4c1886458fa56c22aac09c3e3e9a5c9e/specification/nginx/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/nginx/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/nginx/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 3.1.0-beta.2
12-
tag: package-2024-11-01-preview
11+
module-version: 3.1.0-beta.3
1312
```

0 commit comments

Comments
 (0)