Skip to content

Commit fe6ba16

Browse files
authored
[mgmt] migrate mgmt package to esm 9 (#32366)
#32184 @azure/arm-databox @azure/arm-databoxedge @azure/arm-databoxedge-profile-2020-09-01-hybrid @azure/arm-databricks @azure/arm-datacatalog
1 parent 36a3ba2 commit fe6ba16

File tree

379 files changed

+1589
-1497
lines changed

Some content is hidden

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

379 files changed

+1589
-1497
lines changed

common/config/rush/pnpm-lock.yaml

+120-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/databox/arm-databox/api-extractor.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3-
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
3+
"mainEntryPointFilePath": "dist/esm/index.d.ts",
44
"docModel": {
55
"enabled": true
66
},
@@ -11,7 +11,7 @@
1111
"dtsRollup": {
1212
"enabled": true,
1313
"untrimmedFilePath": "",
14-
"publicTrimmedFilePath": "./types/arm-databox.d.ts"
14+
"publicTrimmedFilePath": "dist/arm-databox.d.ts"
1515
},
1616
"messages": {
1717
"tsdocMessageReporting": {
@@ -28,4 +28,4 @@
2828
}
2929
}
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)