-
Notifications
You must be signed in to change notification settings - Fork 5k
Generating new SDKs for Microsoft.Dashboard 2024-11-01-preview after adding missing LRO header for Grafana_Update #51318
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
Conversation
sdk/grafana/Azure.ResourceManager.Grafana/src/Generated/GrafanaIntegrationFabricCollection.cs
Outdated
Show resolved
Hide resolved
...na/Azure.ResourceManager.Grafana/src/Generated/GrafanaPrivateEndpointConnectionCollection.cs
Outdated
Show resolved
Hide resolved
sdk/grafana/Azure.ResourceManager.Grafana/src/Generated/ArmGrafanaModelFactory.cs
Outdated
Show resolved
Hide resolved
sdk/grafana/Azure.ResourceManager.Grafana/src/Generated/Extensions/GrafanaExtensions.cs
Outdated
Show resolved
Hide resolved
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
.../Azure.ResourceManager.Grafana/src/Generated/RestOperations/ManagedGrafanasRestOperations.cs
Show resolved
Hide resolved
sdk/grafana/Azure.ResourceManager.Grafana/api/Azure.ResourceManager.Grafana.net8.0.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Azure ResourceManager Grafana SDK by regenerating code from a newer commit in the azure-rest-api-specs repository. The primary change involves adding missing Long Running Operation (LRO) header support for the Grafana Update operation, which converts the Update method from a synchronous operation to an asynchronous LRO pattern.
- Updates the tsp-location.yaml to reference a newer commit containing LRO header fixes
- Modifies the Update operation signature to follow the LRO pattern with ArmOperation return type
- Reorders parameters in the ManagedGrafanaData factory method
Reviewed Changes
Copilot reviewed 3 out of 10 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
tsp-location.yaml | Updates commit hash to newer version with LRO header fixes |
Azure.ResourceManager.Grafana.netstandard2.0.cs | Changes Update methods to LRO pattern and reorders ManagedGrafanaData parameters |
Azure.ResourceManager.Grafana.net8.0.cs | Identical changes to netstandard2.0 version for .NET 8.0 target |
sdk/grafana/Azure.ResourceManager.Grafana/api/Azure.ResourceManager.Grafana.netstandard2.0.cs
Show resolved
Hide resolved
514c1de
to
87a034b
Compare
Edit (18 July 2025):

Regenerated code with new commit, tests pass:
Related PRs:
Private Repo: Add missing long-running-operation header to Microsoft.Dashboard spec for current + future API versions
Public Repo: Add missing Grafana_Update LRO header to Microsoft.Dashboard 2024-11-01-preview and update TypeSpec spec