Skip to content

Commit 59226cc

Browse files
authored
Update src/OperationalInsights/OperationalInsights.Autorest/examples/Get-AzOperationalInsightsDeletedWorkspace.md
1 parent 28a382a commit 59226cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName {RG-Name}
44
```
55

6+
```output
67
Name : {WS-Name1}
78
ResourceId : /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/microsoft.operationalinsights/workspaces/{WS-Name1}
89
ResourceGroupName : {RG-Name}
@@ -43,7 +44,6 @@ ModifiedDate : Wed, 19 Jan 2022 20:50:32 GMT
4344
ForceCmkForQuery :
4445
WorkspaceFeatures : Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures
4546
46-
4747
### Example 2: Get a deleted workspace by resorce group and name
4848
```powershell
4949
Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName {RG-Name} -Name {WS-Name1}

0 commit comments

Comments
 (0)