Skip to content

Commit c824c12

Browse files
vinageshprmathur-microsoft
authored andcommitted
swagger(iothub): Adding overrides for type names (#12026)
1 parent 6c1309c commit c824c12

Some content is hidden

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

53 files changed

+1247
-7175
lines changed

sdk/iot/Azure.Iot.Hub.Service/src/API Design.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Azure Iot Hub Service API Design Doc
22
This document outlines the APIs for the Azure Iot Hub Service SDK
33

4+
<details><summary><b>Type definition names</b></summary>
5+
6+
```
7+
Configuration - TwinConfiguration
8+
Module - ModuleIdentity
9+
Device - DeviceIdentity
10+
Twin - TwinData
11+
Interface - PnpInterface
12+
Property - PnpProperty
13+
Reported - PnpReported
14+
Desired - PnpDesired
15+
```
16+
</details>
17+
418
<details><summary><b>Constructors</b></summary>
519

620
```csharp
Lines changed: 139 additions & 18 deletions
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/ConfigurationRestClient.cs

Lines changed: 22 additions & 24 deletions
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/Operations/DeviceMethodClient.cs renamed to sdk/iot/Azure.Iot.Hub.Service/src/Generated/DeviceMethodClient.cs

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

0 commit comments

Comments
 (0)