diff --git a/specification/securityinsights/resource-manager/readme.python.md b/specification/securityinsights/resource-manager/readme.python.md index d59d8a851501..822809aa6277 100644 --- a/specification/securityinsights/resource-manager/readme.python.md +++ b/specification/securityinsights/resource-manager/readme.python.md @@ -19,3 +19,11 @@ modelerfour: no-namespace-folders: true output-folder: $(python-sdks-folder)/securityinsight/azure-mgmt-securityinsight/azure/mgmt/securityinsight ``` + +``` +directive: + - from: EntityTypes.json + where: $.definitions.AccountEntityProperties.properties.ntDomain + transform: > + $['description'] = 'The NetBIOS domain name as it appears in the alert format - domain/username. Examples: NT AUTHORITY.'; +```