Skip to content

Commit 792fa7c

Browse files
authored
Merge pull request Azure#3874 from twitchax/preview_mapping
Mapping file fix and update.
2 parents bc518f2 + c76a5b8 commit 792fa7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@
181181
<Target Name="Build" DependsOnTargets="RestoreNugetPackages;BuildMsBuildTask">
182182
<Message Importance="high" Text="Building Cmdlets..." />
183183

184-
<Exec ContinueOnError="false" Command="$(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command &quot; . $(LibraryToolsFolder)\CreateMappings.ps1 -RootPath $(LibrarySourceFolder) -OutputFile $(PackageDirectory)\groupMapping.json -WarningFile $(PackageDirectory)\groupMappingWarnings.json -RulesFile $(LibraryToolsFolder)\CreateMappings_rules.json &quot;"/>
184+
<MakeDir Directories="$(PackageDirectory)\$(Configuration)"/>
185+
<Exec ContinueOnError="false" Command="$(PowerShellCommand) -NonInteractive -NoLogo -NoProfile -Command &quot; . $(LibraryToolsFolder)\CreateMappings.ps1 -RootPath $(LibrarySourceFolder) -OutputFile $(PackageDirectory)\$(Configuration)\groupMapping.json -WarningFile $(PackageDirectory)\$(Configuration)\groupMappingWarnings.json -RulesFile $(LibraryToolsFolder)\CreateMappings_rules.json &quot;"/>
185186

186187
<MSBuild
187188
Projects="@(CmdletSolutionsToBuild)"

tools/CreateMappings_rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
{ "regex": "Billing", "alias": "Billing" },
8989

90-
{ "regex": "Insights", "alias": "Insights" },
90+
{ "regex": "Insights", "alias": "Monitoring" },
9191

9292
{ "regex": "Dtl", "group": "DevTest Labs", "alias": "DevTest Labs" },
9393
{ "regex": "DevTestLabs", "group": "DevTest Labs", "alias": "DevTest Labs" },

0 commit comments

Comments
 (0)