Skip to content

Commit

Permalink
SqlAgentAlert & SqlAgentFailsafe: Fix swapped README files (#1710)
Browse files Browse the repository at this point in the history
- SqlAgentAlert
  - Switched README file with SqlAgentFailsafe (issue #1709).
- SqlAgentFailsafe
  - Switched README file with SqlAgentAlert (issue #1709).
  • Loading branch information
lowlydba authored Jul 23, 2021
1 parent 630eeae commit ddc86c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`Microsoft.AnalysisServices.Server` object. The new functionality is used
when the parameter `FeatureFlag` is set to `'AnalysisServicesConnection'`.
This functionality will be the default in a future breaking release.
- SqlAgentAlert
- Switched README file with SqlAgentFailsafe. [Issue #1709](https://github.com/dsccommunity/SqlServerDsc/issues/1397).
- SqlAgentFailsafe
- Switched README file with SqlAgentAlert. [Issue #1709](https://github.com/dsccommunity/SqlServerDsc/issues/1397).

### Added

Expand Down
6 changes: 3 additions & 3 deletions source/DSCResources/DSC_SqlAgentAlert/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Description

The `SqlAgentFailsafe` DSC resource is used to add/remove the SQL Agent
Failsafe Operator. The resource can also update the Notification method.
The `SqlAgentAlert` DSC resource is used to add/remove SQL Agent Alerts.
The resource can also update the severity or message id.

## Requirements

Expand All @@ -10,4 +10,4 @@ Failsafe Operator. The resource can also update the Notification method.

## Known issues

All issues are not listed here, see [here for all open issues](https://github.com/dsccommunity/SqlServerDsc/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+SqlAgentFailsafe).
All issues are not listed here, see [here for all open issues](https://github.com/dsccommunity/SqlServerDsc/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+SqlAgentAlert).
6 changes: 3 additions & 3 deletions source/DSCResources/DSC_SqlAgentFailsafe/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Description

The `SqlAgentAlert` DSC resource is used to add/remove SQL Agent Alerts.
The resource can also update the severity or message id.
The `SqlAgentFailsafe` DSC resource is used to add/remove the SQL Agent
Failsafe Operator. The resource can also update the Notification method.

## Requirements

Expand All @@ -10,4 +10,4 @@ The resource can also update the severity or message id.

## Known issues

All issues are not listed here, see [here for all open issues](https://github.com/dsccommunity/SqlServerDsc/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+SqlAgentAlert).
All issues are not listed here, see [here for all open issues](https://github.com/dsccommunity/SqlServerDsc/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+SqlAgentFailsafe).

0 comments on commit ddc86c3

Please sign in to comment.