Граф коммитов

1443 Коммитов

Автор SHA1 Сообщение Дата
vcolin7 faa4d4dc1a
Updated the ACS Common version used in ACS Chat and prepared a patch release for the latter. (#1531) 2024-02-27 19:55:51 -08:00
Azure SDK Bot 66d9c71102
Allow relative EmitterPackageJsonPath in New-EmitterPackageLock.ps1 (#1526)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2024-02-27 14:22:42 -08:00
James Suplizio 60dc280c1a
Add EnforceMaxLifeOfIssues to event-processor.config set to Off (#1530) 2024-02-27 12:01:30 -08:00
Azure SDK Bot 9a717249b7
Updates to tools for CodeownerUtils updates (#1529)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-02-27 11:09:04 -08:00
Azure SDK Bot 99dd1c2070
Update version of github-event-processor (#1528)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-02-27 10:07:43 -08:00
vcolin7 ea5f63c224
Updated ACS Common CHANGELOG. (#1525) 2024-02-23 13:01:11 -08:00
vcolin7 98df7b29cd
Prepared new ACS Common release. (#1523) 2024-02-23 12:19:42 -08:00
Azure SDK Bot 709bce7fa4
Update github-event-processor version (#1524)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-02-23 11:43:22 -08:00
Maqsood Jafferi 4ac9c03335
applied the version increment after the release (#1521) 2024-02-20 17:43:50 +02:00
Maqsood Jafferi 9925ef15ce
azure-communication-common release updates (#1520) 2024-02-20 14:24:15 +02:00
Azure SDK Bot 5ee8d1b261
Updates to tools for the CodeownersUtils updates (#1519)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-02-16 11:52:03 -08:00
Azure SDK Bot 62878552d3
Update GitHubEventProcessorVersion (#1518)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-02-16 10:46:00 -08:00
vcolin7 75ba61f27f
Updated `targetSdkVersion` and `compileSdkVersion` (#1514)
* Updated `targetSdkVersion` and `compileSdkVersion` to use Android API level 34 (released in October 2023).

* Updated `targetSdkVersion` and `compileSdkVersion` to use Android API level 34 (released in October 2023).

* Attempt at fixing JaCoCo issue.

* Updated CHANGELOGs, READMEs and gradle.properties files.

* Fixed Sample App's `AndroidManifest.xml`
2024-02-15 14:20:02 -08:00
Azure SDK Bot 5b80e08870
Move emitter-package.json scripts to eng/common (#1516)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2024-02-14 11:27:22 -08:00
Azure SDK Bot 82bd77f58b
Fix case-sensitive spelling in scripts that get deployed to C++ repo (#1513)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-02-13 17:01:37 -08:00
Azure SDK Bot d58d4444d4
Add stress test arm/bicep template prefix to New-TestResources ResourceType set (#1512)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-02-09 18:11:32 -05:00
Azure SDK Bot 87fed54595
Pin azure/login action step to v1.5.1 (#1511)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-02-08 15:10:28 -08:00
Azure SDK Bot a63409188d
Sync eng/common directory with azure-sdk-tools for PR 7630 (#1510)
* Add ContentType header to Update-GitHubIssue

* replaced application/json

* Update eng/common/scripts/Invoke-GitHubAPI.ps1

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

---------

Co-authored-by: Peng Jiahui <804873052@qq.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-02-06 00:34:17 -08:00
Azure SDK Bot 0b1c3382f8
Sync eng/common directory with azure-sdk-tools for PR 7634 (#1509)
* Fix sparse-checkout git command line behavior

* Use command arg parsing behavior in sparse-checkout.yml

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-02-05 20:18:33 -08:00
Azure SDK Bot 11307a4df3
Fix BOM issue Generate-DocIndex.ps1 (#1507)
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-02-05 15:34:38 -08:00
Azure SDK Bot 05252762c6
Fix issue in Verify-Link.ps1 after PS 7.4 update (#1506)
https://learn.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-74?view=powershell-7.4
- Add AllowInsecureRedirect switch to Web cmdlets (#18546)

That new option cause a new exception type that exposed
a bug where we assumed if InnerException property existed
that it was not null. This fix verifies that the property
is not null.

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2024-02-02 11:29:13 -08:00
Azure SDK Bot 3aad7d0758
Sync eng/common directory with azure-sdk-tools for PR 7615 (#1505)
* Prepare-Release.ps1: Make dateTime.ToString("MM/dd/yyyy") to work on exotic set-ups

On my machine, I experimented with the registry, and the worst part is that I don't remember/know how to reset it back.

The work items that script produces, do have datetimes for the upcoming releases in the `MM-dd-yyyy` format, and then I have to correct them by hand.

`dateTime.ToString("MM/dd/yyyy")` does produce the date in the format of `MM-dd-yyyy` on my machine. This also happens if I write a corresponding .NET app.

The fix that I am proposing makes it work on my specific setup and hopefully breaks no one else. I understand if you are hesitant to take it. Let me know, I'll see how I can restore my setting.

But on the other hand, I don't think it makes anything worse, it only makes things more robust, so maybe take it?

* Use [CultureInfo]::InvarialtCulture

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Update eng/common/scripts/Prepare-Release.ps1

* Update eng/common/scripts/Prepare-Release.ps1

---------

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-02-02 10:41:05 -08:00
Azure SDK Bot 13114c7b3a
Sync eng/common directory with azure-sdk-tools for PR 7585 (#1504)
* Remove package retrieval when verify pkg version

* Modified description of PackageName parameter

---------

Co-authored-by: Ray Chen <raychen@microsoft.com>
2024-01-30 23:49:06 -08:00
jiminwen-msft b553b274d4
Jimin/trouter (#1503)
* Fix duplicate real time notifications

* update release date

* update

* Update sdk/communication/azure-communication-chat/CHANGELOG.md

Co-authored-by: vcolin7 <vicolina@microsoft.com>

* update version

* update version

* update version

* update version

* post release update

* post release update

---------

Co-authored-by: vcolin7 <vicolina@microsoft.com>
2024-01-26 13:17:43 -08:00
Azure SDK Bot 8ba6ca7b80
Sync eng/common directory with azure-sdk-tools for PR 7584 (#1502)
* Fix role assignment for user auth

* PR fb

* Apply suggestions from code review

Co-authored-by: Heath Stewart <heaths@outlook.com>

---------

Co-authored-by: jolov <jolov@microsoft.com>
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Co-authored-by: Heath Stewart <heaths@outlook.com>
2024-01-25 14:52:25 -08:00
Azure SDK Bot 5d0cdcc371
Sync eng/common directory with azure-sdk-tools for PR 7569 (#1500)
* Correct the name of JS package folder

* Uncomment the package verification

* Logging more info for troubleshooting

* Get sdkType and directory from the package info

---------

Co-authored-by: Ray Chen <raychen@microsoft.com>
2024-01-25 01:58:43 -08:00
Azure SDK Bot c855329b49
Sync eng/common directory with azure-sdk-tools for PR 7580 (#1501)
* Support creating resources with user auth

* Log warning if TestApplicationId is set

* missing space

* regenerate md file

* Rename

* Update link

---------

Co-authored-by: jolov <jolov@microsoft.com>
2024-01-24 15:38:13 -08:00
Azure SDK Bot 110a348ff3
use merge instead of cherry-pick in merge-proxy-tags (#1499)
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-01-21 21:57:36 -08:00
Azure SDK Bot a92747fcec
Fix typos in ps1 scripts (#1498)
Co-authored-by: Lukasz Kokot <lkokot@kumojin.com>
2024-01-19 10:24:38 -08:00
Azure SDK Bot 868a8cd0e6
Fix Language value for JS (#1497)
Co-authored-by: raychen <raychen@microsoft.com>
2024-01-18 22:05:06 -08:00
jiminwen-msft 98fa5d8212
Fix duplicate real time notifications (#1491)
* Fix duplicate real time notifications

* update release date

* update

* Update sdk/communication/azure-communication-chat/CHANGELOG.md

Co-authored-by: vcolin7 <vicolina@microsoft.com>

* update version

* update version

* update version

* update version

---------

Co-authored-by: vcolin7 <vicolina@microsoft.com>
2024-01-18 16:08:00 -08:00
Azure SDK Bot 0f8dff7988
Add git commit details to stress environment (#1496)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-01-18 13:57:42 -08:00
Azure SDK Bot f62945f9f4
Sync eng/common directory with azure-sdk-tools for PR 7537 (#1495)
* Add ConflictedFile to git-helpers.ps1, add git-helpers.tests.ps1 to exercise basic functionality.
* Add `resolve-asset-conflict.ps1` a script that can autoresolve an assets.json file.

---------

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-01-17 14:08:23 -08:00
Azure SDK Bot 2342139034
Sync eng/common directory with azure-sdk-tools for PR 7512 (#1488)
* generate an artifact with the updated files

* bring in Wes's feedback

---------

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-01-16 18:10:23 -08:00
Azure SDK Bot 5b18498e0c
Filter packages at verify step (#1494)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-01-16 16:06:44 -08:00
Jesse Squire fa71e209a9
[CODEOWNERS] Remove automation section (#1493)
The focus of these changes is to remove the automation section, as CODEOWNERS changes no longer require manual syncing.
2024-01-16 13:27:37 -05:00
Azure SDK Bot ddb5031c7c
Correct the variable name in spec location validation script (#1490)
Co-authored-by: raychen <raychen@microsoft.com>
2024-01-15 01:08:00 -08:00
Azure SDK Bot 864dd169ae
Sync eng/common directory with azure-sdk-tools for PR 7451 (#1489)
* Added script and pipeline for spec location validation

SDK release pipeline would run this validation to ensure the spec comes from
the main branch of Azure/azure-rest-api-specs repo

* Use github rest api to validate commit

* Added token parameter

* Support more yaml cases and other languages

* Removed the default setting in yaml template

* Only validate in case of GA package

* Follow APIView to retrieve package version for verification

* Get github token from env variable

---------

Co-authored-by: raychen <raychen@microsoft.com>
2024-01-15 11:34:44 +08:00
Azure SDK Bot 0c1bc41aeb
Sync eng/common directory with azure-sdk-tools for PR 7445 (#1486)
* Add package filter parameter to select recursively found packages in release

* Handle empty value for packageFilter

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-01-11 12:43:19 -08:00
Azure SDK Bot 60dedf7506
Fix image tag for multiimage deployments (#1485)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-01-09 13:52:25 -08:00
Azure SDK Bot de3c3903f9
Sync eng/common directory with azure-sdk-tools for PR 7459 (#1484)
* check for the presence of a compatible powershell. ensure that we always return a list of tags

* allow the script to require pshell6+

* remove the en-us from the link

---------

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-01-09 12:31:36 -08:00
Azure SDK Bot 969bb9bb0e
Fix spelling (preceeding=> preceding) (#1482)
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
2024-01-05 13:31:19 -08:00
Azure SDK Bot 2839cb7030
Sync eng/common directory with azure-sdk-tools for PR 7385 (#1481)
* Update organization of the eng/common/testproxy folder
* Add merge-proxy-tags.ps1 and readme to eng/common/testproxy/scripts/tag-merge/
* Extract common assets script functionality to common-asset-functions.ps1

---------

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2023-12-06 15:18:26 -08:00
Jiri Burant f66de1b99a
Removed MS bot identifier and introduced MS Teams app identifier (#1457)
* Removed MS bot identifier and introduced MS Teams app identifier instead.

* Fixing doc comments.

* Updated changelog.

* Removed SetRawId for Communication common MSTeamsAppIdentifier

* Changed communication.common.MSTeamsAppIdentifier's SetRawId to protected.

* Fixing changelog.

* Changed package version ot only minor bump.

* Updated version to contain beta

* retrigger checks

* Removed beta version from version number.
2023-12-06 13:24:04 +01:00
James Suplizio e71f8fc801
Add CODEOWNERS baseline (#1479) 2023-12-01 10:09:25 -08:00
Azure SDK Bot 1093fceafd
Sync eng/common directory with azure-sdk-tools for PR 7346 (#1475)
* Update Test-SampleMetadata.ps1

* Update Test-SampleMetadata.ps1

---------

Co-authored-by: YUTONG_ZHAI <32332316+zhaiyutong@users.noreply.github.com>
2023-12-01 09:06:09 -08:00
Azure SDK Bot e2c41cca4e
Lets not treat https code 401 as broken link (#1477)
Http Status code 401 just be unauthorized and not necessarily that the link isn't valid. Removing this from the list of codes to error from.

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2023-11-30 14:44:23 -08:00
Azure SDK Bot 5ddd77072f
Sync eng/common directory with azure-sdk-tools for PR 7334 (#1476)
* Fix typo

* Update TypeSpec-Project-Generate.ps1

---------

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
2023-11-29 10:18:11 -08:00
Azure SDK Bot 64c2422061
Sync eng/common directory with azure-sdk-tools for PR 7322 (#1473)
* Create new pipeline to create package work item

* Update powershell script to pass tag

* Fixes as per review comments

* Update as per review comments

* Login as az devops

* Create new entry point script to create package work item

* Load common ps module

* Add devops login step

* Pipe login token to devops login

* Pipe login token to devops login

* Add looging

* more logging

* Remove duplicate login from new script and add more logging

* More logging to debug create work item

* Remove script added for debugging

* Skip az interactive login when PAT is passed

* Remove debug logging

---------

Co-authored-by: praveenkuttappan <praveenkuttappan@gmail.com>
2023-11-21 14:08:09 -08:00
Azure SDK Bot d69a3abdcc
Update CodeownersLinter to 1.0.0-dev.20231120.3 (#1472)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2023-11-20 12:15:24 -08:00