Skip to content

Commit

Permalink
documentation for file workspace commands
Browse files Browse the repository at this point in the history
  • Loading branch information
grhuangmsft committed Feb 8, 2024
1 parent 54c1f1d commit 5878a49
Show file tree
Hide file tree
Showing 8 changed files with 120 additions and 121 deletions.
30 changes: 15 additions & 15 deletions src/Support/Support.Autorest/docs/Get-AzSupportFileWorkspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@ Gets details for a specific file workspace in an Azure subscription.

## EXAMPLES

### Example 1: {{ Add title here }}
### Example 1: Get a file workspace
```powershell
{{ Add code here }}
Get-AzSupportFileWorkspace -Name "testworkspace"
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
CreatedOn : 2/8/2024 3:51:36 PM
ExpirationTime : 2/9/2024 3:51:36 PM
Id : /subscriptions/3bb7379e-e102-4603-a59c-60f5ca39ec55/providers/Microsoft.Support/fileWorkspaces/testworkspace
Name : testworkspace
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/fileWorkspaces
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
```

{{ Add description here }}
Gets details for a specific file workspace in an Azure subscription.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ Gets details for a specific file workspace.

## EXAMPLES

### Example 1: {{ Add title here }}
### Example 1: Get a file workspace
```powershell
{{ Add code here }}
Get-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
CreatedOn : 2/8/2024 4:25:38 PM
ExpirationTime : 2/9/2024 4:25:38 PM
Id : /providers/Microsoft.Support/fileWorkspaces/testworkspace
Name : testworkspace
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/fileWorkspaces
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
```

{{ Add description here }}
Gets details for a specific file workspace.

## PARAMETERS

Expand Down
30 changes: 15 additions & 15 deletions src/Support/Support.Autorest/docs/New-AzSupportFileWorkspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ Creates a new file workspace for the specified subscription.

## EXAMPLES

### Example 1: {{ Add title here }}
### Example 1: Create a new file workspace
```powershell
{{ Add code here }}
New-AzSupportFileWorkspace -Name "testworkspace"
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
CreatedOn : 2/8/2024 3:51:36 PM
ExpirationTime : 2/9/2024 3:51:36 PM
Id : /subscriptions/3bb7379e-e102-4603-a59c-60f5ca39ec55/providers/Microsoft.Support/fileWorkspaces/testworkspace
Name : testworkspace
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/fileWorkspaces
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
```

{{ Add description here }}
Creates a new file workspace for the specified subscription.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ Creates a new file workspace.

## EXAMPLES

### Example 1: {{ Add title here }}
### Example 1: Create a new file workspace
```powershell
{{ Add code here }}
New-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
CreatedOn : 2/8/2024 4:25:38 PM
ExpirationTime : 2/9/2024 4:25:38 PM
Id : /providers/Microsoft.Support/fileWorkspaces/testworkspace
Name : testworkspace
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/fileWorkspaces
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
```

{{ Add description here }}
Creates a new file workspace.

## PARAMETERS

Expand Down
30 changes: 15 additions & 15 deletions src/Support/Support.Autorest/examples/Get-AzSupportFileWorkspace.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
### Example 1: {{ Add title here }}
### Example 1: Get a file workspace
```powershell
{{ Add code here }}
Get-AzSupportFileWorkspace -Name "testworkspace"
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
CreatedOn : 2/8/2024 3:51:36 PM
ExpirationTime : 2/9/2024 3:51:36 PM
Id : /subscriptions/3bb7379e-e102-4603-a59c-60f5ca39ec55/providers/Microsoft.Support/fileWorkspaces/testworkspace
Name : testworkspace
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/fileWorkspaces
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
```

{{ Add description here }}
Gets details for a specific file workspace in an Azure subscription.

Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
### Example 1: {{ Add title here }}
### Example 1: Get a file workspace
```powershell
{{ Add code here }}
Get-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
CreatedOn : 2/8/2024 4:25:38 PM
ExpirationTime : 2/9/2024 4:25:38 PM
Id : /providers/Microsoft.Support/fileWorkspaces/testworkspace
Name : testworkspace
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/fileWorkspaces
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
```

{{ Add description here }}

Gets details for a specific file workspace.
30 changes: 15 additions & 15 deletions src/Support/Support.Autorest/examples/New-AzSupportFileWorkspace.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
### Example 1: {{ Add title here }}
### Example 1: Create a new file workspace
```powershell
{{ Add code here }}
New-AzSupportFileWorkspace -Name "testworkspace"
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
CreatedOn : 2/8/2024 3:51:36 PM
ExpirationTime : 2/9/2024 3:51:36 PM
Id : /subscriptions/3bb7379e-e102-4603-a59c-60f5ca39ec55/providers/Microsoft.Support/fileWorkspaces/testworkspace
Name : testworkspace
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/fileWorkspaces
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
```

{{ Add description here }}
Creates a new file workspace for the specified subscription.

Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
### Example 1: {{ Add title here }}
### Example 1: Create a new file workspace
```powershell
{{ Add code here }}
New-AzSupportFileWorkspacesNoSubscription -Name "testworkspace"
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
CreatedOn : 2/8/2024 4:25:38 PM
ExpirationTime : 2/9/2024 4:25:38 PM
Id : /providers/Microsoft.Support/fileWorkspaces/testworkspace
Name : testworkspace
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.Support/fileWorkspaces
```

{{ Add description here }}

### Example 2: {{ Add title here }}
```powershell
{{ Add code here }}
```

```output
{{ Add output here (remove the output block if the example doesn't have an output) }}
```

{{ Add description here }}
Creates a new file workspace.

0 comments on commit 5878a49

Please sign in to comment.