Where I can find --plan-version for SaaS Marketplace app?
Hi there, i want to automate deployment using this https://learn.microsoft.com/en-us/cli/azure/managedapp?view=azure-cli-latest#az_managedapp_create
az managedapp create -g MyResourceGroup -n MyManagedApp -l westcentralus --kind MarketPlace \
-m "/subscriptions/{SubID}/resourceGroups/{ManagedResourceGroup}" \
--plan-name ContosoAppliance --plan-version "1.0" --plan-product "contoso-appliance" --plan-publisher Contoso
I see all details about Saas aplication in Azure Portal like plan-name, plan-product, plan-publisher but cannot find any details about plan-version
Where i can catch this data in Azure?
I found it out of Azure Portal for HashCorp Consul deployment (https://raw.githubusercontent.com/hashicorp/cloud-hcs-meta/master/ama-plans/defaults.json )