[Datadog] Add command models for API version 2025-12-26-preview - #1055
Open
piyushvermaa wants to merge 1 commit into
Open
[Datadog] Add command models for API version 2025-12-26-preview#1055piyushvermaa wants to merge 1 commit into
piyushvermaa wants to merge 1 commit into
Conversation
Add az datadog aaz command models generated from the Microsoft.Datadog
2025-12-26-preview API, including the new operations:
- activatesaas
- monitors/{}/getdefaultapplicationkey
- monitors/{}/latestlinkedsaas
- monitors/{}/linksaas
- monitors/{}/managesreagentconnectors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refresh the
az datadogcommand models to the latest Microsoft.Datadog2025-12-26-previewAPI version (client parity). This is the aaz command-model half of the Datadog CLI refresh; the corresponding extension regeneration is in Azure/azure-cli-extensions.The change is purely additive — a new
2025-12-26-previewversion block is appended to every existingdatadogcommand model, and the historical version blocks (2023-10-20,2025-06-11) are preserved. No existing version blocks or resources are removed.New commands added in this version
datadog activate-saas(SaaS_ActivateResource)datadog monitor link-saas(Monitors_LinkSaaS)datadog monitor latest-linked-saas(Monitors_LatestLinkedSaaS)datadog monitor get-default-application-key(Monitors_GetDefaultApplicationKey)datadog monitor manage-sre-agent-connector(Monitors_ManageSreAgentConnectors)Scope
Commands/datadog/**— existing commands get the new preview version block; 5 new command models added.Resources/mgmt-plane/**—2025-12-26-preview.{json,xml}resource definitions added.