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

feat: Jenny/ma submission #228

Merged
merged 21 commits into from
Apr 5, 2024
Merged

feat: Jenny/ma submission #228

merged 21 commits into from
Apr 5, 2024

Conversation

bobjac
Copy link
Contributor

@bobjac bobjac commented Apr 5, 2024

Description

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

This PR implements commands for submissions

  • list
  • show
  • publish

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

@bobjac bobjac added the enhancement New feature or request label Apr 5, 2024
@bobjac bobjac added this to the June 2024 - Update milestone Apr 5, 2024
@bobjac bobjac linked an issue Apr 5, 2024 that may be closed by this pull request
@bobjac bobjac changed the title Jenny/ma submission feat: Jenny/ma submission Apr 5, 2024
@bobjac bobjac merged commit c36e78d into main Apr 5, 2024
4 checks passed
@bobjac bobjac deleted the jenny/ma-submission branch April 5, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

marketplace offer submission publish
2 participants