Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automation] Generate Fluent Lite from sphere#package-2024-04-01 #39401

Merged
merged 2 commits into from
Mar 27, 2024
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 @@ -435,7 +435,7 @@ com.azure.resourcemanager:azure-resourcemanager-managementgroups;1.0.0-beta.1;1.
com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-iotfirmwaredefense;1.0.0;1.1.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-quantum;1.0.0-beta.2;1.0.0-beta.3
com.azure.resourcemanager:azure-resourcemanager-sphere;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-sphere;1.0.0-beta.1;1.0.0
com.azure.resourcemanager:azure-resourcemanager-chaos;1.1.0;1.2.0-beta.1
com.azure.resourcemanager:azure-resourcemanager-defendereasm;1.0.0-beta.1;1.0.0-beta.2
com.azure.resourcemanager:azure-resourcemanager-hdinsight-containers;1.0.0-beta.1;1.0.0-beta.2
Expand Down
304 changes: 300 additions & 4 deletions sdk/sphere/azure-resourcemanager-sphere/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,310 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0 (2024-03-26)

### Features Added
- Azure Resource Manager AzureSphere 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).

### Breaking Changes

### Bugs Fixed
#### `models.CountDeviceResponse` was modified
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking changes are mostly due to flatten being disabled.


* `value()` was removed
* `innerModel()` was removed

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

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

#### `models.ImageListResult` was modified

* `withNextLink(java.lang.String)` was removed

#### `models.PagedDeviceInsight` was modified

* `withNextLink(java.lang.String)` was removed

#### `AzureSphereManager` was modified

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

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

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

#### `models.DeviceGroupListResult` was modified

* `withNextLink(java.lang.String)` was removed

#### `models.Catalogs` was modified

* `models.CountDeviceResponse countDevices(java.lang.String,java.lang.String)` -> `models.CountDevicesResponse countDevices(java.lang.String,java.lang.String)`

#### `models.DeploymentListResult` was modified

* `withNextLink(java.lang.String)` was removed

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

* `withDeviceId(java.lang.String)` was removed

#### `models.Catalog` was modified

* `provisioningState()` was removed
* `models.CountDeviceResponse countDevices()` -> `models.CountDevicesResponse countDevices()`

#### `models.Device` was modified

* `chipSku()` was removed
* `provisioningState()` was removed
* `lastAvailableOsVersion()` was removed
* `lastOsUpdateUtc()` was removed
* `deviceId()` was removed
* `lastUpdateRequestUtc()` was removed
* `lastInstalledOsVersion()` was removed

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

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

#### `models.ProductListResult` was modified

* `withNextLink(java.lang.String)` was removed

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

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

#### `models.DeviceGroup` was modified

* `osFeedType()` was removed
* `models.CountDeviceResponse countDevices()` -> `models.CountDevicesResponse countDevices()`
* `provisioningState()` was removed
* `hasDeployment()` was removed
* `allowCrashDumpsCollection()` was removed
* `regionalDataBoundary()` was removed
* `description()` was removed
* `updatePolicy()` was removed

#### `models.DeviceUpdate` was modified

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

#### `models.CatalogListResult` was modified

* `withNextLink(java.lang.String)` was removed

#### `models.DeviceListResult` was modified

* `withNextLink(java.lang.String)` was removed

#### `models.Product` was modified

* `description()` was removed
* `models.CountDeviceResponse countDevices()` -> `models.CountDevicesResponse countDevices()`
* `provisioningState()` was removed

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

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

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

* `withRegionalDataBoundary(models.RegionalDataBoundary)` was removed
* `withImage(java.lang.String)` was removed
* `withImageId(java.lang.String)` was removed

#### `models.Deployment` was modified

* `deploymentId()` was removed
* `deploymentDateUtc()` was removed
* `provisioningState()` was removed
* `deployedImages()` was removed

#### `models.DeviceGroups` was modified

* `models.CountDeviceResponse countDevices(java.lang.String,java.lang.String,java.lang.String,java.lang.String)` -> `models.CountDevicesResponse countDevices(java.lang.String,java.lang.String,java.lang.String,java.lang.String)`

#### `models.Products` was modified

* `models.CountDeviceResponse countDevices(java.lang.String,java.lang.String,java.lang.String)` -> `models.CountDevicesResponse countDevices(java.lang.String,java.lang.String,java.lang.String)`

