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

Extendable Param Files feature #13900

Merged
merged 57 commits into from
Jul 8, 2024

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    fd173d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    1da8d58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eb093a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7898351 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    56f6c48 View commit details
    Browse the repository at this point in the history
  2. adding new tests

    polatengin committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3fac5f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    8169186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc0e1df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5093c89 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. fixing failing tests

    polatengin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2442105 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    29130f6 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    2b30da2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    e3c64bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d0f264 View commit details
    Browse the repository at this point in the history
  3. fixing failing tests

    polatengin committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    42aa9b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. fixing failing tests

    polatengin committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    95204a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f1af6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. adding feature flag check

    polatengin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    87a1d2c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. adding missing property

    polatengin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8dc355a View commit details
    Browse the repository at this point in the history
  2. fixing failing tests

    polatengin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    50f1649 View commit details
    Browse the repository at this point in the history
  3. fixing failing tests

    polatengin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b5365fa View commit details
    Browse the repository at this point in the history
  4. fixing failing tests

    polatengin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2b73c0a View commit details
    Browse the repository at this point in the history
  5. fixing failing tests

    polatengin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ddd49ea View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. addressing PR comments

    polatengin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    57518e2 View commit details
    Browse the repository at this point in the history
  2. fixing failing pipeline

    polatengin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2b3def4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b89c49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6661274 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdf7a7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    273de4b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Use an identifier instead of a keyword for 'none' (#14358)

    Convert `none` from a dedicated token, to an identifier token, as per
    the other keywords we have implemented in the language.
    
    The problem with parsing as a dedicated token is that it results in
    `none` being unusable elsewhere in Bicep (e.g. `var none = 'none'` would
    fail compilation).
    
    (unrelated) I think this explains #13347!
    ###### Microsoft Reviewers: [Open in
    CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/14358)
    anthony-c-martin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3998f5a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. simplifying if statement

    polatengin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    019d9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8985fd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9841a66 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. removing unneeded code

    polatengin committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fb0e722 View commit details
    Browse the repository at this point in the history
  2. removing unneeded code

    polatengin committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4c209b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. adressing pr comments

    polatengin committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cddfb54 View commit details
    Browse the repository at this point in the history
  2. adressing pr comments

    polatengin committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    282df3a View commit details
    Browse the repository at this point in the history
  3. updating bicep.min.js

    polatengin committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    45ce89c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. updating highlight file

    polatengin committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7e474e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. fixing failing tests

    polatengin committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a2cf93c View commit details
    Browse the repository at this point in the history
  2. fixing failing tests

    polatengin committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    756c155 View commit details
    Browse the repository at this point in the history
  3. renaming the feature

    polatengin committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    551c822 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. updating test cases

    polatengin committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    74dcdf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b95c7e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9295095 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9eda1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee4b6d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    f7d9c26 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. fixing failing test

    polatengin committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e2524c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. adding a few new tests

    polatengin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    404efc2 View commit details
    Browse the repository at this point in the history
  2. adding new tests

    polatengin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0e1fe6f View commit details
    Browse the repository at this point in the history
  3. adding a new test

    polatengin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b29e4c4 View commit details
    Browse the repository at this point in the history
  4. triggering pr pipelines

    polatengin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3684109 View commit details
    Browse the repository at this point in the history
  5. removing unneeded using

    polatengin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f93a058 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    449799d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. fixing the failing test

    polatengin committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    629b5b2 View commit details
    Browse the repository at this point in the history
  2. rebasing failing tests

    polatengin committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    0038c1f View commit details
    Browse the repository at this point in the history