Skip to content

Commit

Permalink
[mgmt] migrate mgmt package to esm 7 (#32363)
Browse files Browse the repository at this point in the history
#32184
@azure/arm-consumption
@azure/arm-containerinstance
@azure/arm-containerregistry
@azure/arm-containerservice
@azure/arm-containerservicefleet
  • Loading branch information
kazrael2119 authored Jan 13, 2025
1 parent d19791c commit 14d8203
Show file tree
Hide file tree
Showing 774 changed files with 2,150 additions and 2,786 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/consumption/arm-consumption/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-consumption.d.ts"
"publicTrimmedFilePath": "dist/arm-consumption.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand All @@ -28,4 +28,4 @@
}
}
}
}
}
Loading

0 comments on commit 14d8203

Please sign in to comment.