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

Fix typo in config schema #739

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

y2kbugger
Copy link
Contributor

subscription -> subscriptionId

subscription -> subscriptionId
@Timothyw0
Copy link
Member

Thank you for catching this! Merging your PR now :)

@Timothyw0 Timothyw0 merged commit 9eb3720 into Azure:main Jul 12, 2024
2 checks passed
tobiasdiez referenced this pull request in JabRef/JabRefOnline Aug 2, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@azure/static-web-apps-cli](https://togithub.com/azure/static-web-apps-cli)
| [`1.1.10` ->
`2.0.1`](https://renovatebot.com/diffs/npm/@azure%2fstatic-web-apps-cli/1.1.10/2.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@azure%2fstatic-web-apps-cli/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@azure%2fstatic-web-apps-cli/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@azure%2fstatic-web-apps-cli/1.1.10/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@azure%2fstatic-web-apps-cli/1.1.10/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>azure/static-web-apps-cli
(@&#8203;azure/static-web-apps-cli)</summary>

###
[`v2.0.1`](https://togithub.com/Azure/static-web-apps-cli/releases/tag/v2.0.1)

[Compare
Source](https://togithub.com/azure/static-web-apps-cli/compare/v2.0.0...v2.0.1)

#### What's Changed

- fix
([#&#8203;873](https://togithub.com/azure/static-web-apps-cli/issues/873),
[#&#8203;864](https://togithub.com/azure/static-web-apps-cli/issues/864)):
Start crash including auth & Node 20 support by
[@&#8203;Timothyw0](https://togithub.com/Timothyw0) in
[https://github.com/Azure/static-web-apps-cli/pull/874](https://togithub.com/Azure/static-web-apps-cli/pull/874)
-
([#&#8203;871](https://togithub.com/azure/static-web-apps-cli/issues/871))
fix: import JSON files using createRequire by
[@&#8203;adrianhall](https://togithub.com/adrianhall) in
[https://github.com/Azure/static-web-apps-cli/pull/875](https://togithub.com/Azure/static-web-apps-cli/pull/875)

**Full Changelog**:
Azure/static-web-apps-cli@v2.0.0...v2.0.1

###
[`v2.0.0`](https://togithub.com/Azure/static-web-apps-cli/releases/tag/v2.0.0)

[Compare
Source](https://togithub.com/azure/static-web-apps-cli/compare/v1.1.10...v2.0.0)

#### Breaking Change

Node 18 or later is now required

#### What's Changed

- feat: Support Azure CLI credential by
[@&#8203;shibayan](https://togithub.com/shibayan) in
[https://github.com/Azure/static-web-apps-cli/pull/774](https://togithub.com/Azure/static-web-apps-cli/pull/774)
-
([#&#8203;856](https://togithub.com/azure/static-web-apps-cli/issues/856))
fix: hugo.toml detection by
[@&#8203;adrianhall](https://togithub.com/adrianhall) in
[https://github.com/Azure/static-web-apps-cli/pull/860](https://togithub.com/Azure/static-web-apps-cli/pull/860)
- Fix typo in config schema by
[@&#8203;y2kbugger](https://togithub.com/y2kbugger) in
[https://github.com/Azure/static-web-apps-cli/pull/739](https://togithub.com/Azure/static-web-apps-cli/pull/739)
-
([#&#8203;684](https://togithub.com/azure/static-web-apps-cli/issues/684))
Move to ESM, Fix for CVE audit failures by
[@&#8203;adrianhall](https://togithub.com/adrianhall) in
[https://github.com/Azure/static-web-apps-cli/pull/862](https://togithub.com/Azure/static-web-apps-cli/pull/862)
- fix
([#&#8203;859](https://togithub.com/azure/static-web-apps-cli/issues/859)):
Add check for azureProfile.json to prevent double login by
[@&#8203;Timothyw0](https://togithub.com/Timothyw0) in
[https://github.com/Azure/static-web-apps-cli/pull/861](https://togithub.com/Azure/static-web-apps-cli/pull/861)
- \[Fix] Show "swa start" output in console by
[@&#8203;Timothyw0](https://togithub.com/Timothyw0) in
[https://github.com/Azure/static-web-apps-cli/pull/866](https://togithub.com/Azure/static-web-apps-cli/pull/866)
- updated svelte's output location to use the correct folder where it
puts built assets. (dist) by
[@&#8203;johnpapa](https://togithub.com/johnpapa) in
[https://github.com/Azure/static-web-apps-cli/pull/865](https://togithub.com/Azure/static-web-apps-cli/pull/865)
- Update 1-install.md by
[@&#8203;nickpainter](https://togithub.com/nickpainter) in
[https://github.com/Azure/static-web-apps-cli/pull/857](https://togithub.com/Azure/static-web-apps-cli/pull/857)
- Refreshing Node.js supported versions by
[@&#8203;aaronpowell](https://togithub.com/aaronpowell) &
[@&#8203;Timothyw0](https://togithub.com/Timothyw0) in
[https://github.com/Azure/static-web-apps-cli/pull/869](https://togithub.com/Azure/static-web-apps-cli/pull/869)

#### New Contributors

- [@&#8203;shibayan](https://togithub.com/shibayan) made their first
contribution in
[https://github.com/Azure/static-web-apps-cli/pull/774](https://togithub.com/Azure/static-web-apps-cli/pull/774)
- [@&#8203;adrianhall](https://togithub.com/adrianhall) made their first
contribution in
[https://github.com/Azure/static-web-apps-cli/pull/860](https://togithub.com/Azure/static-web-apps-cli/pull/860)
- [@&#8203;y2kbugger](https://togithub.com/y2kbugger) made their first
contribution in
[https://github.com/Azure/static-web-apps-cli/pull/739](https://togithub.com/Azure/static-web-apps-cli/pull/739)
- [@&#8203;nickpainter](https://togithub.com/nickpainter) made their
first contribution in
[https://github.com/Azure/static-web-apps-cli/pull/857](https://togithub.com/Azure/static-web-apps-cli/pull/857)

**Full Changelog**:
Azure/static-web-apps-cli@v1.1.10...v2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JabRef/JabRefOnline).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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