Skip to content

Commit 13a2c3d

Browse files
suppress breaking change warning. NA because we don't get the output from set-azstoragefilecontent
1 parent 35b9f55 commit 13a2c3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-codeql.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
with:
133133
azPSVersion: latest
134134
inlineScript: |
135+
Update-AzConfig -DisplayBreakingChangeWarning $false
135136
$context = New-AzStorageContext -StorageAccountName "$env:ACCOUNT_NAME" -UseConnectedAccount -EnableFileBackupRequestIntent
136137
Set-AzStorageFileContent -ShareName "$env:SHARE_NAME" -Source "diffdetailedfunctiontestresults.xlsx" -Path "health-diffdetailedfunctiontestresults.xlsx" -Context $context
137138
exit 1

0 commit comments

Comments
 (0)