Skip to content

Commit e7aeb4c

Browse files
committed
added description to New-AzOperationalInsightsWorkspace and Remove-AzOperationalInsightsTable cmdltes
1 parent 195727b commit e7aeb4c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/OperationalInsights/OperationalInsights.Autorest/examples/New-AzOperationalInsightsWorkspace.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ PS C:\> New-AzOperationalInsightsWorkspace -ResourceGroupName {RG-name} -Name {W
55
Location Name ETag ResourceGroupName
66
-------- ---- ---- -----------------
77
{Resource-location} {WS-name}
8-
```
8+
```
9+
10+
Creates a new LogAnalytics workspace for provided resource-group in the provided location.

src/OperationalInsights/OperationalInsights.Autorest/examples/Remove-AzOperationalInsightsTable.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ PS C:\> Remove-AzOperationalInsightsTable -ResourceGroupName dabenham-dev -Works
2222
PS C:\> $tempTable = Get-AzOperationalInsightsTable -ResourceGroupName dabenham-dev -WorkspaceName dabenham-PSH2 -Name Heartbeat
2323
PS C:\> $tempTable.RetentionInDay
2424
30
25-
```
25+
```
26+
27+
Using Remove-AzOperationalInsightsTable cmdlet to delete a default table is used to restore table to default state. if default state was not changed - the cmdlet will fail.

0 commit comments

Comments
 (0)