File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,30 @@ directive:
79
79
set :
80
80
parameter-name : Name
81
81
82
+ # Default to Format-List for the LoadBalancer commandlets as there are many important fields
83
+ - where :
84
+ model-name : LoadBalancer
85
+ set :
86
+ suppress-format : true
87
+
82
88
# Default to Format-List for the Quota commandlets as there are many important fields
83
89
- where :
84
90
model-name : Quota
85
91
set :
86
92
suppress-format : true
87
93
94
+ # Default to Format-List for the PublicIpAddress commandlets as there are many important fields
95
+ - where :
96
+ model-name : PublicIpAddress
97
+ set :
98
+ suppress-format : true
99
+
100
+ # Default to Format-List for the VirtualNetwork commandlets as there are many important fields
101
+ - where :
102
+ model-name : VirtualNetwork
103
+ set :
104
+ suppress-format : true
105
+
88
106
# Rename Get-AzsResourceProviderState to Get-AzsNetworkAdminOverView
89
107
- where :
90
108
verb : Get
@@ -141,5 +159,17 @@ directive:
141
159
default :
142
160
script : ' 50'
143
161
162
+ # rename properties
163
+ - where :
164
+ model-name : VirtualNetwork
165
+ property-name : ConfigurationStateHostError
166
+ set :
167
+ property-name : ConfigurationStateHostErrors
168
+ - where :
169
+ model-name : VirtualNetwork
170
+ property-name : ConfigurationStateVirtualNetworkInterfaceError
171
+ set :
172
+ property-name : ConfigurationStateVirtualNetworkInterfaceErrors
173
+
144
174
subject-prefix : ' '
145
175
module-version : 0.0.1
You can’t perform that action at this time.
0 commit comments