File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,14 @@ directive:
7979 subject : ByDimensionExternalCloudProviderType|CloudForecast|DismissAlert|Forecast
8080 verb : invoke
8181 remove : true
82+ # - where:
83+ # subject: ExportExecutionHistory
84+ # verb: Get
85+ # variant: GetViaIdentity
86+ # remove: true
87+ - from : source-file-csharp
88+ where : $
89+ transform : $ = $.replace(/\/runHistory\$/g, "$");
8290 - where :
8391 subject : Alert|AlertExternal|Dimension|View
8492 remove : true
@@ -93,6 +101,17 @@ directive:
93101 - NextLink
94102 - Column
95103 - Row
104+ - where :
105+ model-name : ExportExecution
106+ set :
107+ format-table :
108+ properties :
109+ - ExecutionType
110+ - ProcessingStartTime
111+ - ProcessingEndTime
112+ - RunSetting
113+ - Status
114+ - FileName
96115 - from : swagger-document
97116 where : $.definitions.AlertProperties.properties.details.properties.resourceGroupFilter.items
98117 transform : >-
You can’t perform that action at this time.
0 commit comments