Skip to content

Commit fa1d433

Browse files
author
SDKAuto
committed
CodeGen from PR 17423 in Azure/azure-rest-api-specs
Merge bde72ba01bd5a8ada9295ec45de8add447dc681d into 382669bbba897d2ab5f01e3ad0b726dbe27981cf
1 parent 8b0a9ef commit fa1d433

23 files changed

+1262
-157
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 22 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storage/arm-storage/CHANGELOG.md

Lines changed: 42 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,46 @@
11
# Release History
2-
3-
## 17.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
2+
3+
## 17.1.0 (2022-01-24)
4+
5+
**Features**
6+
7+
- Added operation group LocalUsersOperations
8+
- Added Interface LocalUserKeys
9+
- Added Interface LocalUserRegeneratePasswordResult
10+
- Added Interface LocalUsers
11+
- Added Interface LocalUsersCreateOrUpdateOptionalParams
12+
- Added Interface LocalUsersDeleteOptionalParams
13+
- Added Interface LocalUsersGetOptionalParams
14+
- Added Interface LocalUsersListKeysOptionalParams
15+
- Added Interface LocalUsersListOptionalParams
16+
- Added Interface LocalUsersRegeneratePasswordOptionalParams
17+
- Added Interface PermissionScope
18+
- Added Interface SshPublicKey
19+
- Added Type Alias ActiveDirectoryPropertiesAccountType
20+
- Added Type Alias AllowedCopyScope
21+
- Added Type Alias LocalUser
22+
- Added Type Alias LocalUsersCreateOrUpdateResponse
23+
- Added Type Alias LocalUsersGetResponse
24+
- Added Type Alias LocalUsersListKeysResponse
25+
- Added Type Alias LocalUsersListResponse
26+
- Added Type Alias LocalUsersRegeneratePasswordResponse
27+
- Interface ActiveDirectoryProperties has a new optional parameter accountType
28+
- Interface ActiveDirectoryProperties has a new optional parameter samAccountName
29+
- Interface EncryptionIdentity has a new optional parameter encryptionFederatedIdentityClientId
30+
- Interface StorageAccountCreateParameters has a new optional parameter allowedCopyScope
31+
- Interface StorageAccountCreateParameters has a new optional parameter isLocalUserEnabled
32+
- Interface StorageAccountCreateParameters has a new optional parameter isSftpEnabled
33+
- Interface StorageAccountUpdateParameters has a new optional parameter allowedCopyScope
34+
- Interface StorageAccountUpdateParameters has a new optional parameter isLocalUserEnabled
35+
- Interface StorageAccountUpdateParameters has a new optional parameter isSftpEnabled
36+
- Class StorageManagementClient has a new parameter localUsersOperations
37+
- Type Alias StorageAccount has a new parameter isSftpEnabled
38+
- Type Alias StorageAccount has a new parameter isLocalUserEnabled
39+
- Type Alias StorageAccount has a new parameter allowedCopyScope
40+
- Added Enum KnownActiveDirectoryPropertiesAccountType
41+
- Added Enum KnownAllowedCopyScope
42+
43+
1344
## 17.0.0 (2021-12-06)
1445

1546
The package of @azure/arm-storage is using our next generation design principles since version 17.0.0, which contains breaking changes.

sdk/storage/arm-storage/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 Microsoft
3+
Copyright (c) 2022 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/storage/arm-storage/_meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"commit": "3b2f85d320fac5b282bc80240f9e5c2c57753bad",
2+
"commit": "cf445751fc1caad1a539e134d831f2ab1a6b657b",
33
"readme": "specification/storage/resource-manager/readme.md",
4-
"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/[email protected].20211130.1",
4+
"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/[email protected].20220105.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"use": "@autorest/[email protected].20211130.1"
6+
"use": "@autorest/[email protected].20220105.1"
77
}
Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
33
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
4-
"docModel": { "enabled": true },
5-
"apiReport": { "enabled": true, "reportFolder": "./review" },
4+
"docModel": {
5+
"enabled": true
6+
},
7+
"apiReport": {
8+
"enabled": true,
9+
"reportFolder": "./review"
10+
},
611
"dtsRollup": {
712
"enabled": true,
813
"untrimmedFilePath": "",
914
"publicTrimmedFilePath": "./types/arm-storage.d.ts"
1015
},
1116
"messages": {
12-
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
17+
"tsdocMessageReporting": {
18+
"default": {
19+
"logLevel": "none"
20+
}
21+
},
1322
"extractorMessageReporting": {
14-
"ae-missing-release-tag": { "logLevel": "none" },
15-
"ae-unresolved-link": { "logLevel": "none" }
23+
"ae-missing-release-tag": {
24+
"logLevel": "none"
25+
},
26+
"ae-unresolved-link": {
27+
"logLevel": "none"
28+
}
1629
}
1730
}
18-
}
31+
}

sdk/storage/arm-storage/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for StorageManagementClient.",
6-
"version": "17.0.1",
6+
"version": "17.1.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -42,9 +42,7 @@
4242
"@azure/identity": "^2.0.1",
4343
"@azure-tools/test-recorder": "^1.0.0",
4444
"mocha": "^7.1.1",
45-
"cross-env": "^7.0.2",
46-
"chai": "^4.2.0",
47-
"@types/chai": "^4.1.6"
45+
"cross-env": "^7.0.2"
4846
},
4947
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage",
5048
"repository": {
@@ -101,4 +99,4 @@
10199
},
102100
"sideEffects": false,
103101
"autoPublish": true
104-
}
102+
}

0 commit comments

Comments
 (0)