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

Api center #27617

Merged
merged 17 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
cae0299
Merge branch 'main' of github.com:Azure/azure-rest-api-specs into api…
markcowl Jan 9, 2024
4c8ad6c
Removing deuplicate definition
markcowl Jan 9, 2024
1cd09db
Fix example formatting and some operation signatures
markcowl Jan 9, 2024
1d5a06a
Merge branch 'api-center-tsp' of github.com:Azure/azure-rest-api-spec…
markcowl Jan 9, 2024
ec77ee4
Merge branch 'api-center-tsp' of github.com:Azure/azure-rest-api-spec…
markcowl Jan 31, 2024
17c165f
Add API version 2023-10-01-preview [Import] (#27385)
pracagrawal Jan 31, 2024
1fc2f86
Mjmadhu playwrighttesting microsoft.azure playwright service 2023 10 …
mjmadhu Jan 31, 2024
f3cd692
HDInsight: onboard new apiversion 2023-11-01-preview (#27306)
dw511214992 Jan 31, 2024
3efb341
[Azure AI - Health Insights] - Typespec revision for Health Insights …
asaflevi-ms Jan 31, 2024
68030f1
[ci-fix.md] Add known issues to "Swagger LintDiff for TypeSpec" (#27573)
mikeharder Jan 31, 2024
dfd7afd
Adding new version 2024-01-01-preview for updating monitor Properties…
apoorvasingh130 Feb 1, 2024
eca452e
[Hub Generated] Review request for Microsoft.ContainerService/aks to …
FumingZhang Feb 1, 2024
6a5d5f0
Add AppPlatform 2024-01-01-preview (#27113)
saragluna Feb 1, 2024
b422f17
Azure Deployment Manager is being decommissioned. Deleting the Rest A…
rohantagaru Feb 1, 2024
784dcbc
updating preview tag (#27555)
mwesigwaguma Feb 1, 2024
750a829
Fixing response codes for importSpecification
markcowl Feb 1, 2024
fc289fd
Merging with upstream
markcowl Feb 1, 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
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@
"Noreuse"
]
},
{
"filename": "**/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/**/*json",
"words": [
"vtpm",
"trustedlaunch"
]
},
{
"filename": "**/specification/containerregistry/data-plane/Microsoft.ContainerRegistry/preview/2018-08-10/containerregistry.json",
"words": [
Expand Down Expand Up @@ -983,6 +990,12 @@
"mpga"
]
},
{
"filename": "**/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2024-01-01-preview/appplatform.json",
"words": [
"springboot"
]
},
{
"filename": "**/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/**/*.json",
"words": [
Expand Down
5 changes: 5 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3108,6 +3108,7 @@ usermetadata
userpreference
userprincipalname
usersetting
usersync
usertime
usql
usuk
Expand Down Expand Up @@ -3979,3 +3980,7 @@ proto
msvideo
SOQL
Mulesoft
retroperitoneal
codeable
telehealth
loinc
44 changes: 40 additions & 4 deletions documentation/ci-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
- [`Record<unkown>` causes `AvoidAdditionalProperties` and `PropertiesTypeObjectNoDefinition`](#recordunkown-causes-avoidadditionalproperties-and-propertiestypeobjectnodefinition)
- [`RequestBodyMustExistForPutPatch`](#requestbodymustexistforputpatch)
- [`PatchPropertiesCorrespondToPutProperties`](#patchpropertiescorrespondtoputproperties)
- [`@singleton` causes `EvenSegmentedPathForPutOperation` and `XmsPageableForListCalls`](#singleton-causes-evensegmentedpathforputoperation-and-xmspageableforlistcalls)
- [`AvoidAnonymousParameter`, `AvoidAnonymousTypes`, `IntegerTypeMustHaveFormat`](#avoidanonymousparameter-avoidanonymoustypes-integertypemusthaveformat)
- [`AvoidAnonymousTypes` inside a 202 response](#avoidanonymoustypes-inside-a-202-response)
- [`OAuth2Auth` causes `XmsEnumValidation`](#oauth2auth-causes-xmsenumvalidation)
- [`Swagger Avocado`](#swagger-avocado)
- [Get help fixing Avocado validation failures](#get-help-fixing-avocado-validation-failures)
- [Run avocado locally](#run-avocado-locally)