@@ -29,12 +29,21 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
29
29
30
30
## Unreleased
31
31
32
+ ## v1.39.0-B0072 (pre-release)
33
+
34
+ What's changed since pre-release v1.39.0-B0029:
35
+
32
36
- New rules:
33
37
- Virtual Machine:
38
+ - Verify that virtual machines does not have public IPs attached by @BenjaminEngeset .
39
+ [ #11 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/11 )
34
40
- Verify that multi-tenant Hosting Rights are used for Windows client VMs by @BenjaminEngeset .
35
41
[ #432 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/432 )
36
42
- Verify that availability set members are in a backend pool by @BenjaminEngeset .
37
43
[ #67 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/67 )
44
+ - Virtual Machine Scale Sets:
45
+ - Verify that virtual machine scale set instances does not have public IPs attached by @BenjaminEngeset .
46
+ [ #3014 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/3014 )
38
47
- Updated rules:
39
48
- Azure Kubernetes Service:
40
49
- Updated ` Azure.AKS.Version ` to use ` 1.29.7 ` as the minimum version by @BernieWhite .
@@ -56,23 +65,6 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
56
65
- If ` Azure_MinimumCertificateLifetime ` is set a warning will be generated until the configuration is removed.
57
66
- Support for ` Azure_MinimumCertificateLifetime ` is deprecated and will be removed in v2.
58
67
- See [ upgrade notes] [ 1 ] for details.
59
- - Bug fixed:
60
- - Fixed ` Azure.AppService.AvailabilityZone ` only detects premium by tier property @BenjaminEngeset .
61
- [ #3034 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/3034 )
62
- - Fixed loading of expansion options from non-default options file @BernieWhite .
63
- [ #3033 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/3033 )
64
-
65
- ## v1.39.0-B0055 (pre-release)
66
-
67
- What's changed since pre-release v1.39.0-B0029:
68
-
69
- - New rules:
70
- - Virtual Machine:
71
- - Verify that virtual machines does not have public IPs attached by @BenjaminEngeset .
72
- [ #11 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/11 )
73
- - Virtual Machine Scale Sets:
74
- - Verify that virtual machine scale set instances does not have public IPs attached by @BenjaminEngeset .
75
- [ #3014 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/3014 )
76
68
- Engineering:
77
69
- Bump development tools to .NET 8.0 SDK by @BernieWhite .
78
70
[ #3017 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/3017 )
@@ -81,6 +73,10 @@ What's changed since pre-release v1.39.0-B0029:
81
73
[ #3013 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/3013 )
82
74
- Fixed subscription aliases don't support tags by @BernieWhite .
83
75
[ #3021 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/3021 )
76
+ - Fixed ` Azure.AppService.AvailabilityZone ` only detects premium by tier property @BenjaminEngeset .
77
+ [ #3034 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/3034 )
78
+ - Fixed loading of expansion options from non-default options file @BernieWhite .
79
+ [ #3033 ] ( https://github.com/Azure/PSRule.Rules.Azure/issues/3033 )
84
80
85
81
## v1.39.0-B0029 (pre-release)
86
82
0 commit comments