Skip to content

Commit

Permalink
remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed Sep 19, 2024
1 parent fe11dd9 commit 0980f59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/services/aiservices/ai_services_hub_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,6 @@ func flattenEncryption(input *workspaces.EncryptionProperty) ([]Encryption, erro
}
encryption.IdentityClientID = userAssignedId.ID()
}
// /subscriptions/1a6092a6-137e-4025-9a7c-ef77f76f2c02/resourceGroups/acctestrg-aiservices-240918114038029797/providers/Microsoft.ManagedIdentity/userAssignedIdentities/acctestuai-240918114038029797"
// /subscriptions/1a6092a6-137e-4025-9a7c-ef77f76f2c02/resourceGroups/acctestRG-aiservices-240918114038029797/providers/Microsoft.ManagedIdentity/userAssignedIdentities/acctestuai-240918114038029797"

return append(out, encryption), nil
}
Expand Down

0 comments on commit 0980f59

Please sign in to comment.