Skip to content

Commit 09112ce

Browse files
author
Joshua Ya
committed
Update Azs.Network.Admin readme
1 parent 3fa8c50 commit 09112ce

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/Azs.Network.Admin/readme.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,30 @@ directive:
7979
set:
8080
parameter-name: Name
8181

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+
8288
# Default to Format-List for the Quota commandlets as there are many important fields
8389
- where:
8490
model-name: Quota
8591
set:
8692
suppress-format: true
8793

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+
88106
# Rename Get-AzsResourceProviderState to Get-AzsNetworkAdminOverView
89107
- where:
90108
verb: Get
@@ -141,5 +159,17 @@ directive:
141159
default:
142160
script: '50'
143161

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+
144174
subject-prefix: ''
145175
module-version: 0.0.1

0 commit comments

Comments
 (0)