bicep
bicep copied to clipboard
Breaking changes: Bump @microsoft/vscode-azext-utils from 2.1.0 to 2.3.1 in /src/vscode-bicep
Bumps @microsoft/vscode-azext-utils from 2.1.0 to 2.3.1.
Release notes
Sourced from @microsoft/vscode-azext-utils's releases.
microsoft-vscode-azext-azureappservice v2.3.1
- Bump azureutils package to consume kudu sovereign clouds fix by
@alexweiningerin microsoft/vscode-azuretools#1671microsoft-vscode-azext-utils v2.3.1
- Fix not setting context right in AzureWizard during skip execute
microsoft-vscode-azext-azureappservice v2.3.0
- Refactor deployment code into steps by
@nturinskiin microsoft/vscode-azuretools#1554- Fix a race condition in zip deploy by
@jasonyemsftin 751ee12d693a4cd62944a53794bbf4ca1d09ec6emicrosoft-vscode-azext-utils v2.3.0
- Standardizes what it means to "skipExeucte" for
AzureWizard, via adding an option toAzureWizardforskipExecute. When set to true this will:
- Remove all
executeStepsand replaces them with an execute step which simply throws aUserCancelledError- Replaces any
ExecuteActivityContextproperties from the context with ones that avoid outputting Azure activities- Have
runQuickPickWizardrespectshowLoadingPrompt.- Add a
SimpleCommandConfigwhich 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
What's Changed
- appservice: Use vscode.workspace.findFiles rather than globby to get files to zip by
@nturinskiin microsoft/vscode-azuretools#1616microsoft-vscode-azext-azureappservice v2.2.6
- Fix an issue where globs in
.gitignorewere ignored when doing a zip deploy microsoft/vscode-azuretools#1575microsoft-vscode-azext-azureappservice v2.2.5
- Fix Windows site files by
@alexweiningerin microsoft/vscode-azuretools#1565microsoft-vscode-azext-azureappservice v2.2.4
- Use
deployment.statusin favor ofdeployment.completeby@nturinskiin microsoft/vscode-azuretools#1562microsoft-vscode-azext-azureappservice v2.2.3
- Update azureutils package by
@alexweiningerin microsoft/vscode-azuretools#1553- Fix checkNameAvailability request by
@alexweiningerin microsoft/vscode-azuretools#1555microsoft-vscode-azext-azureappservice v2.2.2
- Fix files feature for Linux Consumptions Function Apps by
@alexweiningerin microsoft/vscode-azuretools#1547- Add streamResponseStatusCodes to fix log streaming by
@nturinskiin microsoft/vscode-azuretools#1548microsoft-vscode-azext-azureappservice v2.2.1
Added
- Add status code policy to kudu calls to fix microsoft/vscode-azurefunctions#3769
microsoft-vscode-azext-utils v2.2.0
Added various types and classes to use when integrating functionality into the Azure agent extension. This includes:
Integration
ExtensionAgentMetadata: the metadata an extension adds to itspackage.jsonwhich provides integration information for the agent extension.
... (truncated)
Commits
6ffc392Fix not setting context right in AzureWizard during skip executedd91e33New changes & types for agent integration (#1690)135a37fChange default job name to "Root" (#1689)7ca0f05Changes for azure agent integration (#1680)ba31b91build: Try reducing the unshared yaml (#1688)1896498build: Fix not-working 1ES pipelines (#1687)121e746Create 1ES build pipeline (#1686)bb6c454build: Support 1ES pipelines (#1685)f43e74bLet VSCode change the settings.json (#1684)3f77b43Revert "appservice: Use management endpoint for all kudu calls (#1677)" (#1683)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Test this change out locally with the following install scripts (Action run 8149348797)
VSCode
- Mac/Linux
bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 8149348797 - Windows
iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 8149348797"
Azure CLI
- Mac/Linux
bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 8149348797 - Windows
iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 8149348797"
Test Results
65 files - 34 65 suites - 34 21m 38s :stopwatch: - 18m 0s 10 675 tests + 10 10 674 :white_check_mark: + 10 1 :zzz: ±0 0 :x: ±0 25 151 runs - 12 615 25 149 :white_check_mark: - 12 614 2 :zzz: - 1 0 :x: ±0
Results for commit e8bca785. ± Comparison against base commit 1323e4f0.
:recycle: This comment has been updated with latest results.
@dependabot show ignore conditions
@dependabot show vscode-azext-utils ignore conditions
No ignore conditions found for the dependency vscode-azext-utils
@dependabot show all ignore conditions
No ignore conditions found for the dependency all
@dependabot recreate
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.
Superseded by #13568.