Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/cdn/armcdn/2.2.0 (#22693)
Browse files Browse the repository at this point in the history
* [Release] sdk/resourcemanager/cdn/armcdn/2.2.0 generation from spec commit: 92de53a5f1e0e03c94b40475d2135d97148ed014

* update assets

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <[email protected]>
  • Loading branch information
azure-sdk and Alancere authored Apr 15, 2024
1 parent 7878011 commit a45cf26
Show file tree
Hide file tree
Showing 57 changed files with 815 additions and 509 deletions.
13 changes: 13 additions & 0 deletions sdk/resourcemanager/cdn/armcdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release History

## 2.2.0 (2024-04-26)
### Features Added

- New enum type `ProfileScrubbingState` with values `ProfileScrubbingStateDisabled`, `ProfileScrubbingStateEnabled`
- New enum type `ScrubbingRuleEntryMatchOperator` with values `ScrubbingRuleEntryMatchOperatorEqualsAny`
- New enum type `ScrubbingRuleEntryMatchVariable` with values `ScrubbingRuleEntryMatchVariableQueryStringArgNames`, `ScrubbingRuleEntryMatchVariableRequestIPAddress`, `ScrubbingRuleEntryMatchVariableRequestURI`
- New enum type `ScrubbingRuleEntryState` with values `ScrubbingRuleEntryStateDisabled`, `ScrubbingRuleEntryStateEnabled`
- New struct `ProfileLogScrubbing`
- New struct `ProfileScrubbingRules`
- New field `LogScrubbing` in struct `ProfileProperties`
- New field `LogScrubbing` in struct `ProfilePropertiesUpdateParameters`


## 2.1.0 (2023-11-24)
### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/cdn/armcdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clientFactory, err := armcdn.NewClientFactory(<subscription ID>, cred, &options)
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

```go
client := clientFactory.NewManagementClient()
client := clientFactory.NewAFDCustomDomainsClient()
```

## Fakes
Expand Down
32 changes: 16 additions & 16 deletions sdk/resourcemanager/cdn/armcdn/afdcustomdomains_client.go

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

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

Loading

0 comments on commit a45cf26

Please sign in to comment.