v1.30.0-B0080
Pre-release
Pre-release
·
491 commits
to main
since this release
What's changed since pre-release v1.30.0-B0047:
- General improvements:
- Important change: Replaced the
Azure_AllowedRegions
option withAZURE_RESOURCE_ALLOWED_LOCATIONS
.
#941- For compatibility, if
Azure_AllowedRegions
is set it will be used instead ofAZURE_RESOURCE_ALLOWED_LOCATIONS
. - If only
AZURE_RESOURCE_ALLOWED_LOCATIONS
is set, this value will be used. - The default will be used neither options are configured.
- If
Azure_AllowedRegions
is set a warning will be generated until the configuration is removed. - Support for
Azure_AllowedRegions
is deprecated and will be removed in v2.
- For compatibility, if
- Important change: Replaced the
- Engineering:
- Bug fixes:
- Fixed false positive with
Azure.Storage.SecureTransfer
on new API versions by @BernieWhite.
#2414 - Fixed false positive with
Azure.VNET.LocalDNS
for DNS server addresses out of local scope by @BernieWhite.
#2370- This bug fix introduces a configuration option to flag when DNS from an Identity subscription is used.
- Set
AZURE_VNET_DNS_WITH_IDENTITY
totrue
when using an Identity subscription for DNS.
- Fixed false positive with
See change log.