Correct Azure Bicep / ARM template for build 0.6
Pre-release
Pre-release
Why is this necessary
The Bicep and Arm templates were referring to one of the plugin settings ManifestDomain
by Url
. This would result in misconfiguration of the WebApi, which would prevent the WebApi from communicating to plugin endpoints and consequently prevent successful registration of plugins.
What's Changed
- Update deployment template with the correct param name by @TaoChenOSU in #451
Full Changelog: 0.6...0.6.1