forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 26332 in Azure/azure-rest-api-specs
Merge 06840658e75f86d57e36a171b355c01b8763a73a into 7a7969dec75224a3f2db68f774f1625af67ca38b
- Loading branch information
SDKAuto
committed
Oct 20, 2023
1 parent
9860125
commit d12c622
Showing
20 changed files
with
1,321 additions
and
713 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,5 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.5 (Unreleased) | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
|
||
## 1.0.0-beta.4 (2023-08-04) | ||
|
||
**Features** | ||
|
||
- Added operation Experiments.update | ||
- Added Interface ExperimentsUpdateOptionalParams | ||
- Added Interface ExperimentUpdate | ||
- Added Interface ListSelector | ||
- Added Interface QuerySelector | ||
- Added Interface UserAssignedIdentity | ||
- Added Type Alias ExperimentsUpdateResponse | ||
- Added Type Alias SelectorUnion | ||
- Added Type Alias TargetReferenceType | ||
- Interface CapabilityType has a new optional parameter azureRbacActions | ||
- Interface CapabilityType has a new optional parameter azureRbacDataActions | ||
- Interface ResourceIdentity has a new optional parameter userAssignedIdentities | ||
- Added Enum KnownSelectorType | ||
- Added Enum KnownTargetReferenceType | ||
- Class ChaosManagementClient has a new signature | ||
|
||
**Breaking Changes** | ||
|
||
- Interface Selector no longer has parameter targets | ||
- Type of parameter selectors of interface Experiment is changed from Selector[] to SelectorUnion[] | ||
- Type of parameter type of interface Selector is changed from SelectorType to "List" | "Query" | ||
- Type of parameter type of interface TargetReference is changed from "ChaosTarget" to TargetReferenceType | ||
|
||
|
||
## 1.0.0-beta.3 (2023-01-12) | ||
|
||
**Features** | ||
|
||
- Interface CapabilitiesListNextOptionalParams no longer has parameter continuationToken | ||
- Interface CapabilityTypesListNextOptionalParams no longer has parameter continuationToken | ||
- Interface ExperimentsListAllNextOptionalParams no longer has parameter continuationToken | ||
- Interface ExperimentsListAllNextOptionalParams no longer has parameter running | ||
- Interface ExperimentsListNextOptionalParams no longer has parameter continuationToken | ||
- Interface ExperimentsListNextOptionalParams no longer has parameter running | ||
- Interface TargetsListNextOptionalParams no longer has parameter continuationToken | ||
- Interface TargetTypesListNextOptionalParams no longer has parameter continuationToken | ||
|
||
|
||
## 1.0.0-beta.2 (2022-10-19) | ||
|
||
**Features** | ||
|
||
- Added Interface Filter | ||
- Added Interface SimpleFilter | ||
- Added Interface SimpleFilterParameters | ||
- Added Type Alias FilterType | ||
- Added Type Alias FilterUnion | ||
- Interface Selector has a new optional parameter filter | ||
- Added Enum KnownFilterType | ||
|
||
|
||
## 1.0.0-beta.1 (2022-09-13) | ||
## 1.0.0 (2023-10-20) | ||
|
||
The package of @azure/arm-chaos is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ). | ||
The package of @azure/arm-chaos is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"commit": "8a56aa33078dad6012aa59653cbfa643fa985f15", | ||
"commit": "e53b1473530ff466cf639d51191d98904f19d6df", | ||
"readme": "specification/chaos/resource-manager/readme.md", | ||
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\chaos\\resource-manager\\readme.md --use=@autorest/typescript@6.0.5 --generate-sample=true", | ||
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/chaos/resource-manager/readme.md --use=@autorest/typescript@^6.0.11", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0", | ||
"use": "@autorest/typescript@6.0.5" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.2", | ||
"use": "@autorest/typescript@^6.0.11" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.