Skip to content

Commit b031475

Browse files
authored
Update Get-AzOperationalInsightsDeletedWorkspace.md
1 parent 59226cc commit b031475

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsDeletedWorkspace.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
### Example 1: List all deleted workspaces for a given resource group
22
```powershell
33
Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName {RG-Name}
4-
```
54
6-
```output
75
Name : {WS-Name1}
86
ResourceId : /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/microsoft.operationalinsights/workspaces/{WS-Name1}
97
ResourceGroupName : {RG-Name}
@@ -43,11 +41,13 @@ CreatedDate : Tue, 12 Jan 2021 11:25:15 GMT
4341
ModifiedDate : Wed, 19 Jan 2022 20:50:32 GMT
4442
ForceCmkForQuery :
4543
WorkspaceFeatures : Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures
44+
```
45+
46+
{Please add a description here}
4647

4748
### Example 2: Get a deleted workspace by resorce group and name
4849
```powershell
4950
Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName {RG-Name} -Name {WS-Name1}
50-
```
5151
5252
Name : {WS-Name1}
5353
ResourceId : /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/microsoft.operationalinsights/workspaces/{WS-Name1}
@@ -68,3 +68,6 @@ CreatedDate : Tue, 12 Jan 2021 11:25:15 GMT
6868
ModifiedDate : Wed, 19 Jan 2022 20:50:32 GMT
6969
ForceCmkForQuery :
7070
WorkspaceFeatures : Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures
71+
```
72+
73+
{Please add a description here}

0 commit comments

Comments
 (0)