v1.39.0-B0072
Pre-release
Pre-release
BernieWhite
released this
17 Sep 17:09
·
113 commits
to main
since this release
What's changed since pre-release v1.39.0-B0029:
- New rules:
- Virtual Machine:
- Verify that virtual machines does not have public IPs attached by @BenjaminEngeset.
#11 - Verify that multi-tenant Hosting Rights are used for Windows client VMs by @BenjaminEngeset.
#432 - Verify that availability set members are in a backend pool by @BenjaminEngeset.
#67
- Verify that virtual machines does not have public IPs attached by @BenjaminEngeset.
- Virtual Machine Scale Sets:
- Verify that virtual machine scale set instances does not have public IPs attached by @BenjaminEngeset.
#3014
- Verify that virtual machine scale set instances does not have public IPs attached by @BenjaminEngeset.
- Virtual Machine:
- Updated rules:
- Azure Kubernetes Service:
- Updated
Azure.AKS.Version
to use1.29.7
as the minimum version by @BernieWhite.
#3042
- Updated
- Azure Kubernetes Service:
- General improvements:
- Important change: Replaced the
Azure_AKSNodeMinimumMaxPods
option withAZURE_AKS_POOL_MINIMUM_MAXPODS
by @BernieWhite.
#941- For compatibility, if
Azure_AKSNodeMinimumMaxPods
is set it will be used instead ofAZURE_AKS_POOL_MINIMUM_MAXPODS
. - If only
AZURE_AKS_POOL_MINIMUM_MAXPODS
is set, this value will be used. - The default will be used neither options are configured.
- If
Azure_AKSNodeMinimumMaxPods
is set a warning will be generated until the configuration is removed. - Support for
Azure_AKSNodeMinimumMaxPods
is deprecated and will be removed in v2. - See [upgrade notes][1] for details.
- For compatibility, if
- Important change: Replaced the
Azure_MinimumCertificateLifetime
option withAZURE_APIM_MINIMUM_CERTIFICATE_LIFETIME
by @BernieWhite.
#941- For compatibility, if
Azure_MinimumCertificateLifetime
is set it will be used instead ofAZURE_APIM_MINIMUM_CERTIFICATE_LIFETIME
. - If only
AZURE_APIM_MINIMUM_CERTIFICATE_LIFETIME
is set, this value will be used. - The default will be used neither options are configured.
- If
Azure_MinimumCertificateLifetime
is set a warning will be generated until the configuration is removed. - Support for
Azure_MinimumCertificateLifetime
is deprecated and will be removed in v2. - See [upgrade notes][1] for details.
- For compatibility, if
- Important change: Replaced the
- Engineering:
- Bump development tools to .NET 8.0 SDK by @BernieWhite.
#3017
- Bump development tools to .NET 8.0 SDK by @BernieWhite.
- Bug fixed:
- Fixed expansion with deployments by resource ID at management group by @BernieWhite
#3013 - Fixed subscription aliases don't support tags by @BernieWhite.
#3021 - Fixed
Azure.AppService.AvailabilityZone
only detects premium by tier property @BenjaminEngeset.
#3034 - Fixed loading of expansion options from non-default options file @BernieWhite.
#3033
- Fixed expansion with deployments by resource ID at management group by @BernieWhite
See change log.