forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documentation for file workspace commands
- Loading branch information
1 parent
54c1f1d
commit 5878a49
Showing
8 changed files
with
120 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 15 additions & 15 deletions
30
src/Support/Support.Autorest/examples/Get-AzSupportFileWorkspace.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
31 changes: 15 additions & 16 deletions
31
src/Support/Support.Autorest/examples/Get-AzSupportFileWorkspacesNoSubscription.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
30
src/Support/Support.Autorest/examples/New-AzSupportFileWorkspace.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
30 changes: 15 additions & 15 deletions
30
src/Support/Support.Autorest/examples/New-AzSupportFileWorkspacesNoSubscription.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|