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

Example Improvements related to issue #2135 (KeyVault secretsObject) #2139

Merged
merged 6 commits into from
Apr 29, 2021

Conversation

elasticdotventures
Copy link
Contributor

@alex-frankel thanks for the help getting this working!

Contributing an example

  • I have checked that there is not an equivalent example already submitted
  • I have resolved all warnings and errors shown by the Bicep VS Code extension
  • I have checked that all tests are passing by running dotnet test
  • I have consistent casing for all of my identifiers and am using camelCasing unless I have a justification to use another casing style

@alex-frankel  thanks for the help getting this working!
realized I forgot the original issue.
Copy link
Collaborator

@alex-frankel alex-frankel left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this up

// https://github.com/Azure/bicep/issues/1754

// Also:
// * KeyVaults secrets CANNOT BE EXPORTED into AMR/Bicep format.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did you attempt export and secrets were not included?

// * KeyVaults secrets CANNOT BE EXPORTED into AMR/Bicep format.
// * documentation:
// https://docs.microsoft.com/en-us/azure/templates/microsoft.keyvault/vaults/secrets?tabs=json
// * 201/key-vault-secret=create in pre-decompiled AMR format
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you mean ARM not AMR

@@ -1,3 +1,16 @@
//
// v0.3 Bicep Known issue & work-around related to "secretsObject"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's get rid of this comment assuming we uncomment the default secret object in the array parameter

@alex-frankel alex-frankel merged commit 234ed20 into Azure:main Apr 29, 2021
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.

3 participants