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 reduce() return type signature #15386

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

levimatheri
Copy link
Contributor

@levimatheri levimatheri commented Oct 21, 2024

Fix reduce() return type signature.
Note: The documentation indicates the correct return type of any.

Before:
reduce_before

After:
reduce_after

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Oct 21, 2024

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

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

Copy link
Contributor

Dotnet Test Results

    72 files   -     36      72 suites   - 36   29m 58s ⏱️ - 11m 45s
11 373 tests  -     25  11 373 ✅  -     25  0 💤 ±0  0 ❌ ±0 
26 477 runs   - 13 234  26 477 ✅  - 13 234  0 💤 ±0  0 ❌ ±0 

Results for commit 5655321. ± Comparison against base commit 12531f1.

@levimatheri levimatheri merged commit ea90624 into main Oct 21, 2024
47 checks passed
@levimatheri levimatheri deleted the muriukilevi/fix-reduce-return-type branch October 21, 2024 22:25
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