Skip to content

Commit 3fae54e

Browse files
authored
[Automation] Generate Fluent Lite from sphere#package-2024-04-01 (Azure#39401)
* [Automation] External Change * [Automation] Generate Fluent Lite from sphere#package-2024-04-01
1 parent 056e0d9 commit 3fae54e

File tree

255 files changed

+8363
-12377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+8363
-12377
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ com.azure.resourcemanager:azure-resourcemanager-managementgroups;1.0.0-beta.1;1.
435435
com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric;1.0.0;1.1.0-beta.1
436436
com.azure.resourcemanager:azure-resourcemanager-iotfirmwaredefense;1.0.0;1.1.0-beta.1
437437
com.azure.resourcemanager:azure-resourcemanager-quantum;1.0.0-beta.2;1.0.0-beta.3
438-
com.azure.resourcemanager:azure-resourcemanager-sphere;1.0.0-beta.1;1.0.0-beta.2
438+
com.azure.resourcemanager:azure-resourcemanager-sphere;1.0.0-beta.1;1.0.0
439439
com.azure.resourcemanager:azure-resourcemanager-chaos;1.1.0;1.2.0-beta.1
440440
com.azure.resourcemanager:azure-resourcemanager-defendereasm;1.0.0-beta.1;1.0.0-beta.2
441441
com.azure.resourcemanager:azure-resourcemanager-hdinsight-containers;1.0.0-beta.1;1.0.0-beta.2

sdk/sphere/azure-resourcemanager-sphere/CHANGELOG.md

Lines changed: 300 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,310 @@
11
# Release History
22

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

5-
### Features Added
5+
- 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).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `models.CountDeviceResponse` was modified
10+
11+
* `value()` was removed
12+
* `innerModel()` was removed
13+
14+
#### `models.Product$Definition` was modified
15+
16+
* `withDescription(java.lang.String)` was removed
17+
18+
#### `models.ImageListResult` was modified
19+
20+
* `withNextLink(java.lang.String)` was removed
21+
22+
#### `models.PagedDeviceInsight` was modified
23+
24+
* `withNextLink(java.lang.String)` was removed
25+
26+
#### `AzureSphereManager` was modified
27+
28+
* `fluent.AzureSphereManagementClient serviceClient()` -> `fluent.AzureSphereMgmtClient serviceClient()`
29+
30+
#### `models.DeviceGroup$Update` was modified
31+
32+
* `withAllowCrashDumpsCollection(models.AllowCrashDumpCollection)` was removed
33+
* `withDescription(java.lang.String)` was removed
34+
* `withUpdatePolicy(models.UpdatePolicy)` was removed
35+
* `withOsFeedType(models.OSFeedType)` was removed
36+
* `withRegionalDataBoundary(models.RegionalDataBoundary)` was removed
37+
38+
#### `models.DeviceGroupListResult` was modified
39+
40+
* `withNextLink(java.lang.String)` was removed
41+
42+
#### `models.Catalogs` was modified
43+
44+
* `models.CountDeviceResponse countDevices(java.lang.String,java.lang.String)` -> `models.CountDevicesResponse countDevices(java.lang.String,java.lang.String)`
45+
46+
#### `models.DeploymentListResult` was modified
47+
48+
* `withNextLink(java.lang.String)` was removed
49+
50+
#### `models.Device$Definition` was modified
51+
52+
* `withDeviceId(java.lang.String)` was removed
53+
54+
#### `models.Catalog` was modified
55+
56+
* `provisioningState()` was removed
57+
* `models.CountDeviceResponse countDevices()` -> `models.CountDevicesResponse countDevices()`
58+
59+
#### `models.Device` was modified
60+
61+
* `chipSku()` was removed
62+
* `provisioningState()` was removed
63+
* `lastAvailableOsVersion()` was removed
64+
* `lastOsUpdateUtc()` was removed
65+
* `deviceId()` was removed
66+
* `lastUpdateRequestUtc()` was removed
67+
* `lastInstalledOsVersion()` was removed
68+
69+
#### `models.Product$Update` was modified
70+
71+
* `withDescription(java.lang.String)` was removed
72+
73+
#### `models.ProductListResult` was modified
74+
75+
* `withNextLink(java.lang.String)` was removed
76+
77+
#### `models.DeviceGroup$Definition` was modified
78+
79+
* `withAllowCrashDumpsCollection(models.AllowCrashDumpCollection)` was removed
80+
* `withDescription(java.lang.String)` was removed
81+
* `withUpdatePolicy(models.UpdatePolicy)` was removed
82+
* `withRegionalDataBoundary(models.RegionalDataBoundary)` was removed
83+
* `withOsFeedType(models.OSFeedType)` was removed
84+
85+
#### `models.DeviceGroup` was modified
86+
87+
* `osFeedType()` was removed
88+
* `models.CountDeviceResponse countDevices()` -> `models.CountDevicesResponse countDevices()`
89+
* `provisioningState()` was removed
90+
* `hasDeployment()` was removed
91+
* `allowCrashDumpsCollection()` was removed
92+
* `regionalDataBoundary()` was removed
93+
* `description()` was removed
94+
* `updatePolicy()` was removed
95+
96+
#### `models.DeviceUpdate` was modified
97+
98+
* `withDeviceGroupId(java.lang.String)` was removed
99+
* `deviceGroupId()` was removed
100+
101+
#### `models.CatalogListResult` was modified
102+
103+
* `withNextLink(java.lang.String)` was removed
104+
105+
#### `models.DeviceListResult` was modified
106+
107+
* `withNextLink(java.lang.String)` was removed
108+
109+
#### `models.Product` was modified
110+
111+
* `description()` was removed
112+
* `models.CountDeviceResponse countDevices()` -> `models.CountDevicesResponse countDevices()`
113+
* `provisioningState()` was removed
114+
115+
#### `models.Device$Update` was modified
116+
117+
* `withDeviceGroupId(java.lang.String)` was removed
118+
119+
#### `models.Image$Definition` was modified
120+
121+
* `withRegionalDataBoundary(models.RegionalDataBoundary)` was removed
122+
* `withImage(java.lang.String)` was removed
123+
* `withImageId(java.lang.String)` was removed
124+
125+
#### `models.Deployment` was modified
126+
127+
* `deploymentId()` was removed
128+
* `deploymentDateUtc()` was removed
129+
* `provisioningState()` was removed
130+
* `deployedImages()` was removed
131+
132+
#### `models.DeviceGroups` was modified
133+
134+
* `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)`
135+
136+
#### `models.Products` was modified
137+
138+
* `models.CountDeviceResponse countDevices(java.lang.String,java.lang.String,java.lang.String)` -> `models.CountDevicesResponse countDevices(java.lang.String,java.lang.String,java.lang.String)`
139+
140+
#### `models.ProductUpdate` was modified
141+
142+
* `withDescription(java.lang.String)` was removed
143+
* `description()` was removed
144+
145+
#### `models.DeviceGroupUpdate` was modified
146+
147+
* `regionalDataBoundary()` was removed
148+
* `withRegionalDataBoundary(models.RegionalDataBoundary)` was removed
149+
* `allowCrashDumpsCollection()` was removed
150+
* `updatePolicy()` was removed
151+
* `withAllowCrashDumpsCollection(models.AllowCrashDumpCollection)` was removed
152+
* `withOsFeedType(models.OSFeedType)` was removed
153+
* `withUpdatePolicy(models.UpdatePolicy)` was removed
154+
* `withDescription(java.lang.String)` was removed
155+
* `description()` was removed
156+
* `osFeedType()` was removed
157+
158+
#### `models.CertificateListResult` was modified
159+
160+
* `withNextLink(java.lang.String)` was removed
161+
162+
#### `models.Image` was modified
163+
164+
* `regionalDataBoundary()` was removed
165+
* `image()` was removed
166+
* `provisioningState()` was removed
167+
* `uri()` was removed
168+
* `imageName()` was removed
169+
* `imageId()` was removed
170+
* `description()` was removed
171+
* `componentId()` was removed
172+
* `imageType()` was removed
173+
174+
#### `models.Deployment$Definition` was modified
175+
176+
* `withDeploymentId(java.lang.String)` was removed
177+
* `withDeployedImages(java.util.List)` was removed
178+
179+
#### `models.Certificate` was modified
180+
181+
* `notBeforeUtc()` was removed
182+
* `subject()` was removed
183+
* `expiryUtc()` was removed
184+
* `certificate()` was removed
185+
* `thumbprint()` was removed
186+
* `provisioningState()` was removed
187+
* `status()` was removed
188+
189+
### Features Added
190+
191+
* `models.DeviceGroupProperties` was added
192+
193+
* `models.DeviceProperties` was added
194+
195+
* `models.CertificateProperties` was added
196+
197+
* `models.CountDevicesResponse` was added
198+
199+
* `models.DeploymentProperties` was added
200+
201+
* `models.DeviceUpdateProperties` was added
202+
203+
* `models.DeviceGroupUpdateProperties` was added
204+
205+
* `models.CatalogProperties` was added
206+
207+
* `models.ProductUpdateProperties` was added
208+
209+
* `models.ImageProperties` was added
210+
211+
* `models.ProductProperties` was added
212+
213+
#### `models.CountDeviceResponse` was modified
214+
215+
* `withValue(int)` was added
216+
* `validate()` was added
217+
218+
#### `models.Product$Definition` was modified
219+
220+
* `withProperties(models.ProductProperties)` was added
221+
222+
#### `models.DeviceGroup$Update` was modified
223+
224+
* `withProperties(models.DeviceGroupUpdateProperties)` was added
225+
226+
#### `models.Catalogs` was modified
227+
228+
* `uploadImage(java.lang.String,java.lang.String,fluent.models.ImageInner,com.azure.core.util.Context)` was added
229+
* `uploadImage(java.lang.String,java.lang.String,fluent.models.ImageInner)` was added
230+
231+
#### `models.Device$Definition` was modified
232+
233+
* `withProperties(models.DeviceProperties)` was added
234+
235+
#### `models.Catalog` was modified
236+
237+
* `uploadImage(fluent.models.ImageInner,com.azure.core.util.Context)` was added
238+
* `properties()` was added
239+
* `uploadImage(fluent.models.ImageInner)` was added
240+
241+
#### `models.Device` was modified
242+
243+
* `systemData()` was added
244+
* `properties()` was added
245+
246+
#### `models.Product$Update` was modified
247+
248+
* `withProperties(models.ProductUpdateProperties)` was added
249+
250+
#### `models.DeviceGroup$Definition` was modified
251+
252+
* `withProperties(models.DeviceGroupProperties)` was added
253+
254+
#### `models.DeviceGroup` was modified
255+
256+
* `properties()` was added
257+
* `systemData()` was added
258+
259+
#### `models.DeviceUpdate` was modified
260+
261+
* `properties()` was added
262+
* `withProperties(models.DeviceUpdateProperties)` was added
263+
264+
#### `models.Product` was modified
265+
266+
* `properties()` was added
267+
* `systemData()` was added
268+
269+
#### `models.Device$Update` was modified
270+
271+
* `withProperties(models.DeviceUpdateProperties)` was added
272+
273+
#### `models.Image$Definition` was modified
274+
275+
* `withProperties(models.ImageProperties)` was added
276+
277+
#### `models.Deployment` was modified
278+
279+
* `systemData()` was added
280+
* `properties()` was added
281+
282+
#### `models.ProductUpdate` was modified
283+
284+
* `withProperties(models.ProductUpdateProperties)` was added
285+
* `properties()` was added
286+
287+
#### `models.DeviceGroupUpdate` was modified
288+
289+
* `withProperties(models.DeviceGroupUpdateProperties)` was added
290+
* `properties()` was added
291+
292+
#### `models.Catalog$Definition` was modified
293+
294+
* `withProperties(models.CatalogProperties)` was added
295+
296+
#### `models.Image` was modified
297+
298+
* `systemData()` was added
299+
* `properties()` was added
300+
301+
#### `models.Deployment$Definition` was modified
302+
303+
* `withProperties(models.DeploymentProperties)` was added
304+
305+
#### `models.Certificate` was modified
10306

11-
### Other Changes
307+
* `properties()` was added
12308

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

sdk/sphere/azure-resourcemanager-sphere/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager AzureSphere client library for Java.
44

5-
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).
5+
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).
66

77
## We'd love to hear your feedback
88

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-sphere</artifactId>
35-
<version>1.0.0-beta.1</version>
35+
<version>1.0.0</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -45,7 +45,7 @@ Azure Management Libraries require a `TokenCredential` implementation for authen
4545

4646
### Authentication
4747

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

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

0 commit comments

Comments
 (0)