Skip to content
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
75 changes: 47 additions & 28 deletions common/config/rush/pnpm-lock.yaml

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

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

## 18.0.0 (2022-08-05)

**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 LeaseContainerRequestAutoGenerated
- 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 Type Alias LeaseContainerRequest
- Added Enum KnownAccountType
- Added Enum KnownAllowedMethods
- Added Enum KnownLeaseContainerRequest
- Enum KnownDirectoryServiceOptions has a new value Aadkerb

**Breaking Changes**

- Removed Enum KnownActiveDirectoryPropertiesAccountType
- Removed Enum KnownCorsRuleAllowedMethodsItem
- Removed Enum KnownLeaseContainerRequestAction

## 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": "dd28326f805d06b21105680b14741f918cbc74aa",
"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