Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ com.azure.resourcemanager:azure-resourcemanager-mariadb;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-servicefabric;1.0.0;1.1.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-peering;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-policyinsights;1.0.0;1.1.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-support;1.1.0;1.2.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-support;1.1.0;1.2.0
com.azure.resourcemanager:azure-resourcemanager-subscription;1.0.0;1.1.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-powerbidedicated;1.1.0;1.2.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-applicationinsights;1.1.0;1.2.0-beta.2
Expand Down
182 changes: 178 additions & 4 deletions sdk/support/azure-resourcemanager-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,188 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0 (2026-07-06)

### Features Added
- Azure Resource Manager Support client library for Java. This package contains Microsoft Azure SDK for Support Management SDK. Microsoft Azure Support Resource Provider. Package api-version 2026-07-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Breaking Changes

### Bugs Fixed
#### `models.ChatTranscriptsListResult` was removed

#### `models.OperationsListResult` was removed

#### `models.SupportTicketsListResult` was removed

#### `models.FilesListResult` was removed

#### `models.CommunicationsListResult` was removed

#### `models.TranscriptContentType` was removed

#### `models.ServicesListResult` was removed

#### `models.ProblemClassificationsListResult` was removed

#### `models.CheckNameAvailabilityInput` was modified

* `validate()` was removed

#### `models.TechnicalTicketDetails` was modified

* `validate()` was removed

#### `models.QuotaChangeRequest` was modified

* `validate()` was removed

#### `models.UpdateContactProfile` was modified

* `validate()` was removed

#### `models.UpdateSupportTicket` was modified

* `validate()` was removed

#### `models.ContactProfile` was modified

* `validate()` was removed

#### `models.QuotaTicketDetails` was modified

* `validate()` was removed

#### `models.OperationDisplay` was modified

* `OperationDisplay()` was changed to private access
* `validate()` was removed

#### `models.MessageProperties` was modified

* `MessageProperties()` was changed to private access
* `validate()` was removed
* `models.TranscriptContentType contentType()` -> `java.lang.String contentType()`
* `withBody(java.lang.String)` was removed
* `withSender(java.lang.String)` was removed

#### `models.SecondaryConsent` was modified

* `validate()` was removed

#### `SupportManager` was modified

* `fluent.MicrosoftSupport serviceClient()` -> `fluent.SupportManagementClient serviceClient()`

#### `models.SecondaryConsentEnabled` was modified

* `SecondaryConsentEnabled()` was changed to private access
* `withDescription(java.lang.String)` was removed
* `validate()` was removed
* `withType(java.lang.String)` was removed

#### `models.UploadFile` was modified

* `validate()` was removed

#### `models.ServiceLevelAgreement` was modified

* `validate()` was removed

#### `models.SupportEngineer` was modified

* `validate()` was removed

### Features Added

* `models.EscalationStatus` was added

* `models.ActionType` was added

* `models.ClassifyProblemsNoSubscriptions` was added

* `models.ClassifyServicesNoSubscriptions` was added

* `models.LookUpResourceIdRequest` was added

* `models.SupportChannel` was added

* `models.ClassificationService` was added

* `models.LookUpResourceIdRequestType` was added

* `models.ClassifyServices` was added

* `models.ServiceClassificationRequest` was added

* `models.ProblemClassificationsClassificationOutput` was added

* `models.Origin` was added

* `models.DirectConnectEscalation` was added

* `models.ServiceClassificationOutput` was added

* `models.ProblemClassificationsClassificationResult` was added

* `models.LookUpResourceIdResponse` was added

* `models.ServiceClassificationAnswer` was added

* `models.ClassifyProblems` was added

* `models.ProblemClassificationsClassificationInput` was added

* `models.ChatConversationStatus` was added

#### `models.ProblemClassification` was modified

* `systemData()` was added

#### `models.Service` was modified

* `systemData()` was added

#### `models.UpdateSupportTicket` was modified

* `directConnectEscalation()` was added
* `withDirectConnectEscalation(models.DirectConnectEscalation)` was added

#### `models.Operation` was modified

* `origin()` was added
* `actionType()` was added
* `isDataAction()` was added

#### `models.SupportTickets` was modified

* `lookUpResourceId(models.LookUpResourceIdRequest)` was added
* `lookUpResourceIdWithResponse(models.LookUpResourceIdRequest,com.azure.core.util.Context)` was added

#### `SupportManager` was modified

* `classifyProblems()` was added
* `classifyServices()` was added
* `classifyServicesNoSubscriptions()` was added
* `classifyProblemsNoSubscriptions()` was added

#### `models.CommunicationDetails` was modified

* `systemData()` was added

#### `models.SupportTicketDetails` was modified

* `chatConversationStatus()` was added
* `communityForumPost()` was added
* `supportChannel()` was added
* `directConnectEscalation()` was added
* `systemData()` was added

#### `models.SupportTicketDetails$Definition` was modified

* `withDirectConnectEscalation(models.DirectConnectEscalation)` was added
* `withCommunityForumPost(java.lang.String)` was added

#### `models.SupportTicketDetails$Update` was modified

### Other Changes
* `withDirectConnectEscalation(models.DirectConnectEscalation)` was added

## 1.1.0 (2024-12-19)

Expand Down
14 changes: 6 additions & 8 deletions sdk/support/azure-resourcemanager-support/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Azure Resource Manager support client library for Java
# Azure Resource Manager Support client library for Java

Azure Resource Manager support client library for Java.
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-2024-04. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for Support Management SDK. Microsoft Azure Support Resource Provider. Package api-version 2026-07-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-support</artifactId>
<version>1.2.0-beta.1</version>
<version>1.2.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:

```java
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
TokenCredential credential = new DefaultAzureCredentialBuilder()
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
.build();
SupportManager manager = SupportManager
.authenticate(credential, profile);
```

The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.

See [Authentication][authenticate] for more options.

Expand Down Expand Up @@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/


Loading
Loading