Skip to content
Closed
Changes from all 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
10 changes: 10 additions & 0 deletions specification/datafactory/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@ java:
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-datafactory
```

## Azure Resource Schema

Workaround for ambiguous oneOf matches. Final fix requires always emitting the right `type`, which requires https://github.com/Azure/autorest/issues/2827 to happen first.
``` yaml $(azureresourceschema)
directive:
- from: source-file-azureresourceschema
where: $
transform: return $.replace(/"oneOf":/g, '"anyOf":')
```

# Validation

## Suppression
Expand Down