Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions specification/security/resource-manager/readme.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,23 @@ csharp:
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
clear-output-folder: true

directive:
- from: securityContacts.json
where: $.definitions.SecurityContactProperties.properties.alertNotifications.properties.state
transform: >
$['x-ms-enum']['name'] = 'stateEnum';
```

``` yaml $(csharp) && !$(multiapi) && !$(profile)
namespace: Microsoft.Azure.Management.Security
output-folder: $(csharp-sdks-folder)/securitycenter/Microsoft.Azure.Management.SecurityCenter/src/Generated

directive:
- from: securityContacts.json
where: $.definitions.SecurityContactProperties.properties.alertNotifications.properties.state
transform: >
$['x-ms-enum']['name'] = 'stateEnum';
```

## Batch settings
Expand Down