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
- Create an offer:
az partnercenter marketplace offer create -a haiche-test-modm --id haiche-test-modm-20241014 -t AzureApplication
- Create a plan
az partnercenter marketplace offer plan create --id wls-aks-test -n "Test WLS on AKS" --offer-id haiche-test-modm-20241014
-
Download templates from wls-on-aks-azure-marketplace-1.0.82-arm-assembly.zip and unzip the package.
-
Package the template
az partnercenter marketplace offer package build --offer-id haiche-test-modm-20241014
Code snippet
No response
Relevant log output
No response
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 offerto 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:To reproduce
Download templates from wls-on-aks-azure-marketplace-1.0.82-arm-assembly.zip and unzip the package.
Package the template
Code snippet
No response
Relevant log output
No response