Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: update quickstart azure provider version #735

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

loomkoom
Copy link
Contributor

I was following the Azure quickstart docs but had trouble getting it to work.
The error I got was the following:

Error: unable to build authorizer for Resource Manager API: could not configure AzureCli Authorizer: could not parse Azure CLI version: launching Azure CLI: exec: "az": executable file not found in $PATH

Which seemed like an issue with Terraform after some superficial searching but not too sure what was going on.

I was using client certificates for authorization and after looking at the provider versioning realized that this was only introduced in v0.40.0 and the version in the docs was way behind.

After using the latest version everything worked fine.

Copy link

netlify bot commented Mar 21, 2024

Deploy Preview for crossplane ready!

Name Link
🔨 Latest commit cb3c504
🔍 Latest deploy log https://app.netlify.com/sites/crossplane/deploys/65fc53b61e01380008bf2ce6
😎 Deploy Preview https://deploy-preview-735--crossplane.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 89 (🟢 up 1 from production)
Accessibility: 88 (🔴 down 3 from production)
Best Practices: 83 (no change from production)
SEO: 93 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@plumbis
Copy link
Collaborator

plumbis commented Mar 21, 2024

Thanks for the version bump, can you make the same changes in /content/master as well?

The azure provider version in quickstart is several versions behind,
which resulted in incompatibility when using current upbound docs
(eg. Client Certificate authentication).

Signed-off-by: loomkoom <[email protected]>
@loomkoom
Copy link
Contributor Author

I added the change to /content/master

Copy link
Collaborator

@plumbis plumbis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent, thanks again!

@plumbis plumbis merged commit 6ecd118 into crossplane:master Mar 21, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants