Skip to content

Commit 9fffa1e

Browse files
azabbasiprmathur-microsoft
authored andcommitted
fix(hub): Fix property accessibility issue (#12055)
1 parent 7eaf7bf commit 9fffa1e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
namespace Azure.Iot.Hub.Service
5+
{
6+
/// <summary>
7+
/// The DigitalTwin service client.
8+
/// </summary>
9+
internal partial class DigitalTwinClient
10+
{
11+
}
12+
}

sdk/iot/Azure.Iot.Hub.Service/src/Generated/DigitalTwinClient.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/iot/Azure.Iot.Hub.Service/src/Generated/Models/DigitalTwinInterfaces.Serialization.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/iot/Azure.Iot.Hub.Service/src/Generated/Models/DigitalTwinInterfaces.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)