We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10864e commit 2968ed1Copy full SHA for 2968ed1
src/Cdn/Cdn.Autorest/README.md
@@ -98,6 +98,18 @@ directive:
98
- DeliveryRuleRequestHeaderAction
99
- DeliveryRuleResponseHeaderAction
100
101
+ - where:
102
+ model-name: .*
103
+ set:
104
+ format-table:
105
+ exclude-properties:
106
+ - SystemData
107
+ - SystemDataCreatedAt
108
+ - SystemDataCreatedBy
109
+ - SystemDataCreatedByType
110
+ - SystemDataLastModifiedAt
111
+ - SystemDataLastModifiedByType
112
+
113
# Following is two common directive which are normally required in all the RPs
114
# 1. Remove the unexpanded parameter set
115
# 2. For New-* cmdlets, ViaIdentity is not required, so CreateViaIdentityExpanded is removed as well
0 commit comments