Skip to content

Commit

Permalink
CodeGen from PR 20157 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 65f6a822c1a70cef05ad788ac657d4a191276340 into 1b3b9c1dd4d2c875997ea0b392dc71418fb1f28d
  • Loading branch information
SDKAuto committed Aug 9, 2022
1 parent fb2e374 commit 63d8fe6
Show file tree
Hide file tree
Showing 10 changed files with 658 additions and 606 deletions.
365 changes: 192 additions & 173 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

49 changes: 39 additions & 10 deletions sdk/storage/arm-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,44 @@
# Release History

## 18.0.0 (2022-08-09)

**Features**

## 17.2.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added Interface AzureEntityResource
- Added Interface BlobContainer
- Added Interface BlobInventoryPolicy
- Added Interface BlobServiceProperties
- Added Interface DeletedAccount
- Added Interface EncryptionScope
- Added Interface FileServiceProperties
- Added Interface FileShare
- Added Interface FileShareItem
- Added Interface ImmutabilityPolicy
- Added Interface ListContainerItem
- Added Interface ListQueue
- Added Interface LocalUser
- Added Interface ManagementPolicy
- Added Interface ObjectReplicationPolicy
- Added Interface PrivateEndpointConnection
- Added Interface PrivateLinkResource
- Added Interface ProxyResource
- Added Interface QueueServiceProperties
- Added Interface StorageAccount
- Added Interface StorageQueue
- Added Interface Table
- Added Interface TableServiceProperties
- Added Interface TrackedResource
- Added Type Alias AccountType
- Added Type Alias AllowedMethods
- Added Enum KnownAccountType
- Added Enum KnownAllowedMethods
- Enum KnownDirectoryServiceOptions has a new value Aadkerb

**Breaking Changes**

- Removed Enum KnownActiveDirectoryPropertiesAccountType
- Removed Enum KnownCorsRuleAllowedMethodsItem

## 17.2.1 (2022-06-15)

**Features**
Expand Down
8 changes: 4 additions & 4 deletions sdk/storage/arm-storage/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "aa42d66d5b919ea80c8dde04ae19d30a9c974d7d",
"commit": "fc95ecd39c7ed7681878489c34e5961a733736c1",
"readme": "specification/storage/resource-manager/readme.md",
"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",
"autorest_command": "",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/[email protected]beta.20"
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.1",
"use": "@autorest/[email protected]rc.1"
}
17 changes: 4 additions & 13 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.2.2",
"version": "18.0.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -98,8 +98,7 @@
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped",
"docs": "echo skipped"
"integration-test:browser": "echo skipped"
},
"sideEffects": false,
"//metadata": {
Expand All @@ -110,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-storage?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading

0 comments on commit 63d8fe6

Please sign in to comment.