This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
1.0.0-beta.7
Pre-release
Pre-release
Changes:
- 0f0d419 Generate GatewayApi template(#751)
- 3c89846 Remove dependsOn property from apiTags template (#754)
- f3a8a9c move "subscriptionKeyParameterNames" from "Creator Configuration" to "APIConfiguration" (#755)
- 98fb7ec Retrieve product tags from product/tags REST api (#753)
- 4de20e6 Add possibility to extract identity providers (#747)
- ff1dcdb Remove unused parameters from product template (#743)
Big thanks to New Contributors
- @joezhang-sh made their first contribution in #755
Breaking changes:
By default extracted secrets for identityProviders are empty, hence it will break the deployment with error: Secret value should not be empty.
2 options to solve that:
- Fill the value manually
- Pass the extractSecrets parameter as true, so extractor will fetch the secrets of identityProviders into the template