-
Notifications
You must be signed in to change notification settings - Fork 862
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
appinsights: support API version "2020-02-02-preview" #13012
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azmonapplicationinsights. |
Hi @azmonapplicationinsights could you please open a release request for the particular api-version of application insights? |
Hi @azmonapplicationinsights any updates ? |
Any updates? @azmonapplicationinsights @ArcturusZhang It has been nearly a month since last comment, and no news. Would be nice to know whether this is coming soon or further down the road, so others can plan accordingly. |
I just wrote some emails to the corresponding team, and we might get some updates soon! Sorry for the delay |
Any updates on this, please ? |
I've come across this problem today - no option to create workspace-based AI. Is there any progress in this matter? |
With the now announced deprecation of the non-workspace-attached AI, this should really be prioritized |
@ArcturusZhang Get we get an ETA on this feature please |
Hi @federicobarera @sebader we are discussing this with the service team currently, will let you know the process very soon |
@ArcturusZhang Any update on this task? We are waiting on azurerm update to support the Workspace model, and it seems it keeps getting kicked down the line. |
Hi all, the service team is working on the swagger correctness issues now, once they finish their work, we could get a release on the new api-version. |
@ArcturusZhang Are there any further updates you could provide? |
@ArcturusZhang Hi - are there any updates on this issue that you could share with us? |
Hi I am sorry it took this long, but the service team is trying to resolve the correctness and completeness issues in their swagger. We have to wait for them to complete these tasks to release the corresponding SDK. I will constantly ping them for updates. |
Hi!
|
@ArcturusZhang Can you share any progress update? |
We have a on-going PR for the new package for application insights. Once we resolve the issues in that PR, we will release a new package. |
https://github.com/Azure/azure-sdk-for-go/releases/tag/v55.5.0 looks like it includes these changes now |
This has been released in v55.5.0, therefore I will close this issue. There is also a requirement that we want to make it stable, therefore in the next major version this preview will be removed and we will have a stable version of this by removing the preview APIs in it. |
@ArcturusZhang in this version of the API, the RetentionInDays property is no longer documented and has become read only in the Go SDK. For a bit of context on the problems this causes, see this issue (see towards the end of the thread) We can no longer set the property when creating an app insights resource. Can you confirm the reasons for the removal of this property - is this a deliberate omission, due to workspace mode support and therefore the change in which resource controls data retention settings? Before we can make any progress on the linked issue, it would be good to understand the breaking change to the API |
@dylanmorley best to raise an issue on the https://github.com/Azure/azure-rest-api-specs repo. The service team will get notified, you may also want to escalate via your account manager if you have enterprise support. (and/or via an Azure support ticket as well) |
"Retention" is not needed anymore, as the retention is set and billed via the Log Analytics Workspace. |
@khaliddermoumi yes, but only if you set the workspace id. If you don't, then you're creating a 'classic' mode insights resource, which is in support for a few years yet - data Retention still applies for those types of resources. Thanks @timja, will raise an issue. |
The "2020-02-02-preview" API version can only create workspace-based resources, at least according to the docs: |
Already reported here - Azure/azure-rest-api-specs#14801 |
Feature Request
Please support API version "2020-02-02-preview" for Application Insights.
There's a major new feature supported in this version, the workspace-based Application Insights resource. It allows integrating AI into a Log Analytics workspace, meaning that the Log Analytics workspace is the data back end for Application Insights.
I noticed the lack of this feature as I started implementing support for this feature in Terraform.
Thanks and kind regards.
The text was updated successfully, but these errors were encountered: