Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/servicenetworking/armservicenetworking/…
Browse files Browse the repository at this point in the history
…1.1.0 generation from spec commit: 5759c77eee2d57bdb9e47aa1805d0ffb61704f2d
  • Loading branch information
jliusan committed Jan 22, 2025
1 parent d16300b commit bc8e908
Show file tree
Hide file tree
Showing 29 changed files with 1,027 additions and 1,010 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release History

## 1.1.0 (2025-01-22)
### Features Added

- New enum type `PolicyType` with values `PolicyTypeWAF`
- New function `*ClientFactory.NewSecurityPoliciesInterfaceClient() *SecurityPoliciesInterfaceClient`
- New function `NewSecurityPoliciesInterfaceClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SecurityPoliciesInterfaceClient, error)`
- New function `*SecurityPoliciesInterfaceClient.BeginCreateOrUpdate(context.Context, string, string, string, SecurityPolicy, *SecurityPoliciesInterfaceClientBeginCreateOrUpdateOptions) (*runtime.Poller[SecurityPoliciesInterfaceClientCreateOrUpdateResponse], error)`
- New function `*SecurityPoliciesInterfaceClient.BeginDelete(context.Context, string, string, string, *SecurityPoliciesInterfaceClientBeginDeleteOptions) (*runtime.Poller[SecurityPoliciesInterfaceClientDeleteResponse], error)`
- New function `*SecurityPoliciesInterfaceClient.Get(context.Context, string, string, string, *SecurityPoliciesInterfaceClientGetOptions) (SecurityPoliciesInterfaceClientGetResponse, error)`
- New function `*SecurityPoliciesInterfaceClient.NewListByTrafficControllerPager(string, string, *SecurityPoliciesInterfaceClientListByTrafficControllerOptions) *runtime.Pager[SecurityPoliciesInterfaceClientListByTrafficControllerResponse]`
- New function `*SecurityPoliciesInterfaceClient.Update(context.Context, string, string, string, SecurityPolicyUpdate, *SecurityPoliciesInterfaceClientUpdateOptions) (SecurityPoliciesInterfaceClientUpdateResponse, error)`
- New struct `SecurityPolicy`
- New struct `SecurityPolicyConfigurations`
- New struct `SecurityPolicyListResult`
- New struct `SecurityPolicyProperties`
- New struct `SecurityPolicyUpdate`
- New struct `SecurityPolicyUpdateProperties`
- New struct `TrafficControllerUpdateProperties`
- New struct `WafPolicy`
- New struct `WafSecurityPolicy`
- New field `SecurityPolicies`, `SecurityPolicyConfigurations` in struct `TrafficControllerProperties`
- New field `Properties` in struct `TrafficControllerUpdate`


## 1.1.0-beta.2 (2024-09-26)
### Bugs Fixed

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bc8e908

Please sign in to comment.