Skip to content

Conversation

@ili-meco
Copy link

his PR removes the deprecated -EnableRbacAuthorization flag from the Key Vault creation script to ensure compatibility with newer versions of Azure PowerShell.

@ili-meco
Copy link
Author

@microsoft-github-policy-service agree company="Microsoft"

Comment on lines +47 to +49
-EnabledForDeployment -EnabledForTemplateDeployment -EnablePurgeProtection:$EnablePurgeProtection
-Sku Standard `
-ErrorAction Stop

Choose a reason for hiding this comment

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

Suggested change
-EnabledForDeployment -EnabledForTemplateDeployment -EnablePurgeProtection:$EnablePurgeProtection
-Sku Standard `
-ErrorAction Stop
-EnabledForDeployment -EnabledForTemplateDeployment -EnablePurgeProtection:$EnablePurgeProtection `
-Sku Standard `
-ErrorAction Stop

Copy link

@InDieTasten InDieTasten left a comment

Choose a reason for hiding this comment

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

Are you aware that you are creating a Pull Request to the upstream project that you forked from? I feel like your workflows don't really belong to the official sample repo, especially since you are not only doing build validation but are also signing into Azure with a secret that will not be defined on this repo.

If you drop the workflows and just update the broken ps1 script, I believe your change could be merged.

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