Skip to content

Commit 7cb2644

Browse files
fix exchange code
Signed-off-by: Sujay Kandwal <[email protected]>
1 parent 85840e0 commit 7cb2644

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test_profile.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ jobs:
8080
8181
$SecurePassword = ConvertTo-SecureString -String $CertificatePassword -AsPlainText -Force
8282
83-
Connect-ExchangeOnline -CertificateFilePath $CertificatePath `
84-
-CertificatePassword $SecurePassword `
85-
-AppID $ClientId `
86-
-Organization $Organization `
83+
Connect-ExchangeOnline -CertificateFilePath $CertificatePath -CertificatePassword $SecurePassword -AppID $ClientId -Organization $Organization `
8784
8885
- name: Create config json file
8986
run: |

0 commit comments

Comments
 (0)