Skip to content

Commit 5878a49

Browse files
committed
documentation for file workspace commands
1 parent 54c1f1d commit 5878a49

8 files changed

+120
-121
lines changed

src/Support/Support.Autorest/docs/Get-AzSupportFileWorkspace.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@ Gets details for a specific file workspace in an Azure subscription.
2828

2929
## EXAMPLES
3030

31-
### Example 1: {{ Add title here }}
31+
### Example 1: Get a file workspace
3232
```powershell
33-
{{ Add code here }}
33+
Get-AzSupportFileWorkspace -Name "testworkspace"
3434
```
3535

3636
```output
37-
{{ Add output here (remove the output block if the example doesn't have an output) }}
37+
CreatedOn : 2/8/2024 3:51:36 PM
38+
ExpirationTime : 2/9/2024 3:51:36 PM
39+
Id : /subscriptions/3bb7379e-e102-4603-a59c-60f5ca39ec55/providers/Microsoft.Support/fileWorkspaces/testworkspace
40+
Name : testworkspace
41+
ResourceGroupName :
42+
SystemDataCreatedAt :
43+
SystemDataCreatedBy :
44+
SystemDataCreatedByType :
45+
SystemDataLastModifiedAt :
46+
SystemDataLastModifiedBy :
47+
SystemDataLastModifiedByType :
48+
Type : Microsoft.Support/fileWorkspaces
3849
```
3950

40-
{{ Add description here }}
41-
42-
### Example 2: {{ Add title here }}
43-
```powershell
44-
{{ Add code here }}
45-
```
46-
47-
```output
48-
{{ Add output here (remove the output block if the example doesn't have an output) }}
49-
```
50-
51-
{{ Add description here }}
51+
Gets details for a specific file workspace in an Azure subscription.
5252

5353
## PARAMETERS
5454

src/Support/Support.Autorest/docs/Get-AzSupportFileWorkspacesNoSubscription.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ Gets details for a specific file workspace.
2929

3030
## EXAMPLES
3131

32-
### Example 1: {{ Add title here }}
32+
### Example 1: Get a file workspace
3333
```powershell
34-
{{ Add code here }}
34+
Get-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
3535
```
3636

3737
```output
38-
{{ Add output here (remove the output block if the example doesn't have an output) }}
38+
CreatedOn : 2/8/2024 4:25:38 PM
39+
ExpirationTime : 2/9/2024 4:25:38 PM
40+
Id : /providers/Microsoft.Support/fileWorkspaces/testworkspace
41+
Name : testworkspace
42+
ResourceGroupName :
43+
SystemDataCreatedAt :
44+
SystemDataCreatedBy :
45+
SystemDataCreatedByType :
46+
SystemDataLastModifiedAt :
47+
SystemDataLastModifiedBy :
48+
SystemDataLastModifiedByType :
49+
Type : Microsoft.Support/fileWorkspaces
3950
```
4051

41-
{{ Add description here }}
42-
43-
### Example 2: {{ Add title here }}
44-
```powershell
45-
{{ Add code here }}
46-
```
47-
48-
```output
49-
{{ Add output here (remove the output block if the example doesn't have an output) }}
50-
```
51-
52-
{{ Add description here }}
52+
Gets details for a specific file workspace.
5353

5454
## PARAMETERS
5555

src/Support/Support.Autorest/docs/New-AzSupportFileWorkspace.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@ Creates a new file workspace for the specified subscription.
2222

2323
## EXAMPLES
2424

25-
### Example 1: {{ Add title here }}
25+
### Example 1: Create a new file workspace
2626
```powershell
27-
{{ Add code here }}
27+
New-AzSupportFileWorkspace -Name "testworkspace"
2828
```
2929

