* Updated artifactJson input to artifacts input
* Prioritized service directory from artifact object over the parameter input
* Returned error when service directory is not provided for the old usage
* Removed redudant line
* Initilized the variable in a loop
---------
Co-authored-by: ray chen <raychen@microsoft.com>
* Added optional artifact list to filter the package info to be returned
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* return full package info if the input artifact list is empty
* Fixed hashset issue
* Added artifacts parameter
---------
Co-authored-by: ray chen <raychen@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* quotes
* generalize
* cant use trigger as a job
* Update eng/common/pipelines/templates/jobs/ai-eval-job.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* target repo name fix
* compile time expression
* compile time expression
* show params for pipeline
* fix the pipeline variables
* another fix
* fix variables
---------
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix property name for skipVerifyChangeLog
* Apply suggestion from @raych1
* Refactor ShouldVerifyChangeLog function condition
* Apply suggestion from @raych1
---------
Co-authored-by: Ray Chen <raychen@microsoft.com>
* Increment package version after release of azure-storage-common
* Increment package version after release of azure-storage-blobs
* Increment package version after release of azure-storage-files-datalake
* Increment package version after release of azure-storage-files-shares
* Increment package version after release of azure-storage-queues
* Storage/STG100 Protocol Layer Changes (#6695)
* STG100 Protocl Layer Changes
* Fix docs
* Principal Bound Delegation Sas and TQF (#6699)
* Principal Bound Delegation Sas and TQF
* Disable test cases
* Fix test cases
* Fix cspell
* Fix docs
* Fix clang
* Drop DataLake changes (#6704)
* Feature support for EnableDirectoryLease and EncryptionInTransit (#6709)
* Storage STG100/Create File with Content (#6713)
* Create File with content
* Update test record
* Add feature for startFrom/beginFrom (#6708)
* Add test case for list blob with startFrom (#6736)
* Add test case for list blob with startFrom
* Format
* Remove ShareLease feature (#6833)
* Update Swagger and account sas version.
* Update sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_sas_builder.hpp
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/datalake_sas_builder.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update sdk/storage/azure-storage-files-shares/CHANGELOG.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_sas_builder.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix typo
---------
Co-authored-by: EmmaZhu-MSFT <emmazhu@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Include groupId in the pkg name when create api view request
* Used the package info in the function signature
---------
Co-authored-by: ray chen <raychen@microsoft.com>
* Used another way to construct package info array
* Filtered out empty string for PackageInfoFiles
---------
Co-authored-by: ray chen <raychen@microsoft.com>
* add tool instructions prompt
* minor
* prompt revision
* prompt revision and fallback to core requirements
* rename langs to languages + revise prompt
* edit prompt and make checks concurrent
* fix prompt
* add venvPath argument
* minor prompt and log edit
---------
Co-authored-by: jennypng <63012604+JennyPng@users.noreply.github.com>
* Upgrade cspell
* Use stdin for cspell input
* Add pipeline support to Invoke-Cspell.ps1
* Quote parameters
* Only quote the needed
---------
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
* Change logging functions to use Write-Host
Change logging helpers to always write to host and either set color or use devops/gh formatting.
We do not want to use Write-Error or Write-Warning directly because they can stop the script or not depending on preferences which makes it difficult to ensure local runs of scripts work the same as in the pipelines. So, we should never depend on these logging commands to cause a script to stop execution.
* Clean up error handling in CommandInvocation-Helpers
Removed legacy error handling for command failures.
* Fix error logging for command execution
* Add option to skip exiting
---------
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Fails if you don't have `bicep` installed but do have `az bicep` and was unnecessary since the check below it did it anyway.
Co-authored-by: Heath Stewart <heaths@microsoft.com>
* Updated validate pkg template to use packageInfo
* Fixed typo
* Fixed the right variable to use
* output debug log
* Fixed errors in expression evaluation
* removed debug code
* Fixed an issue in pipeline
* Updated condition for variable setting step
* Join paths of the script path
* Use join-path
* return from the function rather than exit
---------
Co-authored-by: ray chen <raychen@microsoft.com>