Skip to content

Commit 893f24e

Browse files
committed
Fix the issue of format table of Get-AzCostmanagementExportExecuteHistory
1 parent d98cc18 commit 893f24e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/CostManagement/readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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: >-

0 commit comments

Comments
 (0)