You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently adftools does support Azure Public environment only.
However, if the required change would be only around Management URL - I will take this suggestion improvement.
Describe the bug
I'm receiving a 404 (Subscription not found) when the task is trying to update the global parameters.
To Reproduce
Run the pipeline to deploy/update an ADF instance to a subscription hosted in Azure Government which contains global parameters.
GlobalParam.ps1 contains a hardcoded reference to https://management.azure.com (= Azure commercial URL)
The Azure Government URL equivalent is https://management.usgovcloudapi.net
Expected behaviour
The parameters are updated without any issues/errors.
Screenshots
Version of PowerShell module of:
Provide all files to reproduce the issue
The text was updated successfully, but these errors were encountered: