-
Notifications
You must be signed in to change notification settings - Fork 850
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
Error while specifying Ingestion as the data source type for linked storage accounts #18322
Comments
Thank you for your feedback. This has been routed to the support team for assistance. |
@sapphire-sk Thanks for reaching out to us and sharing this feedback. We are looking into this issue. I will update this thread once I have more details on this. |
@sapphire-sk Could you please share your use case here ? Also what what scenario you are trying to fulfill with linked storage account for ingestion? Awaiting your reply. |
Linking storage accounts to Log Analytics workspace allows having your own managed storage account to store the logs instead of a service owned storage account.
|
@sapphire-sk I had filed this PR to address this Azure/azure-rest-api-specs#19365 Once the swagger update will be approved and merged by ARM, our product Owners will trigger the GO SDK generation. |
@navba-MSFT Thanks for the PR! |
@sapphire-sk The PR has been merged now. So our Product Owners will check this further and then trigger the GO SDK generation. This will take few days to be available publicly. No fixed ETA can be shared for this now. With that we will proceed with archival of this thread. If you need any further assistance on this in future feel free to reopen this thread. We would be happy to help. |
Bug Report
I am trying to link storage accounts with data source type as Ingestion
The API version
2020-03-01-preview
supported DataSourceType enum with 'Ingestion' as one of the valid values for log analytics linked storage account.However, this value was removed in
2020-08-01
leading to 'Invalid value' error when storage accounts are linked to a workspace where the data source type is specified as Ingestion../services/operationalinsights/mgmt/2020-08-01/operationalinsights/
github.com/Azure/azure-sdk-for-go v64.0.0
Why is 'Ingestion' data source type no longer as part of the enum?
The text was updated successfully, but these errors were encountered: