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.
Merge pull request #8 from grhuangmsft/users/grhuang/documentation-an…
…d-nosubfixes Update table formatting, parameter aliasing, documentation
- Loading branch information
Showing
23 changed files
with
379 additions
and
193 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,15 +46,10 @@ Returns communication details for a support ticket. | |
``` | ||
|
||
```output | ||
Name ResourceGroupName | ||
---- ----------------- | ||
9079281d-0fcc-ee11-9079-6045bdef78de | ||
test123 | ||
9ffd523a-5acb-ee11-9079-6045bdef7a0a | ||
590629b9-44cb-ee11-9079-6045bdef700d | ||
8a03e5d5-8eca-ee11-9079-6045bdeb5f9a | ||
14696079-8eca-ee11-9079-6045bdeb5f9a | ||
e0d2b429-7bca-ee11-907a-0022482a4908 | ||
Name Sender Subject CreatedDate | ||
---- ------ ------- ----------- | ||
590629b9-44cb-ee11-9079-6045bdef700d [email protected] test - TrackingID#2403080040012292 3/9/2024 2:21:58 AM | ||
ee25b14e-8fdd-ee11-904d-0022482a4908 [email protected] … 3/8/2024 9:03:35 PM | ||
``` | ||
|
||
Lists all communications (attachments not included) for a support ticket. | ||
|
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 |
---|---|---|
|
@@ -41,27 +41,40 @@ Returns communication details for a support ticket. | |
|
||
## EXAMPLES | ||
|
||
### Example 1: {{ Add title here }} | ||
### Example 1: List all communications under a no subscription support ticket | ||
```powershell | ||
{{ Add code here }} | ||
Get-AzSupportCommunicationsNoSubscription -SupportTicketName test1234 | ||
``` | ||
|
||
```output | ||
{{ Add output here (remove the output block if the example doesn't have an output) }} | ||
Name Sender Subject CreatedDate | ||
---- ------ ------- ----------- | ||
testCommunication1 [email protected] this is a test subject - TrackingID#2403070040015890 3/11/2024 3:46:43 PM | ||
testCommunication2 [email protected] this is a test subject - TrackingID#2403070040015890 3/11/2024 3:46:43 PM | ||
``` | ||
|
||
{{ Add description here }} | ||
List all communications under a no subscription support ticket | ||
|
||
### Example 2: {{ Add title here }} | ||
### Example 2: Get a communication under a no subscription support ticket | ||
```powershell | ||
{{ Add code here }} | ||
Get-AzSupportCommunicationsNoSubscription -SupportTicketName test1234 -Name testCommunication1 | ||
``` | ||
|
||
```output | ||
{{ Add output here (remove the output block if the example doesn't have an output) }} | ||
Body : <pre>this is a test body</pre> | ||
CommunicationDirection : Inbound | ||
CommunicationType : Web | ||
CreatedDate : 3/7/2024 11:53:33 PM | ||
Id : /providers/Microsoft.Support/supportTickets/test1234/communications/testCommunication1 | ||
Name : testCommunication | ||
ResourceGroupName : | ||
Sender : [email protected] | ||
Subject : this is a test subject - TrackingID#2403070040015890 | ||
Type : Microsoft.Support/communications | ||
``` | ||
|
||
{{ Add description here }} | ||
Get a communication under a no subscription support ticket | ||
|
||
## PARAMETERS | ||
|
||
|
@@ -71,7 +84,7 @@ Communication name. | |
```yaml | ||
Type: System.String | ||
Parameter Sets: Get, GetViaIdentitySupportTicket | ||
Aliases: | ||
Aliases: Name | ||
|
||
Required: True | ||
Position: Named | ||
|
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
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 |
---|---|---|
|
@@ -23,27 +23,26 @@ Adds a new customer communication to an Azure support ticket. | |
|
||
## EXAMPLES | ||
|
||
### Example 1: {{ Add title here }} | ||
### Example 1: Create a new communication under a no subscription ticket | ||
```powershell | ||
{{ Add code here }} | ||
New-AzSupportCommunicationsNoSubscription -SupportTicketName test1234 -Name testCommunication2 -Subject test -Body test | ||
``` | ||
|
||
```output | ||
{{ Add output here (remove the output block if the example doesn't have an output) }} | ||
Body : <pre>test</pre> | ||
CommunicationDirection : Inbound | ||
CommunicationType : Web | ||
CreatedDate : 3/11/2024 2:21:32 PM | ||
Id : /providers/Microsoft.Support/supportTickets/test-7d6ad184-eb1d-40b1-ae43-5b4312b702d4/communications/33445ea3-b | ||
2df-ee11-904d-00224835ac0b | ||
Name : 33445ea3-b2df-ee11-904d-00224835ac0b | ||
ResourceGroupName : | ||
Sender : [email protected] | ||
Subject : test - TrackingID#2403070040015890 | ||
Type : Microsoft.Support/communications | ||
``` | ||
|
||
{{ 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 }} | ||
Create a new communication under a no subscription ticket | ||
|
||
## PARAMETERS | ||
|
||
|
@@ -83,7 +82,7 @@ Communication name. | |
```yaml | ||
Type: System.String | ||
Parameter Sets: (All) | ||
Aliases: | ||
Aliases: Name | ||
|
||
Required: True | ||
Position: Named | ||
|
Oops, something went wrong.