New-AzStorageContainerSASToken specify version #14066
-
While generating a SAS token using powershell cmdlet New-AzStorageContainerSASToken the storage version in the SAS token is 2019-07-07, can we specify a different version using the cmdlet instead? Like I want to generate the token using sv=2019-12-12 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently generate SAS can't specify the version. BTW, if you would like to generate a SAS with recent version, you can add a permission that old version not support like "t" or "x".
|
Beta Was this translation helpful? Give feedback.
@SwagataChaudhuri
Currently generate SAS can't specify the version.
Could you share the reason why you need a customized version?
BTW, if you would like to generate a SAS with recent version, you can add a permission that old version not support like "t" or "x".
In the way, with the latest release Az.Storage 3.2.1, the generated SAS has version 2020-02-10.