Skip to content

Commit

Permalink
add support for new blob inventory policy filter creationTime.lastNDays
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinhzy committed Oct 25, 2023
1 parent 777722a commit 279fad8
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"inventoryprefix2"
],
"includeSnapshots": true,
"includeBlobVersions": true
"includeBlobVersions": true,
"creationTime": {
"lastNDays": 3
}
},
"format": "Csv",
"schedule": "Daily",
Expand Down
Loading

0 comments on commit 279fad8

Please sign in to comment.