bicep icon indicating copy to clipboard operation
bicep copied to clipboard

Has breaking changes: Bump @microsoft/vscode-azext-azureutils from 2.0.3 to 3.0.1 in /src/vscode-bicep

Open dependabot[bot] opened this issue 1 year ago • 5 comments

Bumps @microsoft/vscode-azext-azureutils from 2.0.3 to 3.0.1.

Release notes

Sourced from @​microsoft/vscode-azext-azureutils's releases.

microsoft-vscode-azext-azureutils v3.0.1

Added

  • Filtering private network storage accounts that would cause Function App creation to fail

microsoft-vscode-azext-azureappservice v3.0.0

  • Moved to azext-utils 2.2.0
  • Moved to azext-azureutils 3.0.0
  • Updated SiteNameStep to be ready for Azure agent integration

microsoft-vscode-azext-azureutils v3.0.0

  • Moved to azext-utils 2.2.0
  • Updated LocationListStep to be ready for Azure agent integration

microsoft-vscode-azext-azureappservice v2.3.6

microsoft-vscode-azext-azureappservice v2.3.5

Fixes

microsoft-vscode-azext-azureappservice v2.3.4

microsoft-vscode-azext-azureappservice v2.3.3

microsoft-vscode-azext-azureappservice v2.3.2

microsoft-vscode-azext-azureappservice v2.3.1

microsoft-vscode-azext-utils v2.3.1

  • Fix not setting context right in AzureWizard during skip execute

microsoft-vscode-azext-azureappservice v2.3.0

microsoft-vscode-azext-utils v2.3.0

  • Standardizes what it means to "skipExeucte" for AzureWizard, via adding an option to AzureWizard for skipExecute. When set to true this will:
    • Remove all executeSteps and replaces them with an execute step which simply throws a UserCancelledError
    • Replaces any ExecuteActivityContext properties from the context with ones that avoid outputting Azure activities
  • Have runQuickPickWizard respect showLoadingPrompt.
  • Add a SimpleCommandConfig which makes it easy to simply expose a command without have to make any wizard changes. Good for when just getting started and trying out exposing a command.
  • Change names of some types (technically breaking, but only agent extension has used these types so far in any "merged" capacity, do not need to move to a new major version number for utils).

microsoft-vscode-azext-azureappservice v2.2.7

... (truncated)

Commits
  • efd6201 azure: Filter out storage accounts that deny public requests (#1698)
  • c840d9d appservice: Bump version and update app service sdk to 14.0.0 (#1697)
  • d99390d Switch to option for saying what SiteNameStep is for instead of passing in ag...
  • ebbff1a If ignore array is empty, pass in null as undefined defaults to using exclude...
  • 0f13c69 build: Have a default credscan suppressions file (#1691)
  • c54c8b3 Fix not setting context right in AzureWizard during skip execute (#1692)
  • dd91e33 New changes & types for agent integration (#1690)
  • 135a37f Change default job name to "Root" (#1689)
  • 7ca0f05 Changes for azure agent integration (#1680)
  • ba31b91 build: Try reducing the unshared yaml (#1688)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13514)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Mar 03 '24 23:03 dependabot[bot]

Test this change out locally with the following install scripts (Action run 8423814584)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 8423814584
    
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 8423814584"
    
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 8423814584
    
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 8423814584"
    

github-actions[bot] avatar Mar 04 '24 00:03 github-actions[bot]

Test Results

    66 files   -     33      66 suites   - 33   23m 27s :stopwatch: - 17m 56s 10 719 tests +     5  10 716 :white_check_mark: +     4  2 :zzz: ±0  1 :x: +1  25 334 runs   - 12 579  25 329 :white_check_mark:  - 12 578  4 :zzz:  - 2  1 :x: +1 

For more details on these failures, see this check.

Results for commit 39ba911f. ± Comparison against base commit 54042b3a.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Mar 04 '24 00:03 github-actions[bot]

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dependabot[bot] avatar Mar 05 '24 00:03 dependabot[bot]

Forcing rebuild

StephenWeatherford avatar Mar 25 '24 16:03 StephenWeatherford

Forcing rebuild

StephenWeatherford avatar Apr 22 '24 00:04 StephenWeatherford

@dependabot recreate

StephenWeatherford avatar Jul 18 '24 05:07 StephenWeatherford

Looks like @microsoft/vscode-azext-azureutils is up-to-date now, so this is no longer needed.

dependabot[bot] avatar Jul 18 '24 05:07 dependabot[bot]