-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy-policyplan.ps1 seems to be removing spaces from during policy assignments #129
Comments
This is a bug in Az Module 9.2.x. It is fixed in Az Module. 9.3.0: see Azure/azure-powershell#20407. Make sure your environment is updated accordingly. |
I'm using Microsoft hosted agents, they seems to be on 9.2 😥 |
Solution for hosted agents to add Az update job before deployment steps for now
|
Thank you for that update. Microsoft is rolling out 9.3.0. About 50% of time, you get 9.2.0 or 9.3.0. I would GUESS that in a couple of days the problem disappears. Let's leave this issue open (I reopened it) until next week (I'll close it). |
1 similar comment
Thank you for that update. Microsoft is rolling out 9.3.0. About 50% of time, you get 9.2.0 or 9.3.0. I would GUESS that in a couple of days the problem disappears. Let's leave this issue open (I reopened it) until next week (I'll close it). |
Official Microsoft documentation states that latest version of hosted agent contains 9.2.0, are you seeing 9.3.0 on hosted agents? |
Yes, I am seeing it intermittent as shown in this log snippet:
This repo builds the agent images. For Linux, this file drives the version: "azureModules": [
{
"name": "az",
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
"versions": [
"9.3.0"
],
"zip_versions": [
]
}
], |
It appears that the Microsoft hosted agents have been fully upgraded to the required 9.3.0 |
Yes, readme reflects it as well |
I'll close it as resolved |
My assignment file is below and here is how actual assignment looks like
The text was updated successfully, but these errors were encountered: