File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ function Get-ExistSerializedCmdletJsonFile
190
190
function Bump-AzVersion
191
191
{
192
192
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"
194
194
195
195
Write-Host " Getting gallery Az information..." - ForegroundColor Yellow
196
196
$galleryAz = Find-Module - Name Az - Repository $GalleryName
@@ -433,4 +433,4 @@ Update-AzPreview
433
433
New-CommandMappingFile
434
434
435
435
# 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/"
You can’t perform that action at this time.
0 commit comments