Skip to content

Commit

Permalink
Update Device Update for IoT Hub control plane autorest file for C# w…
Browse files Browse the repository at this point in the history
…ith correct namespace and output folder (#13251)

Co-authored-by: David Pokluda <david.pokluda@microsoft.com>
  • Loading branch information
dpokluda and David Pokluda authored Mar 3, 2021
1 parent 0a7c908 commit 4714561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/deviceupdate/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ csharp:
payload-flattening-threshold: 1
clear-output-folder: true
client-side-validation: false
namespace: Azure.ResourceManager.DeviceUpdate
output-folder: $(csharp-sdks-folder)/deviceupdate/Azure.ResourceManager.DeviceUpdate/src/Generated
namespace: Microsoft.Azure.Management.DeviceUpdate
output-folder: $(csharp-sdks-folder)/deviceupdate/Microsoft.Azure.Management.DeviceUpdate/src/Generated
```

0 comments on commit 4714561

Please sign in to comment.