-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataLakeFileClient openQueryInputStream returns 403 #20193
Comments
Hi @irbash Thank you for posting this question. Using OAuth (ClientSecretCredential) should work. I will attempt to reproduce your issue as soon as I can and get back to you. |
Hi @gapra-msft Thanks... Hope you are able to reproduce it. |
Hi @irbash, Thank you for following up. I was able to successfully run a query test using OAuth. It could be that the permissions you have given to the credential are incorrect. Could you share what permissions you are providing the credential? Mine has the blob owner role and blob data contributor role I believe. |
Hi @gapra-msft Thank you very much for the reply. Say we have a directory structure like: parent/subFolder1/subFolder2 The Service Principal that we use has RWX permissions on subFolder2. (This subFolder2 is suppose to be used by this service principal) Can you kindly let me know if the Service Principal should be owner and and should have permissions on parent folders as well ? Or What are the needed permissions for Service Principal to be able to use openQueryInputStream method ? Thanks in advance, |
Hi @irbash Once we have that we can look into why the request failed. |
Hi @gapra-msft Thank you very much for looking into this. Please find the stack trace below:
|
Hi @irbash Thanks for providing the updated request id. I am following up with my team to further investigate the issue and I will let you know if I need any further info or if I have any updates to share. |
Hi @irbash Could you please take a look at this and see if you have permissions set up correctly? If this doesnt help, could you please share a latest request id once again? Apologies, the logs roll over fairly frequently. |
Hi @gapra-msft Thank you very much. I will check the permissions and get back to you. In the mean time, how am I able to read the file using the below code ?
And also, I found this page and I used your answer and it works with BlobClient as well. So, it just doesn't work with I guess the permissions are fine, but I will check and give you more details. |
Hi @gapra-msft I checked with our IT team and shared the above link with them. After verifying they came back saying the permissions are set correctly and according to that link. Thanks, |
Hi @irbash Thanks for checking, could you repro the issue once more early next week so I can get folks from the service to take a look at the logs? They may be able to help understand what's going wrong here. This time I can also copy over the log information once I get the request id from you in case it rolls over. Sorry for any inconvenience. |
Hi @gapra-msft Thank you very much for taking time and looking into this issue. I reproduced the issue and please find the stack trace below.
|
Hi @irbash I've followed up with my team and it looks like to temporarily unblock you, you will have to give RWX permission to the file to query it's contents. |
Hi @gapra-msft Thanks, i will see if we dont already have RWX permissions on the file. IF not i will try to do that. Regards, |
Hi @gapra-msft I verified it, the file had 660. I changed the permissions to 760 and it worked. Does it need to have Execute permissions to even read the file ? Thanks, |
Hi @irbash I will follow up with the service team on why it requires all 3 permissions and get back to you. Since you are able to successfully use the API, I will close this issue for now. |
Merge Microsoft.app 2022 06 01 preview to main (Azure#20787) * Adds base for updating Microsoft.App from version stable/2022-03-01 to version 2022-05-01 * Updates readme * Updates API version in new specs and examples * Add app diag to 2022-05-01 (Azure#18678) * Add container apps diagnostics * Fix validation errors * Move Microsoft.App diag APIs to 2022-05-01 * Fix validation errors * Fix validation errors * Fix validation errors 3 * Change operationIds Co-authored-by: Michimune Kohno <[email protected]> * Fix definition for customhostnameesult (Azure#19014) * fix * update * more fix * Cherry pick for the parameter name fixes for the 2022-03-01 and making the same fixes in 2022-05-01 (Azure#19048) * Correct Probe enums (Azure#18839) * fix probe enums * Fix revision mode enum * Fix patch example * Fix the casing of enums in the latest api version * Change the parameter names to unblock Terraform release (Azure#19005) * contianerapps: fixing swagger inconsistencies in 2022-01-01-preview * containerapps: fixing inconsistencies in the 2022-03-01 swagger * containerapps: updating the examples for 2022-01-01-preview * containerapps: updating the examples to account for the updated parameter names * containerapps: fixing linting * fix probe enums * Fix revision mode enum * Fix the policheck error * Revert "containerapps: fixing linting" This reverts commit 3c4872f4a43fbe1a285830461f48d8c0a5ffeee8. * Revert "containerapps: updating the examples for 2022-01-01-preview" This reverts commit 9b81fbd65652d558c0296d72a63ca1a7c4850e3c. * Revert "contianerapps: fixing swagger inconsistencies in 2022-01-01-preview" This reverts commit 553fc551b3239598157238ed6246085748421b87. * Undo changes to 2022-01-01-preview * Fix one issue * fix remaining inconsistency * fix authConfig and sourceControl names Co-authored-by: tombuildsstuff <[email protected]> Co-authored-by: Mike Vu <[email protected]> * Change param names * Fix examples * Fix CI errors Co-authored-by: Mike Vu <[email protected]> Co-authored-by: tombuildsstuff <[email protected]> * Fix description in all API versions (Azure#19313) * Fix description for ManagedEnvironment.Internal property (Azure#19307) * Fix descriptions in all api versions * Add traffic info to revisions api (Azure#19054) * Add traffic info to a revision api * Add deprecated prop * Prettier fixes * 1pdate based on new proposal * Rename * Change names * minor fix * Add httpReadBufferSize to dapr config in Microsoft.App-2022-05-01 (Azure#19360) * Add httpReadBufferSize to dapr config * remove nullable * Adds base for updating Microsoft.App from version stable/2022-05-01 to version 2022-06-01-preview * Updates readme * Updates API version in new specs and examples * Add new resources for 2022-06-01-preview (Azure#19494) * update * update * update * fix * update * update * update * update * fix * update * update * Enable Dapr AI Connection string for Microsoft.App connected environment (Azure#19974) * Enable Dapr AI Connection string for Microsoft.App connected environment * Fix dapr ai connection string * remove read * remove read permission of dapr ai connection string and instrument key for managed environment * fixes for comments * update (Azure#20013) * Fixdescriptions on microsoft.app 2022 06 01 preview (Azure#20133) * Fix casing for detector properties * Fix descriptions * Fix descriptions and detectorProperties in 2022-06-01-preview * Added `secretsStoreComponent` in 2022-06-01 spec (Azure#20044) * Added `secretsStoreComponent` in 2022-06-01 spec Signed-off-by: ItalyPaleAle <[email protected]> * Fixed typos and added example of name/key Signed-off-by: ItalyPaleAle <[email protected]> * Add custom domain configuration for managed environment (Azure#20149) Co-authored-by: Mengjun Qin <[email protected]> * Add additional Dapr options (2022-06-01-preview) (Azure#19886) * Add additional Dapr options * Update examples for 2022-06-01-preview * force ci * force ci * force ci * adding ip-restriction feat (Azure#19841) * adding ip-restriction feat * remove from stable, add to preview * fix lintDiff error * fix modelvalidation error * fix formatting changes * rename names, add note to all allow or all deny * fix spell check error * update name and examples * rename `ipAddress` to `ipAddressRange` * making small change to re-run build pipeline * trigger GitHub actions * resolve comments Co-authored-by: Taher Darolywala <[email protected]> * Remove Traffic Labels from revisions because they haven't been impelemented (Azure#20261) * Revert "Add traffic info to revisions api (Azure#19054)" This reverts commit 056cc51226bf2eef3d3a7e7bdca875a4a571026b. * Remove traffic labels from revisions * Add property for tcp apps (Azure#20193) * Add property for tcp apps * Add scale * Fix * Fix * Add Init Containers to common definitions (Azure#19855) * add init containers to common definitions * move changes to 06-01 preview * remove repeated container definition * fix allof syntax * fix anonymous container definition * fix lintdiff errors * fix container allof syntax * add more init examples * split baseContainer definition * remove description Co-authored-by: p-bouchon <[email protected]> * Update container app provisioningstate (Azure#20411) * update * update * add property: maxInactiveRevisions (Azure#20334) * add property: maxInactiveRevisions * update * update * Add premium sku related properties for managed environment (Azure#19770) * Add premium sku related properties for managed environment * Move sku to base property * Add workloadProfileType * Examples for managed environment * Add container app example * Fix workloadProfiles * Add custom word * Fix WorkloadProfileType references * prettier fixes * Fix workload profile * Fix typo * remove readonly property for workload profile * Add object type * nit: Fix description location * Fix XmsIdentifierValidation * Remove spaces from enum values * Remove unwanted change * Add aka ms url * Update examples for workload profile type * Fix rebase issue * Fix json * Update description and move location * Remove provisioning state for node pool * sku capacity explanation * Remove capacity attribute * Remove capacity attribute from required * Mark sku property as required * Add x-ms-identifiers * Rename mimum and maximum * Rename skutype to skuName * Make sku property as optional * Make workload profile type as string * fix go SDK automation config Co-authored-by: Chenjie Shi <[email protected]> * Fix source control status code in 2022-06-01-preview. (Azure#20429) * Remove 20220501 because we will not support it in server side (Azure#20427) * remove * update * Added support for user defined routing (Azure#20464) * Added support for user defined routing * Added examples * fixed JSON syntax * syntax fix * fixed vnetenvironment syntax * fixed camel case * case fix * enum syntax * fixed comma cases ManagedEnvironmentOutBoundType * fixing casing * Some more APIs (Azure#20448) * new APIs to 06-01 * test fix * more fixes * add last active time for revision (Azure#20658) * Add custom domain for connected env (Azure#20731) * add custom domain * fhcekout * billingMeters - GET endpoint (Azure#20485) * Swagger documentation for /locations/{location}/billingMeters - GET endpoint * Add example, fix validation errors * Fix ARM validation errors, code review comments * Fix response validation * add proxy resource properties * Response formatting * add default error response * ARM Review feedback + small naming change for a property * Change GB to GiB * Fix 2022-06-01-preview branch merge conflicts (Azure#20773) * Reset * more fixes * More fixes * another conflict fix * Fix old preview version * fix 2022-03-01 * supress lint Signed-off-by: ItalyPaleAle <[email protected]> Co-authored-by: Ruslan Yakushev <[email protected]> Co-authored-by: michimune <[email protected]> Co-authored-by: Michimune Kohno <[email protected]> Co-authored-by: Mike Vu <[email protected]> Co-authored-by: tombuildsstuff <[email protected]> Co-authored-by: Ahmed ElSayed <[email protected]> Co-authored-by: LaylaLiu-gmail <[email protected]> Co-authored-by: Alessandro (Ale) Segala <[email protected]> Co-authored-by: Mengjun Qin <[email protected]> Co-authored-by: Mengjun Qin <[email protected]> Co-authored-by: Taher Daroly <[email protected]> Co-authored-by: Taher Darolywala <[email protected]> Co-authored-by: zhenqxuMSFT <[email protected]> Co-authored-by: p-bouchon <[email protected]> Co-authored-by: p-bouchon <[email protected]> Co-authored-by: njucz <[email protected]> Co-authored-by: JJ <[email protected]> Co-authored-by: Chenjie Shi <[email protected]> Co-authored-by: yalixiang <[email protected]> Co-authored-by: Mahmoud Desokey <[email protected]> Co-authored-by: Xingjian Wang <[email protected]> Co-authored-by: trajkobal <[email protected]>
Rename Post Action and Add Secrets Tags (Azure#20775) * Adds base for updating Microsoft.App from version stable/2022-03-01 to version 2022-05-01 * Updates readme * Updates API version in new specs and examples * Add app diag to 2022-05-01 (Azure#18678) * Add container apps diagnostics * Fix validation errors * Move Microsoft.App diag APIs to 2022-05-01 * Fix validation errors * Fix validation errors * Fix validation errors 3 * Change operationIds Co-authored-by: Michimune Kohno <[email protected]> * Fix definition for customhostnameesult (Azure#19014) * fix * update * more fix * Cherry pick for the parameter name fixes for the 2022-03-01 and making the same fixes in 2022-05-01 (Azure#19048) * Correct Probe enums (Azure#18839) * fix probe enums * Fix revision mode enum * Fix patch example * Fix the casing of enums in the latest api version * Change the parameter names to unblock Terraform release (Azure#19005) * contianerapps: fixing swagger inconsistencies in 2022-01-01-preview * containerapps: fixing inconsistencies in the 2022-03-01 swagger * containerapps: updating the examples for 2022-01-01-preview * containerapps: updating the examples to account for the updated parameter names * containerapps: fixing linting * fix probe enums * Fix revision mode enum * Fix the policheck error * Revert "containerapps: fixing linting" This reverts commit 3c4872f4a43fbe1a285830461f48d8c0a5ffeee8. * Revert "containerapps: updating the examples for 2022-01-01-preview" This reverts commit 9b81fbd65652d558c0296d72a63ca1a7c4850e3c. * Revert "contianerapps: fixing swagger inconsistencies in 2022-01-01-preview" This reverts commit 553fc551b3239598157238ed6246085748421b87. * Undo changes to 2022-01-01-preview * Fix one issue * fix remaining inconsistency * fix authConfig and sourceControl names Co-authored-by: tombuildsstuff <[email protected]> Co-authored-by: Mike Vu <[email protected]> * Change param names * Fix examples * Fix CI errors Co-authored-by: Mike Vu <[email protected]> Co-authored-by: tombuildsstuff <[email protected]> * Fix description in all API versions (Azure#19313) * Fix description for ManagedEnvironment.Internal property (Azure#19307) * Fix descriptions in all api versions * Add traffic info to revisions api (Azure#19054) * Add traffic info to a revision api * Add deprecated prop * Prettier fixes * 1pdate based on new proposal * Rename * Change names * minor fix * Add httpReadBufferSize to dapr config in Microsoft.App-2022-05-01 (Azure#19360) * Add httpReadBufferSize to dapr config * remove nullable * Adds base for updating Microsoft.App from version stable/2022-05-01 to version 2022-06-01-preview * Updates readme * Updates API version in new specs and examples * Add new resources for 2022-06-01-preview (Azure#19494) * update * update * update * fix * update * update * update * update * fix * update * update * Enable Dapr AI Connection string for Microsoft.App connected environment (Azure#19974) * Enable Dapr AI Connection string for Microsoft.App connected environment * Fix dapr ai connection string * remove read * remove read permission of dapr ai connection string and instrument key for managed environment * fixes for comments * update (Azure#20013) * Fixdescriptions on microsoft.app 2022 06 01 preview (Azure#20133) * Fix casing for detector properties * Fix descriptions * Fix descriptions and detectorProperties in 2022-06-01-preview * Added `secretsStoreComponent` in 2022-06-01 spec (Azure#20044) * Added `secretsStoreComponent` in 2022-06-01 spec Signed-off-by: ItalyPaleAle <[email protected]> * Fixed typos and added example of name/key Signed-off-by: ItalyPaleAle <[email protected]> * Add custom domain configuration for managed environment (Azure#20149) Co-authored-by: Mengjun Qin <[email protected]> * Add additional Dapr options (2022-06-01-preview) (Azure#19886) * Add additional Dapr options * Update examples for 2022-06-01-preview * force ci * force ci * force ci * adding ip-restriction feat (Azure#19841) * adding ip-restriction feat * remove from stable, add to preview * fix lintDiff error * fix modelvalidation error * fix formatting changes * rename names, add note to all allow or all deny * fix spell check error * update name and examples * rename `ipAddress` to `ipAddressRange` * making small change to re-run build pipeline * trigger GitHub actions * resolve comments Co-authored-by: Taher Darolywala <[email protected]> * Remove Traffic Labels from revisions because they haven't been impelemented (Azure#20261) * Revert "Add traffic info to revisions api (Azure#19054)" This reverts commit 056cc51226bf2eef3d3a7e7bdca875a4a571026b. * Remove traffic labels from revisions * Add property for tcp apps (Azure#20193) * Add property for tcp apps * Add scale * Fix * Fix * Add Init Containers to common definitions (Azure#19855) * add init containers to common definitions * move changes to 06-01 preview * remove repeated container definition * fix allof syntax * fix anonymous container definition * fix lintdiff errors * fix container allof syntax * add more init examples * split baseContainer definition * remove description Co-authored-by: p-bouchon <[email protected]> * Update container app provisioningstate (Azure#20411) * update * update * add property: maxInactiveRevisions (Azure#20334) * add property: maxInactiveRevisions * update * update * Add premium sku related properties for managed environment (Azure#19770) * Add premium sku related properties for managed environment * Move sku to base property * Add workloadProfileType * Examples for managed environment * Add container app example * Fix workloadProfiles * Add custom word * Fix WorkloadProfileType references * prettier fixes * Fix workload profile * Fix typo * remove readonly property for workload profile * Add object type * nit: Fix description location * Fix XmsIdentifierValidation * Remove spaces from enum values * Remove unwanted change * Add aka ms url * Update examples for workload profile type * Fix rebase issue * Fix json * Update description and move location * Remove provisioning state for node pool * sku capacity explanation * Remove capacity attribute * Remove capacity attribute from required * Mark sku property as required * Add x-ms-identifiers * Rename mimum and maximum * Rename skutype to skuName * Make sku property as optional * Make workload profile type as string * fix go SDK automation config Co-authored-by: Chenjie Shi <[email protected]> * Fix source control status code in 2022-06-01-preview. (Azure#20429) * Remove 20220501 because we will not support it in server side (Azure#20427) * remove * update * Added support for user defined routing (Azure#20464) * Added support for user defined routing * Added examples * fixed JSON syntax * syntax fix * fixed vnetenvironment syntax * fixed camel case * case fix * enum syntax * fixed comma cases ManagedEnvironmentOutBoundType * fixing casing * Some more APIs (Azure#20448) * new APIs to 06-01 * test fix * more fixes * add last active time for revision (Azure#20658) * Add custom domain for connected env (Azure#20731) * add custom domain * fhcekout * billingMeters - GET endpoint (Azure#20485) * Swagger documentation for /locations/{location}/billingMeters - GET endpoint * Add example, fix validation errors * Fix ARM validation errors, code review comments * Fix response validation * add proxy resource properties * Response formatting * add default error response * ARM Review feedback + small naming change for a property * Change GB to GiB * Rename Action * secrets tag * missed fix Signed-off-by: ItalyPaleAle <[email protected]> Co-authored-by: Ruslan Yakushev <[email protected]> Co-authored-by: michimune <[email protected]> Co-authored-by: Michimune Kohno <[email protected]> Co-authored-by: Zunli Hu <[email protected]> Co-authored-by: Mike Vu <[email protected]> Co-authored-by: tombuildsstuff <[email protected]> Co-authored-by: Ahmed ElSayed <[email protected]> Co-authored-by: LaylaLiu-gmail <[email protected]> Co-authored-by: Alessandro (Ale) Segala <[email protected]> Co-authored-by: Mengjun Qin <[email protected]> Co-authored-by: Mengjun Qin <[email protected]> Co-authored-by: Taher Daroly <[email protected]> Co-authored-by: Taher Darolywala <[email protected]> Co-authored-by: zhenqxuMSFT <[email protected]> Co-authored-by: p-bouchon <[email protected]> Co-authored-by: p-bouchon <[email protected]> Co-authored-by: njucz <[email protected]> Co-authored-by: JJ <[email protected]> Co-authored-by: Chenjie Shi <[email protected]> Co-authored-by: yalixiang <[email protected]> Co-authored-by: Mahmoud Desokey <[email protected]> Co-authored-by: trajkobal <[email protected]>
Availableworkloadprofiles - GET endpoint (Azure#20650) * Adds base for updating Microsoft.App from version stable/2022-03-01 to version 2022-05-01 * Updates readme * Updates API version in new specs and examples * Add app diag to 2022-05-01 (Azure#18678) * Add container apps diagnostics * Fix validation errors * Move Microsoft.App diag APIs to 2022-05-01 * Fix validation errors * Fix validation errors * Fix validation errors 3 * Change operationIds Co-authored-by: Michimune Kohno <[email protected]> * Fix definition for customhostnameesult (Azure#19014) * fix * update * more fix * Cherry pick for the parameter name fixes for the 2022-03-01 and making the same fixes in 2022-05-01 (Azure#19048) * Correct Probe enums (Azure#18839) * fix probe enums * Fix revision mode enum * Fix patch example * Fix the casing of enums in the latest api version * Change the parameter names to unblock Terraform release (Azure#19005) * contianerapps: fixing swagger inconsistencies in 2022-01-01-preview * containerapps: fixing inconsistencies in the 2022-03-01 swagger * containerapps: updating the examples for 2022-01-01-preview * containerapps: updating the examples to account for the updated parameter names * containerapps: fixing linting * fix probe enums * Fix revision mode enum * Fix the policheck error * Revert "containerapps: fixing linting" This reverts commit 3c4872f4a43fbe1a285830461f48d8c0a5ffeee8. * Revert "containerapps: updating the examples for 2022-01-01-preview" This reverts commit 9b81fbd65652d558c0296d72a63ca1a7c4850e3c. * Revert "contianerapps: fixing swagger inconsistencies in 2022-01-01-preview" This reverts commit 553fc551b3239598157238ed6246085748421b87. * Undo changes to 2022-01-01-preview * Fix one issue * fix remaining inconsistency * fix authConfig and sourceControl names Co-authored-by: tombuildsstuff <[email protected]> Co-authored-by: Mike Vu <[email protected]> * Change param names * Fix examples * Fix CI errors Co-authored-by: Mike Vu <[email protected]> Co-authored-by: tombuildsstuff <[email protected]> * Fix description in all API versions (Azure#19313) * Fix description for ManagedEnvironment.Internal property (Azure#19307) * Fix descriptions in all api versions * Add traffic info to revisions api (Azure#19054) * Add traffic info to a revision api * Add deprecated prop * Prettier fixes * 1pdate based on new proposal * Rename * Change names * minor fix * Add httpReadBufferSize to dapr config in Microsoft.App-2022-05-01 (Azure#19360) * Add httpReadBufferSize to dapr config * remove nullable * Adds base for updating Microsoft.App from version stable/2022-05-01 to version 2022-06-01-preview * Updates readme * Updates API version in new specs and examples * Add new resources for 2022-06-01-preview (Azure#19494) * update * update * update * fix * update * update * update * update * fix * update * update * Enable Dapr AI Connection string for Microsoft.App connected environment (Azure#19974) * Enable Dapr AI Connection string for Microsoft.App connected environment * Fix dapr ai connection string * remove read * remove read permission of dapr ai connection string and instrument key for managed environment * fixes for comments * update (Azure#20013) * Fixdescriptions on microsoft.app 2022 06 01 preview (Azure#20133) * Fix casing for detector properties * Fix descriptions * Fix descriptions and detectorProperties in 2022-06-01-preview * Added `secretsStoreComponent` in 2022-06-01 spec (Azure#20044) * Added `secretsStoreComponent` in 2022-06-01 spec Signed-off-by: ItalyPaleAle <[email protected]> * Fixed typos and added example of name/key Signed-off-by: ItalyPaleAle <[email protected]> * Add custom domain configuration for managed environment (Azure#20149) Co-authored-by: Mengjun Qin <[email protected]> * Add additional Dapr options (2022-06-01-preview) (Azure#19886) * Add additional Dapr options * Update examples for 2022-06-01-preview * force ci * force ci * force ci * adding ip-restriction feat (Azure#19841) * adding ip-restriction feat * remove from stable, add to preview * fix lintDiff error * fix modelvalidation error * fix formatting changes * rename names, add note to all allow or all deny * fix spell check error * update name and examples * rename `ipAddress` to `ipAddressRange` * making small change to re-run build pipeline * trigger GitHub actions * resolve comments Co-authored-by: Taher Darolywala <[email protected]> * Remove Traffic Labels from revisions because they haven't been impelemented (Azure#20261) * Revert "Add traffic info to revisions api (Azure#19054)" This reverts commit 056cc51226bf2eef3d3a7e7bdca875a4a571026b. * Remove traffic labels from revisions * Add property for tcp apps (Azure#20193) * Add property for tcp apps * Add scale * Fix * Fix * Add Init Containers to common definitions (Azure#19855) * add init containers to common definitions * move changes to 06-01 preview * remove repeated container definition * fix allof syntax * fix anonymous container definition * fix lintdiff errors * fix container allof syntax * add more init examples * split baseContainer definition * remove description Co-authored-by: p-bouchon <[email protected]> * Update container app provisioningstate (Azure#20411) * update * update * add property: maxInactiveRevisions (Azure#20334) * add property: maxInactiveRevisions * update * update * Add premium sku related properties for managed environment (Azure#19770) * Add premium sku related properties for managed environment * Move sku to base property * Add workloadProfileType * Examples for managed environment * Add container app example * Fix workloadProfiles * Add custom word * Fix WorkloadProfileType references * prettier fixes * Fix workload profile * Fix typo * remove readonly property for workload profile * Add object type * nit: Fix description location * Fix XmsIdentifierValidation * Remove spaces from enum values * Remove unwanted change * Add aka ms url * Update examples for workload profile type * Fix rebase issue * Fix json * Update description and move location * Remove provisioning state for node pool * sku capacity explanation * Remove capacity attribute * Remove capacity attribute from required * Mark sku property as required * Add x-ms-identifiers * Rename mimum and maximum * Rename skutype to skuName * Make sku property as optional * Make workload profile type as string * fix go SDK automation config Co-authored-by: Chenjie Shi <[email protected]> * Fix source control status code in 2022-06-01-preview. (Azure#20429) * Swagger documentation for /locations/{location}/billingMeters - GET endpoint * Add example, fix validation errors * Fix ARM validation errors, code review comments * Fix response validation * Remove 20220501 because we will not support it in server side (Azure#20427) * remove * update * add proxy resource properties * Response formatting * Added support for user defined routing (Azure#20464) * Added support for user defined routing * Added examples * fixed JSON syntax * syntax fix * fixed vnetenvironment syntax * fixed camel case * case fix * enum syntax * fixed comma cases ManagedEnvironmentOutBoundType * fixing casing * add default error response * Add available workprofiles -GET endpoint * Remove duplicate schema name WorkloadProfile * Change memoryGiB to memoryGB as suggested in code review * Add x-ms-pageable - nextLink support to not introduce breaking changes in the future * rename to memory in GiB because our case is Gibibytes base 1024 * change friendlyName to displayName * Some more APIs (Azure#20448) * new APIs to 06-01 * test fix * more fixes * Add new property to the response object * add last active time for revision (Azure#20658) * Add custom domain for connected env (Azure#20731) * add custom domain * fhcekout * billingMeters - GET endpoint (Azure#20485) * Swagger documentation for /locations/{location}/billingMeters - GET endpoint * Add example, fix validation errors * Fix ARM validation errors, code review comments * Fix response validation * add proxy resource properties * Response formatting * add default error response * ARM Review feedback + small naming change for a property * Change GB to GiB * Change the boolean value for default to enum * change error response to v3/ErrorResponse * Fix 2022-06-01-preview branch merge conflicts (Azure#20773) * Reset * more fixes * More fixes * another conflict fix * Fix old preview version * fix 2022-03-01 Signed-off-by: ItalyPaleAle <[email protected]> Co-authored-by: Ruslan Yakushev <[email protected]> Co-authored-by: michimune <[email protected]> Co-authored-by: Michimune Kohno <[email protected]> Co-authored-by: Zunli Hu <[email protected]> Co-authored-by: Mike Vu <[email protected]> Co-authored-by: tombuildsstuff <[email protected]> Co-authored-by: Ahmed ElSayed <[email protected]> Co-authored-by: LaylaLiu-gmail <[email protected]> Co-authored-by: Alessandro (Ale) Segala <[email protected]> Co-authored-by: Mengjun Qin <[email protected]> Co-authored-by: Mengjun Qin <[email protected]> Co-authored-by: Taher Daroly <[email protected]> Co-authored-by: Taher Darolywala <[email protected]> Co-authored-by: zhenqxuMSFT <[email protected]> Co-authored-by: p-bouchon <[email protected]> Co-authored-by: p-bouchon <[email protected]> Co-authored-by: njucz <[email protected]> Co-authored-by: JJ <[email protected]> Co-authored-by: Chenjie Shi <[email protected]> Co-authored-by: yalixiang <[email protected]> Co-authored-by: Mahmoud Desokey <[email protected]> Co-authored-by: Xingjian Wang <[email protected]>
Hi,
I am using azure datalake dependency as below:
I create the DataLakeServiceClient as below:
And I use the below code for getting InputStream from a file on ADLS Gen2:
The above code works fine when I create the DataLakeServiceClient using SAS Token but when I authenticate using ClientId and ClientSecret the same code throws:
Btw, the ClientId and ClientSecret do work because instead of openQueryInputStream if I do the following then it works fine:
Can you kindly let me know if I am doing something incorrectly with openQueryInputStream ?
Thanks,
Irfan
The text was updated successfully, but these errors were encountered: