Skip to content

Commit

Permalink
CodeGen from PR 24494 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 2ddd41395efc77d87e689c934cddd247f5b94267 into c7d8f2eade1f9192dc07d7ce70c83e44dce6d922
  • Loading branch information
SDKAuto committed Jun 23, 2023
1 parent fe58190 commit bdbf53a
Show file tree
Hide file tree
Showing 28 changed files with 1,951 additions and 299 deletions.
10 changes: 5 additions & 5 deletions common/config/rush/pnpm-lock.yaml

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

61 changes: 54 additions & 7 deletions sdk/elasticsans/arm-elasticsan/CHANGELOG.md
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).
8 changes: 4 additions & 4 deletions sdk/elasticsans/arm-elasticsan/_meta.json
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"
}
18 changes: 5 additions & 13 deletions sdk/elasticsans/arm-elasticsan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/core-lro": "^2.5.3",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.6.1",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
Expand All @@ -33,7 +33,7 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"mkdirp": "^2.1.2",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~5.0.0",
Expand Down Expand Up @@ -111,13 +111,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/elasticsans/arm-elasticsan",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-elasticsan?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/elasticsans/arm-elasticsan"
}
Loading

0 comments on commit bdbf53a

Please sign in to comment.