#### `models.ProductUpdate` was modified

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

#### `models.DeviceGroupUpdate` was modified

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

#### `models.CertificateListResult` was modified

* `withNextLink(java.lang.String)` was removed

#### `models.Image` was modified

* `regionalDataBoundary()` was removed
* `image()` was removed
* `provisioningState()` was removed
* `uri()` was removed
* `imageName()` was removed
* `imageId()` was removed
* `description()` was removed
* `componentId()` was removed
* `imageType()` was removed

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

* `withDeploymentId(java.lang.String)` was removed
* `withDeployedImages(java.util.List)` was removed

#### `models.Certificate` was modified

* `notBeforeUtc()` was removed
* `subject()` was removed
* `expiryUtc()` was removed
* `certificate()` was removed
* `thumbprint()` was removed
* `provisioningState()` was removed
* `status()` was removed

### Features Added

* `models.DeviceGroupProperties` was added

* `models.DeviceProperties` was added

* `models.CertificateProperties` was added

* `models.CountDevicesResponse` was added

* `models.DeploymentProperties` was added

* `models.DeviceUpdateProperties` was added

* `models.DeviceGroupUpdateProperties` was added

* `models.CatalogProperties` was added

* `models.ProductUpdateProperties` was added

* `models.ImageProperties` was added

* `models.ProductProperties` was added

#### `models.CountDeviceResponse` was modified

* `withValue(int)` was added
* `validate()` was added

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

* `withProperties(models.ProductProperties)` was added

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

* `withProperties(models.DeviceGroupUpdateProperties)` was added

#### `models.Catalogs` was modified

* `uploadImage(java.lang.String,java.lang.String,fluent.models.ImageInner,com.azure.core.util.Context)` was added
* `uploadImage(java.lang.String,java.lang.String,fluent.models.ImageInner)` was added

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

* `withProperties(models.DeviceProperties)` was added

#### `models.Catalog` was modified

* `uploadImage(fluent.models.ImageInner,com.azure.core.util.Context)` was added
* `properties()` was added
* `uploadImage(fluent.models.ImageInner)` was added

#### `models.Device` was modified

* `systemData()` was added
* `properties()` was added

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

* `withProperties(models.ProductUpdateProperties)` was added

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

* `withProperties(models.DeviceGroupProperties)` was added

#### `models.DeviceGroup` was modified

* `properties()` was added
* `systemData()` was added

#### `models.DeviceUpdate` was modified

* `properties()` was added
* `withProperties(models.DeviceUpdateProperties)` was added

#### `models.Product` was modified

* `properties()` was added
* `systemData()` was added

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

* `withProperties(models.DeviceUpdateProperties)` was added

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

* `withProperties(models.ImageProperties)` was added

#### `models.Deployment` was modified

* `systemData()` was added
* `properties()` was added

#### `models.ProductUpdate` was modified

* `withProperties(models.ProductUpdateProperties)` was added
* `properties()` was added

#### `models.DeviceGroupUpdate` was modified

* `withProperties(models.DeviceGroupUpdateProperties)` was added
* `properties()` was added

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

* `withProperties(models.CatalogProperties)` was added

#### `models.Image` was modified

* `systemData()` was added
* `properties()` was added

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

* `withProperties(models.DeploymentProperties)` was added

#### `models.Certificate` was modified

### Other Changes
* `properties()` was added

## 1.0.0-beta.1 (2023-07-21)

Expand Down
8 changes: 4 additions & 4 deletions sdk/sphere/azure-resourcemanager-sphere/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager AzureSphere client library for Java.

This package contains Microsoft Azure SDK for AzureSphere Management SDK. Azure Sphere resource management API. Package tag package-2022-09-01-preview. 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 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).

## 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.0.0-beta.1</version>
<version>1.0.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -45,7 +45,7 @@ Azure Management Libraries require a `TokenCredential` implementation for authen

### Authentication

By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.
By default, Microsoft Entra ID token authentication depends on correct configuration of the following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down Expand Up @@ -94,7 +94,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
<!-- LINKS -->
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
[docs]: https://azure.github.io/azure-sdk-for-java/
[jdk]: https://docs.microsoft.com/java/azure/jdk/
[jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/
[azure_subscription]: https://azure.microsoft.com/free/
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
Expand Down
Loading
Loading