Azure / partnercenter-cli-extension

Partner Center Azure CLI Extension
MIT License
12 stars 11 forks source link

fix: Deploy cnab bundle that has already been published #192

Closed bobjac closed 1 year ago

bobjac commented 1 year ago

Change technical configuration add command behavior

At present, the az partnercenter marketplace technical-configuration add command will override an existing cnab bundle. To support automation against the current rest api, the add command will be modified to append the cnab bundle. There will be an accompanying command to delete a cnab bundle as well. This is done to handle the api error that is thrown when trying to add a cnab bundle that has already been published.