Closed JustinGrote closed 8 years ago
One other thing I can think of is that this account has both a Microsoft account and Organizational account on the same email address, while the working one is org only. I was sure to ensure I was logging in with my organizational account and not the Microsoft account, but maybe the subscription check step doesn't distinguish.
Hi Justin, I think I actually came across this problem myself recently and fixed it. I'll get you a build with the changes and we can see if it works for you. Quick question -- does the subscription that it autoselects have any automation accounts? If it does, does the add-on download them correctly?
I can check it out from a branch in Git if you define to test.
The subscription is just the first in the list (azure active directory) and does not have any automation accounts. The one I want is the second in the list of the XML response (Microsoft Partner Network)
Cool, that would be helpful. Just get the latest code in master and it should be fixed (master is currently somewhat ahead of 0.2.2.9, the most recent release on PS Gallery).
Err don't have VS set up on my current test machine, my bad. No biggie, I'll check it at next build. Thanks for the fast response and resolution!
On Thu, Nov 19, 2015 at 2:46 PM alstab notifications@github.com wrote:
Cool, that would be helpful. Just get the latest code in master and it should be fixed (master is currently somewhat ahead of 0.2.2.9, the most recent release on PS Gallery).
— Reply to this email directly or view it on GitHub https://github.com/azureautomation/azure-automation-ise-addon/issues/87#issuecomment-158224592 .
No problem Justin, I hope this works! Try the latest build on PS Gallery (0.2.3): https://www.powershellgallery.com/packages/AzureAutomationAuthoringToolkit/
Fixed it. Thanks!
On Thu, Nov 19, 2015 at 9:55 PM alstab notifications@github.com wrote:
No problem Justin, I hope this works! Try the latest build on PS Gallery: https://www.powershellgallery.com/packages/AzureAutomationAuthoringToolkit/
— Reply to this email directly or view it on GitHub https://github.com/azureautomation/azure-automation-ise-addon/issues/87#issuecomment-158290264 .
Great to hear, thanks for letting us know!
Hi guys,
Slightly odd issue, when attempting to log in with an O365 Organization login. I have multiple subscriptions but it autoselects the first subscription and box is grayed out, so I cannot select my MS Partner Subscription where my automation account.
I tested with a different organizational account in another tenant and it worked fine and showed the multiple subscriptions and was able to toggle. One difference between the two is this is an ADFS integrated login whereas the non-functional login is AADConnect sync only. I'm fairly sure that's not related but it's worth bringing up.
Here's the fiddler XML output for the subscription query if there's any flags or anything which might be contributing to this behavior (unique details redacted)
Thanks.