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

Update ARM Bicep documentation to use extension kubernetes instead of import '[email protected]' #15756

Open
danielhagstromsogeti opened this issue Dec 4, 2024 · 3 comments
Assignees
Milestone

Comments

@danielhagstromsogeti
Copy link

Bicep version
Bicep CLI version 0.31.92 (b065093) (although wholly irrelevant :) )

Describe the bug
In the Azure Resource Manager documentation for Bicep, the section on Extensions still use the deprecated syntax from #14374
As of 2024-12-04, from Import Kubernetes extension:

@secure()
param kubeConfig string

import '[email protected]' with {
  namespace: 'default'
  kubeConfig: kubeConfig
} as k8s

To Reproduce
Open the documentation and read the example using the deprecated syntax.

Additional context
The issue #14374 has the checkbox/task Revise public documentation to use the term extension. checked, whereas at least here the public documentation is still referring to the old syntax. The linked page was updated 08/08/2024 last.

@stephaniezyen
Copy link
Contributor

@shenglol can you work with Jonathan on this?

@shenglol
Copy link
Contributor

shenglol commented Dec 4, 2024

Yeah, sure thing.

@shenglol
Copy link
Contributor

shenglol commented Dec 4, 2024

I was under the impression that the docs were updated. It seems Jonathan's doc update PR got closed without being merged. I just let him know about this.

@stephaniezyen stephaniezyen added this to the v0.33 milestone Dec 4, 2024
@mumian mumian moved this from Todo to In Review in Bicep Dec 10, 2024
@mumian mumian moved this from In Review to Done in Bicep Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

4 participants