Skip to content

Commit 53d934e

Browse files
authored
Remove SkipLimitCheck from Import-PowerShellDataFile (#19405)
1 parent f182693 commit 53d934e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/RunVersionController.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function Get-ExistSerializedCmdletJsonFile
190190
function Bump-AzVersion
191191
{
192192
Write-Host "Getting local Az information..." -ForegroundColor Yellow
193-
$localAz = Import-PowerShellDataFile -Path "$PSScriptRoot\Az\Az.psd1" -SkipLimitCheck
193+
$localAz = Import-PowerShellDataFile -Path "$PSScriptRoot\Az\Az.psd1"
194194

195195
Write-Host "Getting gallery Az information..." -ForegroundColor Yellow
196196
$galleryAz = Find-Module -Name Az -Repository $GalleryName
@@ -433,4 +433,4 @@ Update-AzPreview
433433
New-CommandMappingFile
434434

435435
# Generate dotnet csv
436-
&$PSScriptRoot/Docs/GenerateDotNetCsv.ps1 -FeedPsd1FullPath "$PSScriptRoot\AzPreview\AzPreview.psd1" -CustomSource "https://www.powershellgallery.com/api/v2/"
436+
&$PSScriptRoot/Docs/GenerateDotNetCsv.ps1 -FeedPsd1FullPath "$PSScriptRoot\AzPreview\AzPreview.psd1" -CustomSource "https://www.powershellgallery.com/api/v2/"

0 commit comments

Comments
 (0)