We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85840e0 commit 7cb2644Copy full SHA for 7cb2644
.github/workflows/test_profile.yml
@@ -80,10 +80,7 @@ jobs:
80
81
$SecurePassword = ConvertTo-SecureString -String $CertificatePassword -AsPlainText -Force
82
83
- Connect-ExchangeOnline -CertificateFilePath $CertificatePath `
84
- -CertificatePassword $SecurePassword `
85
- -AppID $ClientId `
86
- -Organization $Organization `
+ Connect-ExchangeOnline -CertificateFilePath $CertificatePath -CertificatePassword $SecurePassword -AppID $ClientId -Organization $Organization `
87
88
- name: Create config json file
89
run: |
0 commit comments