Skip to content

Commit

Permalink
CodeGen from PR 26638 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge f9dca7781bdde443bce5eb3473c0412633050ffd into ed84b11847785792767b0b84cc6f98f4ea08ca77
  • Loading branch information
SDKAuto committed Nov 9, 2023
1 parent 69fe59f commit 959a699
Show file tree
Hide file tree
Showing 33 changed files with 4,040 additions and 1,644 deletions.
32 changes: 32 additions & 0 deletions sdk/resourcemanager/communication/armcommunication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Release History

## 2.1.0-beta.2 (2023-11-09)
### Breaking Changes

- Function `timeRFC3339.MarshalText` has been removed
- Function `*timeRFC3339.Parse` has been removed
- Function `*timeRFC3339.UnmarshalText` has been removed

### Features Added

- New function `*ClientFactory.NewSuppressionListAddressesClient() *SuppressionListAddressesClient`
- New function `*ClientFactory.NewSuppressionListsClient() *SuppressionListsClient`
- New function `NewSuppressionListAddressesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SuppressionListAddressesClient, error)`
- New function `*SuppressionListAddressesClient.CreateOrUpdate(context.Context, string, string, string, string, string, SuppressionListAddressResource, *SuppressionListAddressesClientCreateOrUpdateOptions) (SuppressionListAddressesClientCreateOrUpdateResponse, error)`
- New function `*SuppressionListAddressesClient.Delete(context.Context, string, string, string, string, string, *SuppressionListAddressesClientDeleteOptions) (SuppressionListAddressesClientDeleteResponse, error)`
- New function `*SuppressionListAddressesClient.Get(context.Context, string, string, string, string, string, *SuppressionListAddressesClientGetOptions) (SuppressionListAddressesClientGetResponse, error)`
- New function `*SuppressionListAddressesClient.NewListPager(string, string, string, string, *SuppressionListAddressesClientListOptions) *runtime.Pager[SuppressionListAddressesClientListResponse]`
- New function `NewSuppressionListsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SuppressionListsClient, error)`
- New function `*SuppressionListsClient.CreateOrUpdate(context.Context, string, string, string, string, SuppressionListResource, *SuppressionListsClientCreateOrUpdateOptions) (SuppressionListsClientCreateOrUpdateResponse, error)`
- New function `*SuppressionListsClient.Delete(context.Context, string, string, string, string, *SuppressionListsClientDeleteOptions) (SuppressionListsClientDeleteResponse, error)`
- New function `*SuppressionListsClient.Get(context.Context, string, string, string, string, *SuppressionListsClientGetOptions) (SuppressionListsClientGetResponse, error)`
- New function `*SuppressionListsClient.NewListByDomainPager(string, string, string, *SuppressionListsClientListByDomainOptions) *runtime.Pager[SuppressionListsClientListByDomainResponse]`
- New function `dateTimeRFC3339.MarshalText() ([]byte, error)`
- New function `*dateTimeRFC3339.Parse(string) error`
- New function `*dateTimeRFC3339.UnmarshalText([]byte) error`
- New struct `SuppressionListAddressProperties`
- New struct `SuppressionListAddressResource`
- New struct `SuppressionListAddressResourceCollection`
- New struct `SuppressionListProperties`
- New struct `SuppressionListResource`
- New struct `SuppressionListResourceCollection`


## 2.1.0-beta.1 (2023-10-27)
### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/0d7b535d1273b18623ca0d63a6ebb0456dab95ba/specification/communication/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/0d7b535d1273b18623ca0d63a6ebb0456dab95ba/specification/communication/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/communication/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/communication/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.1.0-beta.1
tag: package-preview-2023-04
module-version: 2.1.0-beta.2
```

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 959a699

Please sign in to comment.