Skip to content

Commit

Permalink
[mgmt] migrate mgmt package to esm 3 (#32358)
Browse files Browse the repository at this point in the history
#32184
@azure/arm-azurestack
@azure/arm-azurestackhci
@azure/arm-baremetalinfrastructure
@azure/arm-batch
@azure/arm-billing
  • Loading branch information
kazrael2119 authored Jan 3, 2025
1 parent c203577 commit e569cc3
Show file tree
Hide file tree
Showing 831 changed files with 2,142 additions and 2,960 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/azurestack/arm-azurestack/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-azurestack.d.ts"
"publicTrimmedFilePath": "dist/arm-azurestack.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand All @@ -28,4 +28,4 @@
}
}
}
}
}
Loading

0 comments on commit e569cc3

Please sign in to comment.