Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
493 stars 58 forks source link

Added SDK calls in tenantID function #258

Closed Vidya2606 closed 3 months ago

Vidya2606 commented 3 months ago

Description

Migrating getTenantId function from using the Azure CLI calls to SDK calls from azure-sdk-for-go.

Fixes # (issue) Feature # (details)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s).

Checklist:

Vidya2606 commented 3 months ago

💡💡☕️ There are checksum failures https://github.com/Azure/draft/pull/258/checks#step:4:52

Could try this: (not sure if this is known issue and repo owners have other suggestions et. al.)

  • remove go.sum : rm go.sum
  • regenerate go.sum : go mod tidy