Skip to content

Commit

Permalink
Fix properties definition in swagger to match service behavior (Azure…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSher authored and DevArjun23 committed Nov 14, 2023
1 parent 1c62949 commit 0c7e28e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/tables/Azure.Data.Tables/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ directive:
from: swagger-document
where: $.definitions.AccessPolicy
transform: >
$.properties.Start["x-nullable"] = true;
$.properties.Expiry["x-nullable"] = true;
$.properties.Permission["x-nullable"] = true;
```

0 comments on commit 0c7e28e

Please sign in to comment.