Skip to content

Commit d48efd8

Browse files
author
SDKAuto
committed
CodeGen from PR 19357 in Azure/azure-rest-api-specs
Merge 3cf9857aea480dc8186d148ee0e916664595d88b into 1dd7fa1577bab1b9ca6075ec0d0a19db6373bd11
1 parent 88a950b commit d48efd8

File tree

10 files changed

+536
-480
lines changed

10 files changed

+536
-480
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 47 additions & 28 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: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,48 @@
11
# Release History
2+
3+
## 18.0.0 (2022-08-05)
4+
5+
**Features**
26

3-
## 17.2.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added Interface AzureEntityResource
8+
- Added Interface BlobContainer
9+
- Added Interface BlobInventoryPolicy
10+
- Added Interface BlobServiceProperties
11+
- Added Interface DeletedAccount
12+
- Added Interface EncryptionScope
13+
- Added Interface FileServiceProperties
14+
- Added Interface FileShare
15+
- Added Interface FileShareItem
16+
- Added Interface ImmutabilityPolicy
17+
- Added Interface LeaseContainerRequestAutoGenerated
18+
- Added Interface ListContainerItem
19+
- Added Interface ListQueue
20+
- Added Interface LocalUser
21+
- Added Interface ManagementPolicy
22+
- Added Interface ObjectReplicationPolicy
23+
- Added Interface PrivateEndpointConnection
24+
- Added Interface PrivateLinkResource
25+
- Added Interface ProxyResource
26+
- Added Interface QueueServiceProperties
27+
- Added Interface StorageAccount
28+
- Added Interface StorageQueue
29+
- Added Interface Table
30+
- Added Interface TableServiceProperties
31+
- Added Interface TrackedResource
32+
- Added Type Alias AccountType
33+
- Added Type Alias AllowedMethods
34+
- Added Type Alias LeaseContainerRequest
35+
- Added Enum KnownAccountType
36+
- Added Enum KnownAllowedMethods
37+
- Added Enum KnownLeaseContainerRequest
38+
- Enum KnownDirectoryServiceOptions has a new value Aadkerb
39+
40+
**Breaking Changes**
41+
42+
- Removed Enum KnownActiveDirectoryPropertiesAccountType
43+
- Removed Enum KnownCorsRuleAllowedMethodsItem
44+
- Removed Enum KnownLeaseContainerRequestAction
45+
1346
## 17.2.1 (2022-06-15)
1447

1548
**Features**

sdk/storage/arm-storage/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "aa42d66d5b919ea80c8dde04ae19d30a9c974d7d",
2+
"commit": "dd28326f805d06b21105680b14741f918cbc74aa",
33
"readme": "specification/storage/resource-manager/readme.md",
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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\storage\\resource-manager\\readme.md --use=@autorest/[email protected] --generate-sample=true",
4+
"autorest_command": "",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
7-
"use": "@autorest/[email protected]beta.20"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.1",
7+
"use": "@autorest/[email protected]rc.1"
88
}

sdk/storage/arm-storage/package.json

Lines changed: 4 additions & 13 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.2.2",
6+
"version": "18.0.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -98,8 +98,7 @@
9898
"unit-test:browser": "echo skipped",
9999
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
100100
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
101-
"integration-test:browser": "echo skipped",
102-
"docs": "echo skipped"
101+
"integration-test:browser": "echo skipped"
103102
},
104103
"sideEffects": false,
105104
"//metadata": {
@@ -110,13 +109,5 @@
110109
}
111110
]
112111
},
113-
"autoPublish": true,
114-
"//sampleConfiguration": {
115-
"productName": "",
116-
"productSlugs": [
117-
"azure"
118-
],
119-
"disableDocsMs": true,
120-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-storage?view=azure-node-preview"
121-
}
122-
}
112+
"autoPublish": true
113+
}

0 commit comments

Comments
 (0)