init commit
This commit is contained in:
12
source/Build.Missing.DependencyXML.ps1
Normal file
12
source/Build.Missing.DependencyXML.ps1
Normal file
@@ -0,0 +1,12 @@
|
||||
function Build.Missing.DependencyXML {
|
||||
Param(
|
||||
$ConnectionRefObject
|
||||
)
|
||||
|
||||
begin {}
|
||||
process {
|
||||
$xml = " <MissingDependency>`n <Required type=`"connectionreference`" displayName=`"$($ServiceAccountMapping."$($ConnectionRefObject.connectionRefType)")`" solution=`"MUMAConnectSegmentation (1.1.0.0)`" id.connectionreferencelogicalname=`"$($ServiceAccountMapping."$($ConnectionRefObject.connectionRefType)")`" />`n <Dependent type=`"29`" displayName=`"PMC - A Request For Support`" id=`"{$($ConnectionRefObject.workflowEntityId)}`" />`n </MissingDependency>"
|
||||
$xml
|
||||
}
|
||||
end{}
|
||||
}
|
||||
Reference in New Issue
Block a user