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
Invoke-AzRestMethod was added to the Az PowerShell some time ago and should deal with all the authentication for you
Similarly I've triggered policy evaluation whilst using Invoke-AzResourceAction before Invoke-RestMethod was available.
This may help to simplify your scripts
The text was updated successfully, but these errors were encountered:
@kilasuit thanks for the feedback. Apologies I haven't had bandwidth to get back to this but it is on my list. I think the challenge here is backwards compatibility, etc. I have no idea how folks are using this in their own environments - not sure if a change of this type will actually force an update that users may not be ready to do. Granted they can opt not to move forward with a new version but I'd have to include logic to check for this cmdlet. In addition, I didn't see any value in adding it when I reviewed it previously as it seemed a zero sum scenario - the logic had to be fixed due to the breaking change in the cmdlets for REST AUTH, but when I evaluated these cmdlets at that time, there were other challenges I ran into with my scripts so I opted not to do this and keep it simple (which is probably the opposite of what you are stating :). I'm going to leave the issue open for now and see if I can get some time to do some refinement. I appreciate you adding your feedback here.
Invoke-AzRestMethod was added to the Az PowerShell some time ago and should deal with all the authentication for you
Similarly I've triggered policy evaluation whilst using Invoke-AzResourceAction before Invoke-RestMethod was available.
This may help to simplify your scripts
The text was updated successfully, but these errors were encountered: