Skip to content

Commit 64adddb

Browse files
authored
[Release] sdk/resourcemanager/iothub/armiothub/1.4.0-beta.1 (#25592)
* [Release] sdk/resourcemanager/iothub/armiothub/1.4.0-beta.1 generation from spec commit: 1d3ac611f503e05650fb85520582b06140d2599e * fix test * reported error NoRegisteredProviderFound * fix test
1 parent a9d2302 commit 64adddb

40 files changed

+1154
-812
lines changed

sdk/resourcemanager/iothub/armiothub/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Release History
22

3+
## 1.4.0-beta.1 (2025-11-11)
4+
### Features Added
5+
6+
- New value `IotHubSKUGEN2` added to enum type `IotHubSKU`
7+
- New value `IotHubSKUTierGeneration2` added to enum type `IotHubSKUTier`
8+
- New value `RoutingSourceDigitalTwinChangeEvents`, `RoutingSourceMqttBrokerMessages` added to enum type `RoutingSource`
9+
- New enum type `IPVersion` with values `IPVersionIPv4`, `IPVersionIPv4IPv6`, `IPVersionIPv6`
10+
- New struct `DeviceRegistry`
11+
- New struct `EncryptionPropertiesDescription`
12+
- New struct `KeyVaultKeyProperties`
13+
- New struct `PropertiesDeviceStreams`
14+
- New struct `RootCertificateProperties`
15+
- New field `PolicyResourceID` in struct `CertificateProperties`
16+
- New field `PolicyResourceID` in struct `CertificatePropertiesWithNonce`
17+
- New field `DeviceRegistry`, `DeviceStreams`, `Encryption`, `IPVersion`, `RootCertificate` in struct `Properties`
18+
19+
320
## 1.3.0 (2023-11-24)
421
### Features Added
522

sdk/resourcemanager/iothub/armiothub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ clientFactory, err := armiothub.NewClientFactory(<subscription ID>, cred, &optio
5555
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
5656

5757
```go
58-
client := clientFactory.NewResourceClient()
58+
client := clientFactory.NewCertificatesClient()
5959
```
6060

6161
## Fakes

sdk/resourcemanager/iothub/armiothub/autorest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/32c178f2467f792a322f56174be244135d2c907f/specification/iothub/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/32c178f2467f792a322f56174be244135d2c907f/specification/iothub/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/1d3ac611f503e05650fb85520582b06140d2599e/specification/iothub/resource-manager/Microsoft.Devices/IoTHub/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/1d3ac611f503e05650fb85520582b06140d2599e/specification/iothub/resource-manager/Microsoft.Devices/IoTHub/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.3.0
12-
tag: package-2023-06
11+
module-version: 1.4.0-beta.1
12+
tag: package-preview-2025-08
1313
```

sdk/resourcemanager/iothub/armiothub/certificates_client.go

Lines changed: 22 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)