Skip to content

Commit

Permalink
Fix help file
Browse files Browse the repository at this point in the history
  • Loading branch information
baselmicrosoft committed Apr 20, 2020
1 parent 28ff70b commit bf853fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ namespace Microsoft.Azure.Commands.SecurityCenter.Models.SqlInformationProtectio
{
public class PSSqlInformationProtectionPolicy
{
public string Version { get; set; }

[JsonProperty(Required = Required.Always)]
public IDictionary<string, PSSqlInformationProtectionSensitivityLabel> Labels { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Sets the effective tenant SQL information protection policy.

### Example
```powershell
PS C:\> Set-AzSqlInformationProtectionPolicy -Policy "C:\Users\myUser\Desktop\policy.json"
PS C:\> Set-AzSqlInformationProtectionPolicy -FilePath "C:\Users\myUser\Desktop\policy.json"
```

## PARAMETERS
Expand Down

0 comments on commit bf853fb

Please sign in to comment.