tustvold commented on code in PR #4193: URL: https://github.com/apache/arrow-rs/pull/4193#discussion_r1189853120
########## object_store/src/azure/credential.rs: ########## @@ -424,7 +433,7 @@ impl TokenCredential for ImdsManagedIdentityOAuthProvider { ) -> Result<TemporaryToken<String>> { let mut query_items = vec![ ("api-version", MSI_API_VERSION), - ("resource", AZURE_STORAGE_SCOPE), + ("resource", AZURE_STORAGE_RESOURCE), Review Comment: This is the entirety of the change -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org