v1.40.0-B0103
Pre-release
Pre-release
BernieWhite
released this
07 Nov 16:57
·
32 commits
to main
since this release
What's changed since pre-release v1.40.0-B0063:
- New features:
- Added support for expanding from
.jsonc
parameter files by @BernieWhite.
#2053- Previously only parameter files with the
.json
extension where automatically expanded. - This feature adds support so that JSON parameter files with the
.jsonc
extension are also discovered and expanded. - No additional configuration is required if expansion of JSON parameter files is enabled.
- To enable parameter file expansion set the
AZURE_PARAMETER_FILE_EXPANSION
configuration option totrue
.
- Previously only parameter files with the
- Added support for expanding from
- General improvements:
- Additional quality updates to documentation by @BernieWhite.
#3102
- Additional quality updates to documentation by @BernieWhite.
- Bug fixes:
- Fixed projection of default role authorization property
principalType
by @BernieWhite.
#3163 - Fixed user defined function not found when used as parameter default by @BernieWhite.
#3169
- Fixed projection of default role authorization property
See change log.