Azure / partnercenter-cli-extension

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

feat: Jenny/ma submission #228

Closed bobjac closed 5 months ago

bobjac commented 5 months ago

Description

This pull request adds submission functionality for managed applications. Previously, we only had support for ContainerApps.

This PR implements commands for submissions

The implementation follows the consistent patter of using generated code for the V1 api with the exception of ResellerConfiguration module queries. That was not supported by the OpenAPI spec but is implemented by the API. To get past this, a raw http client / rest call was used to get the data for the ResellerConfiguration for the offer.

Closes #227