Modif de l'ingest des CSV pour pas que le nom des headers pose probleme
This commit is contained in:
@ -297,7 +297,9 @@ fV+cKsvHZ7mHlNub8WCOBL8dTiR1Cnm7+PacX2n97rOqhLzaayj6S34rraTtu/TkzcDW0nPAKRWX
|
||||
raU6kVd26JjDocwNzMd37DGJm9hRRnzDm3Usy6pUypkdHkq4uzegxEZx/gti1I4fyAvpcXs9aq5x
|
||||
s999NUpYX35+P03uGCcjmyhCGdgsm8WRPV5Qk5etOtZ0+mPsbl+ZaNLxRvPn4/im0Z3kkSxzFSBS
|
||||
8iKaQCTZqJNIPoZ+9T9wSmBFXRkAAA==</Form>
|
||||
<Code><![CDATA[
|
||||
<Code><![CDATA[Import-Module Az
|
||||
|
||||
|
||||
$form1_Load={
|
||||
#TODO: Initialize Form Controls here
|
||||
|
||||
@ -631,14 +633,11 @@ namespace SAPIENTypes
|
||||
|
||||
$send_Click={
|
||||
|
||||
$regJob = Start-Job -Name regJob -ScriptBlock {Register-PnPEntraIDAppForInteractiveLogin -ApplicationName "$appName_box" -Tenant $tenant_box -Interactive}
|
||||
while ($getRegJob[-1].State =$false)
|
||||
{
|
||||
$getRegJob = Get-Job -Name regJob
|
||||
}
|
||||
$resultsBox.Text = Receive-Job -Job $regJob
|
||||
$getRegJob= @()
|
||||
$resultsBox.Text = (Register-PnPEntraIDAppForInteractiveLogin -ApplicationName "$appName_box" -Tenant $tenant_box -Interactive)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
]]></Code>
|
||||
<TV>0</TV>
|
||||
|
Reference in New Issue
Block a user