Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/communication/armcommunication/2.1.0-be…
Browse files Browse the repository at this point in the history
…ta.1 generation from spec commit: 0d7b535d1273b18623ca0d63a6ebb0456dab95ba (#21591)
  • Loading branch information
Alancere authored Sep 20, 2023
1 parent b1dd65d commit 3cd1645
Show file tree
Hide file tree
Showing 21 changed files with 964 additions and 443 deletions.
10 changes: 10 additions & 0 deletions sdk/resourcemanager/communication/armcommunication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

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

- New enum type `ManagedServiceIdentityType` with values `ManagedServiceIdentityTypeNone`, `ManagedServiceIdentityTypeSystemAssigned`, `ManagedServiceIdentityTypeSystemAssignedUserAssigned`, `ManagedServiceIdentityTypeUserAssigned`
- New struct `ManagedServiceIdentity`
- New struct `UserAssignedIdentity`
- New field `Identity` in struct `ServiceResource`
- New field `Identity` in struct `ServiceResourceUpdate`


## 2.0.1 (2023-04-14)
### Bug Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/06042d4ffed6a1ea8319c39cd07ea21efe5d49f7/specification/communication/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/06042d4ffed6a1ea8319c39cd07ea21efe5d49f7/specification/communication/resource-manager/readme.go.md
- 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
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.1

module-version: 2.1.0-beta.1
tag: package-preview-2023-04
```

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

25 changes: 22 additions & 3 deletions sdk/resourcemanager/communication/armcommunication/constants.go

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

Loading

0 comments on commit 3cd1645

Please sign in to comment.