Skip to content

[Release] sdk/resourcemanager/chaos/armchaos/2.0.0 #24602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions sdk/resourcemanager/chaos/armchaos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Release History

## 2.0.0 (2025-05-23)
Copy link
Preview

Copilot AI May 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that the changelog clearly documents all breaking changes—including the removal of ResourceIdentityType and associated structures, as well as the renaming of several parameters—for the benefit of API consumers.

Copilot uses AI. Check for mistakes.

### Breaking Changes

- Type of `ContinuousAction.Type` has been changed from `*string` to `*ExperimentActionType`
- Type of `DelayAction.Type` has been changed from `*string` to `*ExperimentActionType`
- Type of `DiscreteAction.Type` has been changed from `*string` to `*ExperimentActionType`
- Type of `Experiment.Identity` has been changed from `*ResourceIdentity` to `*ManagedServiceIdentity`
- Type of `ExperimentAction.Type` has been changed from `*string` to `*ExperimentActionType`
- Type of `ExperimentUpdate.Identity` has been changed from `*ResourceIdentity` to `*ManagedServiceIdentity`
- Enum `ResourceIdentityType` has been removed
- Struct `OperationStatus` has been removed
- Struct `ResourceIdentity` has been removed
- Field `Location` of struct `CapabilityType` has been removed
- Field `OperationStatus` of struct `OperationStatusesClientGetResponse` has been removed
- Field `AdditionalProperties` of struct `TargetListSelector` has been removed
- Field `AdditionalProperties` of struct `TargetQuerySelector` has been removed
- Field `AdditionalProperties` of struct `TargetSelector` has been removed
- Field `Location` of struct `TargetType` has been removed

### Features Added

- New enum type `ExperimentActionType` with values `ExperimentActionTypeContinuous`, `ExperimentActionTypeDelay`, `ExperimentActionTypeDiscrete`
- New enum type `ManagedServiceIdentityType` with values `ManagedServiceIdentityTypeNone`, `ManagedServiceIdentityTypeSystemAssigned`, `ManagedServiceIdentityTypeSystemAssignedUserAssigned`, `ManagedServiceIdentityTypeUserAssigned`
- New struct `ManagedServiceIdentity`
- New struct `OperationStatusResult`
- New struct `ProxyResource`
- New field `RequiredAzureRoleDefinitionIDs` in struct `CapabilityTypeProperties`
- New field `SystemData` in struct `ExperimentExecution`
- New anonymous field `OperationStatusResult` in struct `OperationStatusesClientGetResponse`
- New field `SystemData` in struct `Resource`
- New field `SystemData` in struct `TrackedResource`


## 1.1.0 (2024-03-22)
### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/chaos/armchaos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
Install the Azure Chaos module:

```sh
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/chaos/armchaos
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/chaos/armchaos/v2
```

## Authorization
Expand Down
8 changes: 4 additions & 4 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/e4009d2f8d3bf0271757e522c7d1c1997e193d44/specification/chaos/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/e4009d2f8d3bf0271757e522c7d1c1997e193d44/specification/chaos/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/cb79e798e4d8f10c9cc2c9fe8a99e306a445d714/specification/chaos/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/cb79e798e4d8f10c9cc2c9fe8a99e306a445d714/specification/chaos/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.1.0
tag: package-2024-01
module-version: 2.0.0
tag: package-2025-01
```
71 changes: 34 additions & 37 deletions sdk/resourcemanager/chaos/armchaos/capabilities_client.go

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

Loading
Loading