Skip to content
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

tsp configs for sphere #3349

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d1f4d6f
revert changes for user mi (#28839)
jmegha123 May 9, 2024
d922250
Pdaryani010 recoveryservicesbackup microsoft.recovery services 2024 0…
pdaryani010 May 9, 2024
39d38e6
Pdaryani recoveryservices 2024 04 30 preview (#28784)
pdaryani010 May 9, 2024
a153f64
set `resultType` to required=true and resolution defaults to medium …
stevemunk May 9, 2024
68c8da6
TypeSpec changes for CSharp (#29018)
wiboris May 9, 2024
ac882a9
[Microsoft.DeviceRegistry] Fixed operationIds in examples for API ver…
davidemontanari May 10, 2024
5db73eb
[Maps] change the api version of tags (#28941)
chcmsft May 10, 2024
5485fc4
Update readme.python.md (#29062)
ChenxiJiang333 May 10, 2024
5e31185
update oracle readme.go.md (#29066)
Alancere May 10, 2024
f0cc3a1
[ML] fix: Update `endpoint` type to `url` from `str` and fix base end…
kdestin May 10, 2024
44cbf51
[TypeSpec] Upgrade to 0.55.0 (#29051)
markcowl May 10, 2024
520e274
Update comment.yml: restore ARMSignedOff rule (#29073)
May 10, 2024
acea819
update mpcnetworkfunction readme.go.md (#29076)
Alancere May 11, 2024
969c685
Refine Face existing spec (#29064)
Han-msft May 13, 2024
4a4eaa0
dpg java, contentsafety version 2023-10-01 (#29084)
weidongxu-microsoft May 13, 2024
0bc238e
Add query property for Salesforce V2 (#28704)
wenqibu May 13, 2024
b627f6c
Swagger changes for ServiceNowV2 expression app model. (#28294)
prebansa May 13, 2024
ac3db63
Add new API version 2024-03-01-preview for Microsoft.DocumentDB mongo…
olivertowers May 13, 2024
a59809d
Update Cosmos DB for PostgreSQL - 2023-03-02-preview version with mis…
senatol May 13, 2024
99e6b32
Cognitive Services 2024-04-01-preview (#28509)
tianxin-ms May 13, 2024
c002d49
Update publicNetworkAccess to remove readOnly property as this is mut…
akshitgoyal May 13, 2024
a542d7d
microsoft.chaos 2024-03-22-preview api (#28413)
MasterRyd3l May 13, 2024
f9fb4b1
devcenter microsoft.dev center 2024 05 01 preview (#27863)
snehanagendra May 13, 2024
ec07fc7
[DesktopVirtualization] Stable 2024 04 03 Release (#28637)
alec-baird May 14, 2024
3080836
Update comment.yml
May 4, 2024
34077d8
Update TypeSpec-Requirement.ps1: sleep for 6 minutes
May 9, 2024
ae267a1
Update TypeSpec-Requirement.ps1
May 9, 2024
e10f903
Update TypeSpec-Requirement.ps1
May 9, 2024
eeaecff
test setup
XiaofeiCao May 14, 2024
935e8d5
tsp configs for sphere
XiaofeiCao May 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions .github/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,20 @@
- rule:
type: label
label: ARMChangesRequested
booleanFilterExpression: "!NotReadyForARMReview"
onLabeledRemoveLabels:
- WaitForARMFeedback

- rule:
type: unlabeled
label: ARMChangesRequested
booleanFilterExpression: "!NotReadyForARMReview"
onUnlabeledAddLabels:
- WaitForARMFeedback

- rule:
type: label
label: ARMSignedOff
onLabeledRemoveLabels:
- WaitForARMFeedback
- ARMChangesRequested
1 change: 0 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,6 @@ fiveqi
flexera
flink
flowlet
flowlog
fluentd
forceclosehandles
forceencryption
Expand Down
7 changes: 7 additions & 0 deletions eng/scripts/TypeSpec-Requirement.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,14 @@ if ($pathsWithErrors.Count -gt 0) {
foreach ($path in $pathsWithErrors) {
LogErrorForFile $path "OpenAPI was not generated from TypeSpec, and spec appears to be new"
}

LogInfo "Sleeping for 10 minutes (kojamroz temp debug)"
Start-Sleep -Seconds 600

exit 1
}

LogInfo "Sleeping for 10 minutes (kojamroz temp debug)"
Start-Sleep -Seconds 600

exit 0
195 changes: 89 additions & 106 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading