Skip to content

Commit 350424f

Browse files
authored
recording refresh 22 (Azure#24286)
* recording refresh 22 * update files * update files * update files * update files * update files
1 parent 59b1492 commit 350424f

File tree

503 files changed

+21809
-1195
lines changed

Some content is hidden

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

503 files changed

+21809
-1195
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Release History
22

3+
## 2.1.0 (2022-12-20)
4+
5+
**Features**
6+
7+
- Added Interface Alert
8+
- Added Interface BandwidthSchedule
9+
- Added Interface Container
10+
- Added Interface DataBoxEdgeDevice
11+
- Added Interface DataBoxEdgeDeviceExtendedInfo
12+
- Added Interface FileEventTrigger
13+
- Added Interface IoTRole
14+
- Added Interface NetworkSettings
15+
- Added Interface Node_2
16+
- Added Interface Order
17+
- Added Interface PeriodicTimerEventTrigger
18+
- Added Interface Role
19+
- Added Interface SecuritySettings
20+
- Added Interface Share
21+
- Added Interface StorageAccount
22+
- Added Interface StorageAccountCredential
23+
- Added Interface Trigger
24+
- Added Interface UpdateSummary
25+
- Added Interface User
26+
- Added function getContinuationToken
27+
- Interface DevicesListByResourceGroupNextOptionalParams no longer has parameter expand
28+
- Interface DevicesListBySubscriptionNextOptionalParams no longer has parameter expand
29+
- Interface TriggersListByDataBoxEdgeDeviceNextOptionalParams no longer has parameter filter
30+
- Interface UsersListByDataBoxEdgeDeviceNextOptionalParams no longer has parameter filter
31+
32+
333
## 2.0.0 (2022-03-11)
434

535
The package of @azure/arm-databoxedge-profile-2020-09-01-hybrid is using our next generation design principles since version 2.0.0, which contains breaking changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"commit": "1067b78669466324a1a2666adf053433c61e7f77",
33
"readme": "specification/databoxedge/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\\databoxedge\\resource-manager\\readme.md --use=@autorest/[email protected]beta.16 --tag=profile-hybrid-2020-09-01 --profile-content=profile-hybrid-2020-09-01",
4+
"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=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\databoxedge\\resource-manager\\readme.md --use=@autorest/[email protected]rc.5.20221215.1 --generate-sample=true --profile-content=profile-hybrid-2020-09-01",
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/[email protected]beta.16"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
7+
"use": "@autorest/[email protected]rc.5.20221215.1"
88
}

sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/package.json

Lines changed: 24 additions & 11 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 DataBoxEdgeManagementClient.",
6-
"version": "2.0.0",
6+
"version": "2.1.0",
77
"engines": {
88
"node": ">=14.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.6.1",
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,15 +36,20 @@
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.8.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
42+
"dotenv": "^8.2.0",
4243
"@azure/identity": "^2.0.1",
43-
"@azure-tools/test-recorder": "^1.0.0",
44+
"@azure-tools/test-recorder": "^2.0.0",
45+
"@azure-tools/test-credential": "^1.0.0",
4446
"mocha": "^7.1.1",
45-
"cross-env": "^7.0.2"
47+
"@types/chai": "^4.2.8",
48+
"chai": "^4.2.0",
49+
"cross-env": "^7.0.2",
50+
"@types/node": "^14.0.0",
51+
"@azure/dev-tool": "^1.0.0"
4652
},
47-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid",
4853
"repository": {
4954
"type": "git",
5055
"url": "https://github.com/Azure/azure-sdk-for-js.git"
@@ -93,9 +98,8 @@
9398
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
9499
"unit-test:browser": "echo skipped",
95100
"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"
101+
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
102+
"integration-test:browser": "echo skipped"
99103
},
100104
"sideEffects": false,
101105
"//metadata": {
@@ -106,5 +110,14 @@
106110
}
107111
]
108112
},
109-
"autoPublish": true
113+
"autoPublish": true,
114+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid",
115+
"//sampleConfiguration": {
116+
"productName": "",
117+
"productSlugs": [
118+
"azure"
119+
],
120+
"disableDocsMs": true,
121+
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-databoxedge-profile-2020-09-01-hybrid?view=azure-node-preview"
122+
}
110123
}

sdk/databoxedge/arm-databoxedge-profile-2020-09-01-hybrid/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)