File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/storage/azure-storage-blob/src/samples/java/com/azure/storage/blob Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ public static void main(String[] args) {
28
28
/*
29
29
If the workload includes generating new SAS tokens using an older format, the version of the sas generation can
30
30
also be configured. Before starting the jvm, set the environment variable AZURE_STORAGE_SAS_SERVICE_VERSION or
31
- the JVM system propert -DAZURE_STORAGE_SAS_SERVICE_VERSION to the service version which corresponds to the
32
- desired SAS format to configure this behavior.
31
+ the JVM system property AZURE_STORAGE_SAS_SERVICE_VERSION (e.g. -DAZURE_STORAGE_SAS_SERVICE_VERSION=2019-12-12)
32
+ to the service version which corresponds to the desired SAS format to configure this behavior.
33
33
*/
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments