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
72 changes: 36 additions & 36 deletions common/config/rush/pnpm-lock.yaml

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

22 changes: 9 additions & 13 deletions sdk/storagecache/arm-storagecache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# Release History

## 7.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 7.0.0-beta.1 (2023-03-06)

## 7.0.0 (2023-04-17)

**Features**

Expand All @@ -21,6 +11,8 @@
- Added Interface AmlFilesystemArchiveStatus
- Added Interface AmlFilesystemCheckSubnetError
- Added Interface AmlFilesystemCheckSubnetErrorFilesystemSubnet
- Added Interface AmlFilesystemClientInfo
- Added Interface AmlFilesystemContainerStorageInterface
- Added Interface AmlFilesystemEncryptionSettings
- Added Interface AmlFilesystemHealth
- Added Interface AmlFilesystemHsmSettings
Expand Down Expand Up @@ -66,7 +58,6 @@
- Added Type Alias FilesystemSubnetStatusType
- Added Type Alias GetRequiredAmlFSSubnetsSizeResponse
- Added Type Alias MaintenanceDayOfWeekType
- Interface Cache_2 has a new optional parameter scalingFactor
- Added Enum KnownAmlFilesystemHealthStateType
- Added Enum KnownAmlFilesystemProvisioningStateType
- Added Enum KnownArchiveStatusType
Expand All @@ -75,6 +66,11 @@

**Breaking Changes**

- Type of parameter userAssignedIdentities of interface CacheIdentity is changed from {
[propertyName: string]: UserAssignedIdentitiesValue;
} to {
[propertyName: string]: UserAssignedIdentitiesValueAutoGenerated;
}
- Enum KnownProvisioningStateType no longer has value Cancelled


Expand Down
4 changes: 2 additions & 2 deletions sdk/storagecache/arm-storagecache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure StorageCacheManagement client.

A Storage Cache provides scalable caching service for NAS clients, serving data from either NFSv3 or Blob at-rest storage (referred to as "Storage Targets"). These operations allow you to manage Caches.
Azure Managed Lustre provides a fully managed Lustre® file system, integrated with Blob storage, for use on demand. These operations create and manage Azure Managed Lustre file systems.

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagecache/arm-storagecache) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-storagecache) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-storagecache?view=azure-node-preview) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-storagecache) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
Expand Down
8 changes: 4 additions & 4 deletions sdk/storagecache/arm-storagecache/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "66174681c09b101de03fd35399080cfbccc93e8f",
"commit": "b00e1c03a68f32e9085b588718f8e1f840facade",
"readme": "specification/storagecache/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --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\\storagecache\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.9 --generate-sample=true",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/storagecache/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.10",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/typescript@6.0.0-rc.9"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
"use": "@autorest/typescript@6.0.0-rc.10"
}
14 changes: 3 additions & 11 deletions sdk/storagecache/arm-storagecache/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 StorageCacheManagementClient.",
"version": "7.0.0-beta.2",
"version": "7.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -111,13 +111,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagecache/arm-storagecache",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-storagecache?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagecache/arm-storagecache"
}
Loading