Skip to content
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

[Bug Report]: AzureApplication type which is currently not supported by package #233

Open
galiacheng opened this issue Oct 14, 2024 · 0 comments

Comments

@galiacheng
Copy link

cli command

az partnercenter marketplace offer package build --offer-id haiche-test-modm-20241014

Extension version

0.2.1

Describe the bug

I used az partnercenter marketplace offer to create an Azure Application offer with a plan. Then I ran the az partnercenter marketplace offer package build command to build my ARM templates, but encountered the following error:

root@me:/mnt/c/Users/me/Documents/weblogic-azure/weblogic-azure-aks/target/arm# az partnercenter marketplace offer package build --offer-id haiche-test-modm-20241014 --verbose
Command group 'partnercenter marketplace offer package' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
haiche-test-modm-20241014 offer is a AzureApplication type which is currently not supported by the CLI. Please submit an issue to get support at https://github.com/Azure/partnercenter-cli-extension/issues.

To reproduce

  1. Create an offer:
az partnercenter marketplace offer create -a haiche-test-modm --id haiche-test-modm-20241014 -t AzureApplication
  1. Create a plan
az partnercenter marketplace offer plan create --id wls-aks-test -n "Test WLS on AKS" --offer-id haiche-test-modm-20241014
  1. Download templates from wls-on-aks-azure-marketplace-1.0.82-arm-assembly.zip and unzip the package.

  2. Package the template

az partnercenter marketplace offer package build --offer-id haiche-test-modm-20241014

Code snippet

No response

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant