Skip to content

Commit

Permalink
Addressing security issue regarding exposed SP info
Browse files Browse the repository at this point in the history
  • Loading branch information
TomArcherMsft committed Sep 15, 2023
1 parent 981578f commit 7cf17b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quickstart/201-vmss-packer-jumpbox/ubuntu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"builders": [{
"type": "azure-arm",

"client_id": "0bfc2293-4d69-49b5-83f7-bf0d60d20c45",
"client_secret": "G3.6ytCh44Kcla~_JRPBDLkzsXLOa3edDL",
"tenant_id": "c3fd441d-b8ad-487e-aa27-453079018fca",
"subscription_id": "b162117f-53fa-4f42-8c77-6a65ca966c40",
"client_id": "<client_id>",
"client_secret": "<client_secret",
"tenant_id": "<tenant_id>",
"subscription_id": "<subscription_id>",

"managed_image_resource_group_name": "myPackerImages",
"managed_image_name": "myPackerImage",
Expand Down

0 comments on commit 7cf17b1

Please sign in to comment.