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
elasticsan preview refresh microsoft.elasticsan 2022-12-01-preview (Azure#24494)

* Adds base for updating Microsoft.ElasticSan from version preview/2021-11-20-preview to version 2022-12-01-preview

* Updates readme

* Updates API version in new specs and examples

* Added PE related changes

* Added Private Link resource API

* Nit change to correct the path for privateLinkResource API

* Updated Lint errors

* prettier check

* resolved comments & added publicNetworkAccess

* removed publicNetworkAccess & NIT changes

* Updated the list operations

* resolved lintDiff

* proper value for examples and removed value from PECollections

* resolved comments

* spell check resolved

* removing volumeCreateParameter
  • Loading branch information
SDKAuto committed Jul 11, 2023
1 parent 7803376 commit a1dd142
Show file tree
Hide file tree
Showing 27 changed files with 2,021 additions and 480 deletions.
14 changes: 7 additions & 7 deletions common/config/rush/pnpm-lock.yaml

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

68 changes: 61 additions & 7 deletions sdk/elasticsans/arm-elasticsan/CHANGELOG.md
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-11)
**Features**

-  Exposes `getContinuationToken` helper function to extract continuation token

**Bugs Fixed**
- 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

- A series of small bug fixs relevant to authentication and apiVersion policy
**Breaking Changes**

- 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
- 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).
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": "3794130ff888bf159dc93dd8d673415863df0cd6",
"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 a1dd142

Please sign in to comment.