-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0f0795
commit 79f3271
Showing
184 changed files
with
4,258 additions
and
1,620 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,58 +1,7 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.4 (Unreleased) | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
|
||
## 1.0.0-beta.3 (2023-05-15) | ||
|
||
### Features Added | ||
|
||
- Added operation group ElasticVersions | ||
- Added Interface ElasticVersionListFormat | ||
- Added Interface ElasticVersionListProperties | ||
- Added Interface ElasticVersionsListNextOptionalParams | ||
- Added Interface ElasticVersionsListOptionalParams | ||
- Added Interface ElasticVersionsListResponse | ||
- Added Interface UserApiKeyResponseProperties | ||
- Added Type Alias ElasticVersionsListNextResponse | ||
- Added Type Alias ElasticVersionsListOperationResponse | ||
- Interface MonitorProperties has a new optional parameter generateApiKey | ||
- Interface UserApiKeyResponse has a new optional parameter properties | ||
## 1.0.0 (2024-10-17) | ||
|
||
### Breaking Changes | ||
|
||
- Operation Organizations.getApiKey has a new signature | ||
- Interface ElasticMonitorResource no longer has parameter generateApiKey | ||
- Interface UserApiKeyResponse no longer has parameter apiKey | ||
|
||
|
||
## 1.0.0-beta.2 (2023-04-03) | ||
|
||
### Features Added | ||
|
||
- Added operation group Organizations | ||
- Added Interface MarketplaceSaaSInfo | ||
- Added Interface MarketplaceSaaSInfoMarketplaceSubscription | ||
- Added Interface OrganizationsGetApiKeyOptionalParams | ||
- Added Interface UserApiKeyResponse | ||
- Added Interface UserEmailId | ||
- Added Type Alias OrganizationsGetApiKeyResponse | ||
- Interface DeploymentInfoResponse has a new optional parameter deploymentUrl | ||
- Interface DeploymentInfoResponse has a new optional parameter marketplaceSaasInfo | ||
- Interface ElasticMonitorResource has a new optional parameter generateApiKey | ||
|
||
### Breaking Changes | ||
|
||
- Removed Enum KnownApiVersionParameter | ||
|
||
|
||
## 1.0.0-beta.1 (2022-11-08) | ||
|
||
The package of @azure/arm-elastic 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-elastic is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/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
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": "9a20afc353d601769460d42fd13475eecbe61e7d", | ||
"commit": "7d0134ad6d42786b1ff2d49a3cfb331b336c3099", | ||
"readme": "specification/elastic/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\\elastic\\resource-manager\\readme.md --use=@autorest/typescript@6.0.1 --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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\elastic\\resource-manager\\readme.md --use=@autorest/typescript@6.0.27 --generate-sample=true", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2", | ||
"use": "@autorest/typescript@6.0.1" | ||
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.13", | ||
"use": "@autorest/typescript@6.0.27" | ||
} |
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
Oops, something went wrong.