Skip to content

Commit

Permalink
Fix properties definition in swagger to match service behavior (#39635)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSher authored Oct 31, 2023
1 parent f313b7c commit 85778d5
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 85778d5

Please sign in to comment.