File tree Expand file tree Collapse file tree 8 files changed +120
-121
lines changed
src/Support/Support.Autorest Expand file tree Collapse file tree 8 files changed +120
-121
lines changed Original file line number Diff line number Diff line change @@ -28,27 +28,27 @@ Gets details for a specific file workspace in an Azure subscription.
28
28
29
29
## EXAMPLES
30
30
31
- ### Example 1: {{ Add title here }}
31
+ ### Example 1: Get a file workspace
32
32
``` powershell
33
- {{ Add code here }}
33
+ Get-AzSupportFileWorkspace -Name "testworkspace"
34
34
```
35
35
36
36
``` 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
38
49
```
39
50
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.
52
52
53
53
## PARAMETERS
54
54
Original file line number Diff line number Diff line change @@ -29,27 +29,27 @@ Gets details for a specific file workspace.
29
29
30
30
## EXAMPLES
31
31
32
- ### Example 1: {{ Add title here }}
32
+ ### Example 1: Get a file workspace
33
33
``` powershell
34
- {{ Add code here }}
34
+ Get-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
35
35
```
36
36
37
37
``` 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
39
50
```
40
51
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.
53
53
54
54
## PARAMETERS
55
55
Original file line number Diff line number Diff line change @@ -22,27 +22,27 @@ Creates a new file workspace for the specified subscription.
22
22
23
23
## EXAMPLES
24
24
25
- ### Example 1: {{ Add title here }}
25
+ ### Example 1: Create a new file workspace
26
26
``` powershell
27
- {{ Add code here }}
27
+ New-AzSupportFileWorkspace -Name "testworkspace"
28
28
```
29
29
30
30
``` 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
32
43
```
33
44
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.
46
46
47
47
## PARAMETERS
48
48
Original file line number Diff line number Diff line change @@ -22,27 +22,27 @@ Creates a new file workspace.
22
22
23
23
## EXAMPLES
24
24
25
- ### Example 1: {{ Add title here }}
25
+ ### Example 1: Create a new file workspace
26
26
``` powershell
27
- {{ Add code here }}
27
+ New-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
28
28
```
29
29
30
30
``` 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
32
43
```
33
44
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.
46
46
47
47
## PARAMETERS
48
48
Original file line number Diff line number Diff line change 1
- ### Example 1: {{ Add title here }}
1
+ ### Example 1: Get a file workspace
2
2
``` powershell
3
- {{ Add code here }}
3
+ Get-AzSupportFileWorkspace -Name "testworkspace"
4
4
```
5
5
6
6
``` 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
8
19
```
9
20
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.
22
22
Original file line number Diff line number Diff line change 1
- ### Example 1: {{ Add title here }}
1
+ ### Example 1: Get a file workspace
2
2
``` powershell
3
- {{ Add code here }}
3
+ Get-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
4
4
```
5
5
6
6
``` 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
8
19
```
9
20
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.
Original file line number Diff line number Diff line change 1
- ### Example 1: {{ Add title here }}
1
+ ### Example 1: Create a new file workspace
2
2
``` powershell
3
- {{ Add code here }}
3
+ New-AzSupportFileWorkspace -Name "testworkspace"
4
4
```
5
5
6
6
``` 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
8
19
```
9
20
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.
22
22
Original file line number Diff line number Diff line change 1
- ### Example 1: {{ Add title here }}
1
+ ### Example 1: Create a new file workspace
2
2
``` powershell
3
- {{ Add code here }}
3
+ New-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
4
4
```
5
5
6
6
``` 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
8
19
```
9
20
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.
22
22
You can’t perform that action at this time.
0 commit comments