Catalina Peralta
c3a2b46c9b
support force install
2024-02-13 17:25:04 -08:00
Catalina Peralta
52848a8783
wording
2024-02-13 16:09:00 -08:00
Catalina Peralta
44607d4419
fix title
2024-02-13 16:07:43 -08:00
Catalina Peralta
e29378e243
readme
2024-02-13 16:03:42 -08:00
Catalina Peralta
b77fa96adc
changelog
2024-02-13 15:40:26 -08:00
Catalina Peralta
ce4a34bb47
support package lock files
2024-02-13 15:39:22 -08:00
Jesse Squire
99d970bb98
[.NET Analyzers] Add new approved namespace ( #7674 )
...
The focus of these changes is to add the "Azure.Compute"
namespace to the approved list, per Krzysztof's
approval for use in the `Azure.Compute.Batch` package.
2024-02-13 17:23:51 -05:00
Scott Beddall
d9959dc805
update the two environments for approval to release pipeline-witness to the one recommended by wesh ( #7661 )
2024-02-12 10:44:31 -08:00
Ben Broderick Phillips
5a3666d389
Add stress test arm/bicep template prefix to New-TestResources ResourceType set ( #7664 )
2024-02-12 10:40:20 -08:00
James Suplizio
bb5aa51ab9
Pin azure/login action step to v1.5.1 ( #7656 )
2024-02-08 15:35:34 -08:00
Wes Haggard
f4253c4a9a
Add azure-sdk to eng/common sync ( #7652 )
2024-02-08 10:22:44 -08:00
Rodge Fu
1c413727d1
1. fix case of appSettings for OS whose path is case-sensitive ( #7651 )
2024-02-08 18:56:09 +08:00
catalinaperalta
c4eb44d8b7
[tsp-client] Fix tspconfig.yaml processing in init command ( #7635 )
...
* fix url spec init
* update package.json
* update package-lock.json
* changelog
* update error handling
* update changelog
* error handling
2024-02-06 20:40:44 -08:00
catalinaperalta
70353d7041
[tsp-client] Delete sparse-spec dir if it exists ( #7637 )
...
* delete sparse-spec dir if it exists
* address feedback
2024-02-06 19:49:25 -08:00
Chidozie Ononiwu
e536c7a8d5
Move Approval Request to APIRevisions ( #7557 )
2024-02-06 13:30:01 -08:00
Peng Jiahui
585e7c6a23
Add ContentType header to Update-GitHubIssue ( #7630 )
...
* 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: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-02-06 16:51:37 +08:00
Daniel Jurek
b2d2c4d93c
Fix sparse-checkout git command line behavior ( #7634 )
...
* Fix sparse-checkout git command line behavior
* Use command arg parsing behavior in sparse-checkout.yml
2024-02-05 20:24:40 -08:00
Daniel Jurek
4ccb62a34f
Fix BOM issue Generate-DocIndex.ps1 ( #7629 )
2024-02-05 16:28:24 -08:00
Chidozie Ononiwu
efa8a15c81
Update APIView Sync Pipeline ( #7618 )
2024-02-02 14:03:37 -08:00
Liudmila Molkova
7a93b550a6
fix default kestrel ports ( #7627 )
2024-02-02 12:58:47 -08:00
Wes Haggard
ae0bef4bd1
Add rust to the mirroring list ( #7626 )
2024-02-02 20:01:09 +00:00
Wes Haggard
7e317add72
Fix issue in Verify-Link.ps1 after PS 7.4 update ( #7623 )
...
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.
2024-02-02 11:33:50 -08:00
Anton Kolesnyk
996d965780
Prepare-Release.ps1: Make dateTime.ToString("MM/dd/yyyy") to work on exotic setups ( #7615 )
...
* 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
2024-02-02 10:43:33 -08:00
Joel Hendrix
3271c65278
Handle Ident types for StarExpr operand ( #7616 )
...
Switch on StarExpr's operand, avoiding a panic on unhandled types.
Include the expression in the type name for SelectorExpr.
Include the * for StarExpr in type declarations.
2024-02-01 14:35:36 -08:00
Scott Beddall
bfb78b3adb
Batch retrieval of TestRunResults ( #7617 )
2024-02-01 14:31:37 -08:00
Scott Beddall
ce33e769a0
Add Detailed TestResults to pipeline witness ( #7349 )
2024-01-31 12:11:53 -08:00
Heath Stewart
15149cf2c2
Add Azure/azure-sdk-for-rust to scripts ( #7604 )
...
Resolves Azure/azure-sdk-for-rust#1142
2024-01-31 10:19:10 -08:00
Rodge Fu
865c12f235
upgrade resource manager to 1.10.1 and include reference to System.ClientModel for compiling ( #7606 )
2024-01-31 18:03:33 +08:00
Ray Chen
37c14df92c
Remove package retrieval when verify pkg version ( #7585 )
...
* Remove package retrieval when verify pkg version
* Modified description of PackageName parameter
2024-01-31 16:33:48 +08:00
Liudmila Molkova
2cea39b49b
Rewrite HttpFaultInjector to use ILogger and built-in ASP.NET Core logging ( #7476 )
...
* Rewrite failtinjector to use ILogger and built-in logging
2024-01-31 00:10:27 +00:00
Travis Prescott
1f41756f55
Fix package.json. ( #7596 )
2024-01-29 12:54:57 -08:00
Travis Prescott
8a708bab0f
[TypeSpec APIView] Support SyntaxKind.TemplateArgument ( #7594 )
...
* Support SyntaxKind.TemplateArgument.
* Fix parameter display. Bump version.
2024-01-29 11:19:45 -08:00
Jeremy Meng
e6aec64b07
[js-api-parser] don't add members as types ( #7382 )
...
* [js-api-parser] Don't add members as types
This PR uses the id of the token to determine whether it should be added as a
member or a type.
* bump js-api-parser version to 1.0.8
2024-01-29 10:41:50 -08:00
JoshLove-msft
f23c1aaec3
Fix role assignment for user auth ( #7584 )
...
* Fix role assignment for user auth
* PR fb
* Apply suggestions from code review
Co-authored-by: Heath Stewart <heaths@outlook.com>
---------
Co-authored-by: Heath Stewart <heaths@outlook.com>
2024-01-25 17:44:54 -08:00
Chidozie Ononiwu
d21f03ad20
Add CrossLanguagePackageId Property for Linking packages across Languages ( #7583 )
2024-01-25 11:04:02 -08:00
Ray Chen
06cb15a78d
Correct the name of JS package folder ( #7569 )
...
* Correct the name of JS package folder
* Uncomment the package verification
* Logging more info for troubleshooting
* Get sdkType and directory from the package info
2024-01-25 18:16:51 +08:00
Liudmila Molkova
ebca8d6356
FaultInjector: stream response instead of buffering ( #7466 )
...
* Read and forward upstream response stream in chunks whenever possible to avoid buffering
---------
Co-authored-by: Mike Harder <mharder@microsoft.com>
2024-01-24 19:16:15 -08:00
JoshLove-msft
693b937b9c
Support creating test resources based on logged in user ( #7580 )
...
* Support creating resources with user auth
* Log warning if TestApplicationId is set
* missing space
* regenerate md file
* Rename
2024-01-24 23:40:20 +00:00
Wes Haggard
b9e696068f
Remove providerhub from mirror pipeline ( #7582 )
2024-01-24 13:57:40 -08:00
Christopher Scott
1d213efc81
Mark TestReferenceWithInternalsVisibleTo with IsPackable=false ( #7574 )
2024-01-23 20:12:01 +00:00
catalinaperalta
20c54aeeaf
[tsp-client] Support swagger to typespec conversion ( #7538 )
...
* add support for swagger->typespec conversion
* add usage information
* update readme
* update options wording
* update conversion command
* remove comment
* use npx
* update wording
* changelog + package.json
2024-01-23 10:09:39 -08:00
Christopher Scott
7787c1b232
Introduce new InternalsVisibleToAnalyzer analyzer (ACZ0112) with `FriendAttribute` concept ( #7086 )
2024-01-23 10:27:04 -06:00
catalinaperalta
adc439e21b
[tsp-client] Add support for private repo specs ( #7525 )
...
* assume by default the tspconfig is a url
* check if config file exists in local file system
* remove unused fetch function
* get tspconfig.yaml through git to account for private repo links
* changelog
2024-01-22 18:34:47 -08:00
catalinaperalta
9868d72723
throw on errors ( #7526 )
2024-01-22 18:33:31 -08:00
Jose Arriaga Maldonado
7226bac731
[.NET] Add "Azure.Developer" to allowed namespace prefixes ( #7554 )
2024-01-22 10:06:25 -08:00
Scott Beddall
653f5bf1ef
use merge instead of cherry-pick within merge-proxy-tags.ps1 ( #7556 )
2024-01-22 00:55:16 -08:00
Chidozie Ononiwu
da7860bec1
Resolve Error in CSharpLanguageService ( #7519 )
...
* Resolve Error in CSharpLanguageService
* handle case where apiRevision codeFile is empty
2024-01-19 11:05:50 -08:00
Chidozie Ononiwu
d2c50389ec
Fix Bug in Conversation Page ( #7527 )
...
* Fix Bug in Conversiation Page
* Update call to APIRevisionApproval handler
2024-01-19 10:40:51 -08:00
Chidozie Ononiwu
219796e878
Feature/app insights monitoring ( #7547 )
...
* use Telemetry Client Via DI
* Condition automaticRevision in AutoReviewController to prevent Exception
* Avoid null error in Review Page due to ReviewContent.APIRevisionsGrouped
* update APIView Error Page
* Add SnapSHot Debugger to allow debugging of Live site
2024-01-19 10:40:30 -08:00
Matt Ellis
1188403b95
Fix typos in ps1 scripts ( #7270 )
...
Co-authored-by: Lukasz Kokot <lkokot@kumojin.com>
2024-01-19 10:29:16 -08:00