Skip to content

Commit

Permalink
Release v0.2.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored May 26, 2021
1 parent 044f04b commit d21d3bf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## Unreleased

## v0.2.0

What's changed since v0.1.0:

- New rules:
- Resource naming:
- Check that Cognitive Search services use a standard name prefix `srch-`. [#64](https://github.com/microsoft/PSRule.Rules.CAF/issues/64)
- Check that Cognitive Services accounts use a standard name prefix `cog-`. [#65](https://github.com/microsoft/PSRule.Rules.CAF/issues/65)
- Check that EventGrid Domains use a standard name prefix `evgd-`. [#63](https://github.com/microsoft/PSRule.Rules.CAF/issues/63)
- Check that EventGrid Topics use a standard name prefix `evgt-`. [#63](https://github.com/microsoft/PSRule.Rules.CAF/issues/63)
- Check that EventGrid System Topics use a standard name prefix `evgt-`. [#63](https://github.com/microsoft/PSRule.Rules.CAF/issues/63)
- Engineering:
- Bump PSRule dependency to v1.3.0. [#69](https://github.com/microsoft/PSRule.Rules.CAF/issues/69)
- Bump PSRule.Rules.Azure dependency to v1.3.2. [#69](https://github.com/microsoft/PSRule.Rules.CAF/issues/69)

What's changed since pre-release v0.2.0-B2105004:

- No additional changes.

## v0.2.0-B2105004 (pre-release)

What's changed since pre-release v0.2.0-B2104002:
Expand Down

0 comments on commit d21d3bf

Please sign in to comment.