Skip to content

Commit e32945d

Browse files
committed
update examples folder to contain only examples instead of full .md content
1 parent 50bf4cf commit e32945d

10 files changed

+7
-2578
lines changed
Lines changed: 0 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
---
2-
external help file:
3-
Module Name: Az.OperationalInsights
4-
online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/get-azoperationalinsightsdeletedworkspace
5-
schema: 2.0.0
6-
---
7-
8-
# Get-AzOperationalInsightsDeletedWorkspace
9-
10-
## SYNOPSIS
11-
Gets recently deleted workspaces in a subscription, available for recovery.
12-
13-
## SYNTAX
14-
15-
### List (Default)
16-
```
17-
Get-AzOperationalInsightsDeletedWorkspace [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[<CommonParameters>]
19-
```
20-
21-
### List1
22-
```
23-
Get-AzOperationalInsightsDeletedWorkspace -ResourceGroupName <String> [-SubscriptionId <String[]>]
24-
[-DefaultProfile <PSObject>] [<CommonParameters>]
25-
```
26-
27-
## DESCRIPTION
28-
Gets recently deleted workspaces in a subscription, available for recovery.
29-
301
## EXAMPLES
312

323
### Example 1: List all deleted workspaces for a given resource group
@@ -99,67 +70,3 @@ CreatedDate : Tue, 12 Jan 2021 11:25:15 GMT
9970
ModifiedDate : Wed, 19 Jan 2022 20:50:32 GMT
10071
ForceCmkForQuery :
10172
WorkspaceFeatures : Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures
102-
103-
## PARAMETERS
104-
105-
### -DefaultProfile
106-
The credentials, account, tenant, and subscription used for communication with Azure.
107-
108-
```yaml
109-
Type: System.Management.Automation.PSObject
110-
Parameter Sets: (All)
111-
Aliases: AzureRMContext, AzureCredential
112-
113-
Required: False
114-
Position: Named
115-
Default value: None
116-
Accept pipeline input: False
117-
Accept wildcard characters: False
118-
```
119-
120-
### -ResourceGroupName
121-
The name of the resource group.
122-
The name is case insensitive.
123-
124-
```yaml
125-
Type: System.String
126-
Parameter Sets: List1
127-
Aliases:
128-
129-
Required: True
130-
Position: Named
131-
Default value: None
132-
Accept pipeline input: False
133-
Accept wildcard characters: False
134-
```
135-
136-
### -SubscriptionId
137-
The ID of the target subscription.
138-
139-
```yaml
140-
Type: System.String[]
141-
Parameter Sets: (All)
142-
Aliases:
143-
144-
Required: False
145-
Position: Named
146-
Default value: (Get-AzContext).Subscription.Id
147-
Accept pipeline input: False
148-
Accept wildcard characters: False
149-
```
150-
151-
### CommonParameters
152-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
153-
154-
## INPUTS
155-
156-
## OUTPUTS
157-
158-
### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.IWorkspace
159-
160-
## NOTES
161-
162-
ALIASES
163-
164-
## RELATED LINKS
165-
Lines changed: 1 addition & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,3 @@
1-
---
2-
external help file:
3-
Module Name: Az.OperationalInsights
4-
online version: https://docs.microsoft.com/powershell/module/az.operationalinsights/get-azoperationalinsightstable
5-
schema: 2.0.0
6-
---
7-
8-
# Get-AzOperationalInsightsTable
9-
10-
## SYNOPSIS
11-
Gets a Log Analytics workspace table.
12-
13-
## SYNTAX
14-
15-
### List (Default)
16-
```
17-
Get-AzOperationalInsightsTable -ResourceGroupName <String> -WorkspaceName <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
19-
```
20-
21-
### Get
22-
```
23-
Get-AzOperationalInsightsTable -Name <String> -ResourceGroupName <String> -WorkspaceName <String>
24-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
25-
```
26-
27-
### GetViaIdentity
28-
```
29-
Get-AzOperationalInsightsTable -InputObject <IOperationalInsightsIdentity> [-DefaultProfile <PSObject>]
30-
[<CommonParameters>]
31-
```
32-
33-
## DESCRIPTION
34-
Gets a Log Analytics workspace table.
35-
361
## EXAMPLES
372

