-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: SqlServerDsc: Removed resource SqlDatabaseRecoveryMo…
…del (#1541) - SqlDatabaseRecoveryModel - This resource is now deprecated. The functionality is now covered by a property in the resource SqlDatabase (issue #967).
- Loading branch information
Showing
10 changed files
with
30 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...ryModel/DSC_SqlDatabaseRecoveryModel.psm1 → ...yModel/MSFT_SqlDatabaseRecoveryModel.psm1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...l/DSC_SqlDatabaseRecoveryModel.schema.mof → .../MSFT_SqlDatabaseRecoveryModel.schema.mof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...DSC_SqlDatabaseRecoveryModel.strings.psd1 → ...SFT_SqlDatabaseRecoveryModel.strings.psd1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
ConvertFrom-StringData @' | ||
GetRecoveryModel = Get the current recovery model of the database '{0}' in the instance '{1}'. | ||
GetRecoveryModel = THIS RESOURCE IS DEPRECATED! Get the current recovery model of the database '{0}' in the instance '{1}'. | ||
CurrentRecoveryModel = The current recovery model is '{0}' for the database '{1}'. | ||
DatabaseNotFound = The database '{0}' does not exist. | ||
SetRecoveryModel = Setting the recovery model of database '{0}'. | ||
SetRecoveryModel = THIS RESOURCE IS DEPRECATED! Setting the recovery model of database '{0}'. | ||
ChangeRecoveryModel = The recovery model for the database '{0}' was changed to '{1}'. | ||
TestingConfiguration = Determines if the database '{0}' on the instance '{1}' has the desired recovery model. | ||
'@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 0 additions & 60 deletions
60
source/Examples/Resources/SqlDatabaseRecoveryModel/1-SetDatabaseRecoveryModel.ps1
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.