Skip to content

Commit e423712

Browse files
author
SDKAuto
committed
CodeGen from PR 24157 in Azure/azure-rest-api-specs
Merge 5514c8ef0e7479d7f8eb878e74bde73f1dfb5ad9 into 89ba26d93f3b8522d96fc4544b208d50b0fe88a8
1 parent 02e3fc0 commit e423712

File tree

13 files changed

+112
-75
lines changed

13 files changed

+112
-75
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/links/arm-links/CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
2+
3+
## 3.0.0 (2023-05-25)
4+
5+
**Breaking Changes**
26

3-
## 2.0.2 (2022-11-22)
4-
5-
**Features**
6-
7-
-  Exposes `getContinuationToken` helper function to extract continuation token
8-
9-
**Bugs Fixed**
10-
 
11-
- A series of small bug fixs relevant to authentication and apiVersion policy
12-
7+
- Interface ResourceLinksListAtSubscriptionNextOptionalParams no longer has parameter filter
8+
139
## 2.0.1 (2022-04-18)
1410

1511
**features**

sdk/links/arm-links/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

sdk/links/arm-links/_meta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "a42f1b58607091c4f255ead152a8ef323fa0b280",
3-
"readme": "specification\\resources\\resource-manager\\readme.md",
4-
"autorest_command": "autorest --version=3.8.4 --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\\resources\\resource-manager\\readme.md --use=@autorest/[email protected].3.20221108.1 --generate-sample=true",
2+
"commit": "b4171bb334464a5798c4d7d35c87d8878b3f6f38",
3+
"readme": "specification/resources/resource-manager/readme.md",
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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/resources/resource-manager/readme.md --use=@autorest/[email protected].10",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
7-
"use": "@autorest/[email protected].3.20221108.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
7+
"use": "@autorest/[email protected].10"
88
}

sdk/links/arm-links/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ManagementLinkClient.",
6-
"version": "2.0.2",
6+
"version": "3.0.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
1010
"dependencies": {
1111
"@azure/core-paging": "^1.2.0",
12-
"@azure/core-client": "^1.6.1",
12+
"@azure/core-client": "^1.7.0",
1313
"@azure/core-auth": "^1.3.0",
1414
"@azure/core-rest-pipeline": "^1.8.0",
1515
"tslib": "^2.2.0"
@@ -31,24 +31,23 @@
3131
"@rollup/plugin-json": "^6.0.0",
3232
"@rollup/plugin-multi-entry": "^6.0.0",
3333
"@rollup/plugin-node-resolve": "^13.1.3",
34-
"mkdirp": "^1.0.4",
34+
"mkdirp": "^2.1.2",
3535
"rollup": "^2.66.1",
3636
"rollup-plugin-sourcemaps": "^0.6.3",
37-
"typescript": "~5.0.0",
37+
"typescript": "~4.8.0",
3838
"uglify-js": "^3.4.9",
3939
"rimraf": "^3.0.0",
40+
"dotenv": "^16.0.0",
4041
"@azure/identity": "^2.0.1",
4142
"@azure-tools/test-recorder": "^3.0.0",
4243
"@azure-tools/test-credential": "^1.0.0",
4344
"mocha": "^7.1.1",
4445
"@types/chai": "^4.2.8",
4546
"chai": "^4.2.0",
4647
"cross-env": "^7.0.2",
47-
"@azure/arm-resources": "^5.0.0",
4848
"@types/node": "^14.0.0",
4949
"@azure/dev-tool": "^1.0.0"
5050
},
51-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/links/arm-links",
5251
"repository": {
5352
"type": "git",
5453
"url": "https://github.com/Azure/azure-sdk-for-js.git"
@@ -109,5 +108,6 @@
109108
}
110109
]
111110
},
112-
"autoPublish": true
113-
}
111+
"autoPublish": true,
112+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/links/arm-links"
113+
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ export type ResourceLinksListAtSourceScopeResponse = ResourceLinkResult;
141141

142142
// @public
143143
export interface ResourceLinksListAtSubscriptionNextOptionalParams extends coreClient.OperationOptions {
144-
filter?: string;
145144
}
146145

147146
// @public

sdk/links/arm-links/src/managementLinkClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class ManagementLinkClient extends coreClient.ServiceClient {
5050
credential: credentials
5151
};
5252

53-
const packageDetails = `azsdk-js-arm-links/2.0.2`;
53+
const packageDetails = `azsdk-js-arm-links/3.0.0`;
5454
const userAgentPrefix =
5555
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
5656
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

sdk/links/arm-links/src/models/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,7 @@ export type ResourceLinksListAtSourceScopeResponse = ResourceLinkResult;
138138

139139
/** Optional parameters. */
140140
export interface ResourceLinksListAtSubscriptionNextOptionalParams
141-
extends coreClient.OperationOptions {
142-
/** The filter to apply on the list resource links operation. The supported filter for list resource links is targetId. For example, $filter=targetId eq {value} */
143-
filter?: string;
144-
}
141+
extends coreClient.OperationOptions {}
145142

146143
/** Contains response data for the listAtSubscriptionNext operation. */
147144
export type ResourceLinksListAtSubscriptionNextResponse = ResourceLinkResult;

sdk/links/arm-links/src/operations/operations.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ const listNextOperationSpec: coreClient.OperationSpec = {
137137
bodyMapper: Mappers.OperationListResult
138138
}
139139
},
140-
queryParameters: [Parameters.apiVersion],
141140
urlParameters: [Parameters.$host, Parameters.nextLink],
142141
headerParameters: [Parameters.accept],
143142
serializer

0 commit comments

Comments
 (0)