3030
```output
31-
{{ Add output here (remove the output block if the example doesn't have an output) }}
31+
CreatedOn : 2/8/2024 3:51:36 PM
32+
ExpirationTime : 2/9/2024 3:51:36 PM
33+
Id : /subscriptions/3bb7379e-e102-4603-a59c-60f5ca39ec55/providers/Microsoft.Support/fileWorkspaces/testworkspace
34+
Name : testworkspace
35+
ResourceGroupName :
36+
SystemDataCreatedAt :
37+
SystemDataCreatedBy :
38+
SystemDataCreatedByType :
39+
SystemDataLastModifiedAt :
40+
SystemDataLastModifiedBy :
41+
SystemDataLastModifiedByType :
42+
Type : Microsoft.Support/fileWorkspaces
3243
```
3344

34-
{{ Add description here }}
35-
36-
### Example 2: {{ Add title here }}
37-
```powershell
38-
{{ Add code here }}
39-
```
40-
41-
```output
42-
{{ Add output here (remove the output block if the example doesn't have an output) }}
43-
```
44-
45-
{{ Add description here }}
45+
Creates a new file workspace for the specified subscription.
4646

4747
## PARAMETERS
4848

src/Support/Support.Autorest/docs/New-AzSupportFileWorkspacesNoSubscription.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@ Creates a new file workspace.
2222

2323
## EXAMPLES
2424

25-
### Example 1: {{ Add title here }}
25+
### Example 1: Create a new file workspace
2626
```powershell
27-
{{ Add code here }}
27+
New-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
2828
```
2929

3030
```output
31-
{{ Add output here (remove the output block if the example doesn't have an output) }}
31+
CreatedOn : 2/8/2024 4:25:38 PM
32+
ExpirationTime : 2/9/2024 4:25:38 PM
33+
Id : /providers/Microsoft.Support/fileWorkspaces/testworkspace
34+
Name : testworkspace
35+
ResourceGroupName :
36+
SystemDataCreatedAt :
37+
SystemDataCreatedBy :
38+
SystemDataCreatedByType :
39+
SystemDataLastModifiedAt :
40+
SystemDataLastModifiedBy :
41+
SystemDataLastModifiedByType :
42+
Type : Microsoft.Support/fileWorkspaces
3243
```
3344

34-
{{ Add description here }}
35-
36-
### Example 2: {{ Add title here }}
37-
```powershell
38-
{{ Add code here }}
39-
```
40-
41-
```output
42-
{{ Add output here (remove the output block if the example doesn't have an output) }}
43-
```
44-
45-
{{ Add description here }}
45+
Creates a new file workspace.
4646

4747
## PARAMETERS
4848

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
### Example 1: {{ Add title here }}
1+
### Example 1: Get a file workspace
22
```powershell
3-
{{ Add code here }}
3+
Get-AzSupportFileWorkspace -Name "testworkspace"
44
```
55

66
```output
7-
{{ Add output here (remove the output block if the example doesn't have an output) }}
7+
CreatedOn : 2/8/2024 3:51:36 PM
8+
ExpirationTime : 2/9/2024 3:51:36 PM
9+
Id : /subscriptions/3bb7379e-e102-4603-a59c-60f5ca39ec55/providers/Microsoft.Support/fileWorkspaces/testworkspace
10+
Name : testworkspace
11+
ResourceGroupName :
12+
SystemDataCreatedAt :
13+
SystemDataCreatedBy :
14+
SystemDataCreatedByType :
15+
SystemDataLastModifiedAt :
16+
SystemDataLastModifiedBy :
17+
SystemDataLastModifiedByType :
18+
Type : Microsoft.Support/fileWorkspaces
819
```
920

10-
{{ Add description here }}
11-
12-
### Example 2: {{ Add title here }}
13-
```powershell
14-
{{ Add code here }}
15-
```
16-
17-
```output
18-
{{ Add output here (remove the output block if the example doesn't have an output) }}
19-
```
20-
21-
{{ Add description here }}
21+
Gets details for a specific file workspace in an Azure subscription.
2222

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
### Example 1: {{ Add title here }}
1+
### Example 1: Get a file workspace
22
```powershell
3-
{{ Add code here }}
3+
Get-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
44
```
55

