We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This appears to be a regression of the following issue: #3489
Chocoloatey packages should install.
I use cchoco to install packagages using Azure Automation DSC.
cChocoInstaller 'Chocolatey' { InstallDir = 'c:\choco' } cChocoPackageInstaller 'VSCode' { Name = 'vscode' DependsOn = '[cChocoInstaller]Chocolatey' AutoUpgrade = $true } cChocoPackageInstaller 'SSMS' { Name = 'sql-server-management-studio' DependsOn = '[cChocoInstaller]Chocolatey' AutoUpgrade = $true } cChocoPackageInstaller 'AzureStorageExplorer' { Name = 'microsoftazurestorageexplorer' DependsOn = '[cChocoInstaller]Chocolatey' AutoUpgrade = $true } cChocoPackageInstaller 'AzCopy' { Name = 'azcopy10' DependsOn = '[cChocoInstaller]Chocolatey' AutoUpgrade = $true } cChocoPackageInstaller 'AzureDataStudio' { Name = 'azure-data-studio' DependsOn = '[cChocoInstaller]Chocolatey' AutoUpgrade = $true } cChocoPackageInstaller 'MySQLWorkbench' { Name = 'mysql.workbench' DependsOn = '[cChocoInstaller]Chocolatey' AutoUpgrade = $true }
https://gist.github.com/doherty100/3f0d68f3d20af271805083ea4a062ddf
No response
The text was updated successfully, but these errors were encountered:
sorry should have filed in cChoco repo, will open there.
Sorry, something went wrong.
No branches or pull requests
Checklist
What You Are Seeing?
This appears to be a regression of the following issue: #3489
What is Expected?
Chocoloatey packages should install.
How Did You Get This To Happen?
I use cchoco to install packagages using Azure Automation DSC.
System Details
Installed Packages
Output Log
Additional Context
No response
The text was updated successfully, but these errors were encountered: