Skip to content

Commit f5265a3

Browse files
authored
Service version sample (Azure#23660)
* Added service version sample * PR feedback * Fixed a typo * PR feedback
1 parent 3e17918 commit f5265a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/storage/azure-storage-blob/src/samples/java/com/azure/storage/blob/ServiceVersionExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public static void main(String[] args) {
2828
/*
2929
If the workload includes generating new SAS tokens using an older format, the version of the sas generation can
3030
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.
3333
*/
3434
}
3535
}

0 commit comments

Comments
 (0)