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 24494 in Azure/azure-rest-api-specs
Merge 2ddd41395efc77d87e689c934cddd247f5b94267 into c7d8f2eade1f9192dc07d7ce70c83e44dce6d922
- Loading branch information
SDKAuto
committed
Jun 23, 2023
1 parent
fe58190
commit bdbf53a
Showing
28 changed files
with
1,951 additions
and
299 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,15 +1,62 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.2 (2023-01-10) | ||
|
||
## 1.0.0-beta.2 (2023-06-23) | ||
**Features** | ||
|
||
- Exposes `getContinuationToken` helper function to extract continuation token | ||
|
||
**Bugs Fixed** | ||
- Added operation group PrivateEndpoinConnections | ||
- Added operation group PrivateEndpointConnections | ||
- Added operation group PrivateLinkResources | ||
- Added Interface ElasticSanCreateParameter | ||
- Added Interface ElasticSansDeleteHeaders | ||
- Added Interface ElasticSansUpdateHeaders | ||
- Added Interface ErrorDetail | ||
- Added Interface PrivateEndpoinConnectionsDeleteHeaders | ||
- Added Interface PrivateEndpoinConnectionsDeleteOptionalParams | ||
- Added Interface PrivateEndpoint | ||
- Added Interface PrivateEndpointConnection | ||
- Added Interface PrivateEndpointConnectionList | ||
- Added Interface PrivateEndpointConnectionsCreateOptionalParams | ||
- Added Interface PrivateEndpointConnectionsGetOptionalParams | ||
- Added Interface PrivateEndpointConnectionsListOptionalParams | ||
- Added Interface PrivateLinkResource | ||
- Added Interface PrivateLinkResourceListResult | ||
- Added Interface PrivateLinkResourcesListByElasticSanOptionalParams | ||
- Added Interface PrivateLinkServiceConnectionState | ||
- Added Interface ResourceAutoGenerated | ||
- Added Interface VolumeCreateParameter | ||
- Added Interface VolumeGroupsDeleteHeaders | ||
- Added Interface VolumeGroupsUpdateHeaders | ||
- Added Interface VolumesDeleteHeaders | ||
- Added Interface VolumesUpdateHeaders | ||
- Added Type Alias PrivateEndpointConnectionsCreateResponse | ||
- Added Type Alias PrivateEndpointConnectionsGetResponse | ||
- Added Type Alias PrivateEndpointConnectionsListResponse | ||
- Added Type Alias PrivateEndpointServiceConnectionStatus | ||
- Added Type Alias PrivateLinkResourcesListByElasticSanResponse | ||
- Added Type Alias PublicNetworkAccess | ||
- Interface ElasticSan has a new optional parameter privateEndpointConnections | ||
- Interface ElasticSan has a new optional parameter publicNetworkAccess | ||
- Interface ElasticSanUpdate has a new optional parameter publicNetworkAccess | ||
- Interface ErrorResponse has a new optional parameter error | ||
- Interface VolumeGroup has a new optional parameter privateEndpointConnections | ||
- Added Enum KnownPrivateEndpointServiceConnectionStatus | ||
- Added Enum KnownPublicNetworkAccess | ||
- Added function getContinuationToken | ||
|
||
- A series of small bug fixs relevant to authentication and apiVersion policy | ||
**Breaking Changes** | ||
|
||
- Operation ElasticSans.beginCreate has a new signature | ||
- Operation ElasticSans.beginCreateAndWait has a new signature | ||
- Operation Volumes.beginCreate has a new signature | ||
- Operation Volumes.beginCreateAndWait has a new signature | ||
- 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 | ||
|
||
|
||
## 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 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": "3fe139353762e9f8f55f7610299970fd43de1338", | ||
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/elasticsan/resource-manager/readme.md --use=@autorest/typescript@^6.0.4", | ||
"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.1", | ||
"use": "@autorest/typescript@^6.0.4" | ||
} |
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.