Skip to content

Commit 4f79e30

Browse files
committed
fix documentation
1 parent 194a139 commit 4f79e30

File tree

4 files changed

+194
-65
lines changed

4 files changed

+194
-65
lines changed

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

Lines changed: 50 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,60 @@ The auxiliary token will be from the Cloud solution provider (CSP) partner tenan
4444

4545
## EXAMPLES
4646

47-
### Example 1: {{ Add title here }}
47+
### Example 1: Creates support ticket at subscription level
4848
```powershell
49-
{{ Add code here }}
49+
New-AzSupportTicket -Name "test12345678" -AdvancedDiagnosticConsent "no" -ContactDetailPrimaryEmailAddress "[email protected]" -ContactDetailFirstName "test" -ContactDetailLastName "test" -ContactDetailPreferredContactMethod "email" -ContactDetailPreferredTimeZone "Pacific Standard Time" -ContactDetailPreferredSupportLanguage "en-US" -ContactDetailCountry "usa" -Description "test ticket - please ignore and close" -Severity "minimal" -Title "test ticket - please ignore and close" -ServiceId "/providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc" -ProblemClassificationId "/providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc/problemClassifications/3ec1a070-f242-9ecf-5a7c-e1a88ce029ef"
5050
```
5151

5252
```output
53-
{{ Add output here (remove the output block if the example doesn't have an output) }}
54-
```
55-
56-
{{ Add description here }}
57-
58-
### Example 2: {{ Add title here }}
59-
```powershell
60-
{{ Add code here }}
61-
```
62-
63-
```output
64-
{{ Add output here (remove the output block if the example doesn't have an output) }}
65-
```
66-
67-
{{ Add description here }}
53+
AdvancedDiagnosticConsent : No
54+
ContactDetailAdditionalEmailAddress :
55+
ContactDetailCountry : USA
56+
ContactDetailFirstName : test
57+
ContactDetailLastName : test
58+
ContactDetailPhoneNumber :
59+
ContactDetailPreferredContactMethod : Email
60+
ContactDetailPreferredSupportLanguage : en-US
61+
ContactDetailPreferredTimeZone : Pacific Standard Time
62+
ContactDetailPrimaryEmailAddress : [email protected]
63+
CreatedDate : 2/22/2024 6:48:38 AM
64+
Description : test ticket - please ignore and close
65+
EnrollmentId :
66+
FileWorkspaceName : 2402220010002574
67+
Id : /subscriptions/76cb77fa-8b17-4eab-9493-b65dace99813/providers/Microsoft.Su
68+
pport/supportTickets/test12345678
69+
ModifiedDate : 2/22/2024 6:48:50 AM
70+
Name : test12345678
71+
ProblemClassificationDisplayName : Add or update VAT, tax id, PO number or profile information
72+
ProblemClassificationId : /providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc
73+
/problemClassifications/3ec1a070-f242-9ecf-5a7c-e1a88ce029ef
74+
ProblemScopingQuestion :
75+
ProblemStartTime :
76+
QuotaTicketDetailQuotaChangeRequest :
77+
QuotaTicketDetailQuotaChangeRequestSubType :
78+
QuotaTicketDetailQuotaChangeRequestVersion :
79+
Require24X7Response : False
80+
ResourceGroupName :
81+
SecondaryConsent :
82+
ServiceDisplayName : Billing
83+
ServiceId : /providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc
84+
ServiceLevelAgreementExpirationTime : 2/22/2024 10:00:00 PM
85+
ServiceLevelAgreementSlaMinute : 480
86+
ServiceLevelAgreementStartTime : 2/22/2024 6:48:38 AM
87+
Severity : Minimal
88+
Status : Open
89+
SupportEngineerEmailAddress :
90+
SupportPlanDisplayName : Azure Support Plan - Internal
91+
SupportPlanId : U291cmNlOkVBLFN1YnNjcmlwdGlvbklkOjc2Q0I3N0ZBLThCMTctNEVBQi05NDkzLUI2NURBQ0
92+
U5OTgxMyxPZmZlcklkOk1TLUFaUi0wMDE1UCxTb3ZlcmVpZ25DbG91ZDpQdWJsaWMs
93+
SupportPlanType : Azure Internal
94+
SupportTicketId : 2402220010002574
95+
TechnicalTicketDetailResourceId :
96+
Title : test ticket - please ignore and close
97+
Type : Microsoft.Support/supportTickets
98+
```
99+
100+
Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and Subscription Management issues for the specified subscription
68101

69102
## PARAMETERS
70103

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

Lines changed: 49 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,59 @@ The Azure support engineer working on your ticket will reach out to you for cons
3838

3939
## EXAMPLES
4040

41-
### Example 1: {{ Add title here }}
41+
### Example 1: Creates support ticket at tenant level
4242
```powershell
43-
{{ Add code here }}
43+
New-AzSupportTicketsNoSubscription -SupportTicketName "test12345678" -AdvancedDiagnosticConsent "no" -ContactDetailPrimaryEmailAddress "[email protected]" -ContactDetailFirstName "test" -ContactDetailLastName "test" -ContactDetailPreferredContactMethod "email" -ContactDetailPreferredTimeZone "Pacific Standard Time" -ContactDetailPreferredSupportLanguage "en-US" -ContactDetailCountry "usa" -Description "test ticket - please ignore and close" -Severity "minimal" -Title "test ticket - please ignore and close" -ServiceId "/providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc" -ProblemClassificationId "/providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc/problemClassifications/3ec1a070-f242-9ecf-5a7c-e1a88ce029ef"
4444
```
4545

4646
```output
47-
{{ Add output here (remove the output block if the example doesn't have an output) }}
48-
```
49-
50-
{{ Add description here }}
51-
52-
### Example 2: {{ Add title here }}
53-
```powershell
54-
{{ Add code here }}
55-
```
56-
57-
```output
58-
{{ Add output here (remove the output block if the example doesn't have an output) }}
59-
```
60-
61-
{{ Add description here }}
47+
AdvancedDiagnosticConsent : No
48+
ContactDetailAdditionalEmailAddress :
49+
ContactDetailCountry : USA
50+
ContactDetailFirstName : test
51+
ContactDetailLastName : test
52+
ContactDetailPhoneNumber :
53+
ContactDetailPreferredContactMethod : Email
54+
ContactDetailPreferredSupportLanguage : en-US
55+
ContactDetailPreferredTimeZone : Pacific Standard Time
56+
ContactDetailPrimaryEmailAddress : [email protected]
57+
CreatedDate : 2/22/2024 6:51:11 AM
58+
Description : test ticket - please ignore and close
59+
EnrollmentId :
60+
FileWorkspaceName : 2402220010002592
61+
Id : /providers/Microsoft.Support/supportTickets/test12345678
62+
ModifiedDate : 2/22/2024 6:51:28 AM
63+
Name : test12345678
64+
ProblemClassificationDisplayName : Add or update VAT, tax id, PO number or profile information
65+
ProblemClassificationId : /providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc
66+
/problemClassifications/3ec1a070-f242-9ecf-5a7c-e1a88ce029ef
67+
ProblemScopingQuestion :
68+
ProblemStartTime :
69+
QuotaTicketDetailQuotaChangeRequest :
70+
QuotaTicketDetailQuotaChangeRequestSubType :
71+
QuotaTicketDetailQuotaChangeRequestVersion :
72+
Require24X7Response : False
73+
ResourceGroupName :
74+
SecondaryConsent :
75+
ServiceDisplayName : Billing
76+
ServiceId : /providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc
77+
ServiceLevelAgreementExpirationTime : 2/22/2024 10:00:00 PM
78+
ServiceLevelAgreementSlaMinute : 480
79+
ServiceLevelAgreementStartTime : 2/22/2024 6:51:11 AM
80+
Severity : Minimal
81+
Status : Open
82+
SupportEngineerEmailAddress :
83+
SupportPlanDisplayName : Basic support
84+
SupportPlanId : U291cmNlOkZyZWUsRnJlZUlkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwOS
85+
w=
86+
SupportPlanType : Basic
87+
SupportTicketId : 2402220010002592
88+
TechnicalTicketDetailResourceId :
89+
Title : test ticket - please ignore and close
90+
Type : Microsoft.Support/supportTickets
91+
```
92+
93+
Creates a new support ticket for Billing, and Subscription Management issues
6294

6395
## PARAMETERS
6496

Lines changed: 48 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,55 @@
1-
### Example 1: {{ Add title here }}
1+
### Example 1: Creates support ticket at subscription level
22
```powershell
3-
{{ Add code here }}
3+
New-AzSupportTicket -Name "test12345678" -AdvancedDiagnosticConsent "no" -ContactDetailPrimaryEmailAddress "[email protected]" -ContactDetailFirstName "test" -ContactDetailLastName "test" -ContactDetailPreferredContactMethod "email" -ContactDetailPreferredTimeZone "Pacific Standard Time" -ContactDetailPreferredSupportLanguage "en-US" -ContactDetailCountry "usa" -Description "test ticket - please ignore and close" -Severity "minimal" -Title "test ticket - please ignore and close" -ServiceId "/providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc" -ProblemClassificationId "/providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc/problemClassifications/3ec1a070-f242-9ecf-5a7c-e1a88ce029ef"
44
```
55

66
```output
7-
{{ Add output here (remove the output block if the example doesn't have an output) }}
7+
AdvancedDiagnosticConsent : No
8+
ContactDetailAdditionalEmailAddress :
9+
ContactDetailCountry : USA
10+
ContactDetailFirstName : test
11+
ContactDetailLastName : test
12+
ContactDetailPhoneNumber :
13+
ContactDetailPreferredContactMethod : Email
14+
ContactDetailPreferredSupportLanguage : en-US
15+
ContactDetailPreferredTimeZone : Pacific Standard Time
16+
ContactDetailPrimaryEmailAddress : [email protected]
17+
CreatedDate : 2/22/2024 6:48:38 AM
18+
Description : test ticket - please ignore and close
19+
EnrollmentId :
20+
FileWorkspaceName : 2402220010002574
21+
Id : /subscriptions/76cb77fa-8b17-4eab-9493-b65dace99813/providers/Microsoft.Su
22+
pport/supportTickets/test12345678
23+
ModifiedDate : 2/22/2024 6:48:50 AM
24+
Name : test12345678
25+
ProblemClassificationDisplayName : Add or update VAT, tax id, PO number or profile information
26+
ProblemClassificationId : /providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc
27+
/problemClassifications/3ec1a070-f242-9ecf-5a7c-e1a88ce029ef
28+
ProblemScopingQuestion :
29+
ProblemStartTime :
30+
QuotaTicketDetailQuotaChangeRequest :
31+
QuotaTicketDetailQuotaChangeRequestSubType :
32+
QuotaTicketDetailQuotaChangeRequestVersion :
33+
Require24X7Response : False
34+
ResourceGroupName :
35+
SecondaryConsent :
36+
ServiceDisplayName : Billing
37+
ServiceId : /providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc
38+
ServiceLevelAgreementExpirationTime : 2/22/2024 10:00:00 PM
39+
ServiceLevelAgreementSlaMinute : 480
40+
ServiceLevelAgreementStartTime : 2/22/2024 6:48:38 AM
41+
Severity : Minimal
42+
Status : Open
43+
SupportEngineerEmailAddress :
44+
SupportPlanDisplayName : Azure Support Plan - Internal
45+
SupportPlanId : U291cmNlOkVBLFN1YnNjcmlwdGlvbklkOjc2Q0I3N0ZBLThCMTctNEVBQi05NDkzLUI2NURBQ0
46+
U5OTgxMyxPZmZlcklkOk1TLUFaUi0wMDE1UCxTb3ZlcmVpZ25DbG91ZDpQdWJsaWMs
47+
SupportPlanType : Azure Internal
48+
SupportTicketId : 2402220010002574
49+
TechnicalTicketDetailResourceId :
50+
Title : test ticket - please ignore and close
51+
Type : Microsoft.Support/supportTickets
852
```
953

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 }}
54+
Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and Subscription Management issues for the specified subscription
2255

Lines changed: 47 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,53 @@
1-
### Example 1: {{ Add title here }}
1+
### Example 1: Creates support ticket at tenant level
22
```powershell
3-
{{ Add code here }}
3+
New-AzSupportTicketsNoSubscription -SupportTicketName "test12345678" -AdvancedDiagnosticConsent "no" -ContactDetailPrimaryEmailAddress "[email protected]" -ContactDetailFirstName "test" -ContactDetailLastName "test" -ContactDetailPreferredContactMethod "email" -ContactDetailPreferredTimeZone "Pacific Standard Time" -ContactDetailPreferredSupportLanguage "en-US" -ContactDetailCountry "usa" -Description "test ticket - please ignore and close" -Severity "minimal" -Title "test ticket - please ignore and close" -ServiceId "/providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc" -ProblemClassificationId "/providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc/problemClassifications/3ec1a070-f242-9ecf-5a7c-e1a88ce029ef"
44
```
55

66
```output
7-
{{ Add output here (remove the output block if the example doesn't have an output) }}
7+
AdvancedDiagnosticConsent : No
8+
ContactDetailAdditionalEmailAddress :
9+
ContactDetailCountry : USA
10+
ContactDetailFirstName : test
11+
ContactDetailLastName : test
12+
ContactDetailPhoneNumber :
13+
ContactDetailPreferredContactMethod : Email
14+
ContactDetailPreferredSupportLanguage : en-US
15+
ContactDetailPreferredTimeZone : Pacific Standard Time
16+
ContactDetailPrimaryEmailAddress : [email protected]
17+
CreatedDate : 2/22/2024 6:51:11 AM
18+
Description : test ticket - please ignore and close
19+
EnrollmentId :
20+
FileWorkspaceName : 2402220010002592
21+
Id : /providers/Microsoft.Support/supportTickets/test12345678
22+
ModifiedDate : 2/22/2024 6:51:28 AM
23+
Name : test12345678
24+
ProblemClassificationDisplayName : Add or update VAT, tax id, PO number or profile information
25+
ProblemClassificationId : /providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc
26+
/problemClassifications/3ec1a070-f242-9ecf-5a7c-e1a88ce029ef
27+
ProblemScopingQuestion :
28+
ProblemStartTime :
29+
QuotaTicketDetailQuotaChangeRequest :
30+
QuotaTicketDetailQuotaChangeRequestSubType :
31+
QuotaTicketDetailQuotaChangeRequestVersion :
32+
Require24X7Response : False
33+
ResourceGroupName :
34+
SecondaryConsent :
35+
ServiceDisplayName : Billing
36+
ServiceId : /providers/Microsoft.Support/services/517f2da6-78fd-0498-4e22-ad26996b1dfc
37+
ServiceLevelAgreementExpirationTime : 2/22/2024 10:00:00 PM
38+
ServiceLevelAgreementSlaMinute : 480
39+
ServiceLevelAgreementStartTime : 2/22/2024 6:51:11 AM
40+
Severity : Minimal
41+
Status : Open
42+
SupportEngineerEmailAddress :
43+
SupportPlanDisplayName : Basic support
44+
SupportPlanId : U291cmNlOkZyZWUsRnJlZUlkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwOS
45+
w=
46+
SupportPlanType : Basic
47+
SupportTicketId : 2402220010002592
48+
TechnicalTicketDetailResourceId :
49+
Title : test ticket - please ignore and close
50+
Type : Microsoft.Support/supportTickets
851
```
952

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-
53+
Creates a new support ticket for Billing, and Subscription Management issues

0 commit comments

Comments
 (0)