Skip to content

Commit

Permalink
[mgmt] migrate mgmt package to esm 11 (#32547)
Browse files Browse the repository at this point in the history
#32184
@azure/arm-defendereasm
@azure/arm-deploymentmanager
@azure/arm-desktopvirtualization
@azure/arm-devcenter
@azure/arm-devhub
  • Loading branch information
kazrael2119 authored Jan 16, 2025
1 parent f18bfe4 commit 49d87e7
Show file tree
Hide file tree
Showing 614 changed files with 2,212 additions and 2,569 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/defendereasm/arm-defendereasm/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-defendereasm.d.ts"
"publicTrimmedFilePath": "dist/arm-defendereasm.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand All @@ -28,4 +28,4 @@
}
}
}
}
}
Loading

0 comments on commit 49d87e7

Please sign in to comment.