Skip to content

Commit 6937a0f

Browse files
author
Shane Fu
committed
add changes in readme.csharp.md
1 parent 68ca64f commit 6937a0f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

specification/storagediscovery/resource-manager/readme.csharp.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,13 @@ csharp:
1212
client-side-validation: false
1313
namespace: Microsoft.StorageDiscovery
1414
output-folder: $(csharp-sdks-folder)/storagediscovery/management/Microsoft.StorageDiscovery/GeneratedProtocol
15+
directive:
16+
- from: swagger-document
17+
where: $.definitions.StorageDiscoveryResourceType["x-ms-enum"]
18+
transform: >
19+
$.name = "StorageDiscoveryResourceKind";
20+
- from: swagger-document
21+
where: $.definitions.StorageDiscoveryWorkspacePropertiesUpdate
22+
transform: >
23+
$["x-ms-client-name"] = "StorageDiscoveryWorkspacePatchProperties";
1524
```

0 commit comments

Comments
 (0)