Skip to content

Commit 4b5383a

Browse files
authored
cosmosdb (#20188)
1 parent 2421768 commit 4b5383a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specification/cosmos-db/resource-manager/readme.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ modelerfour:
1919
no-namespace-folders: true
2020
output-folder: $(python-sdks-folder)/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb
2121
```
22+
``` yaml $(python)
23+
directive:
24+
- from: managedCassandra.json
25+
where: $.definitions
26+
transform: >
27+
$.CassandraClusterPublicStatus.properties.dataCenters.items.properties.nodes.items['x-ms-client-name'] = 'CassandraClusterDataCenterNodeItem';
28+
- from: cosmos-db.json
29+
where: $.definitions
30+
transform: >
31+
$.ManagedServiceIdentity.properties.userAssignedIdentities.additionalProperties['x-ms-client-name'] = 'ManagedServiceIdentityUserAssignedIdentity';
32+
```

0 commit comments

Comments
 (0)