Skip to content
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

New API version for Microsoft.Datadog RP #24495

Merged
merged 21 commits into from
Sep 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating descriptions
sooryaveeravalli committed Aug 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 8aa81261fa6c5fb3e10346b5c038470938eb4560
Original file line number Diff line number Diff line change
@@ -1467,7 +1467,7 @@
"type": "object",
"properties": {
"name": {
"description": "Name of the SKU.",
"description": "Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.",
"type": "string"
}
}
@@ -1520,7 +1520,7 @@
"readOnly": true
},
"DatadogOrganizationProperties": {
"description": "Datadog organization properties",
"description": "Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.",
"type": "object",
"properties": {
"name": {
@@ -1592,7 +1592,7 @@
}
},
"UserInfo": {
"description": "User info",
"description": "Includes name, email and optionally, phone number. User Information can't be null.",
"type": "object",
"properties": {
"name": {
@@ -1661,7 +1661,7 @@
"UserAssigned"
],
"type": "string",
"description": "Identity type",
"description": "Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.",
"x-ms-enum": {
"modelAsString": true,
"name": "ManagedIdentityTypes"
Original file line number Diff line number Diff line change
@@ -1949,7 +1949,7 @@
"type": "object",
"properties": {
"name": {
"description": "Name of the SKU.",
"description": "Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.",
"type": "string"
}
}
@@ -2002,7 +2002,7 @@
"readOnly": true
},
"DatadogOrganizationProperties": {
"description": "Datadog organization properties",
"description": "Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.",
"type": "object",
"properties": {
"name": {
@@ -2074,7 +2074,7 @@
}
},
"UserInfo": {
"description": "User info",
"description": "Includes name, email and optionally, phone number. User Information can't be null.",
"type": "object",
"properties": {
"name": {
@@ -2143,7 +2143,7 @@
"UserAssigned"
],
"type": "string",
"description": "Identity type",
"description": "Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.",
"x-ms-enum": {
"modelAsString": true,
"name": "ManagedIdentityTypes"