Skip to content

Commit 93bf82b

Browse files
authored
refresh 7 (Azure#24351)
* refresh 7 * update files * update files * update files
1 parent 0bb3879 commit 93bf82b

File tree

562 files changed

+5885
-4508
lines changed

Some content is hidden

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

562 files changed

+5885
-4508
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/dashboard/arm-dashboard/CHANGELOG.md

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

3-
## 1.0.1 (Unreleased)
3+
## 1.0.1 (2023-01-03)
44

5-
### Features Added
5+
**Features**
66

7-
### Breaking Changes
7+
- Exposes `getContinuationToken` helper function to extract continuation token
88

9-
### Bugs Fixed
9+
**Bugs Fixed**
1010

11-
### Other Changes
11+
- A series of small bug fixs relevant to authentication and apiVersion policy
1212

1313
## 1.0.0 (2022-08-15)
1414

sdk/dashboard/arm-dashboard/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Microsoft
3+
Copyright (c) 2023 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "05bce5fc8e93c97fc3a70072e7510acc41255f6c",
2+
"commit": "c1eacd86904b1720511b3f4e683f54d8999c125a",
33
"readme": "specification/dashboard/resource-manager/readme.md",
4-
"autorest_command": "",
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\\dashboard\\resource-manager\\readme.md --use=@autorest/[email protected] --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.4.1",
7-
"use": "@autorest/[email protected].1.20220727.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
7+
"use": "@autorest/[email protected].5.20221215.1"
88
}

sdk/dashboard/arm-dashboard/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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.5.0",
14+
"@azure/core-client": "^1.6.1",
1515
"@azure/core-auth": "^1.3.0",
1616
"@azure/core-rest-pipeline": "^1.8.0",
1717
"tslib": "^2.2.0"
@@ -36,19 +36,20 @@
3636
"mkdirp": "^1.0.4",
3737
"rollup": "^2.66.1",
3838
"rollup-plugin-sourcemaps": "^0.6.3",
39-
"typescript": "~4.6.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",
4344
"@azure-tools/test-recorder": "^2.0.0",
4445
"@azure-tools/test-credential": "^1.0.0",
4546
"mocha": "^7.1.1",
4647
"@types/chai": "^4.2.8",
4748
"chai": "^4.2.0",
4849
"cross-env": "^7.0.2",
50+
"@types/node": "^14.0.0",
4951
"@azure/dev-tool": "^1.0.0"
5052
},
51-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dashboard/arm-dashboard",
5253
"repository": {
5354
"type": "git",
5455
"url": "https://github.com/Azure/azure-sdk-for-js.git"
@@ -110,6 +111,7 @@
110111
]
111112
},
112113
"autoPublish": true,
114+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/dashboard/arm-dashboard",
113115
"//sampleConfiguration": {
114116
"productName": "",
115117
"productSlugs": [
@@ -118,4 +120,4 @@
118120
"disableDocsMs": true,
119121
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-dashboard?view=azure-node-preview"
120122
}
121-
}
123+
}

sdk/dashboard/arm-dashboard/review/arm-dashboard.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ export interface ErrorResponse {
7676
error?: ErrorDetail;
7777
}
7878

79+
// @public
80+
export function getContinuationToken(page: unknown): string | undefined;
81+
7982
// @public
8083
export interface Grafana {
8184
beginCreate(resourceGroupName: string, workspaceName: string, requestBodyParameters: ManagedGrafana, options?: GrafanaCreateOptionalParams): Promise<PollerLike<PollOperationState<GrafanaCreateResponse>, GrafanaCreateResponse>>;

0 commit comments

Comments
 (0)