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
When I run the GitHub Action, I encounter errors, and I’m not sure how to resolve them. I’m using the default tests.
"AzVersion": "12.1.0"
}
/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command $env:PSModulePath
/usr/share:/home/runner/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules
Initializing Az Module Complete
Running Az PowerShell Script
/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command /home/runner/work/_temp/0cd00a8a-8720-42e8-85f4-c6a651549468.ps1
Starting Maester tests
WARNING: You're using Az version 12.1.0. The latest version of Az is 13.2.0. Upgrade your Az modules using the following commands:
Update-PSResource Az -WhatIf -- Simulate updating your Az modules.
Update-PSResource Az -- Update your Az modules.
There will be breaking changes from 12.1.0 to 13.2.0. Open https://go.microsoft.com/fwlink/?linkid=2241373 and check the details.
WARNING: Upcoming breaking changes in the cmdlet 'Get-AzAccessToken' :
The Token property of the output type will be changed from String to SecureString. Add the [-AsSecureString] switch to avoid the impact of this upcoming breaking change.
The change is expected to take effect in Az version : '14.0.0'
The change is expected to take effect in Az.Accounts version : '5.0.0'
Note : Go to https://aka.ms/azps-changewarnings for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.
OperationStopped: The role assigned to application *** isn't
supported in this scenario. Please check online documentation for assigning
correct Directory Roles to Azure AD Application for EXO App-Only Authentication.
Error: Error: The process '/usr/bin/pwsh' failed with exit code 1
The text was updated successfully, but these errors were encountered:
When I run the GitHub Action, I encounter errors, and I’m not sure how to resolve them. I’m using the default tests.
"AzVersion": "12.1.0"
}
/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command $env:PSModulePath
/usr/share:/home/runner/.local/share/powershell/Modules:/usr/local/share/powershell/Modules:/opt/microsoft/powershell/7/Modules
Initializing Az Module Complete
Running Az PowerShell Script
/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command /home/runner/work/_temp/0cd00a8a-8720-42e8-85f4-c6a651549468.ps1
Starting Maester tests
WARNING: You're using Az version 12.1.0. The latest version of Az is 13.2.0. Upgrade your Az modules using the following commands:
Update-PSResource Az -WhatIf -- Simulate updating your Az modules.
Update-PSResource Az -- Update your Az modules.
There will be breaking changes from 12.1.0 to 13.2.0. Open https://go.microsoft.com/fwlink/?linkid=2241373 and check the details.
WARNING: Upcoming breaking changes in the cmdlet 'Get-AzAccessToken' :
The Token property of the output type will be changed from String to SecureString. Add the [-AsSecureString] switch to avoid the impact of this upcoming breaking change.
Note : Go to https://aka.ms/azps-changewarnings for steps to suppress this breaking change warning, and other information on breaking changes in Azure PowerShell.
OperationStopped: The role assigned to application *** isn't
supported in this scenario. Please check online documentation for assigning
correct Directory Roles to Azure AD Application for EXO App-Only Authentication.
Error: Error: The process '/usr/bin/pwsh' failed with exit code 1
The text was updated successfully, but these errors were encountered: