We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c50e5a commit 2492a71Copy full SHA for 2492a71
specification/securityinsights/resource-manager/readme.python.md
@@ -19,3 +19,11 @@ modelerfour:
19
no-namespace-folders: true
20
output-folder: $(python-sdks-folder)/securityinsight/azure-mgmt-securityinsight/azure/mgmt/securityinsight
21
```
22
+
23
+```
24
+directive:
25
+ - from: EntityTypes.json
26
+ where: $.definitions.AccountEntityProperties.properties.ntDomain
27
+ transform: >
28
+ $['description'] = 'The NetBIOS domain name as it appears in the alert format - domain/username. Examples: NT AUTHORITY.';
29
0 commit comments