Skip to content

Commit b99edf4

Browse files
committed
update
1 parent a967e48 commit b99edf4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/ResourceManager/Compute/Commands.Compute/Microsoft.Azure.Commands.Compute.format.ps1xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
//
4+
// Copyright (c) Microsoft and contributors. All rights reserved.
5+
//
6+
// Licensed under the Apache License, Version 2.0 (the "License");
7+
// you may not use this file except in compliance with the License.
8+
// You may obtain a copy of the License at
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
//
15+
// See the License for the specific language governing permissions and
16+
// limitations under the License.
17+
//
18+
19+
// Warning: This code was generated by a tool.
20+
//
21+
// Changes to this file may cause incorrect behavior and will be lost if the
22+
// code is regenerated.
23+
-->
224
<Configuration>
325
<ViewDefinitions>
426
<View>
@@ -10,6 +32,10 @@
1032
<ListEntries>
1133
<ListEntry>
1234
<ListItems>
35+
<ListItem>
36+
<Label>ResourceGroupName</Label>
37+
<PropertyName>ResourceGroupName</PropertyName>
38+
</ListItem>
1339
<ListItem>
1440
<Label>Id</Label>
1541
<PropertyName>Id</PropertyName>
@@ -128,6 +154,10 @@
128154
<ListEntries>
129155
<ListEntry>
130156
<ListItems>
157+
<ListItem>
158+
<Label>ResourceGroupName</Label>
159+
<PropertyName>ResourceGroupName</PropertyName>
160+
</ListItem>
131161
<ListItem>
132162
<Label>Id</Label>
133163
<PropertyName>Id</PropertyName>

0 commit comments

Comments
 (0)