You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Support/Support.Test/SessionRecords/Microsoft.Azure.Commands.Support.Test.ScenarioTests.SupportTicketTests/UpdateAzSupportTicketNameParameterSetUpdateStatus.json
Copy file name to clipboardExpand all lines: src/Support/Support.Test/SessionRecords/Microsoft.Azure.Commands.Support.Test.ScenarioTests.SupportTicketTests/UpdateAzSupportTicketParentObjectParameterSetUpdateStatus.json
Copy file name to clipboardExpand all lines: src/Support/Support/Az.Support.psd1
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='0.1.0'
15
+
ModuleVersion='1.0.0'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions='Core','Desktop'
@@ -110,15 +110,7 @@ PrivateData = @{
110
110
# IconUri = ''
111
111
112
112
# ReleaseNotes of this module
113
-
ReleaseNotes='* Preview release of ''Az.Support'' module. Added following cmdlets for creation and management of support tickets.
114
-
- Get-AzSupportService
115
-
- Get-AzSupportProblemClassification
116
-
- New-AzSupportContactProfileObject
117
-
- New-AzSupportTicket
118
-
- Get-AzSupportTicket
119
-
- Update-AzSupportTicket
120
-
- New-AzSupportTicketCommunication
121
-
- Get-AzSupportTicketCommunication'
113
+
ReleaseNotes='* Stable release of ''Az.Support'' module. A support ticket can now be closed using Update-AzSupportTicket cmdlet. A new severity HighestCriticalImpact was added that is available to certain customers. Get-AzSupportService returns one or more ARM ResourceTypes that the service is responsible for. ProductionOutage property was removed from support ticket details object.'
Gets the current list of Azure services for which support is available. Each Azure service has its own set of categories called problem classification. Get the current list of problem classification for a service using Get-AzSupportProblemClassification. You can use the service and problem classification GUID to create a new support ticket using New-AzSupportTicket.
26
+
Gets the current list of Azure services for which support is available. Each Azure service may contain one of more ARM ResouceTypes that it is responsible for, that you can use to identify the service when creating a technical support ticket for an ARM resource. Each Azure service has its own set of categories called problem classification. Get the current list of problem classification for a service using Get-AzSupportProblemClassification. You can use the service and problem classification GUID to create a new support ticket using New-AzSupportTicket.
27
27
28
28
Always use the service and problem classification GUIDs obtained programmatically. This practice ensures that you have the most recent set of service and problem classification GUIDs for support ticket creation.
Use this cmdlet to update a support ticket's severity levelor customer contact details. Note that updating a support ticket's severity level is not allowed when the ticket is assigned to a support engineer. If you wish to update the severity level after ticket assignment, contact the support engineer by sending a communication on the ticket.
47
+
Use this cmdlet to update a support ticket's severity level, status or customer contact details. Note that updating a support ticket's severity level or status is not allowed when the ticket is assigned to a support engineer. If you wish to update the severity level or status after ticket assignment, contact the support engineer by sending a communication on the ticket.
48
48
49
49
## EXAMPLES
50
50
@@ -57,7 +57,16 @@ Name Title SupportTicketId Severity ServiceDisplayName
57
57
test1 test title1 150010521000317 Moderate Virtual Machine running Linux Open 2/5/2020 1:33:53 AM
58
58
```
59
59
60
-
### Example 2: Update contact details of support ticket by specify contact object.
0 commit comments