Skip to content

Commit 4f1bbe0

Browse files
Update Add-AzureRmLogProfile.md
Removed ```yaml from 1) List of locations 2) StorageAccointId
1 parent 62a7111 commit 4f1bbe0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/ResourceManager/Insights/Commands.Insights/help/Add-AzureRmLogProfile.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ Accept wildcard characters: False
5555
### -Locations
5656
Specifies the location of the log profile.
5757
Valid values: Run below cmdlet to get the latest list of locations.
58-
```yaml
58+
5959
Get-AzureLocation | Select DisplayName
60-
```
6160
6261
```yaml
6362
Type: System.Collections.Generic.List`1[System.String]
@@ -118,10 +117,8 @@ Accept wildcard characters: False
118117
119118
### -StorageAccountId
120119
Specifies the ID of the Storage account. ID is the fully qualified Resource ID of the storage account for example
121-
```yaml
122-
/subscriptions/40gpe80s-9sb7-4f07-9042-b1b6a92ja9fk/resourceGroups/activitylogRG/providers/Microsoft.Storage/storageAccounts/activitylogstorageaccount
123-
```
124120
121+
/subscriptions/40gpe80s-9sb7-4f07-9042-b1b6a92ja9fk/resourceGroups/activitylogRG/providers/Microsoft.Storage/storageAccounts/activitylogstorageaccount
125122
126123
```yaml
127124
Type: String

0 commit comments

Comments
 (0)