Skip to content

Commit f49e025

Browse files
committed
Merge branch 'dev1' into release
2 parents 202d0db + 2220788 commit f49e025

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup/Commands.RecoveryServices.Backup.Cmdlets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3030
<DebugType>pdbonly</DebugType>
3131
<Optimize>true</Optimize>
32-
<OutputPath>bin\Release\</OutputPath>
32+
<OutputPath>..\..\..\Package\Release\ResourceManager\AzureResourceManager\AzureRM.RecoveryServices.Backup\</OutputPath>
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup/Microsoft.Azure.Commands.RecoveryServices.Backup.format.ps1xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<Width>25</Width>
148148
</TableColumnHeader>
149149
<TableColumnHeader>
150-
<Label>InstanceID</Label>
150+
<Label>JobID</Label>
151151
<Width>37</Width>
152152
</TableColumnHeader>
153153
</TableHeaders>
@@ -170,7 +170,7 @@
170170
<PropertyName>EndTime</PropertyName>
171171
</TableColumnItem>
172172
<TableColumnItem>
173-
<PropertyName>InstanceID</PropertyName>
173+
<PropertyName>JobId</PropertyName>
174174
</TableColumnItem>
175175
</TableColumnItems>
176176
</TableRowEntry>

0 commit comments

Comments
 (0)