Skip to content

Commit 388d39c

Browse files
author
SDKAuto
committed
CodeGen from PR 18591 in Azure/azure-rest-api-specs
Merge 3c536bea49eff5a777c07d842a2074e2bbc45c89 into ba65174ad2569e80fdb5838a1dddc26b8c0d6f3d
1 parent ac6ea11 commit 388d39c

File tree

8 files changed

+106
-78
lines changed

8 files changed

+106
-78
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/managedapplications/arm-managedapplications/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) 2021 Microsoft
3+
Copyright (c) 2022 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"commit": "a42f1b58607091c4f255ead152a8ef323fa0b280",
2+
"commit": "0dbb53145321646096c154092d3f187e98fdf033",
33
"readme": "specification/resources/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.1.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/resources/resource-manager/readme.md --use=@autorest/[email protected].20211130.1",
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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/resources/resource-manager/readme.md --use=@autorest/[email protected].20220105.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"use": "@autorest/[email protected]"
6+
"release_tool": "@azure-tools/[email protected]",
7+
"use": "@autorest/[email protected]"
78
}
Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
33
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
4-
"docModel": { "enabled": true },
5-
"apiReport": { "enabled": true, "reportFolder": "./review" },
4+
"docModel": {
5+
"enabled": true
6+
},
7+
"apiReport": {
8+
"enabled": true,
9+
"reportFolder": "./review"
10+
},
611
"dtsRollup": {
712
"enabled": true,
813
"untrimmedFilePath": "",
914
"publicTrimmedFilePath": "./types/arm-managedapplications.d.ts"
1015
},
1116
"messages": {
12-
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
17+
"tsdocMessageReporting": {
18+
"default": {
19+
"logLevel": "none"
20+
}
21+
},
1322
"extractorMessageReporting": {
14-
"ae-missing-release-tag": { "logLevel": "none" },
15-
"ae-unresolved-link": { "logLevel": "none" }
23+
"ae-missing-release-tag": {
24+
"logLevel": "none"
25+
},
26+
"ae-unresolved-link": {
27+
"logLevel": "none"
28+
}
1629
}
1730
}
18-
}
31+
}

sdk/managedapplications/arm-managedapplications/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for ApplicationClient.",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -29,12 +29,12 @@
2929
"types": "./types/arm-managedapplications.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.18.11",
32-
"@rollup/plugin-commonjs": "^21.0.1",
32+
"@rollup/plugin-commonjs": "11.0.2",
3333
"@rollup/plugin-json": "^4.0.0",
3434
"@rollup/plugin-multi-entry": "^3.0.0",
3535
"@rollup/plugin-node-resolve": "^8.0.0",
3636
"mkdirp": "^1.0.4",
37-
"rollup": "^2.0.0",
37+
"rollup": "^1.16.3",
3838
"rollup-plugin-sourcemaps": "^0.4.2",
3939
"typescript": "~4.2.0",
4040
"uglify-js": "^3.4.9",
@@ -99,4 +99,4 @@
9999
},
100100
"sideEffects": false,
101101
"autoPublish": true
102-
}
102+
}

sdk/managedapplications/arm-managedapplications/src/applicationClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class ApplicationClient extends coreClient.ServiceClient {
5555
credential: credentials
5656
};
5757

58-
const packageDetails = `azsdk-js-arm-managedapplications/2.0.0`;
58+
const packageDetails = `azsdk-js-arm-managedapplications/2.0.2`;
5959
const userAgentPrefix =
6060
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6161
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

sdk/managedapplications/arm-managedapplications/tsconfig.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,24 @@
99
"esModuleInterop": true,
1010
"allowSyntheticDefaultImports": true,
1111
"forceConsistentCasingInFileNames": true,
12-
"lib": ["es6", "dom"],
12+
"lib": [
13+
"es6",
14+
"dom"
15+
],
1316
"declaration": true,
1417
"outDir": "./dist-esm",
1518
"importHelpers": true
1619
},
17-
"include": ["./src/**/*.ts", "./test/**/*.ts"],
18-
"exclude": ["node_modules"]
19-
}
20+
"include": [
21+
"./src/**/*.ts",
22+
"./test/**/*.ts",
23+
"./test/**/*.ts",
24+
"./test/**/*.ts",
25+
"./test/**/*.ts",
26+
"./test/**/*.ts",
27+
"./test/**/*.ts"
28+
],
29+
"exclude": [
30+
"node_modules"
31+
]
32+
}

0 commit comments

Comments
 (0)