Azure / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
381 stars 1.2k forks source link

[Feature Request] Set authentication to output (Azure Blob) using Azure CLI StreamAnalytics Extension and Managed ID #3494

Open YuKogasaka opened 3 years ago

YuKogasaka commented 3 years ago

Extension name (the extension in question)

stream-analytics

Description of issue (in as much detail as possible)

Hi,

I plan to use the Azure CLI StreamAnalytics extension to Blob storage ad Stream Analytics jobs output distination. I want to use a Managed ID for authentication, but as far as I can see the help, can't find that setting. Also, I checked the following documents, but only the method using the portal and ARM template was described. I would like to request that it can be achieved only with the Azure CLI Stream Analytics extension.


yonzhan commented 3 years ago

stream analytics

kairu-ms commented 3 years ago

Because these property are only supported in the latest version API. CLI is using old version API.

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @atpham256.

Issue Details
- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues) ### Extension name (the extension in question) stream-analytics ### Description of issue (in as much detail as possible) Hi, I plan to use the Azure CLI StreamAnalytics extension to Blob storage ad Stream Analytics jobs output distination. I want to use a Managed ID for authentication, but as far as I can see the help, can't find that setting. Also, I checked the following documents, but only the method using the portal and ARM template was described. I would like to request that it can be achieved only with the Azure CLI Stream Analytics extension. - Authenticate blob output with Managed Identity Azure Stream Analytics | Microsoft Docs https://docs.microsoft.com/en-us/azure/stream-analytics/blob-output-managed-identity -----
Author: kogesaka
Assignees: kairu-ms
Labels: `Service Attention`, `Stream Analytics`, `feature-request`
Milestone: Jul 2021 (2021-08-03)
kairu-ms commented 3 years ago

@atpham256 Does CLI need to bump up API version to the latest now?