|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.0.0-beta.3 (Unreleased) |
| 3 | +## 1.0.0-beta.3 (2023-10-23) |
| 4 | + |
| 5 | +- Azure Resource Manager support client library for Java. This package contains Microsoft Azure SDK for support Management SDK. Microsoft Azure Support Resource Provider. Package tag package-preview-2022-09. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). |
4 | 6 |
|
5 | 7 | ### Features Added |
6 | 8 |
|
7 | | -### Breaking Changes |
| 9 | +* `models.UserConsent` was added |
| 10 | + |
| 11 | +* `models.ChatTranscriptsListResult` was added |
| 12 | + |
| 13 | +* `models.FileDetails` was added |
| 14 | + |
| 15 | +* `models.ChatTranscriptDetails` was added |
| 16 | + |
| 17 | +* `models.FilesListResult` was added |
| 18 | + |
| 19 | +* `models.ChatTranscripts` was added |
| 20 | + |
| 21 | +* `models.SupportTicketChatTranscriptsNoSubscriptions` was added |
| 22 | + |
| 23 | +* `models.FileWorkspacesNoSubscriptions` was added |
| 24 | + |
| 25 | +* `models.SupportTicketsNoSubscriptions` was added |
| 26 | + |
| 27 | +* `models.FilesNoSubscriptions` was added |
| 28 | + |
| 29 | +* `models.FileWorkspaceDetails` was added |
| 30 | + |
| 31 | +* `models.SupportTicketCommunicationsNoSubscriptions` was added |
| 32 | + |
| 33 | +* `models.MessageProperties` was added |
| 34 | + |
| 35 | +* `models.SecondaryConsent` was added |
| 36 | + |
| 37 | +* `models.FileDetails$Definition` was added |
| 38 | + |
| 39 | +* `models.FileWorkspaces` was added |
| 40 | + |
| 41 | +* `models.TranscriptContentType` was added |
| 42 | + |
| 43 | +* `models.ChatTranscriptsNoSubscriptions` was added |
| 44 | + |
| 45 | +* `models.SecondaryConsentEnabled` was added |
| 46 | + |
| 47 | +* `models.UploadFile` was added |
| 48 | + |
| 49 | +* `models.FileDetails$DefinitionStages` was added |
| 50 | + |
| 51 | +* `models.CommunicationsNoSubscriptions` was added |
| 52 | + |
| 53 | +* `models.Consent` was added |
| 54 | + |
| 55 | +* `models.Files` was added |
| 56 | + |
| 57 | +#### `models.ProblemClassification` was modified |
| 58 | + |
| 59 | +* `secondaryConsentEnabled()` was added |
| 60 | + |
| 61 | +#### `models.UpdateSupportTicket` was modified |
| 62 | + |
| 63 | +* `secondaryConsent()` was added |
| 64 | +* `withAdvancedDiagnosticConsent(models.Consent)` was added |
| 65 | +* `withSecondaryConsent(java.util.List)` was added |
| 66 | +* `advancedDiagnosticConsent()` was added |
| 67 | + |
| 68 | +#### `SupportManager` was modified |
| 69 | + |
| 70 | +* `files()` was added |
| 71 | +* `fileWorkspacesNoSubscriptions()` was added |
| 72 | +* `chatTranscriptsNoSubscriptions()` was added |
| 73 | +* `supportTicketCommunicationsNoSubscriptions()` was added |
| 74 | +* `fileWorkspaces()` was added |
| 75 | +* `supportTicketChatTranscriptsNoSubscriptions()` was added |
| 76 | +* `supportTicketsNoSubscriptions()` was added |
| 77 | +* `communicationsNoSubscriptions()` was added |
| 78 | +* `chatTranscripts()` was added |
| 79 | +* `filesNoSubscriptions()` was added |
| 80 | + |
| 81 | +#### `models.SupportTicketDetails` was modified |
| 82 | + |
| 83 | +* `secondaryConsent()` was added |
| 84 | +* `supportPlanId()` was added |
| 85 | +* `supportPlanDisplayName()` was added |
| 86 | +* `problemScopingQuestions()` was added |
| 87 | +* `fileWorkspaceName()` was added |
| 88 | +* `advancedDiagnosticConsent()` was added |
| 89 | + |
| 90 | +#### `models.SupportTicketDetails$Definition` was modified |
| 91 | + |
| 92 | +* `withFileWorkspaceName(java.lang.String)` was added |
| 93 | +* `withAdvancedDiagnosticConsent(models.Consent)` was added |
| 94 | +* `withSupportPlanId(java.lang.String)` was added |
| 95 | +* `withProblemScopingQuestions(java.lang.String)` was added |
| 96 | +* `withSecondaryConsent(java.util.List)` was added |
8 | 97 |
|
9 | | -### Bugs Fixed |
| 98 | +#### `models.SupportTicketDetails$Update` was modified |
10 | 99 |
|
11 | | -### Other Changes |
| 100 | +* `withAdvancedDiagnosticConsent(models.Consent)` was added |
| 101 | +* `withSecondaryConsent(java.util.List)` was added |
12 | 102 |
|
13 | 103 | ## 1.0.0-beta.2 (2023-01-19) |
14 | 104 |
|
|
0 commit comments