Skip to content

Commit 134b273

Browse files
authored
release storagecache package (Azure#22602)
* release storagecache package * release storagecache package Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <v-ziweichen@microsoft.com>
1 parent 24a5f57 commit 134b273

File tree

178 files changed

+2419
-3667
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+2419
-3667
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/storagecache/arm-storagecache/CHANGELOG.md

Lines changed: 46 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,51 @@
11
# Release History
2+
3+
## 5.2.0 (2022-07-15)
4+
5+
**Features**
26

3-
## 5.1.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added operation Caches.beginPausePrimingJob
8+
- Added operation Caches.beginPausePrimingJobAndWait
9+
- Added operation Caches.beginResumePrimingJob
10+
- Added operation Caches.beginResumePrimingJobAndWait
11+
- Added operation Caches.beginSpaceAllocation
12+
- Added operation Caches.beginSpaceAllocationAndWait
13+
- Added operation Caches.beginStartPrimingJob
14+
- Added operation Caches.beginStartPrimingJobAndWait
15+
- Added operation Caches.beginStopPrimingJob
16+
- Added operation Caches.beginStopPrimingJobAndWait
17+
- Added Interface CachesPausePrimingJobHeaders
18+
- Added Interface CachesPausePrimingJobOptionalParams
19+
- Added Interface CachesResumePrimingJobHeaders
20+
- Added Interface CachesResumePrimingJobOptionalParams
21+
- Added Interface CachesSpaceAllocationHeaders
22+
- Added Interface CachesSpaceAllocationOptionalParams
23+
- Added Interface CachesStartPrimingJobHeaders
24+
- Added Interface CachesStartPrimingJobOptionalParams
25+
- Added Interface CachesStopPrimingJobHeaders
26+
- Added Interface CachesStopPrimingJobOptionalParams
27+
- Added Interface CacheUpgradeSettings
28+
- Added Interface LogSpecification
29+
- Added Interface PrimingJob
30+
- Added Interface PrimingJobIdParameter
31+
- Added Interface StorageTarget
32+
- Added Interface StorageTargetSpaceAllocation
33+
- Added Type Alias CachesPausePrimingJobResponse
34+
- Added Type Alias CachesResumePrimingJobResponse
35+
- Added Type Alias CachesSpaceAllocationResponse
36+
- Added Type Alias CachesStartPrimingJobResponse
37+
- Added Type Alias CachesStopPrimingJobResponse
38+
- Added Type Alias PrimingJobState
39+
- Interface ApiOperationPropertiesServiceSpecification has a new optional parameter logSpecifications
40+
- Interface Cache_2 has a new optional parameter primingJobs
41+
- Interface Cache_2 has a new optional parameter spaceAllocation
42+
- Interface Cache_2 has a new optional parameter upgradeSettings
43+
- Added Enum KnownPrimingJobState
44+
- Enum KnownHealthStateType has a new value StartFailed
45+
- Enum KnownHealthStateType has a new value UpgradeFailed
46+
- Enum KnownHealthStateType has a new value WaitingForKey
47+
48+
1349
## 5.1.0 (2022-03-15)
1450

1551
**Features**
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "e432d9cc87bfed320d8feead4b448be9481c9181",
2+
"commit": "c03c258c7a01a7d57b3110cc20e2e76752b6f2d6",
33
"readme": "specification/storagecache/resource-manager/readme.md",
4-
"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:\\mydev\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\storagecache\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-beta.16 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.7.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.1.20220713.1 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.1.1",
7-
"use": "@autorest/typescript@6.0.0-beta.16"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.0",
7+
"use": "@autorest/typescript@6.0.0-rc.1.20220713.1"
88
}

sdk/storagecache/arm-storagecache/package.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for StorageCacheManagementClient.",
6-
"version": "5.1.1",
6+
"version": "5.2.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
1010
"dependencies": {
1111
"@azure/core-lro": "^2.2.0",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.0.0",
14+
"@azure/core-client": "^1.5.0",
1515
"@azure/core-auth": "^1.3.0",
16-
"@azure/core-rest-pipeline": "^1.1.0",
16+
"@azure/core-rest-pipeline": "^1.8.0",
1717
"tslib": "^2.2.0"
1818
},
1919
"keywords": [
@@ -36,13 +36,17 @@
3636
"mkdirp": "^1.0.4",
3737
"rollup": "^2.66.1",
3838
"rollup-plugin-sourcemaps": "^0.6.3",
39-
"typescript": "~4.2.0",
39+
"typescript": "~4.6.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
4242
"@azure/identity": "^2.0.1",
43-
"@azure-tools/test-recorder": "^1.0.0",
43+
"@azure-tools/test-recorder": "^2.0.0",
44+
"@azure-tools/test-credential": "^1.0.0",
4445
"mocha": "^7.1.1",
45-
"cross-env": "^7.0.2"
46+
"@types/chai": "^4.2.8",
47+
"chai": "^4.2.0",
48+
"cross-env": "^7.0.2",
49+
"@azure/dev-tool": "^1.0.0"
4650
},
4751
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagecache/arm-storagecache",
4852
"repository": {
@@ -93,9 +97,8 @@
9397
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
9498
"unit-test:browser": "echo skipped",
9599
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
96-
"integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts --reporter ../../../common/tools/mocha-multi-reporter.js",
97-
"integration-test:browser": "echo skipped",
98-
"docs": "echo skipped"
100+
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
101+
"integration-test:browser": "echo skipped"
99102
},
100103
"sideEffects": false,
101104
"//metadata": {
@@ -115,4 +118,4 @@
115118
"disableDocsMs": true,
116119
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-storagecache?view=azure-node-preview"
117120
}
118-
}
121+
}

sdk/storagecache/arm-storagecache/recordings/node/my_test/recording_sample_test.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

sdk/storagecache/arm-storagecache/recordings/node/my_test/recording_sample_test.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)