Skip to content

Commit

Permalink
lock openapi-to-typespec test config (#4919)
Browse files Browse the repository at this point in the history
fix: #4913
  • Loading branch information
tadelesh committed Mar 19, 2024
1 parent 746b972 commit cc5a4dc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@autorest/openapi-to-typespec",
"comment": "lock openapi-to-typespec test config",
"type": "patch"
}
],
"packageName": "@autorest/openapi-to-typespec"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```yaml
input-file:
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/cognitiveservices/data-plane/Language/stable/2022-05-01/analyzetext-authoring.json
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/e5404d3e55f885d2cb8fdbff3fd1a03bcfc6bb4c/specification/cognitiveservices/data-plane/Language/stable/2022-05-01/analyzetext-authoring.json
title: Microsoft Cognitive Language Service - Analyze Text Authoring
clear-output-folder: false
guessResourceKey: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```yaml
input-file:
- https://github.com/wiboris/azure-rest-api-specs/blob/SwaggerRefactor/specification/batch/data-plane/Microsoft.Batch/stable/2022-12-01/BatchService.json
- https://github.com/wiboris/azure-rest-api-specs/blob/c794859f1c334b1816da249001c4e0b3b116ce5e/specification/batch/data-plane/Microsoft.Batch/stable/2022-12-01/BatchService.json
title: Azure Batch Service
clear-output-folder: false
guessResourceKey: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```yaml
require:
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/confidentialledger/data-plane/readme.md
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/e5404d3e55f885d2cb8fdbff3fd1a03bcfc6bb4c/specification/confidentialledger/data-plane/readme.md
title: Microsoft Cognitive Language Service - Analyze Text Authoring
clear-output-folder: false
guessResourceKey: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```yaml
input-file:
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/dev/cognitiveservices/data-plane/Language/questionanswering-authoring.json
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/e5404d3e55f885d2cb8fdbff3fd1a03bcfc6bb4c/dev/cognitiveservices/data-plane/Language/questionanswering-authoring.json
clear-output-folder: false

modelerfour:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```yaml
input-file:
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/cognitiveservices/data-plane/QnAMaker/stable/v4.0/QnAMakerRuntime.json
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/e5404d3e55f885d2cb8fdbff3fd1a03bcfc6bb4c/specification/cognitiveservices/data-plane/QnAMaker/stable/v4.0/QnAMakerRuntime.json
clear-output-folder: false
modelerfour:
lenient-model-deduplication: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```yaml
input-file:
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/schemaregistry/data-plane/Microsoft.EventHub/stable/2021-10/schemaregistry.json
- https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a31ffeca96db3901c77b7dabbb8f224f226e78b9/specification/schemaregistry/data-plane/Microsoft.EventHub/stable/2021-10/schemaregistry.json
clear-output-folder: false
isAzureSpec: true
```

0 comments on commit cc5a4dc

Please sign in to comment.