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

1284 Коммитов

Автор SHA1 Сообщение Дата
Azure SDK Bot 582f18c46b
Sync eng/common directory with azure-sdk-tools for PR 7346 (#1658)
* Update Test-SampleMetadata.ps1

* Update Test-SampleMetadata.ps1

---------

Co-authored-by: YUTONG_ZHAI <32332316+zhaiyutong@users.noreply.github.com>
2023-12-01 09:06:18 -08:00
Azure SDK Bot 3fe1a991d1
Lets not treat https code 401 as broken link (#1660)
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:31 -08:00
Azure SDK Bot fe4e7341e4
Sync eng/common directory with azure-sdk-tools for PR 7334 (#1659)
* Fix typo

* Update TypeSpec-Project-Generate.ps1

---------

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
2023-11-29 10:17:47 -08:00
Azure SDK Bot 1ab5dd9fa6
Sync eng/common directory with azure-sdk-tools for PR 7322 (#1657)
* 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:18 -08:00
Azure SDK Bot 04bb89db62
Update CodeownersLinter to 1.0.0-dev.20231120.3 (#1656)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2023-11-20 12:15:31 -08:00
Azure SDK Bot 96ef209006
Sync eng/common directory with azure-sdk-tools for PR 7310 (#1655)
* Force capitalize all deployment/env outputs in live test

* Update eng/common/TestResources/New-TestResources.ps1

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

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Heath Stewart <heaths@outlook.com>
2023-11-20 11:03:00 -08:00
Azure SDK Bot eb8b5da579
Update GitHubEventProcessor to 1.0.0-dev.20231114.3 (#1652)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2023-11-14 14:51:58 -08:00
Azure SDK Bot 7bc2b07272
Update Test-SampleMetadata.ps1 for "document-intelligence" (#1651)
Co-authored-by: Sameeksha Vaity <savaity@microsoft.com>
2023-11-14 11:14:55 -08:00
Azure SDK Bot d66e07a397
Avoid unnecessary CHANGELOG release date prompt (#1650)
Resolves #7261

Co-authored-by: Heath Stewart <heaths@microsoft.com>
2023-11-13 11:44:39 -08:00
Azure SDK Bot 0a2d2f2d51
Use sparse-checkout to do a faster, shallow clone (#1649)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2023-11-09 16:16:32 -08:00
Azure SDK Bot 08c8ba7c33
Set WorkingDirectory so the dotnet tools install works on non-windows (#1648)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2023-11-09 11:40:44 -08:00
Azure SDK Bot 5282c3c5fe
properly name the file (#1647)
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2023-11-08 12:23:20 -08:00
Azure SDK Bot 5b53a3f18c
Sync eng/common directory with azure-sdk-tools for PR 7251 (#1646)
* Add CODEOWNERS linter yml file to eng/common/pipelines

* Add filter baseline option to run command line

* Update version of linter to 1.0.0-dev.20231107.2 which will install correctly

---------

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2023-11-07 16:05:59 -08:00
xumo-95 6f20ce07e9
AzureCommunicationCalling iOS 2.7.0 (#1645)
Co-authored-by: Xu Mo <xumo1@microsoft.com>
2023-11-03 10:02:33 -07:00
Azure SDK Bot 8b396d5012
Sync eng/common directory with azure-sdk-tools for PR 7193 (#1641)
* update proxy version to 20231030.1
* update test-proxy-tool.yml to record both stderr and stdout to the proxy log

---------

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2023-10-31 17:23:46 -07:00
Azure SDK Bot 5fd82f589e
Use sparse checkout for pipeline generator (#1644)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2023-10-31 12:36:02 -07:00
Azure SDK Bot f5e659dbdd
ensure that empty package properties are not honored when dumping them to json (#1643)
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2023-10-30 12:22:29 -07:00
Azure SDK Bot 3c6967d778
Update to using new azcopy auto-login (#1642)
azcopy login is going to be deprecated soon in version 10.22 so
we need to move to the new auto-login model that is documented at
https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-authorize-azure-active-directory#authorize-a-service-principal-by-using-a-client-secret

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2023-10-27 14:13:00 -07:00
Azure SDK Bot 46a96b038e
Sync eng/common directory with azure-sdk-tools for PR 7181 (#1640)
* Update branch deletion code

- Update to use the gh cli for github operations
- Switch to using graphql for pulling branches as the rest api
  starts to fail after a certain number of branches and we can
  also pull back all the associated data like pull request info
  and commit date all in one query.
- switc to running on ubuntu 1ES pool

Improve query error handling

Fix condition

Fix slash escaping on the command line

clean-up pipeline

* Update eng/common/scripts/Delete-RemoteBranches.ps1

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

* Update eng/common/scripts/Delete-RemoteBranches.ps1

Co-authored-by: Ben Broderick Phillips <ben@benbp.net>

---------

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
2023-10-27 13:48:08 -07:00
Azure SDK Bot 96935308c6
Check az login for target subscription in stress deploy login (#1639)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2023-10-24 13:24:42 -07:00
Azure SDK Bot c7fab296be
Fix update test resources tagging when tags are empty. Bump max limit (#1638)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2023-10-19 18:57:38 -04:00
Azure SDK Bot 2018714c93
Sync eng/common directory with azure-sdk-tools for PR 7113 (#1634)
* Remove ARM deployment after deploy

* Update eng/common/TestResources/New-TestResources.ps1

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

* Apply suggestions from code review

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Heath Stewart <heaths@outlook.com>
2023-10-16 17:00:19 -07:00
Azure SDK Bot a64e2f4c55
Set product as parent of package work item. (#1628)
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
2023-10-16 09:41:30 -07:00
James Suplizio fd8eccaa48
Remove sdk/storage entry from CODEOWNERS (#1636) 2023-10-13 15:46:35 +00:00
Azure SDK Bot ea7b941f7c
Use better description for single repo sparse checkout (#1633)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2023-10-12 10:53:53 -07:00
Azure SDK Bot 8d30a424a1
Use url version spec for autorest.* packages (#1627)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2023-10-11 13:46:12 -07:00
Cheuk Chuen Siow cd959c5e00
AzureCommunicationChat 1.3.3 (#1632) 2023-10-11 11:58:38 -07:00
Azure SDK Bot d68797cffd
Update github-event-processor version to 1.0.0-dev.20231010.2 (#1631)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2023-10-10 16:09:23 -07:00
Cheuk Chuen Siow b1e36a4506
[Communication][Chat] Revert reference on .cloudEnvironment to its previous name (#1630)
* Revert .cloudEnvironment to its previous name

* Remove unused function

- parse(id:, prefix:) was previously used in getIdentifier(from:) that
  no longer exist
2023-10-10 15:50:10 -07:00
Azure SDK Bot 67f52b0ca6
Detect all file diff types for eng/common changes (#1626)
Fixes https://github.com/Azure/azure-sdk-tools/issues/5882

We need to set the difffilter to empty instead of the default of exclude deleted files when we are trying to verify there are no changes under eng/common.

See test PR https://github.com/Azure/azure-sdk-for-python/pull/32348 which demonstrates us not detecting a deleted file under eng/common. I'll use that same test PR to verify this now catches that issue.

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2023-10-06 12:42:38 -07:00
Azure SDK Bot 45bcb48c57
Updating package version for configured workflows (#1624)
Co-authored-by: Jesse Squire <jesse.squire@gmail.com>
2023-10-05 20:42:24 -04:00
xumo-95 6ae16a677b
AzureCommunicationCalling 2.7.0-beta.3 (#1623)
Co-authored-by: Xu Mo <xumo1@microsoft.com>
2023-10-05 13:44:56 -07:00
Cheuk Chuen Siow e0678fd90b
AzureCommunicationChat 1.3.2 (#1622)
* AzureCommunicationChat 1.3.2

* Update release date in changelog
2023-10-04 12:57:48 -07:00
Azure SDK Bot 14ed453278
Sync eng/common directory with azure-sdk-tools for PR 7040 (#1620)
* Remove codeowners resolution logic from docs scripts

* Remove parameters that aren't needed

* Remove auth information from update-docsms-metadata.yml

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2023-10-02 14:58:25 -07:00
Azure SDK Bot aeba6a7142
Change prod maintenance day. Fix stress watcher deploy (#1619)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2023-09-26 18:22:14 -07:00
Azure SDK Bot eb125247e0
Sync eng/common directory with azure-sdk-tools for PR 6919 (#1618)
* Add autorest-preview pipeline

* Add emitternpminstall

* Always install

* Use shorter leg name

* Add short circuiting to emitter install

* Use language matrix function

* Don't look for subfolders in the matrix package folders

* Revert unnecessary eng/common changes

* Rewrite GetPullRequestUrl to Get-BuildSourceDescription

* Remove alias from Invoke-LoggedCommand

* Use invoke-expression instead of shelling out

* Add better job splitting

* Replace Folder with Directory

---------

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2023-09-25 12:35:16 -07:00
Azure SDK Bot 01a769ea85
Sync eng/common directory with azure-sdk-tools for PR 7002 (#1617)
* Add LockDeletionForDays parameter to set PodDisruptionBudget and cleanup job

* Use matrix for parallel tests. PDB improvements+docs.

* Fix kubectl namespace context preservation on login

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2023-09-22 17:36:36 -04:00
Cheuk Chuen Siow 0f75298362
Add EUDB Compliant Support for AzureCommunicationChat (#1616)
* Add EUDB Compliant Support

* Update registrar hostname
2023-09-21 13:36:19 -07:00
Azure SDK Bot 1958453275
Serilaize with depth (#1614)
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2023-09-18 10:43:32 -07:00
Azure SDK Bot 583e47960f
update proxy version (#1613)
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2023-09-15 13:27:21 -07:00
Azure SDK Bot 9d9fbb6939
Sync eng/common directory with azure-sdk-tools for PR 6895 (#1612)
* Add legacy moniker migration logic

* Add functionality from Java testing

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2023-09-13 13:29:03 -07:00
Azure SDK Bot b657a3d56f
Sync eng/common directory with azure-sdk-tools repository (#1611) 2023-09-11 15:47:13 +00:00
pavelprystinka f742d83e62
Update AzureCommunicationUICalling.yml version to 1.4.0 (#1609) 2023-09-07 17:15:39 -07:00
Azure SDK Bot 56de1e63e3
Sync eng/common directory with azure-sdk-tools for PR 6903 (#1608)
* fixes

* ongoing

* ongoing

* add top-level throw/catches showing exception info

* fix handling of cases when there is 1 link and when there is no RetryAfter.Delta

* handle lack of Exception.Headers property

* handle gracefully obtaining status code from $_.Exception.InnerException.ErrorCode

---------

Co-authored-by: Konrad Jamrozik <kojamroz@microsoft.com>
2023-09-07 14:12:26 -07:00
xumo-95 0b0aecd318
Azure Communication Calling 2.6.1 (#1607)
Co-authored-by: Xu Mo <xumo1@microsoft.com>
2023-08-29 15:04:45 -07:00
Travis Prescott 467b59db3b
Workaround SwiftFormat bug. (#1606) 2023-08-29 12:18:58 -07:00
Azure SDK Bot d693dc10f5
Check for DocsMsPackagesAllValid before running validation step (#1605)
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2023-08-28 21:54:50 -07:00
Azure SDK Bot fb57434a82
Fail fast on variable conflicts with subscription config (#1600)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2023-08-25 15:22:18 -04:00
Azure SDK Bot b9a239f5d9
Use emitter-package-lock.json and @local feed view (#1599)
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
2023-08-23 16:31:32 -07:00
Patrick Hallisey b28837dd54
Revert "Sync eng/common directory with azure-sdk-tools for PR 6823 (#1596)" (#1598)
This reverts commit 77c40fda81.
2023-08-23 15:47:25 -07:00