Describe the bug
Hello Azure CLI Team,
I'm reporting what appears to be a regression or a breaking change in the behavior of the az batch application package create command starting with azure-cli version 2.77.0.
Since updating to version 2.77.0, the exact same command does not upload the zip package to Azure Storage Account. The command does not end with an error but blob content contains just path to zip package used in --package-file parameter. This problem does not exist in version 2.76.0.
Steps to Reproduce:
- Use azure-cli version 2.77.0.
- Create an initial application package version
az batch application package create --application-name $application_name --name $name --resource-group $group --version $application_version --package-file $package
Thank you for your help,
Tomas
Related command
az batch application package create --application-name $application_name --name $name --resource-group $group --version $application_version --package-file $package
Errors
No error returned by the command
Issue script & Debug output
az batch application package create --application-name $application_name --name $name --resource-group $group --version $application_version --package-file $package
Expected behavior
ZIP package is uploaded to blob in Azure Storage Account
Environment Summary
Azure CLI: 2.77.0
Additional context
No response
Describe the bug
Hello Azure CLI Team,
I'm reporting what appears to be a regression or a breaking change in the behavior of the
az batch application package createcommand starting with azure-cli version 2.77.0.Since updating to version 2.77.0, the exact same command does not upload the zip package to Azure Storage Account. The command does not end with an error but blob content contains just path to zip package used in
--package-fileparameter. This problem does not exist in version 2.76.0.Steps to Reproduce:
az batch application package create --application-name $application_name --name $name --resource-group $group --version $application_version --package-file $packageThank you for your help,
Tomas
Related command
az batch application package create --application-name $application_name --name $name --resource-group $group --version $application_version --package-file $package
Errors
No error returned by the command
Issue script & Debug output
az batch application package create --application-name $application_name --name $name --resource-group $group --version $application_version --package-file $package
Expected behavior
ZIP package is uploaded to blob in Azure Storage Account
Environment Summary
Azure CLI: 2.77.0
Additional context
No response