Skip to content

Commit

Permalink
remove azpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jadarsie committed Sep 10, 2019
1 parent 0589963 commit 577e9e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file removed registry/PackageGenerator/PackageGenerator.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions registry/Scripts/pre-reqs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ $tp = Get-PfxCertificate -FilePath $pfxPath
Write-Host "=> Certificate URL:" $kvSecret.Id
Write-Host "=> Certificate thumbprint:" $tp.Thumbprint

Write-Host "Storing secret for sample user: admin"
$userSecret = ConvertTo-SecureString -String "admin" -AsPlainText -Force
Set-AzureKeyVaultSecret -VaultName $kvName -Name "admin" -SecretValue $userSecret | out-null
# Write-Host "Storing secret for sample user: admin"
# $userSecret = ConvertTo-SecureString -String "admin" -AsPlainText -Force
# Set-AzureKeyVaultSecret -VaultName $kvName -Name "admin" -SecretValue $userSecret | out-null

0 comments on commit 577e9e5

Please sign in to comment.