Skip to content

Commit 1e77aa2

Browse files
author
SDKAuto
committed
CodeGen from PR 20157 in Azure/azure-rest-api-specs
Merge fe54ce16d37ef4da02eecdc027ac33ac988d050e into 429ced7c550f9f14a43ff3bb7f6a465927abd33c
1 parent 5738222 commit 1e77aa2

File tree

10 files changed

+1535
-1633
lines changed

10 files changed

+1535
-1633
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 1069 additions & 1200 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: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,44 @@
11
# Release History
2+
3+
## 18.0.0 (2022-08-10)
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 ListContainerItem
18+
- Added Interface ListQueue
19+
- Added Interface LocalUser
20+
- Added Interface ManagementPolicy
21+
- Added Interface ObjectReplicationPolicy
22+
- Added Interface PrivateEndpointConnection
23+
- Added Interface PrivateLinkResource
24+
- Added Interface ProxyResource
25+
- Added Interface QueueServiceProperties
26+
- Added Interface StorageAccount
27+
- Added Interface StorageQueue
28+
- Added Interface Table
29+
- Added Interface TableServiceProperties
30+
- Added Interface TrackedResource
31+
- Added Type Alias AccountType
32+
- Added Type Alias AllowedMethods
33+
- Added Enum KnownAccountType
34+
- Added Enum KnownAllowedMethods
35+
- Enum KnownDirectoryServiceOptions has a new value Aadkerb
36+
37+
**Breaking Changes**
38+
39+
- Removed Enum KnownActiveDirectoryPropertiesAccountType
40+
- Removed Enum KnownCorsRuleAllowedMethodsItem
41+
1342
## 17.2.1 (2022-06-15)
1443

1544
**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": "1bf54ec30eafd9ef96b7cbc649fe056f1458d40a",
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)