-
Notifications
You must be signed in to change notification settings - Fork 437
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
Fixed typo #3661
Merged
Merged
Fixed typo #3661
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
VpOfEngineering
approved these changes
May 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
arroyc
approved these changes
May 13, 2024
khkh-ms
added a commit
that referenced
this pull request
May 14, 2024
Co-authored-by: Danny Furnivall <danielfurnivall@gmail.com>
khkh-ms
added a commit
that referenced
this pull request
Jun 28, 2024
* Add Event Grid Blob trigger (#3647) * Add Event Grid Blob trigger * Fix short name * Update version * Remove version update for TemplateJsonVersion * Fix typo * adding core mirroring yml (#3678) * Fixed typo (#3661) Co-authored-by: Danny Furnivall <danielfurnivall@gmail.com> * Add hard-coded Node templates for EventGrid Blob trigger (#3683) * Add Event Grid Blob trigger * Fix short name * Add Event Grid Blob trigger * .NET8 in-proc support (#3680) * .NET8 Inproc support for host start action. (#3670) * Zip generation updates for Inproc8 * Handling net8 artifact generation for min versions of artifacts (used in VS feed) * Optimizing TestPreSignedArtifacts method. * Zipping _net8.0 artifacts and other cleanups * Publish --self-contained (#3673) * updating template reference for core tools (#3675) * Moved log messages behind "Verbose" logging enabled check. Minor refactoring * Adding a test for .NET8 inproc * Update Microsoft.Azure.WebJobs.Script.WebHost to 4.834.2 * Minor cleanup * Publishing net8 bits as self-contained. Reordering of some code snippets to fix failing test. * Updating tests to reflect recent text changes. * Generating "_net8.0.zip" for all artifacts (previously only for ".min" ones) * Reordered supported target framework list as per PR feedback. Added a new test for unsupported use case. * Changes based on PR feedback * Fixed a test to reflect revised exception message change * Adding `--no-build` in "DotnetPack" step * Revert "Adding `--no-build` in "DotnetPack" step" This reverts commit bb9191a. * Added back `--no-build` flag for pack. Pack only when targetFramework == net6.0 --------- Co-authored-by: Naren Soni <soninaren@users.noreply.github.com> * Adding Docker for .NET 8 on the in-process model (#3686) * Limelight forwarding URL display (#3688) * Limelight forwarding URL display * Port to placeholder and string replacement * nit ; * fix typecasting to resolve build issue --------- Co-authored-by: @arroyc * Include _net8 directories for sign steps. (#3690) * Bump Microsoft.Azure.WebJobs.Script.WebHost from 4.834.2 to 4.834.3 (#3691) * Updated packages. # Conflicts: # src/Azure.Functions.Cli/Azure.Functions.Cli.csproj * Correcting in-process model tag format (#3702) * New Pipelines (#3701) * Change ESRP connection name from hard-coded to variable. * Add official-build.yml for ado * updated official-build.yml for ado * Changed PublishPipelineArtifact to 1ES.PublishPipelineArtifact * Updated ConnectedServiceName of EsrpCodeSigning@1 * Updated ConnectedServiceName of EsrpCodeSigning@1 * Update pool * added clean in nuget.config * added clean in nuget.config * added another clean in nuget.config * added nuget.org back * added cfs.yml in variables * moved official-build.yml * fixed the template files * Changed the spacing * Fixing the spacing in linux-package.yml * Created a new job for packaging * Minor fix in build-test.yml * Added public-build.yml with subset of the tasks. * Changed the pool name * Removed the repository-engineering from public-build.yml * Removed cfs.yml. * Removing simulateReleaseBuild task. * Changed the build parameters. * Skipping deployment test for public pipeline * Skipping resrouce creating for deployment test when the test is skipped * Skip the deployment test if the resource creation fails. * Skipping upload for public build. * Adding the log in the upload step. * Skipping the test step for quick testing. Will add it back. * Updated packages. * Adding the tests back. * removed codeql changes * changed ESRP signing * removing tests for temp * remove the extra signle quote * added inline * minor cleanup * Testing a fix * Testing a fix * Added schedule * Updated the custom docker file * move the public job to public folder * moved esrp task to template * Added codeql in the public pipeline * Added the tests back. * setting the key params to empty * Removed the SBOM logic * Removed the SBOM logic * Removed the extra env variables from public * Removed the extra params in sign-files * Changed back to use khkh/fix-sign-files for eng * added the pool name back * Removing package reference of Microsoft.IdentityModel.JsonWebTokens and System.IdentityModel.Tokens.Jwt packages as they are brought by host. (#3724) * Switched to Engineering release tag (v4) (#3721) * switched to eng release tag. removed v3 reference in public build * updated the start build number * updated the start build number * increasing the timeout of node test because 'npm install' is taking longer * adding more increased timeouts --------- Co-authored-by: azfuncgh <azfuncgh@github.com> * Build number reset for new pipeline (v4) (#3728) * switched to eng release tag. removed v3 reference in public build * build number update --------- Co-authored-by: azfuncgh <azfuncgh@github.com> * Set the inproc net8 executable name based on operating system. (#3730) --------- Co-authored-by: Daniel Castro <castro.daniel@microsoft.com> Co-authored-by: Danny Furnivall <danielfurnivall@gmail.com> Co-authored-by: Shyju Krishnankutty <connectshyju@gmail.com> Co-authored-by: Naren Soni <soninaren@users.noreply.github.com> Co-authored-by: Matthew Henderson <mattchenderson@users.noreply.github.com> Co-authored-by: Varad Meru <vrdmr@users.noreply.github.com> Co-authored-by: azfuncgh <azfuncgh@github.com>
khkh-ms
added a commit
that referenced
this pull request
Jul 11, 2024
* Add Event Grid Blob trigger (#3647) * Add Event Grid Blob trigger * Fix short name * Update version * Remove version update for TemplateJsonVersion * Fix typo * adding core mirroring yml (#3678) * Fixed typo (#3661) Co-authored-by: Danny Furnivall <danielfurnivall@gmail.com> * Add hard-coded Node templates for EventGrid Blob trigger (#3683) * Add Event Grid Blob trigger * Fix short name * Add Event Grid Blob trigger * .NET8 in-proc support (#3680) * .NET8 Inproc support for host start action. (#3670) * Zip generation updates for Inproc8 * Handling net8 artifact generation for min versions of artifacts (used in VS feed) * Optimizing TestPreSignedArtifacts method. * Zipping _net8.0 artifacts and other cleanups * Publish --self-contained (#3673) * updating template reference for core tools (#3675) * Moved log messages behind "Verbose" logging enabled check. Minor refactoring * Adding a test for .NET8 inproc * Update Microsoft.Azure.WebJobs.Script.WebHost to 4.834.2 * Minor cleanup * Publishing net8 bits as self-contained. Reordering of some code snippets to fix failing test. * Updating tests to reflect recent text changes. * Generating "_net8.0.zip" for all artifacts (previously only for ".min" ones) * Reordered supported target framework list as per PR feedback. Added a new test for unsupported use case. * Changes based on PR feedback * Fixed a test to reflect revised exception message change * Adding `--no-build` in "DotnetPack" step * Revert "Adding `--no-build` in "DotnetPack" step" This reverts commit bb9191a. * Added back `--no-build` flag for pack. Pack only when targetFramework == net6.0 --------- Co-authored-by: Naren Soni <soninaren@users.noreply.github.com> * Adding Docker for .NET 8 on the in-process model (#3686) * Limelight forwarding URL display (#3688) * Limelight forwarding URL display * Port to placeholder and string replacement * nit ; * fix typecasting to resolve build issue --------- Co-authored-by: @arroyc * Include _net8 directories for sign steps. (#3690) * Bump Microsoft.Azure.WebJobs.Script.WebHost from 4.834.2 to 4.834.3 (#3691) * Updated packages. # Conflicts: # src/Azure.Functions.Cli/Azure.Functions.Cli.csproj * Correcting in-process model tag format (#3702) * Removing package reference of Microsoft.IdentityModel.JsonWebTokens and System.IdentityModel.Tokens.Jwt packages as they are brought by host. (#3724) (#3725) * [release_4.0] Set the inproc net8 executable name based on operating system. (#3730) (#3733) * Set the inproc net8 executable name based on operating system. (#3730) * adding more increased timeouts * increasing the timeout of node test because 'npm install' is taking longer --------- Co-authored-by: azfuncgh <azfuncgh@github.com> * Update release_4.0 from v4.x (#3720) * Add Event Grid Blob trigger (#3647) * Add Event Grid Blob trigger * Fix short name * Update version * Remove version update for TemplateJsonVersion * Fix typo * adding core mirroring yml (#3678) * Fixed typo (#3661) Co-authored-by: Danny Furnivall <danielfurnivall@gmail.com> * Add hard-coded Node templates for EventGrid Blob trigger (#3683) * Add Event Grid Blob trigger * Fix short name * Add Event Grid Blob trigger * .NET8 in-proc support (#3680) * .NET8 Inproc support for host start action. (#3670) * Zip generation updates for Inproc8 * Handling net8 artifact generation for min versions of artifacts (used in VS feed) * Optimizing TestPreSignedArtifacts method. * Zipping _net8.0 artifacts and other cleanups * Publish --self-contained (#3673) * updating template reference for core tools (#3675) * Moved log messages behind "Verbose" logging enabled check. Minor refactoring * Adding a test for .NET8 inproc * Update Microsoft.Azure.WebJobs.Script.WebHost to 4.834.2 * Minor cleanup * Publishing net8 bits as self-contained. Reordering of some code snippets to fix failing test. * Updating tests to reflect recent text changes. * Generating "_net8.0.zip" for all artifacts (previously only for ".min" ones) * Reordered supported target framework list as per PR feedback. Added a new test for unsupported use case. * Changes based on PR feedback * Fixed a test to reflect revised exception message change * Adding `--no-build` in "DotnetPack" step * Revert "Adding `--no-build` in "DotnetPack" step" This reverts commit bb9191a. * Added back `--no-build` flag for pack. Pack only when targetFramework == net6.0 --------- Co-authored-by: Naren Soni <soninaren@users.noreply.github.com> * Adding Docker for .NET 8 on the in-process model (#3686) * Limelight forwarding URL display (#3688) * Limelight forwarding URL display * Port to placeholder and string replacement * nit ; * fix typecasting to resolve build issue --------- Co-authored-by: @arroyc * Include _net8 directories for sign steps. (#3690) * Bump Microsoft.Azure.WebJobs.Script.WebHost from 4.834.2 to 4.834.3 (#3691) * Updated packages. # Conflicts: # src/Azure.Functions.Cli/Azure.Functions.Cli.csproj * Correcting in-process model tag format (#3702) * New Pipelines (#3701) * Change ESRP connection name from hard-coded to variable. * Add official-build.yml for ado * updated official-build.yml for ado * Changed PublishPipelineArtifact to 1ES.PublishPipelineArtifact * Updated ConnectedServiceName of EsrpCodeSigning@1 * Updated ConnectedServiceName of EsrpCodeSigning@1 * Update pool * added clean in nuget.config * added clean in nuget.config * added another clean in nuget.config * added nuget.org back * added cfs.yml in variables * moved official-build.yml * fixed the template files * Changed the spacing * Fixing the spacing in linux-package.yml * Created a new job for packaging * Minor fix in build-test.yml * Added public-build.yml with subset of the tasks. * Changed the pool name * Removed the repository-engineering from public-build.yml * Removed cfs.yml. * Removing simulateReleaseBuild task. * Changed the build parameters. * Skipping deployment test for public pipeline * Skipping resrouce creating for deployment test when the test is skipped * Skip the deployment test if the resource creation fails. * Skipping upload for public build. * Adding the log in the upload step. * Skipping the test step for quick testing. Will add it back. * Updated packages. * Adding the tests back. * removed codeql changes * changed ESRP signing * removing tests for temp * remove the extra signle quote * added inline * minor cleanup * Testing a fix * Testing a fix * Added schedule * Updated the custom docker file * move the public job to public folder * moved esrp task to template * Added codeql in the public pipeline * Added the tests back. * setting the key params to empty * Removed the SBOM logic * Removed the SBOM logic * Removed the extra env variables from public * Removed the extra params in sign-files * Changed back to use khkh/fix-sign-files for eng * added the pool name back * Removing package reference of Microsoft.IdentityModel.JsonWebTokens and System.IdentityModel.Tokens.Jwt packages as they are brought by host. (#3724) * Switched to Engineering release tag (v4) (#3721) * switched to eng release tag. removed v3 reference in public build * updated the start build number * updated the start build number * increasing the timeout of node test because 'npm install' is taking longer * adding more increased timeouts --------- Co-authored-by: azfuncgh <azfuncgh@github.com> * Build number reset for new pipeline (v4) (#3728) * switched to eng release tag. removed v3 reference in public build * build number update --------- Co-authored-by: azfuncgh <azfuncgh@github.com> * Set the inproc net8 executable name based on operating system. (#3730) --------- Co-authored-by: Daniel Castro <castro.daniel@microsoft.com> Co-authored-by: Danny Furnivall <danielfurnivall@gmail.com> Co-authored-by: Shyju Krishnankutty <connectshyju@gmail.com> Co-authored-by: Naren Soni <soninaren@users.noreply.github.com> Co-authored-by: Matthew Henderson <mattchenderson@users.noreply.github.com> Co-authored-by: Varad Meru <vrdmr@users.noreply.github.com> Co-authored-by: azfuncgh <azfuncgh@github.com> --------- Co-authored-by: Daniel Castro <castro.daniel@microsoft.com> Co-authored-by: Danny Furnivall <danielfurnivall@gmail.com> Co-authored-by: Shyju Krishnankutty <connectshyju@gmail.com> Co-authored-by: Naren Soni <soninaren@users.noreply.github.com> Co-authored-by: Matthew Henderson <mattchenderson@users.noreply.github.com> Co-authored-by: Varad Meru <vrdmr@users.noreply.github.com> Co-authored-by: azfuncgh <azfuncgh@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue describing the changes in this PR
resolves #issue_for_this_pr
Pull request checklist