Hello
I have run the 'Get-AzureSubscription' powershell cmdlet from my Azure powershell and i get the three subscriptions that I have access to.
I then run the 'Get-AzurePublishSettingsFile' cmdlet and it only contains one of the three subscriptions.
I have tried
- Logging out of azure on the portal
- selecting another susbscription as current before downloading using select-azuresubscription
- setting another subscriptions as default using select-azuresubscription
- waiting a few days before trying again
I cannot seem to get a settings file with all my subscriptions. How can I force it to download for a specific subscription?
Thanks