Lee-W commented on code in PR #68490:
URL: https://github.com/apache/airflow/pull/68490#discussion_r3407237048
##########
providers/microsoft/azure/tests/unit/microsoft/azure/hooks/test_wasb.py:
##########
@@ -45,6 +45,13 @@
ACCESS_KEY_STRING = "AccountName=name;skdkskd"
PROXIES = {"http": "http_proxy_uri", "https": "https_proxy_uri"}
+# A SAS token is a query string (not a path segment). Use a representative
token and the
Review Comment:
Let's add a doc link here. so that we know it's a correct claim.
I think it's this one
https://learn.microsoft.com/en-us/rest/api/storageservices/create-service-sas
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]