Skip to content

Releases: Azure/azure-sdk-for-java

com.azure.resourcemanager+azure-resourcemanager-subscription_1.1.0-beta.1

08 Jan 06:54
764477f

Choose a tag to compare

1.1.0-beta.1 (2026-01-08)

  • Azure Resource Manager Subscription client library for Java. This package contains Microsoft Azure SDK for Subscription Management SDK. The subscription client. Package tag package-2021-10. For documentation on how to use this package, please see Azure Management Libraries for Java.

Breaking Changes

models.PutAliasResponse was removed

models.TenantIdDescription was removed

models.Subscription was removed

models.PutAliasListResult was removed

models.SubscriptionState was removed

models.Tenants was removed

models.SpendingLimit was removed

models.SubscriptionListResult was removed

models.LocationListResult was removed

models.TenantListResult was removed

models.PutAliasResponseProperties was removed

models.Location was removed

models.Operation was modified

  • Operation() was removed
  • validate() was removed
  • withDisplay(models.OperationDisplay) was removed
  • models.OperationDisplay display() -> models.OperationDisplay display()
  • withName(java.lang.String) was removed
  • java.lang.String name() -> java.lang.String name()
  • fromJson(com.azure.json.JsonReader) was removed
  • toJson(com.azure.json.JsonWriter) was removed

models.Subscriptions was modified

  • listLocations(java.lang.String,com.azure.core.util.Context) was removed
  • list() was removed
  • get(java.lang.String) was removed
  • list(com.azure.core.util.Context) was removed
  • getWithResponse(java.lang.String,com.azure.core.util.Context) was removed
  • listLocations(java.lang.String) was removed

models.Alias was modified

  • models.PutAliasResponse create(java.lang.String,models.PutAliasRequest) -> models.SubscriptionAliasResponse create(java.lang.String,models.PutAliasRequest)
  • models.PutAliasResponse get(java.lang.String) -> models.SubscriptionAliasResponse get(java.lang.String)
  • models.PutAliasListResult list() -> models.SubscriptionAliasListResult list()
  • models.PutAliasResponse create(java.lang.String,models.PutAliasRequest,com.azure.core.util.Context) -> models.SubscriptionAliasResponse create(java.lang.String,models.PutAliasRequest,com.azure.core.util.Context)

models.Operations was modified

  • listWithResponse(com.azure.core.util.Context) was removed
  • models.OperationListResult list() -> com.azure.core.http.rest.PagedIterable list()

models.SubscriptionPolicies was modified

  • SubscriptionPolicies() was removed
  • locationPlacementId() was removed
  • toJson(com.azure.json.JsonWriter) was removed
  • validate() was removed
  • quotaId() was removed
  • spendingLimit() was removed
  • fromJson(com.azure.json.JsonReader) was removed

models.OperationListResult was modified

  • java.lang.String nextLink() -> java.lang.String nextLink()
  • java.util.List value() -> java.util.List value()
  • innerModel() was removed

SubscriptionManager was modified

  • tenants() was removed

models.SubscriptionOperations was modified

  • cancelWithResponse(java.lang.String,com.azure.core.util.Context) was removed
  • rename(java.lang.String,models.SubscriptionName) was removed
  • enable(java.lang.String) was removed
  • enableWithResponse(java.lang.String,com.azure.core.util.Context) was removed
  • cancel(java.lang.String) was removed
  • renameWithResponse(java.lang.String,models.SubscriptionName,com.azure.core.util.Context) was removed

Features Added

  • models.TenantPolicy was added

  • models.GetTenantPolicyResponse was added

  • models.BillingAccountPoliciesResponse was added

  • models.ServiceTenantResponse was added

  • models.AcceptOwnershipRequest was added

  • models.SubscriptionAliasResponseProperties was added

  • models.PutAliasRequestAdditionalProperties was added

  • models.AcceptOwnershipRequestProperties was added

  • models.SubscriptionOperationsGetHeaders was added

  • models.SubscriptionAliasResponse was added

  • models.SubscriptionAliasListResult was added

  • models.GetTenantPolicyListResponse was added

  • models.BillingAccounts was added

  • models.SubscriptionOperationsGetResponse was added

  • models.BillingAccountPoliciesResponseProperties was added

  • models.PutTenantPolicyRequestProperties was added

  • models.SubscriptionCreationResult was added

  • models.Provisioning was added

  • models.AcceptOwnershipStatusResponse was added

  • models.AcceptOwnership was added

models.Operation was modified

  • innerModel() was added
  • isDataAction() was added

models.PutAliasRequestProperties was modified

  • withAdditionalProperties(models.PutAliasRequestAdditionalProperties) was added
  • additionalProperties() was added