383
### Example 1: List tables for a given workspace name
@@ -58,129 +23,4 @@ Get-AzOperationalInsightsTable -ResourceGroupName {RG-Name} -WorkspaceName {WS-N
5823

5924
Name Id RetentionInDays
6025
---- -- ---------------
61-
{Table-Name} /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/{Table-Name} 90
62-
63-
64-
## PARAMETERS
65-
66-
### -DefaultProfile
67-
The credentials, account, tenant, and subscription used for communication with Azure.
68-
69-
```yaml
70-
Type: System.Management.Automation.PSObject
71-
Parameter Sets: (All)
72-
Aliases: AzureRMContext, AzureCredential
73-
74-
Required: False
75-
Position: Named
76-
Default value: None
77-
Accept pipeline input: False
78-
Accept wildcard characters: False
79-
```
80-
81-
### -InputObject
82-
Identity Parameter
83-
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
84-
85-
```yaml
86-
Type: Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity
87-
Parameter Sets: GetViaIdentity
88-
Aliases:
89-
90-
Required: True
91-
Position: Named
92-
Default value: None
93-
Accept pipeline input: True (ByValue)
94-
Accept wildcard characters: False
95-
```
96-
97-
### -Name
98-
The name of the table.
99-
100-
```yaml
101-
Type: System.String
102-
Parameter Sets: Get
103-
Aliases: TableName
104-
105-
Required: True
106-
Position: Named
107-
Default value: None
108-
Accept pipeline input: False
109-
Accept wildcard characters: False
110-
```
111-
112-
### -ResourceGroupName
113-
The name of the resource group.
114-
The name is case insensitive.
115-
116-
```yaml
117-
Type: System.String
118-
Parameter Sets: Get, List
119-
Aliases:
120-
121-
Required: True
122-
Position: Named
123-
Default value: None
124-
Accept pipeline input: False
125-
Accept wildcard characters: False
126-
```
127-
128-
### -SubscriptionId
129-
The ID of the target subscription.
130-
131-
```yaml
132-
Type: System.String[]
133-
Parameter Sets: Get, List
134-
Aliases:
135-
136-
Required: False
137-
Position: Named
138-
Default value: (Get-AzContext).Subscription.Id
139-
Accept pipeline input: False
140-
Accept wildcard characters: False
141-
```
142-
143-
### -WorkspaceName
144-
The name of the workspace.
145-
146-
```yaml
147-
Type: System.String
148-
Parameter Sets: Get, List
149-
Aliases:
150-
151-
Required: True
152-
Position: Named
153-
Default value: None
154-
Accept pipeline input: False
155-
Accept wildcard characters: False
156-
```
157-
158-
### CommonParameters
159-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
160-
161-
## INPUTS
162-
163-
### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.IOperationalInsightsIdentity
164-
165-
## OUTPUTS
166-
167-
### Microsoft.Azure.PowerShell.Cmdlets.OperationalInsights.Models.Api20211201Preview.ITable
168-
169-
## NOTES
170-
171-
ALIASES
172-
173-
COMPLEX PARAMETER PROPERTIES
174-
175-
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
176-
177-
178-
INPUTOBJECT <IOperationalInsightsIdentity>: Identity Parameter
179-
- `[Id <String>]`: Resource identity path
180-
- `[ResourceGroupName <String>]`: The name of the resource group. The name is case insensitive.
181-
- `[SubscriptionId <String>]`: The ID of the target subscription.
182-
- `[TableName <String>]`: The name of the table.
183-
- `[WorkspaceName <String>]`: The name of the workspace.
184-
185-
## RELATED LINKS
186-
26+
{Table-Name} /subscriptions/{SUB-id}/resourcegroups/{RG-Name}/providers/Microsoft.OperationalInsights/workspaces/{WS-Name}/tables/{Table-Name} 90

0 commit comments

Comments
 (0)