-
Notifications
You must be signed in to change notification settings - Fork 166
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
Errors on initialize step with latest module version (2.0.1) #757
Comments
Thank you for reporting. We have seen this issue intermittently even prior to 2.0.0. Can you confirm if it worked on second attempt or if it breaks on every run? As an additional data point, can you please share your settings.json config? |
Run 1 was
Write-PSFMessage: The term 'Write-PSFMessage' is not recognized as a name of a cmdlet, function,
script file, or executable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
##[error]PowerShell exited with code '1'.
Run 2 was..
SetValueInvocationException: Exception setting "type": "The property 'type' cannot be found on this object.
Verify that the property exists and can be set."
##[error]PowerShell exited with code '1'.
Run 3, 4,5 have been...
Where-Object: The term 'Where-Object' is not recognized as a name of a cmdlet, function,
script file, or executable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
##[error]PowerShell exited with code '1'.
…________________________________
From: Johan Dahlbom ***@***.***>
Sent: Tuesday, February 21, 2023 2:10 PM
To: Azure/AzOps ***@***.***>
Cc: Greg Slack ***@***.***>; Author ***@***.***>
Subject: Re: [Azure/AzOps] Errors on initialize step with latest module version (2.0.1) (Issue #757)
Thank you for reporting. We have seen this issue intermittently even prior to 2.0.0. Can you confirm if it worked on second attempt or if it breaks on every run?
—
Reply to this email directly, view it on GitHub<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAzure%2FAzOps%2Fissues%2F757%23issuecomment-1438968479&data=05%7C01%7Cgregslack%40microsoft.com%7C2e6333a06fc6496b03a808db143f5178%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638126034409684324%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ybNgXkdvkykGB0krkCkjSYg5gUu0RZdGSMJEWs8JSgk%3D&reserved=0>, or unsubscribe<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAUKOGPTGSDXD7GML2IUZUNTWYUHK3ANCNFSM6AAAAAAVDKSU3Q&data=05%7C01%7Cgregslack%40microsoft.com%7C2e6333a06fc6496b03a808db143f5178%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638126034409684324%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=N0f1x5S%2FPI%2FsEqYIXblNZlGNfvq4Otm1YkdtBn4BysA%3D&reserved=0>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thanks. Can you change |
@gregslack78 FYI - some references to previous findings: #656 and #699. |
Thanks for the input, @jsandquist. I've had some side conversations with Greg and it indeed seems to be related to the increased parallelization in 2.0. While we are nailing down the exact pattern and how to sustainably mitigate this from a more holistic point of view, I have advised to lower the |
Since the latest module was installed I am seeing a number of errors in the pull initialize step immediately after "Processing Management Group [Tenant Root Group]"
Where-Object: The term 'Where-Object' is not recognized as a name of a cmdlet, function,
script file, or executable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
##[error]PowerShell exited with code '1'.
SetValueInvocationException: Exception setting "type": "The property 'type' cannot be found on this object.
Verify that the property exists and can be set."
##[error]PowerShell exited with code '1'.
Write-PSFMessage: The term 'Write-PSFMessage' is not recognized as a name of a cmdlet, function,
script file, or executable program. Check the spelling of the name, or if a
path was included, verify that the path is correct and try again.
##[error]PowerShell exited with code '1'.
Steps to reproduce
Screenshots
![image](https://user-images.githubusercontent.com/85254974/220418407-cbb03909-7f12-49e0-9a69-fe0fc40b8659.png)
The text was updated successfully, but these errors were encountered: