Skip to content

azure-cli 2.77.0: 'az batch application package create' does not upload zip package to blobΒ #32090

@tvn-mpm

Description

@tvn-mpm

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:

  1. Use azure-cli version 2.77.0.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Auto-AssignAuto assign by botBatchaz batchService AttentionThis issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions