Skip to content

Commit

Permalink
[mgmt] migrate mgmt package to esm 4 (#32359)
Browse files Browse the repository at this point in the history
#32184
@azure/arm-billingbenefits
@azure/arm-botservice
@azure/arm-cdn
@azure/arm-changeanalysis
@azure/arm-changes
  • Loading branch information
kazrael2119 authored Jan 3, 2025
1 parent e0fbdb8 commit c203577
Show file tree
Hide file tree
Showing 447 changed files with 1,599 additions and 1,676 deletions.
180 changes: 120 additions & 60 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sdk/billingbenefits/arm-billingbenefits/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"mainEntryPointFilePath": "dist/esm/index.d.ts",
"docModel": {
"enabled": true
},
Expand All @@ -11,7 +11,7 @@
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-billingbenefits.d.ts"
"publicTrimmedFilePath": "dist/arm-billingbenefits.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand All @@ -28,4 +28,4 @@
}
}
}
}
}
Loading

0 comments on commit c203577

Please sign in to comment.