Skip to content

Commit af828dd

Browse files
authored
Update quickstart-openshift-arm-bicep-template.md
Removing duplicate line
1 parent cb61ae9 commit af828dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/openshift/quickstart-openshift-arm-bicep-template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ New-AzRoleAssignment -ObJectId $azureADAppSp.Id -RoleDefinitionName 'Contributor
665665

666666
```powershell
667667
$aadClientSecretDigest = ConvertTo-SecureString -String $azureADAppSp.PasswordCredentials.SecretText -AsPlainText -Force
668-
$aadClientSecretDigest = ConvertTo-SecureString -String $azureADAppSp.PasswordCredentials.SecretText -AsPlainText -Force
669668
```
670669

671670
### Get the service principal for the OpenShift resource provider - PowerShell

0 commit comments

Comments
 (0)