File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/WebJobs.Script/FileProvisioning/PowerShell
test/WebJobs.Script.Tests/Resources/FileProvisioning/PowerShell Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212# Authenticate with Azure PowerShell using MSI.
1313# Remove this if you are not planning on using MSI or Azure PowerShell.
1414if ($env: MSI_SECRET ) {
15- Disable-AzContextAutosave
15+ Disable-AzContextAutosave - Scope Process | Out-Null
1616 Connect-AzAccount - Identity
1717}
1818
Original file line number Diff line number Diff line change 1212# Authenticate with Azure PowerShell using MSI.
1313# Remove this if you are not planning on using MSI or Azure PowerShell.
1414if ($env: MSI_SECRET ) {
15- Disable-AzContextAutosave
15+ Disable-AzContextAutosave - Scope Process | Out-Null
1616 Connect-AzAccount - Identity
1717}
1818
You can’t perform that action at this time.
0 commit comments