Skip to content

Commit 327c0ea

Browse files
committed
remove some debug statements
1 parent 2642d8b commit 327c0ea

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.pipelines/SecretManagement-Official.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ extends:
231231
archiveType: tar
232232
tarCompression: none
233233
archiveFile: $(Build.SourcesDirectory)/EV2Specs/ServiceGroupRoot/Shell/Run.tar
234-
verbose: true
235234
displayName: Compress Run script into tar file as needed for EV2 Shell extension
236235
- pwsh: |
237236
$pathToJsonFile = '$(Build.SourcesDirectory)/EV2Specs/ServiceGroupRoot/SecretManagementToACR.Rollout.json'
@@ -251,12 +250,7 @@ extends:
251250
$identityString = "/subscriptions/$(acr_subscription)/resourcegroups/$(acr_resource_group)/providers/Microsoft.ManagedIdentity/userAssignedIdentities/$(managed_identity_name)"
252251
$content.shellExtensions.launch.identity.userAssignedIdentities[0] = $identityString
253252
254-
Remove-Item -Path $pathToJsonFile
255-
256-
$json = $content | ConvertTo-Json -Depth 6
257-
258-
Write-Verbose -Verbose $json
259-
253+
Remove-Item -Path $pathToJsonFile
260254
$content | ConvertTo-Json -Depth 6 | Out-File $pathToJsonFile
261255
displayName: 'Replace values in SecretManagementToACR.Rollout.json file'
262256
- pwsh: |

0 commit comments

Comments
 (0)