Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
65 changes: 42 additions & 23 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-16)

**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
10 changes: 5 additions & 5 deletions sdk/storage/arm-storage/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "aa42d66d5b919ea80c8dde04ae19d30a9c974d7d",
"commit": "3ccabd5f8eb0b3db0c18d21ade484e42ebd1f554",
"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/typescript@6.0.0-beta.20 --generate-sample=true",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --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/typescript@6.0.0-rc.1.20220727.1 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/typescript@6.0.0-beta.20"
}
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.1",
"use": "@autorest/typescript@6.0.0-rc.1.20220727.1"
}
9 changes: 4 additions & 5 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 @@ -36,7 +36,7 @@
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.2.0",
"typescript": "~4.6.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
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 @@ -119,4 +118,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-storage?view=azure-node-preview"
}
}
}

This file was deleted.

Loading