Skip to content

Commit

Permalink
Merge pull request #5038 from tkwj/DbaBackup-AzureBaseUrl-doc-fix
Browse files Browse the repository at this point in the history
Update Backup-DbaDatabase AzureBaseUrl parameter help
  • Loading branch information
potatoqualitee authored Feb 3, 2019
2 parents a1e9f92 + d4a49db commit 61faa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Backup-DbaDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function Backup-DbaDatabase {
.PARAMETER AzureBaseUrl
The URL to the base container of an Azure Storage account to write backups to.
If specified, the only other parameters than can be used are "NoCopyOnly", "Type", "CompressBackup", "Checksum", "Verify", "AzureCredential", "CreateFolder".
If specified, the only other parameters than can be used are "CopyOnly", "Type", "CompressBackup", "Checksum", "Verify", "AzureCredential", "CreateFolder".
.PARAMETER AzureCredential
The name of the credential on the SQL instance that can write to the AzureBaseUrl, only needed if using Storage access keys
Expand Down

0 comments on commit 61faa32

Please sign in to comment.