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

Features/users/abhargava/merge to public repo #24230

Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
"Monitors"
],
"operationId": "Monitors_GetMarketplaceSaaSResourceDetails",
"description": "Get Marketplace SaaS resource details",
"description": "Get Marketplace SaaS resource details of a tenant under a specifc subscription",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -965,7 +965,7 @@
"name": "monitorName",
"in": "path",
"required": true,
"description": "Name of the Monitors resource",
"description": "Name of the Monitor resource",
"type": "string"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"200": {
"body": {
"azureResourceIds": [
"enfghpfw"
"/subscriptions/69b51384-146c-4685-9dab-5ae01877d78/resourceGroups/szytr-liftr/providers/Dynatrace.Observability/monitors/szytrz-prod-23-05-23"
]
}
}
Expand Down