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

support to add or modify products to assign groups? #28

Open
iabhee opened this issue Apr 27, 2021 · 0 comments
Open

support to add or modify products to assign groups? #28

iabhee opened this issue Apr 27, 2021 · 0 comments

Comments

@iabhee
Copy link

iabhee commented Apr 27, 2021

Below YAML definition currently only supports basic creation of product as part of the api deployment and assigns the "administrators" group by default.

apis:

  • name: ApiD1
    displayName: API D v1
    serviceUrl: $(ApiServiceURL)
    openApiSpec: $(apimBasePath)\OpenApi.json
    path: $(prefix)/D/api
    apiVersion: v1
    apiVersionSetId: ApiVersionSetD
    apiRevision: 1
    protocols: https
    subscriptionRequired: true
    isCurrent: true
    products: ProductD1

products:

  • name: ProductD1
    displayName: Product D1
    description: Product for D1
    subscriptionRequired: true
    approvalRequired: true
    subscriptionsLimit: 1
    state: published
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant