Skip to content

Commit

Permalink
CodeGen from PR 23171 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 37ec657b0a0f20c8403690a4254a73f907a4f640 into 72664c83300dfaf6782e22822a5aae0b0df92735
  • Loading branch information
SDKAuto committed Mar 18, 2023
1 parent 8e1aef2 commit c9349a2
Show file tree
Hide file tree
Showing 22 changed files with 2,454 additions and 1,422 deletions.
24 changes: 24 additions & 0 deletions sdk/resourcemanager/chaos/armchaos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release History

## 0.6.0 (2023-03-18)
### Breaking Changes

- Operation `*ExperimentsClient.BeginCancel` has been changed to non-LRO, use `*ExperimentsClient.Cancel` instead.
- Operation `*ExperimentsClient.BeginCreateOrUpdate` has been changed to non-LRO, use `*ExperimentsClient.CreateOrUpdate` instead.

### Features Added

- New value `ResourceIdentityTypeUserAssigned` added to type alias `ResourceIdentityType`
- New type alias `FilterType` with values `FilterTypeSimple`
- New function `*ExperimentsClient.Update(context.Context, string, string, ExperimentUpdate, *ExperimentsClientUpdateOptions) (ExperimentsClientUpdateResponse, error)`
- New function `*Filter.GetFilter() *Filter`
- New function `*SimpleFilter.GetFilter() *Filter`
- New struct `CapabilityTypePropertiesRuntimeProperties`
- New struct `ComponentsEwb5TmSchemasUserassignedidentitiesAdditionalproperties`
- New struct `ExperimentUpdate`
- New struct `SimpleFilter`
- New struct `SimpleFilterParameters`
- New field `Kind` in struct `CapabilityTypeProperties`
- New field `RuntimeProperties` in struct `CapabilityTypeProperties`
- New field `UserAssignedIdentities` in struct `ResourceIdentity`
- New field `Filter` in struct `Selector`


## 0.5.0 (2022-05-17)

The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/chaos/armchaos` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 0.5.0, which contains breaking changes.
Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/chaos/armchaos/autorest.md
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/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/chaos/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/chaos/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/chaos/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/chaos/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 0.5.0
module-version: 0.6.0

```

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.

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

Loading

0 comments on commit c9349a2

Please sign in to comment.