Skip to content

[Fixes] Applied a fix to handle inline quotations (e.g. for commands)#2280

Merged
AlexanderSehr merged 1 commit intomainfrom
users/alsehr/readmeQuoteationUpdate
Nov 7, 2022
Merged

[Fixes] Applied a fix to handle inline quotations (e.g. for commands)#2280
AlexanderSehr merged 1 commit intomainfrom
users/alsehr/readmeQuoteationUpdate

Conversation

@AlexanderSehr
Copy link
Copy Markdown
Contributor

@AlexanderSehr AlexanderSehr commented Nov 4, 2022

Description

  • Applied a fix to handle inline quotations (e.g. for commands)
    Example:
    commandToExecute: 'value=$(./${last(split(resourceGroupResources.outputs.storageAccountCSEFileUrl, '/'))}); echo "$value"'
    would currently be rendered to
    commandToExecute: "value=$(./${last(split(resourceGroupResources.outputs.storageAccountCSEFileUrl, '/'))}); echo "$value""
    but with the fix, it is
    commandToExecute: "value=$(./${resourceGroupResources.outputs.storageAccountCSEFileName}); echo \"$value\""
  • Tested the generation on all components without any undesired changes

Type of Change

Please delete options that are not relevant.

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Update to documentation

@AlexanderSehr AlexanderSehr added bug Something isn't working [cat] modules category: modules labels Nov 4, 2022
@AlexanderSehr AlexanderSehr marked this pull request as ready for review November 4, 2022 18:12
@AlexanderSehr AlexanderSehr requested a review from a team as a code owner November 4, 2022 18:12
@AlexanderSehr AlexanderSehr enabled auto-merge (squash) November 4, 2022 18:12
Copy link
Copy Markdown
Contributor

@eriqua eriqua left a comment

Choose a reason for hiding this comment

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

🆗

@AlexanderSehr AlexanderSehr merged commit 66ce937 into main Nov 7, 2022
@AlexanderSehr AlexanderSehr deleted the users/alsehr/readmeQuoteationUpdate branch November 7, 2022 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working [cat] modules category: modules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants