You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/iotcentral/azure-resourcemanager-iotcentral/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.1 (Unreleased)
3
+
## 1.0.0-beta.1 (2022-03-15)
4
+
5
+
- Azure Resource Manager IotCentral client library for Java. This package contains Microsoft Azure SDK for IotCentral Management SDK. Use this API to manage IoT Central Applications in your Azure subscription. Package tag package-2021-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/iotcentral/azure-resourcemanager-iotcentral/src/main/java/com/azure/resourcemanager/iotcentral/IotCentralManager.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ public static Configurable configure() {
78
78
79
79
/** The Configurable allowing configurations to be set. */
Copy file name to clipboardExpand all lines: sdk/iotcentral/azure-resourcemanager-iotcentral/src/main/java/com/azure/resourcemanager/iotcentral/fluent/AppsClient.java
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public interface AppsClient {
41
41
* @throws IllegalArgumentException thrown if parameters fail the validation.
42
42
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
43
43
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
44
-
* @return the metadata of an IoT Central application.
44
+
* @return the metadata of an IoT Central application along with {@link Response}.
Copy file name to clipboardExpand all lines: sdk/iotcentral/azure-resourcemanager-iotcentral/src/main/java/com/azure/resourcemanager/iotcentral/fluent/OperationsClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ public interface OperationsClient {
17
17
*
18
18
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
19
19
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
20
-
* @return a list of IoT Central operations.
20
+
* @return a list of IoT Central operations as paginated response with {@link PagedIterable}.
21
21
*/
22
22
@ServiceMethod(returns = ReturnType.COLLECTION)
23
23
PagedIterable<OperationInner> list();
@@ -29,7 +29,7 @@ public interface OperationsClient {
29
29
* @throws IllegalArgumentException thrown if parameters fail the validation.
30
30
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
31
31
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
32
-
* @return a list of IoT Central operations.
32
+
* @return a list of IoT Central operations as paginated response with {@link PagedIterable}.
Copy file name to clipboardExpand all lines: sdk/iotcentral/azure-resourcemanager-iotcentral/src/main/java/com/azure/resourcemanager/iotcentral/fluent/models/AppAvailabilityInfoInner.java
Copy file name to clipboardExpand all lines: sdk/iotcentral/azure-resourcemanager-iotcentral/src/main/java/com/azure/resourcemanager/iotcentral/fluent/models/AppInner.java
Copy file name to clipboardExpand all lines: sdk/iotcentral/azure-resourcemanager-iotcentral/src/main/java/com/azure/resourcemanager/iotcentral/fluent/models/AppProperties.java
Copy file name to clipboardExpand all lines: sdk/iotcentral/azure-resourcemanager-iotcentral/src/main/java/com/azure/resourcemanager/iotcentral/fluent/models/AppTemplateInner.java
Copy file name to clipboardExpand all lines: sdk/iotcentral/azure-resourcemanager-iotcentral/src/main/java/com/azure/resourcemanager/iotcentral/fluent/models/OperationInner.java
0 commit comments