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/iothub/azure-resourcemanager-iothub/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.2.0-beta.4 (Unreleased)
3
+
## 1.0.0-beta.1 (2023-08-23)
4
+
5
+
- Azure Resource Manager IotHub client library for Java. This package contains Microsoft Azure SDK for IotHub Management SDK. Use this API to manage the IoT hubs in your Azure subscription. Package tag package-2023-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/iothub/azure-resourcemanager-iothub/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager IotHub client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for IotHub Management SDK. Use this API to manage the IoT hubs in your Azure subscription. Package tag package-preview-2022-11. 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 IotHub Management SDK. Use this API to manage the IoT hubs in your Azure subscription. Package tag package-2023-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
Copy file name to clipboardExpand all lines: sdk/iothub/azure-resourcemanager-iothub/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
<packaging>jar</packaging>
19
19
20
20
<name>Microsoft Azure SDK for IotHub Management</name>
21
-
<description>This package contains Microsoft Azure SDK for IotHub Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Use this API to manage the IoT hubs in your Azure subscription. Package tag package-preview-2022-11.</description>
21
+
<description>This package contains Microsoft Azure SDK for IotHub Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Use this API to manage the IoT hubs in your Azure subscription. Package tag package-2023-06.</description>
Copy file name to clipboardExpand all lines: sdk/iothub/azure-resourcemanager-iothub/src/main/java/com/azure/resourcemanager/iothub/fluent/IotHubResourcesClient.java
Copy file name to clipboardExpand all lines: sdk/iothub/azure-resourcemanager-iothub/src/main/java/com/azure/resourcemanager/iothub/implementation/IotHubClientBuilder.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ public IotHubClientImpl buildClient() {
Copy file name to clipboardExpand all lines: sdk/iothub/azure-resourcemanager-iothub/src/main/java/com/azure/resourcemanager/iothub/implementation/IotHubClientImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ public PrivateEndpointConnectionsClient getPrivateEndpointConnections() {
Copy file name to clipboardExpand all lines: sdk/iothub/azure-resourcemanager-iothub/src/main/java/com/azure/resourcemanager/iothub/implementation/IotHubResourcesClientImpl.java
+24-12Lines changed: 24 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -662,7 +662,8 @@ public IotHubDescriptionInner getByResourceGroup(String resourceGroupName, Strin
662
662
*
663
663
* <p>Create or update the metadata of an Iot hub. The usual pattern to modify a property is to retrieve the IoT hub
664
664
* metadata and security metadata, and then combine them with the modified values in a new body to update the IoT
665
-
* hub.
665
+
* hub. If certain properties are missing in the JSON, updating IoT Hub may cause these values to fallback to
666
+
* default, which may lead to unexpected behavior.
666
667
*
667
668
* @param resourceGroupName The name of the resource group that contains the IoT hub.
Copy file name to clipboardExpand all lines: sdk/iothub/azure-resourcemanager-iothub/src/main/java/com/azure/resourcemanager/iothub/models/ArmIdentity.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public final class ArmIdentity {
25
25
privateStringtenantId;
26
26
27
27
/*
28
-
* The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly
28
+
* The type of identity used for the resource. The type 'SystemAssigned,UserAssigned' includes both an implicitly
29
29
* created identity and a set of user assigned identities. The type 'None' will remove any identities from the
30
30
* service.
31
31
*/
@@ -62,7 +62,7 @@ public String tenantId() {
62
62
}
63
63
64
64
/**
65
-
* Get the type property: The type of identity used for the resource. The type 'SystemAssigned,UserAssigned'
65
+
* Get the type property: The type of identity used for the resource. The type 'SystemAssigned,UserAssigned'
66
66
* includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove
67
67
* any identities from the service.
68
68
*
@@ -73,7 +73,7 @@ public ResourceIdentityType type() {
73
73
}
74
74
75
75
/**
76
-
* Set the type property: The type of identity used for the resource. The type 'SystemAssigned,UserAssigned'
76
+
* Set the type property: The type of identity used for the resource. The type 'SystemAssigned,UserAssigned'
77
77
* includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove
0 commit comments