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 @azure/arm-storage] change the name of a new enumeration in storage's latest api-version #1413

Closed
wants to merge 1 commit into from
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
2,269 changes: 1,069 additions & 1,200 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-10)

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