models.Subscriptions was modified

  • cancel(java.lang.String) was added
  • enable(java.lang.String) was added
  • acceptOwnershipStatus(java.lang.String) was added
  • enableWithResponse(java.lang.String,com.azure.core.util.Context) was added
  • renameWithResponse(java.lang.String,models.SubscriptionName,com.azure.core.util.Context) was added
  • cancelWithResponse(java.lang.String,com.azure.core.util.Context) was added
  • acceptOwnershipStatusWithResponse(java.lang.String,com.azure.core.util.Context) was added
  • rename(java.lang.String,models.SubscriptionName) was added
  • acceptOwnership(java.lang.String,models.AcceptOwnershipRequest,com.azure.core.util.Context) was added
  • acceptOwnership(java.lang.String,models.AcceptOwnershipRequest) was added

models.Operations was modified

  • list(com.azure.core.util.Context) was added

models.OperationDisplay was modified

  • description() was added
  • withDescription(java.lang.String) was added

models.SubscriptionPolicies was modified

  • getPolicyForTenant() was added
  • addUpdatePolicyForTenant(models.PutTenantPolicyRequestProperties) was added
  • listPolicyForTenant() was added
  • addUpdatePolicyForTenantWithResponse(models.PutTenantPolicyRequestProperties,com.azure.core.util.Context) was added
  • listPolicyForTenant(com.azure.core.util.Context) was added
  • getPolicyForTenantWithResponse(com.azure.core.util.Context) was added

models.OperationListResult was modified

  • OperationListResult() was added
  • toJson(com.azure.json.JsonWriter) was added
  • validate() was added
  • withNextLink(java.lang.String) was added
  • fromJson(com.azure.json.JsonReader) was added
  • withValue(java.util.List) was added

SubscriptionManager was modified

  • billingAccounts() was added
  • subscriptionPolicies() was added

models.SubscriptionOperations was modified

  • getWithResponse(java.lang.String,com.azure.core.util.Context) was added
  • get(java.lang.String) was added

com.azure+azure-ai-translation-text_2.0.0-beta.1

08 Jan 22:23
bab3c5b

Choose a tag to compare

2.0.0-beta.1 (2026-01-08)

Features Added

  • Added support for the Azure AI Translator API 2025-10-01-preview, including translations using LLM models, adaptive custom translation, tone variant translations, and gender-specific translations.
  • Added TranslationTarget class for configuring translation options.

Breaking Changes

  • Added Models property to GetSupportedLanguagesResult to include the list of LLM models available for translations.
  • Changed the name of TargetLanguage property to Language in TranslationText.
  • Changed the name of Confidence property to Score in DetectedLanguage.
  • Removed SourceText and Transliteration properties in translation responses.
  • Dictionary, sentence boundaries and text alignments features have been deprecated and relevant classes and properties have been removed.

com.azure+azure-ai-speech-transcription_1.0.0-beta.1

06 Jan 20:34
21c3ba6

Choose a tag to compare

1.0.0-beta.1 (2026-01-05)

Features Added

  • Initial release of Azure AI Speech Transcription client library for Java.

com.azure.resourcemanager+azure-resourcemanager-loganalytics_2.1.0

05 Jan 06:43
45192a2

Choose a tag to compare

2.1.0 (2026-01-05)

  • Azure Resource Manager LogAnalytics client library for Java. This package contains Microsoft Azure SDK for LogAnalytics Management SDK. Operational Insights Client. Package tag package-2025-07-01. For documentation on how to use this package, please see Azure Management Libraries for Java.

Features Added

models.RuleDefinition was modified

  • withDestinationTable(java.lang.String) was added

com.azure.spring+spring-messaging-azure_7.0.0-beta.1

23 Dec 05:39
4f52adb

Choose a tag to compare

7.0.0-beta.1 (2025-12-23)

Please refer to spring/CHANGELOG.md for more details.

com.azure.spring+spring-messaging-azure-storage-queue_7.0.0-beta.1

23 Dec 05:39
4f52adb

Choose a tag to compare

7.0.0-beta.1 (2025-12-23)

Please refer to spring/CHANGELOG.md for more details.

com.azure.spring+spring-messaging-azure-servicebus_7.0.0-beta.1

23 Dec 05:39
4f52adb

Choose a tag to compare

7.0.0-beta.1 (2025-12-23)

Please refer to spring/CHANGELOG.md for more details.

com.azure.spring+spring-messaging-azure-eventhubs_7.0.0-beta.1

23 Dec 05:39
4f52adb

Choose a tag to compare

7.0.0-beta.1 (2025-12-23)

Please refer to spring/CHANGELOG.md for more details.

com.azure.spring+spring-integration-azure-storage-queue_7.0.0-beta.1

23 Dec 05:40
4f52adb

Choose a tag to compare

7.0.0-beta.1 (2025-12-23)

Please refer to spring/CHANGELOG.md for more details.

com.azure.spring+spring-integration-azure-servicebus_7.0.0-beta.1

23 Dec 05:40
4f52adb

Choose a tag to compare

7.0.0-beta.1 (2025-12-23)

Please refer to spring/CHANGELOG.md for more details.