Коммит
fa32cfcb6c
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
|
||||
ExpectedValues = @{
|
||||
ExpectedServiceStatus = @(
|
||||
|
@ -87,4 +87,4 @@ QCEnvironment = "Prod"
|
|||
|
||||
CollectionFolderPath = "CAZ:\DeviceCollection"
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Title="QC and Pre/Post Work" Height="268.5" Width="487.5">
|
||||
<Grid Margin="0,0,3,6">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="92*"/>
|
||||
<ColumnDefinition Width="96*"/>
|
||||
<ColumnDefinition Width="307*"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<Label x:Name="lblSelectType" Content="Please Select the Request Type from below Dropdown" HorizontalAlignment="Left" Margin="0,52,0,0" VerticalAlignment="Top" RenderTransformOrigin="0.519,0.788" Grid.Column="1" Grid.ColumnSpan="2"/>
|
||||
<Label x:Name="lblRequestType" Content="Request Type" HorizontalAlignment="Left" Margin="88,98,0,0" VerticalAlignment="Top" RenderTransformOrigin="0.519,0.788" Grid.ColumnSpan="2"/>
|
||||
<ComboBox x:Name="cmbRquestType" HorizontalAlignment="Left" Margin="22,102,0,0" VerticalAlignment="Top" Width="150" TabIndex="1" Grid.Column="2"/>
|
||||
<Button x:Name="btnSubmit" Content="Submit" HorizontalAlignment="Left" Margin="28,165,0,0" VerticalAlignment="Top" Width="76" IsDefault="True" TabIndex="16" Grid.Column="1" Grid.ColumnSpan="2"/>
|
||||
<Button x:Name="btnCancel" Content="Cancel" HorizontalAlignment="Left" Margin="45,165,0,0" VerticalAlignment="Top" Width="76" IsCancel="True" TabIndex="16" Grid.Column="2"/>
|
||||
</Grid>
|
||||
</Window>
|
|
@ -1,4 +1,4 @@
|
|||
#############################################################################
|
||||
#############################################################################
|
||||
# Purpose : This script is to delete all collections/Packages/Applications from a specific folder
|
||||
# Created : 2018/10/08
|
||||
# Author : Microsoft
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Add-Type -AssemblyName presentationframework
|
||||
Add-Type -AssemblyName presentationframework
|
||||
|
||||
function New-FieldSetting {
|
||||
param
|
||||
|
@ -280,4 +280,4 @@ foreach($InputParams in $ArrInputParams)
|
|||
## Export report to Html file
|
||||
$QCOutputCSV = Export-QCReport -QCTitle $QCTitle -TestResults $TestResults -OutputPath $ScriptRoot -QCStart $QCStartTime -QCEnd $QCEndTime
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче