|
1 | 1 | # Release History
|
2 | 2 |
|
| 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 | + |
3 | 40 | ## 3.1.0-beta.2 (2025-02-27)
|
4 | 41 | ### Breaking Changes
|
5 | 42 |
|
|
0 commit comments