From c3c188fe0b7a3c2e0151c8529d945e7295f938cd Mon Sep 17 00:00:00 2001 From: Maoliang Huang Date: Thu, 20 Aug 2020 11:38:37 -0700 Subject: [PATCH] Add new examples to Security - Add new examples to the following modules: Security --- .../help/Enable-AzSecurityAdvancedThreatProtection.md | 4 ++-- .../Security/help/Get-AzSecurityAdvancedThreatProtection.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Security/Security/help/Enable-AzSecurityAdvancedThreatProtection.md b/src/Security/Security/help/Enable-AzSecurityAdvancedThreatProtection.md index 56a12abeb327..3e21cbe052a1 100644 --- a/src/Security/Security/help/Enable-AzSecurityAdvancedThreatProtection.md +++ b/src/Security/Security/help/Enable-AzSecurityAdvancedThreatProtection.md @@ -23,7 +23,7 @@ To use this cmdlet, specify the *ResourceId* parameter. ## EXAMPLES -### Example 1 : Storage Account +### Example 1: Storage Account ```powershell PS C:\> Enable-AzSecurityAdvancedThreatProtection -ResourceId "/subscriptions/xxxxxxx-xxxx-xxxx-xxxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount/" @@ -34,7 +34,7 @@ IsEnabled Id This command enables the advanced threat protection policy for resource id `"/subscriptions/xxxxxxx-xxxx-xxxx-xxxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount/"`. -### Example 2 : CosmosDB Account +### Example 2: CosmosDB Account ```powershell PS C:\> Enable-AzSecurityAdvancedThreatProtection -ResourceId "/subscriptions/xxxxxxx-xxxx-xxxx-xxxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDb/databaseAccounts/myCosmosDBAccount/" diff --git a/src/Security/Security/help/Get-AzSecurityAdvancedThreatProtection.md b/src/Security/Security/help/Get-AzSecurityAdvancedThreatProtection.md index 94cf9647a71f..e770237a369d 100644 --- a/src/Security/Security/help/Get-AzSecurityAdvancedThreatProtection.md +++ b/src/Security/Security/help/Get-AzSecurityAdvancedThreatProtection.md @@ -23,7 +23,7 @@ To use this cmdlet, specify the *ResourceId* parameter. ## EXAMPLES -### Example 1 : Storage Account +### Example 1: Storage Account ```powershell PS C:\> Get-AzSecurityAdvancedThreatProtection -ResourceId "/subscriptions/xxxxxxx-xxxx-xxxx-xxxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount/" @@ -34,7 +34,7 @@ IsEnabled Id This command gets the advanced threat protection policy for resource id `"/subscriptions/xxxxxxx-xxxx-xxxx-xxxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount/"`. -### Example 2 : CosmosDB Account +### Example 2: CosmosDB Account ```powershell PS C:\> Get-AzSecurityAdvancedThreatProtection -ResourceId "/subscriptions/xxxxxxx-xxxx-xxxx-xxxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDb/databaseAccounts/myCosmosDBAccount/"