You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/DynatraceObservability/DynatraceObservability.Autorest/exports/Get-AzDynatraceMonitorAppService.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ Gets list of App Services with Dynatrace PaaS OneAgent enabled
Copy file name to clipboardExpand all lines: generated/DynatraceObservability/DynatraceObservability.Autorest/exports/Get-AzDynatraceMonitorLinkableEnv.ps1
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ Gets all the Dynatrace environments that a user can link a azure resource to
Copy file name to clipboardExpand all lines: generated/DynatraceObservability/DynatraceObservability.Autorest/exports/Get-AzDynatraceMonitorMarketplaceSaaSResourceDetail.ps1
+39-82Lines changed: 39 additions & 82 deletions
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,18 @@
16
16
17
17
<#
18
18
.Synopsis
19
-
Update a TagRule
19
+
Get Marketplace SaaS resource details of a tenant under a specific subscription
20
20
.Description
21
-
Update a TagRule
21
+
Get Marketplace SaaS resource details of a tenant under a specific subscription
[SubscriptionId <String>]: The ID of the target subscription.
45
43
46
-
LOGRULEFILTERINGTAG <IFilteringTag[]>: List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured.If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
47
-
[Action <TagAction?>]: Valid actions for a filtering tag. Exclusion takes priority over inclusion.
48
-
[Name <String>]: The name (also known as the key) of the tag.
49
-
[Value <String>]: The value of the tag.
50
-
51
-
METRICRULEFILTERINGTAG <IFilteringTag[]>: List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
52
-
[Action <TagAction?>]: Valid actions for a filtering tag. Exclusion takes priority over inclusion.
53
-
[Name <String>]: The name (also known as the key) of the tag.
54
-
[Value <String>]: The value of the tag.
44
+
REQUEST <IMarketplaceSaaSResourceDetailsRequest>: Request for getting Marketplace SaaS resource details for a tenant Id
0 commit comments