66
```output
7-
{{ Add output here (remove the output block if the example doesn't have an output) }}
7+
CreatedOn : 2/8/2024 4:25:38 PM
8+
ExpirationTime : 2/9/2024 4:25:38 PM
9+
Id : /providers/Microsoft.Support/fileWorkspaces/testworkspace
10+
Name : testworkspace
11+
ResourceGroupName :
12+
SystemDataCreatedAt :
13+
SystemDataCreatedBy :
14+
SystemDataCreatedByType :
15+
SystemDataLastModifiedAt :
16+
SystemDataLastModifiedBy :
17+
SystemDataLastModifiedByType :
18+
Type : Microsoft.Support/fileWorkspaces
819
```
920

10-
{{ Add description here }}
11-
12-
### Example 2: {{ Add title here }}
13-
```powershell
14-
{{ Add code here }}
15-
```
16-
17-
```output
18-
{{ Add output here (remove the output block if the example doesn't have an output) }}
19-
```
20-
21-
{{ Add description here }}
22-
21+
Gets details for a specific file workspace.
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
### Example 1: {{ Add title here }}
1+
### Example 1: Create a new file workspace
22
```powershell
3-
{{ Add code here }}
3+
New-AzSupportFileWorkspace -Name "testworkspace"
44
```
55

66
```output
7-
{{ Add output here (remove the output block if the example doesn't have an output) }}
7+
CreatedOn : 2/8/2024 3:51:36 PM
8+
ExpirationTime : 2/9/2024 3:51:36 PM
9+
Id : /subscriptions/3bb7379e-e102-4603-a59c-60f5ca39ec55/providers/Microsoft.Support/fileWorkspaces/testworkspace
10+
Name : testworkspace
11+
ResourceGroupName :
12+
SystemDataCreatedAt :
13+
SystemDataCreatedBy :
14+
SystemDataCreatedByType :
15+
SystemDataLastModifiedAt :
16+
SystemDataLastModifiedBy :
17+
SystemDataLastModifiedByType :
18+
Type : Microsoft.Support/fileWorkspaces
819
```
920

10-
{{ Add description here }}
11-
12-
### Example 2: {{ Add title here }}
13-
```powershell
14-
{{ Add code here }}
15-
```
16-
17-
```output
18-
{{ Add output here (remove the output block if the example doesn't have an output) }}
19-
```
20-
21-
{{ Add description here }}
21+
Creates a new file workspace for the specified subscription.
2222

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
### Example 1: {{ Add title here }}
1+
### Example 1: Create a new file workspace
22
```powershell
3-
{{ Add code here }}
3+
New-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
44
```
55

66
```output
7-
{{ Add output here (remove the output block if the example doesn't have an output) }}
7+
CreatedOn : 2/8/2024 4:25:38 PM
8+
ExpirationTime : 2/9/2024 4:25:38 PM
9+
Id : /providers/Microsoft.Support/fileWorkspaces/testworkspace
10+
Name : testworkspace
11+
ResourceGroupName :
12+
SystemDataCreatedAt :
13+
SystemDataCreatedBy :
14+
SystemDataCreatedByType :
15+
SystemDataLastModifiedAt :
16+
SystemDataLastModifiedBy :
17+
SystemDataLastModifiedByType :
18+
Type : Microsoft.Support/fileWorkspaces
819
```
920

10-
{{ Add description here }}
11-
12-
### Example 2: {{ Add title here }}
13-
```powershell
14-
{{ Add code here }}
15-
```
16-
17-
```output
18-
{{ Add output here (remove the output block if the example doesn't have an output) }}
19-
```
20-
21-
{{ Add description here }}
21+
Creates a new file workspace.
2222

0 commit comments

Comments
 (0)