Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
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 @@ -491,7 +491,7 @@ com.azure.resourcemanager:azure-resourcemanager-migration-assessment;1.0.0-beta.
com.azure.resourcemanager:azure-resourcemanager-databasewatcher;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-durabletask;1.1.0;1.2.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-arizeaiobservabilityeval;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-weightsandbiases;1.0.0-beta.1;1.0.0
com.azure.resourcemanager:azure-resourcemanager-weightsandbiases;1.0.1;1.0.1
com.azure.resourcemanager:azure-resourcemanager-carbonoptimization;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-dependencymap;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-portalservicescopilot;1.0.0-beta.1;1.0.0-beta.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.0.1 (2026-09-30)

### Other Changes

- Please note, this package has been deprecated and will no longer be maintained after 2026-09-30. The Microsoft.WeightsAndBiases service will be permanently retired on 2026-09-30. No replacement package or migration path is available. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.

## 1.0.0 (2025-05-08)

- Azure Resource Manager Weights And Biases client library for Java. This package contains Microsoft Azure SDK for Weights And Biases Management SDK. Package api-version 2024-09-18. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Azure Resource Manager Weights And Biases client library for Java

Please note, this package has been deprecated and will no longer be maintained after 2026-09-30. The Microsoft.WeightsAndBiases service will be permanently retired on 2026-09-30. No replacement package or migration path is available. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.

Azure Resource Manager Weights And Biases client library for Java.

This package contains Microsoft Azure SDK for Weights And Biases Management SDK. Package api-version 2024-09-18. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Expand Down Expand Up @@ -32,7 +34,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-weightsandbiases</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-weightsandbiases</artifactId>
<version>1.0.0</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-weightsandbiases;current} -->
<version>1.0.1</version> <!-- {x-version-update;com.azure.resourcemanager:azure-resourcemanager-weightsandbiases;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure SDK for Weights And Biases Management</name>
<description>This package contains Microsoft Azure SDK for Weights And Biases Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2024-09-18.</description>
<description>Please note, this package has been deprecated and will no longer be maintained after 2026-09-30. The Microsoft.WeightsAndBiases service will be permanently retired on 2026-09-30. No replacement package or migration path is available. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details. This package contains Microsoft Azure SDK for Weights And Biases Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package api-version 2024-09-18.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down