-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Issues with Az module 9.1.0 #20006
Comments
@hckenmiller , thanks for reporting. Could you share exact script you are using on PowerShell@2 task and parameters of that task? |
It doesn't matter which powershell task, they all fail the same way. Here is one of the powershell tasks:
The script that is getting called Deploy-Databricks-Workspace.ps1 starts out like this: param( Write-Verbose "Inside Deploy-Databricks-Workspace" Write-Host "Installing the Databricks Workspace" try { The FHIR-Utilities.psm1 powershell module contains this: param( function Import-Function{
} if($InstallModules) |
@hckenmiller , It seems |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
I'm not calling it in my code. I don't know what it is for. There are other posts where others using the Az module are having the same issue. Here is one. #19997 |
@hckenmiller , please check whether Az.DataProtection v1.0.1 has addressed your issue. |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Description
Issues with Az 9.1.0 running Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force -AllowClobber
Issue script & Debug output
Environment data
Module versions
Error output
The text was updated successfully, but these errors were encountered: