Skip to content
Draft
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 @@ -452,7 +452,7 @@ com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric;1.1.0;1.2.0
com.azure.resourcemanager:azure-resourcemanager-iotfirmwaredefense;2.0.0;2.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-quantum;1.0.0-beta.3;1.0.0-beta.4
com.azure.resourcemanager:azure-resourcemanager-chaos;1.3.0;1.4.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-sphere;1.1.0;1.2.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-sphere;1.1.0;1.2.0
com.azure.resourcemanager:azure-resourcemanager-defendereasm;1.0.0-beta.2;1.0.0-beta.3
com.azure.resourcemanager:azure-resourcemanager-apicenter;1.1.0;1.2.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-hybridconnectivity;1.1.0;1.2.0-beta.2
Expand Down
163 changes: 159 additions & 4 deletions sdk/sphere/azure-resourcemanager-sphere/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,169 @@
# Release History

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

### Features Added
- Azure Resource Manager Azure Sphere client library for Java. This package contains Microsoft Azure SDK for Azure Sphere Management SDK. Azure Sphere resource management API. Package api-version 2024-04-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.CountDeviceResponse` was removed

#### `models.ImageListResult` was removed

#### `models.PagedDeviceInsight` was removed

#### `models.OperationListResult` was removed

#### `models.DeviceGroupListResult` was removed

#### `models.DeploymentListResult` was removed

#### `models.ProductListResult` was removed

#### `models.CatalogListResult` was removed

#### `models.DeviceListResult` was removed

#### `models.DeviceUpdateProperties` was removed

#### `models.DeviceGroupUpdateProperties` was removed

#### `models.ProductUpdateProperties` was removed

#### `models.CertificateListResult` was removed

#### `models.DeviceGroupProperties` was modified

* `validate()` was removed

#### `AzureSphereManager` was modified

* `fluent.AzureSphereMgmtClient serviceClient()` -> `fluent.AzureSphereManagementClient serviceClient()`

#### `models.CatalogUpdate` was modified

* `validate()` was removed

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

* `withProperties(models.DeviceGroupUpdateProperties)` was removed

#### `models.ProofOfPossessionNonceRequest` was modified

* `validate()` was removed

#### `models.DeviceProperties` was modified

* `validate()` was removed

#### `models.CertificateProperties` was modified

* `validate()` was removed

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

* `withProperties(models.ProductUpdateProperties)` was removed

#### `models.DeviceUpdate` was modified

* `properties()` was removed
* `withProperties(models.DeviceUpdateProperties)` was removed
* `validate()` was removed

#### `models.OperationDisplay` was modified

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

#### `models.DeploymentProperties` was modified

* `validate()` was removed

#### `models.ListDeviceGroupsRequest` was modified

* `validate()` was removed

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

* `withProperties(models.DeviceUpdateProperties)` was removed

#### `models.CountElementsResponse` was modified

* `models.CountElementsResponse withValue(int)` -> `models.CountElementsResponse withValue(int)`
* `validate()` was removed

#### `models.GenerateCapabilityImageRequest` was modified

* `validate()` was removed

#### `models.CatalogProperties` was modified

* `validate()` was removed

#### `models.ProductUpdate` was modified

* `withProperties(models.ProductUpdateProperties)` was removed
* `validate()` was removed
* `properties()` was removed

#### `models.ClaimDevicesRequest` was modified

* `validate()` was removed

#### `models.DeviceGroupUpdate` was modified

* `withProperties(models.DeviceGroupUpdateProperties)` was removed
* `validate()` was removed
* `properties()` was removed

#### `models.ImageProperties` was modified

* `validate()` was removed

#### `models.ProductProperties` was modified

* `validate()` was removed

### Features Added

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

* `withUpdatePolicy(models.UpdatePolicy)` was added
* `withAllowCrashDumpsCollection(models.AllowCrashDumpCollection)` was added
* `withRegionalDataBoundary(models.RegionalDataBoundary)` was added
* `withDescription(java.lang.String)` was added
* `withOsFeedType(models.OSFeedType)` was added

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

* `withDescription(java.lang.String)` was added

#### `models.DeviceUpdate` was modified

* `withDeviceGroupId(java.lang.String)` was added
* `deviceGroupId()` was added

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

* `withDeviceGroupId(java.lang.String)` was added

#### `models.ProductUpdate` was modified

* `description()` was added
* `withDescription(java.lang.String)` was added

#### `models.DeviceGroupUpdate` was modified

### Other Changes
* `allowCrashDumpsCollection()` was added
* `withUpdatePolicy(models.UpdatePolicy)` was added
* `withRegionalDataBoundary(models.RegionalDataBoundary)` was added
* `withOsFeedType(models.OSFeedType)` was added
* `withAllowCrashDumpsCollection(models.AllowCrashDumpCollection)` was added
* `withDescription(java.lang.String)` was added
* `osFeedType()` was added
* `updatePolicy()` was added
* `description()` was added
* `regionalDataBoundary()` was added

## 1.1.0 (2024-12-19)

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

Azure Resource Manager AzureSphere client library for Java.
Azure Resource Manager Azure Sphere client library for Java.

This package contains Microsoft Azure SDK for AzureSphere Management SDK. Azure Sphere resource management API. Package tag package-2024-04-01. 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 Azure Sphere Management SDK. Azure Sphere resource management API. Package api-version 2024-04-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-sphere</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();
AzureSphereManager manager = AzureSphereManager
.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 @@ -107,5 +107,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