Azure / partnercenter-cli-extension

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

feat: managedapp submission #226

Closed bobjac closed 5 months ago

bobjac commented 5 months ago

Description

This pull request implements extends the partnercenter marketplace offer plan technical-configuration package add command to support managed apps. It checks for the existence of a --cluster-extension-type to determine if it is working with a managed app or a container app, and uses the older partnercenter api for managed apps. It continues to use the ingestion api for container apps.

Closes #218

The end result is an uploaded managed app package.

If you haven't already, read the full contribution guide. The guide may have changed since the last time you read it, so please double-check. Once you are done and ready to submit your PR, edit the PR description and run through the relevant checklist below.