File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
specification/security/resource-manager Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,20 @@ csharp:
12
12
payload-flattening-threshold : 2
13
13
clear-output-folder : true
14
14
15
- directive :
15
+ directive :
16
16
- from : securityContacts.json
17
17
where : $.definitions.SecurityContactProperties.properties.alertNotifications.properties.state
18
- transform : >
19
- $['x-ms-enum']['name'] = 'stateEnum';
18
+ transform : >
19
+ $['x-ms-enum']['name'] = 'SecurityAlertNotificationState';
20
+ - from : securityContacts.json
21
+ where : $.definitions.SecurityContactProperties.properties.notificationsByRole.properties.state
22
+ transform : >
23
+ $['x-ms-enum']['name'] = 'SecurityAlertNotificationByRoleState';
20
24
` ` `
21
25
22
26
` ` ` yaml $(csharp) && !$(multiapi) && !$(profile)
23
27
namespace : Microsoft.Azure.Management.Security
24
28
output-folder : $(csharp-sdks-folder)/securitycenter/Microsoft.Azure.Management.SecurityCenter/src/Generated
25
-
26
- directive :
27
- - from : securityContacts.json
28
- where : $.definitions.SecurityContactProperties.properties.alertNotifications.properties.state
29
- transform : >
30
- $['x-ms-enum']['name'] = 'stateEnum';
31
29
` ` `
32
30
33
31
## Batch settings
You can’t perform that action at this time.
0 commit comments