We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec77580 commit a92606bCopy full SHA for a92606b
tools/Gen2Master/MoveFromGeneration2Master.ps1
@@ -269,7 +269,7 @@ Function Move-Generation2MasterHybrid {
269
if (-not (Test-Path (Join-Path -Path (Join-Path -Path $DestPath -ChildPath $ModuleName) -ChildPath "Az.$ModuleName.psd1"))) {
270
$Psd1FolderPostfix = '.Management'
271
}
272
- Copy-Item -Path ("$SourcePath\{0}\docs\*" -f $submoduleDir.Name) -Destination "$DestPath\$ModuleName$Psd1FolderPostfix\help" -Filter *-*
+ Copy-Item -Path ("$SourcePath\{0}\docs\*" -f $submoduleDir.Name) -Destination "$DestPath\$ModuleName$Psd1FolderPostfix\help" -Filter *-* -Force
273
274
#Region generate-info.json Here have a issue that user may not use latest version to generate the code.
275
$generateInfo = @{}
0 commit comments