Skip to content
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

[AutoPR track2_@azure/arm-storage] [Storage] move CloudError to common.json to resolve the duplicate schema issue #7203

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 22 additions & 4 deletions common/config/rush/pnpm-lock.yaml

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

53 changes: 42 additions & 11 deletions sdk/storage/arm-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,46 @@
# Release History

## 17.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 17.1.0 (2022-01-21)

**Features**

- Added operation group LocalUsersOperations
- Added Interface LocalUserKeys
- Added Interface LocalUserRegeneratePasswordResult
- Added Interface LocalUsers
- Added Interface LocalUsersCreateOrUpdateOptionalParams
- Added Interface LocalUsersDeleteOptionalParams
- Added Interface LocalUsersGetOptionalParams
- Added Interface LocalUsersListKeysOptionalParams
- Added Interface LocalUsersListOptionalParams
- Added Interface LocalUsersRegeneratePasswordOptionalParams
- Added Interface PermissionScope
- Added Interface SshPublicKey
- Added Type Alias ActiveDirectoryPropertiesAccountType
- Added Type Alias AllowedCopyScope
- Added Type Alias LocalUser
- Added Type Alias LocalUsersCreateOrUpdateResponse
- Added Type Alias LocalUsersGetResponse
- Added Type Alias LocalUsersListKeysResponse
- Added Type Alias LocalUsersListResponse
- Added Type Alias LocalUsersRegeneratePasswordResponse
- Interface ActiveDirectoryProperties has a new optional parameter accountType
- Interface ActiveDirectoryProperties has a new optional parameter samAccountName
- Interface EncryptionIdentity has a new optional parameter encryptionFederatedIdentityClientId
- Interface StorageAccountCreateParameters has a new optional parameter allowedCopyScope
- Interface StorageAccountCreateParameters has a new optional parameter isLocalUserEnabled
- Interface StorageAccountCreateParameters has a new optional parameter isSftpEnabled
- Interface StorageAccountUpdateParameters has a new optional parameter allowedCopyScope
- Interface StorageAccountUpdateParameters has a new optional parameter isLocalUserEnabled
- Interface StorageAccountUpdateParameters has a new optional parameter isSftpEnabled
- Class StorageManagementClient has a new parameter localUsersOperations
- Type Alias StorageAccount has a new parameter isSftpEnabled
- Type Alias StorageAccount has a new parameter isLocalUserEnabled
- Type Alias StorageAccount has a new parameter allowedCopyScope
- Added Enum KnownActiveDirectoryPropertiesAccountType
- Added Enum KnownAllowedCopyScope


## 17.0.0 (2021-12-06)

The package of @azure/arm-storage is using our next generation design principles since version 17.0.0, which contains breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/arm-storage/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 Microsoft
Copyright (c) 2022 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/arm-storage/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commit": "3b2f85d320fac5b282bc80240f9e5c2c57753bad",
"commit": "4b84e85e3c7a8fa5d18ced1571985584a3f7f602",
"readme": "specification/storage/resource-manager/readme.md",
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/storage/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20211130.1",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/storage/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/typescript@6.0.0-alpha.16.20211130.1"
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
25 changes: 19 additions & 6 deletions sdk/storage/arm-storage/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": { "enabled": true },
"apiReport": { "enabled": true, "reportFolder": "./review" },
"docModel": {
"enabled": true
},
"apiReport": {
"enabled": true,
"reportFolder": "./review"
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-storage.d.ts"
},
"messages": {
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
}
},
"extractorMessageReporting": {
"ae-missing-release-tag": { "logLevel": "none" },
"ae-unresolved-link": { "logLevel": "none" }
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-unresolved-link": {
"logLevel": "none"
}
}
}
}
}
8 changes: 3 additions & 5 deletions sdk/storage/arm-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for StorageManagementClient.",
"version": "17.0.1",
"version": "17.1.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -42,9 +42,7 @@
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^1.0.0",
"mocha": "^7.1.1",
"cross-env": "^7.0.2",
"chai": "^4.2.0",
"@types/chai": "^4.1.6"
"cross-env": "^7.0.2"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage",
"repository": {
Expand Down Expand Up @@ -101,4 +99,4 @@
},
"sideEffects": false,
"autoPublish": true
}
}
Loading