|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.0.0-beta.4 (Unreleased) |
| 3 | +## 1.0.0-beta.4 (2024-03-20) |
4 | 4 |
|
5 |
| -### Features Added |
| 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-2023-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). |
6 | 6 |
|
7 | 7 | ### Breaking Changes
|
8 | 8 |
|
9 |
| -### Bugs Fixed |
| 9 | +* `models.SupportTicketChatTranscriptsNoSubscriptions` was removed |
| 10 | + |
| 11 | +* `models.SupportTicketCommunicationsNoSubscriptions` was removed |
| 12 | + |
| 13 | +#### `models.FileDetails` was modified |
| 14 | + |
| 15 | +* `java.lang.Float chunkSize()` -> `java.lang.Integer chunkSize()` |
| 16 | +* `java.lang.Float numberOfChunks()` -> `java.lang.Integer numberOfChunks()` |
| 17 | +* `java.lang.Float fileSize()` -> `java.lang.Integer fileSize()` |
| 18 | + |
| 19 | +#### `models.FileDetails$Definition` was modified |
| 20 | + |
| 21 | +* `withChunkSize(java.lang.Float)` was removed |
| 22 | +* `withNumberOfChunks(java.lang.Float)` was removed |
| 23 | +* `withFileSize(java.lang.Float)` was removed |
| 24 | + |
| 25 | +#### `SupportManager` was modified |
| 26 | + |
| 27 | +* `supportTicketChatTranscriptsNoSubscriptions()` was removed |
| 28 | +* `supportTicketCommunicationsNoSubscriptions()` was removed |
| 29 | + |
| 30 | +#### `models.UploadFile` was modified |
| 31 | + |
| 32 | +* `java.lang.Float chunkIndex()` -> `java.lang.Integer chunkIndex()` |
| 33 | +* `withChunkIndex(java.lang.Float)` was removed |
| 34 | + |
| 35 | +### Features Added |
| 36 | + |
| 37 | +* `models.ServiceClassifications` was added |
| 38 | + |
| 39 | +* `models.LookUpResourceIdRequest` was added |
| 40 | + |
| 41 | +* `models.ProblemClassificationsNoSubscriptions` was added |
| 42 | + |
| 43 | +* `models.ServiceClassificationRequest` was added |
| 44 | + |
| 45 | +* `models.IsTemporaryTicket` was added |
| 46 | + |
| 47 | +* `models.ProblemClassificationsClassificationOutput` was added |
| 48 | + |
| 49 | +* `models.LookUpResourceIds` was added |
| 50 | + |
| 51 | +* `models.ServiceClassificationOutput` was added |
| 52 | + |
| 53 | +* `models.ProblemClassificationsClassificationResult` was added |
| 54 | + |
| 55 | +* `models.LookUpResourceIdResponse` was added |
| 56 | + |
| 57 | +* `models.ServiceClassificationAnswer` was added |
| 58 | + |
| 59 | +* `models.ServiceClassificationsNoSubscriptions` was added |
| 60 | + |
| 61 | +* `models.ProblemClassificationProperties` was added |
| 62 | + |
| 63 | +* `models.ProblemClassificationsClassificationInput` was added |
| 64 | + |
| 65 | +* `models.ResourceType` was added |
| 66 | + |
| 67 | +#### `models.ProblemClassification` was modified |
| 68 | + |
| 69 | +* `metadata()` was added |
| 70 | +* `parentProblemClassification()` was added |
| 71 | + |
| 72 | +#### `models.ProblemClassifications` was modified |
| 73 | + |
| 74 | +* `classifyProblems(java.lang.String,models.ProblemClassificationsClassificationInput)` was added |
| 75 | +* `classifyProblemsWithResponse(java.lang.String,models.ProblemClassificationsClassificationInput,com.azure.core.util.Context)` was added |
| 76 | + |
| 77 | +#### `models.Service` was modified |
| 78 | + |
| 79 | +* `metadata()` was added |
| 80 | + |
| 81 | +#### `models.FileDetails$Definition` was modified |
| 82 | + |
| 83 | +* `withFileSize(java.lang.Integer)` was added |
| 84 | +* `withChunkSize(java.lang.Integer)` was added |
| 85 | +* `withNumberOfChunks(java.lang.Integer)` was added |
| 86 | + |
| 87 | +#### `SupportManager` was modified |
| 88 | + |
| 89 | +* `serviceClassificationsNoSubscriptions()` was added |
| 90 | +* `problemClassificationsNoSubscriptions()` was added |
| 91 | +* `lookUpResourceIds()` was added |
| 92 | +* `serviceClassifications()` was added |
| 93 | + |
| 94 | +#### `models.ChatTranscriptsNoSubscriptions` was modified |
| 95 | + |
| 96 | +* `list(java.lang.String)` was added |
| 97 | +* `list(java.lang.String,com.azure.core.util.Context)` was added |
| 98 | + |
| 99 | +#### `models.UploadFile` was modified |
| 100 | + |
| 101 | +* `withChunkIndex(java.lang.Integer)` was added |
| 102 | + |
| 103 | +#### `models.CommunicationsNoSubscriptions` was modified |
| 104 | + |
| 105 | +* `list(java.lang.String)` was added |
| 106 | +* `list(java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)` was added |
| 107 | + |
| 108 | +#### `models.SupportTicketDetails` was modified |
| 109 | + |
| 110 | +* `isTemporaryTicket()` was added |
| 111 | + |
| 112 | +#### `models.SupportTicketDetails$Definition` was modified |
10 | 113 |
|
11 |
| -### Other Changes |
| 114 | +* `withEnrollmentId(java.lang.String)` was added |
12 | 115 |
|
13 | 116 | ## 1.0.0-beta.3 (2023-10-23)
|
14 | 117 |
|
|
0 commit comments