Skip to content

Commit 9b8d173

Browse files
Bump coverlet.collector from 6.0.1 to 6.0.2 (Azure#2754)
* Bump coverlet.collector from 6.0.1 to 6.0.2 Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump change log --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White <[email protected]>
1 parent 6f4ef87 commit 9b8d173

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/CHANGELOG-v1.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ What's changed since pre-release v1.35.0-B0012:
3939
[#1243](https://github.com/Azure/PSRule.Rules.Azure/issues/1243)
4040
- Add documentation redirects for renamed rules by @BernieWhite.
4141
[#2757](https://github.com/Azure/PSRule.Rules.Azure/issues/2757)
42+
- Engineering:
43+
- Bump coverlet.collector to v6.0.2.
44+
[#2754](https://github.com/Azure/PSRule.Rules.Azure/pull/2754)
4245
- Bug fixes:
43-
- Fixed rule `Azure.LB.AvailabilityZone` to remove the passing assertion for null or an empty zones list for the property of `properties.frontendIPConfigurations[*].zones` by @jtracey93.
46+
- Fixed false negative from `Azure.LB.AvailabilityZone` when zone list is empty or null by @jtracey93.
4447
[#2759](https://github.com/Azure/PSRule.Rules.Azure/issues/2759)
4548

4649
## v1.35.0-B0012 (pre-release)

tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>
21-
<PackageReference Include="coverlet.collector" Version="6.0.1">
21+
<PackageReference Include="coverlet.collector" Version="6.0.2">
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)