-
Notifications
You must be signed in to change notification settings - Fork 1.4k
elasticsan release #26464
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
Merged
Merged
elasticsan release #26464
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 hidden or 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,15 +1,69 @@ | ||
| # Release History | ||
|
|
||
| ## 1.0.0-beta.2 (2023-01-10) | ||
|
|
||
| ## 1.0.0-beta.2 (2023-07-12) | ||
| **Features** | ||
|
|
||
| - Exposes `getContinuationToken` helper function to extract continuation token | ||
|
|
||
| **Bugs Fixed** | ||
|
|
||
| - A series of small bug fixs relevant to authentication and apiVersion policy | ||
| - Added operation group PrivateEndpointConnections | ||
| - Added operation group PrivateLinkResources | ||
| - Added Interface ElasticSansDeleteHeaders | ||
| - Added Interface ElasticSansUpdateHeaders | ||
| - Added Interface ErrorDetail | ||
| - Added Interface Operation | ||
| - Added Interface OperationDisplay | ||
| - Added Interface OperationListResult | ||
| - Added Interface PrivateEndpoint | ||
| - Added Interface PrivateEndpointConnection | ||
| - Added Interface PrivateEndpointConnectionListResult | ||
| - Added Interface PrivateEndpointConnectionsCreateOptionalParams | ||
| - Added Interface PrivateEndpointConnectionsDeleteHeaders | ||
| - Added Interface PrivateEndpointConnectionsDeleteOptionalParams | ||
| - Added Interface PrivateEndpointConnectionsGetOptionalParams | ||
| - Added Interface PrivateEndpointConnectionsListOptionalParams | ||
| - Added Interface PrivateLinkResource | ||
| - Added Interface PrivateLinkResourceListResult | ||
| - Added Interface PrivateLinkResourcesListByElasticSanOptionalParams | ||
| - Added Interface PrivateLinkServiceConnectionState | ||
| - Added Interface ProxyResource | ||
| - Added Interface VolumeGroupsDeleteHeaders | ||
| - Added Interface VolumeGroupsUpdateHeaders | ||
| - Added Interface VolumesDeleteHeaders | ||
| - Added Interface VolumesUpdateHeaders | ||
| - Added Type Alias ActionType | ||
| - Added Type Alias Origin | ||
| - Added Type Alias PrivateEndpointConnectionsCreateResponse | ||
| - Added Type Alias PrivateEndpointConnectionsGetResponse | ||
| - Added Type Alias PrivateEndpointConnectionsListResponse | ||
| - Added Type Alias PrivateEndpointServiceConnectionStatus | ||
| - Added Type Alias PrivateLinkResourcesListByElasticSanResponse | ||
| - Interface ElasticSan has a new optional parameter privateEndpointConnections | ||
| - Interface ErrorResponse has a new optional parameter error | ||
| - Interface Resource has a new optional parameter systemData | ||
| - Interface SkuInformationList has a new optional parameter nextLink | ||
| - Interface TrackedResource has a new optional parameter tags | ||
| - Interface VolumeGroup has a new optional parameter privateEndpointConnections | ||
| - Added Enum KnownActionType | ||
| - Added Enum KnownOrigin | ||
| - Added Enum KnownPrivateEndpointServiceConnectionStatus | ||
| - Added function getContinuationToken | ||
| - Interface ElasticSan no longer has parameter systemData | ||
| - Interface ErrorResponse no longer has parameter additionalInfo | ||
| - Interface ErrorResponse no longer has parameter code | ||
| - Interface ErrorResponse no longer has parameter details | ||
| - Interface ErrorResponse no longer has parameter message | ||
| - Interface ErrorResponse no longer has parameter target | ||
| - Interface Resource no longer has parameter tags | ||
| - Interface Volume no longer has parameter systemData | ||
| - Interface VolumeGroup no longer has parameter systemData | ||
| - Interface VolumeGroupUpdate no longer has parameter tags | ||
| - Interface VolumeUpdate no longer has parameter tags | ||
|
|
||
| **Breaking Changes** | ||
|
|
||
| - Parameter location of interface TrackedResource is now required | ||
| - Parameter sizeGiB of interface Volume is now required | ||
|
|
||
|
|
||
| ## 1.0.0-beta.1 (2022-10-21) | ||
|
|
||
| The package of @azure/arm-elasticsan 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 hidden or 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": "38e580acd81dbb904d048a23d805dd58b8699d93", | ||
| "commit": "eabc87b2e8e5ab5d5365cb2db064d7fd25a65f1a", | ||
| "readme": "specification/elasticsan/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=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\elasticsan\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.6.20221226.1 --generate-sample=true", | ||
| "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\\elasticsan\\resource-manager\\readme.md --use=@autorest/typescript@6.0.5 --generate-sample=true", | ||
| "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", | ||
| "release_tool": "@azure-tools/js-sdk-release-tools@2.5.4", | ||
| "use": "@autorest/typescript@6.0.0-rc.6.20221226.1" | ||
| "release_tool": "@azure-tools/js-sdk-release-tools@2.7.0", | ||
| "use": "@autorest/typescript@6.0.5" | ||
| } |
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.