Skip to content

[WIP] Add Flex Consumption Swagger Spec #26990

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

Closed
wants to merge 1 commit into from

Conversation

davidmrdavid
Copy link

ARM (Control Plane) API Specification Update Pull Request

Tip: overwhelmed by all this guidance? See the Getting help section at the bottom of this PR description.

PR review workflow diagram

Please understand this diagram before proceeding. It explains how to get your PR approved & merged.

diagram

Click here to see the details of Step 1

Breaking changes review (Diagram Step 1)

If the automation determines you have breaking changes, i.e. Step 1 from the diagram applies to you,
you must follow the breaking changes process.
IMPORTANT This applies even if:

  • The tool fails while it shouldn't, e.g. due to runtime exception, or incorrect detection of breaking changes.
  • You believe there is no need for you to request breaking change approval, for any reason.
    Such claims must be reviewed, and the process is the same.
Click here to see the details of Step 2

ARM API changes review (Diagram Step 2)

  • If this PR is in purview of ARM review then automation will add the ARMReview label.
  • If you want to force ARM review, add the label yourself.
  • Proceed according to the diagram at the top of this comment.
Click here to see the diagram footnotes

Diagram footnotes

[1] ARM review queue (for merge queues, see [2])
The PRs are processed by time opened, ascending. Your PR may show up on 2nd or later page.
If you addressed Step 1 from the diagram and your PR is not showing up in the queue, ensure the label ARMChangesRequested
is removed from your PR. This should cause the label WaitForARMFeedback to be added.
[2] public repo merge queue, private repo merge queue (for ARM review queue, [1])

If you need further help with anything, see Getting help section below.

Purpose of this PR

What's the purpose of this PR? Check all that apply. This is mandatory!

  • New API version. (If API spec is not defined in TypeSpec, the PR should have been generated using OpenAPI Hub).
  • Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
  • Update existing version to fix swagger quality issues in S360.
  • Other, please clarify:
    • edit this with your clarification

Due diligence checklist

To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:

  • I confirm this PR is modifying Azure Resource Manager (ARM) related specifications, and not data plane related specifications.
  • I have reviewed following Resource Provider guidelines, including
    ARM resource provider contract and
    REST guidelines (estimated time: 4 hours).
    I understand this is required before I can proceed to the Diagram Step 2, "ARM API changes Review", for this PR.

Additional information

Viewing API changes

For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the Generated ApiView comment added to this PR. You can use ApiView to show API versions diff.

Suppressing failures

If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
Swagger-Suppression-Process
to get approval.

Getting help

  • First, please carefully read through this PR description, from top to bottom. Please fill out the Purpose of this PR and Due diligence checklist.
  • To understand what you must do next to merge this PR, see the Next Steps to Merge comment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.
  • For guidance on fixing this PR CI check failures, see the hyperlinks provided in given failure
    and https://aka.ms/ci-fix.
  • If the PR CI checks appear to be stuck in queued state, please add a comment with contents /azp run.
    This should result in a new comment denoting a PR validation pipeline has started and the checks should be updated after few minutes.
  • If the help provided by the previous points is not enough, post to https://aka.ms/azsdk/support/specreview-channel and link to this PR.

Copy link

openapi-pipeline-app bot commented Dec 7, 2023

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ The required check named Swagger PrettierCheck has failed. Refer to the check in the PR's 'Checks' tab for details on how to fix it.

Copy link

openapi-pipeline-app bot commented Dec 7, 2023

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️❌Breaking Change(Cross-Version): 8 Errors, 0 Warnings failed [Detail]
compared swaggers (via Oad v0.10.4)] new version base version
CommonDefinitions.json 2024-01-01(563ba16) 2023-01-01(main)
DeletedWebApps.json 2024-01-01(563ba16) 2023-01-01(main)
Diagnostics.json 2024-01-01(563ba16) 2023-01-01(main)
Global.json 2024-01-01(563ba16) 2023-01-01(main)
Provider.json 2024-01-01(563ba16) 2023-01-01(main)
Recommendations.json 2024-01-01(563ba16) 2023-01-01(main)
ResourceHealthMetadata.json 2024-01-01(563ba16) 2023-01-01(main)
ResourceProvider.json 2024-01-01(563ba16) 2023-01-01(main)

The following breaking changes are detected by comparison with the latest stable version:

Rule Message
Runtime Exception "new":"https://github.com/Azure/azure-rest-api-specs/blob/563ba1682afa64929d7d3c8e4e25dd23c34e565d/specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/AppServiceEnvironments.json",
"old":"https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/AppServiceEnvironments.json",
"details":"Breaking change detector (OAD) invoked AutoRest. AutoRest threw a runtime error. First 6 lines of stack trace follow,
indexed. First line should contain AutoRest command line invocation details. Second line should contain the main message reported by AutoRest.
====================
1: Command failed: node "/mnt/vss/_work/_tasks/AzureApiValidation_5654d05d-82c1-48da-ad8f-161b817f6d41/0.0.66/common/temp/node_modules/.pnpm/@Azure[email protected]/node_modules/autorest/dist/app.js" --v2 --input-file=specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/AppServiceEnvironments.json --output-artifact=swagger-document.json --output-artifact=swagger-document.map --output-file=new --output-folder=/tmp
--------------------
2: FATAL: swagger-document/loader - FAILED
--------------------
3: FATAL: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------
4: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------"
Runtime Exception "new":"https://github.com/Azure/azure-rest-api-specs/blob/563ba1682afa64929d7d3c8e4e25dd23c34e565d/specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/AppServicePlans.json",
"old":"https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/AppServicePlans.json",
"details":"Breaking change detector (OAD) invoked AutoRest. AutoRest threw a runtime error. First 6 lines of stack trace follow,
indexed. First line should contain AutoRest command line invocation details. Second line should contain the main message reported by AutoRest.
====================
1: Command failed: node "/mnt/vss/_work/_tasks/AzureApiValidation_5654d05d-82c1-48da-ad8f-161b817f6d41/0.0.66/common/temp/node_modules/.pnpm/@Azure[email protected]/node_modules/autorest/dist/app.js" --v2 --input-file=specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/AppServicePlans.json --output-artifact=swagger-document.json --output-artifact=swagger-document.map --output-file=new --output-folder=/tmp
--------------------
2: FATAL: swagger-document/loader - FAILED
--------------------
3: FATAL: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------
4: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------"
Runtime Exception "new":"https://github.com/Azure/azure-rest-api-specs/blob/563ba1682afa64929d7d3c8e4e25dd23c34e565d/specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/Certificates.json",
"old":"https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/Certificates.json",
"details":"Breaking change detector (OAD) invoked AutoRest. AutoRest threw a runtime error. First 6 lines of stack trace follow,
indexed. First line should contain AutoRest command line invocation details. Second line should contain the main message reported by AutoRest.
====================
1: Command failed: node "/mnt/vss/_work/_tasks/AzureApiValidation_5654d05d-82c1-48da-ad8f-161b817f6d41/0.0.66/common/temp/node_modules/.pnpm/@Azure[email protected]/node_modules/autorest/dist/app.js" --v2 --input-file=specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/Certificates.json --output-artifact=swagger-document.json --output-artifact=swagger-document.map --output-file=new --output-folder=/tmp
--------------------
2: FATAL: swagger-document/loader - FAILED
--------------------
3: FATAL: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------
4: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------"
Runtime Exception "new":"https://github.com/Azure/azure-rest-api-specs/blob/563ba1682afa64929d7d3c8e4e25dd23c34e565d/specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/ContainerApps.json",
"old":"https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/ContainerApps.json",
"details":"Breaking change detector (OAD) invoked AutoRest. AutoRest threw a runtime error. First 6 lines of stack trace follow,
indexed. First line should contain AutoRest command line invocation details. Second line should contain the main message reported by AutoRest.
====================
1: Command failed: node "/mnt/vss/_work/_tasks/AzureApiValidation_5654d05d-82c1-48da-ad8f-161b817f6d41/0.0.66/common/temp/node_modules/.pnpm/@Azure[email protected]/node_modules/autorest/dist/app.js" --v2 --input-file=specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/ContainerApps.json --output-artifact=swagger-document.json --output-artifact=swagger-document.map --output-file=new --output-folder=/tmp
--------------------
2: FATAL: swagger-document/loader - FAILED
--------------------
3: FATAL: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------
4: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------"
Runtime Exception "new":"https://github.com/Azure/azure-rest-api-specs/blob/563ba1682afa64929d7d3c8e4e25dd23c34e565d/specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/ContainerAppsRevisions.json",
"old":"https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/ContainerAppsRevisions.json",
"details":"Breaking change detector (OAD) invoked AutoRest. AutoRest threw a runtime error. First 6 lines of stack trace follow,
indexed. First line should contain AutoRest command line invocation details. Second line should contain the main message reported by AutoRest.
====================
1: Command failed: node "/mnt/vss/_work/_tasks/AzureApiValidation_5654d05d-82c1-48da-ad8f-161b817f6d41/0.0.66/common/temp/node_modules/.pnpm/@Azure[email protected]/node_modules/autorest/dist/app.js" --v2 --input-file=specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/ContainerAppsRevisions.json --output-artifact=swagger-document.json --output-artifact=swagger-document.map --output-file=new --output-folder=/tmp
--------------------
2: FATAL: swagger-document/loader - FAILED
--------------------
3: FATAL: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------
4: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------"
Runtime Exception "new":"https://github.com/Azure/azure-rest-api-specs/blob/563ba1682afa64929d7d3c8e4e25dd23c34e565d/specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/KubeEnvironments.json",
"old":"https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/KubeEnvironments.json",
"details":"Breaking change detector (OAD) invoked AutoRest. AutoRest threw a runtime error. First 6 lines of stack trace follow,
indexed. First line should contain AutoRest command line invocation details. Second line should contain the main message reported by AutoRest.
====================
1: Command failed: node "/mnt/vss/_work/_tasks/AzureApiValidation_5654d05d-82c1-48da-ad8f-161b817f6d41/0.0.66/common/temp/node_modules/.pnpm/@Azure[email protected]/node_modules/autorest/dist/app.js" --v2 --input-file=specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/KubeEnvironments.json --output-artifact=swagger-document.json --output-artifact=swagger-document.map --output-file=new --output-folder=/tmp
--------------------
2: FATAL: swagger-document/loader - FAILED
--------------------
3: FATAL: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------
4: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------"
Runtime Exception "new":"https://github.com/Azure/azure-rest-api-specs/blob/563ba1682afa64929d7d3c8e4e25dd23c34e565d/specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/StaticSites.json",
"old":"https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/StaticSites.json",
"details":"Breaking change detector (OAD) invoked AutoRest. AutoRest threw a runtime error. First 6 lines of stack trace follow,
indexed. First line should contain AutoRest command line invocation details. Second line should contain the main message reported by AutoRest.
====================
1: Command failed: node "/mnt/vss/_work/_tasks/AzureApiValidation_5654d05d-82c1-48da-ad8f-161b817f6d41/0.0.66/common/temp/node_modules/.pnpm/@Azure[email protected]/node_modules/autorest/dist/app.js" --v2 --input-file=specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/StaticSites.json --output-artifact=swagger-document.json --output-artifact=swagger-document.map --output-file=new --output-folder=/tmp
--------------------
2: FATAL: swagger-document/loader - FAILED
--------------------
3: FATAL: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------
4: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------"
Runtime Exception "new":"https://github.com/Azure/azure-rest-api-specs/blob/563ba1682afa64929d7d3c8e4e25dd23c34e565d/specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/WebApps.json",
"old":"https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/WebApps.json",
"details":"Breaking change detector (OAD) invoked AutoRest. AutoRest threw a runtime error. First 6 lines of stack trace follow,
indexed. First line should contain AutoRest command line invocation details. Second line should contain the main message reported by AutoRest.
====================
1: Command failed: node "/mnt/vss/_work/_tasks/AzureApiValidation_5654d05d-82c1-48da-ad8f-161b817f6d41/0.0.66/common/temp/node_modules/.pnpm/@Azure[email protected]/node_modules/autorest/dist/app.js" --v2 --input-file=specification/web/resource-manager/Microsoft.Web/stable/2024-01-01/WebApps.json --output-artifact=swagger-document.json --output-artifact=swagger-document.map --output-file=new --output-folder=/tmp
--------------------
2: FATAL: swagger-document/loader - FAILED
--------------------
3: FATAL: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------
4: Error: Error retrieving '$.definitions.FunctionAppConfig' (Error: Trying to retrieve 'FunctionAppConfig' from mapping that contains no such key)
--------------------"
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️️✔️LintDiff succeeded [Detail] [Expand]
Validation passes for LintDiff.
compared tags (via openapi-validator v2.1.6) new version base version
default default(563ba16) default(main)
️❌Avocado: 295 Errors, 0 Warnings failed [Detail]

Only 30 items are listed, please refer to log for more details.

Rule Message
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/AppServiceEnvironments.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/AppServicePlans.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/Certificates.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/ContainerApps.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/ContainerAppsRevisions.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/DeletedWebApps.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/Diagnostics.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/Global.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/KubeEnvironments.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/Provider.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/Recommendations.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/ResourceHealthMetadata.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/ResourceProvider.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/StaticSites.json
UNREFERENCED_JSON_FILE The swagger JSON file is not referenced from the readme file.
readme: specification/web/resource-manager/readme.md
json: Microsoft.Web/stable/2024-01-01/WebApps.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/ActivateRevision.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AnalyzeCustomHostName.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AnalyzeCustomHostNameSlot.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_ApproveOrRejectPrivateEndpointConnection.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_ChangeVnet.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_CreateOrUpdate.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_CreateOrUpdateMultiRolePool.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_CreateOrUpdateWorkerPool.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_Delete.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_DeletePrivateEndpointConnection.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_Get.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_GetAseV3NetworkingConfiguration.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_GetDiagnosticsItem.json
UNREFERENCED_JSON_FILE The example JSON file is not referenced from the swagger file.
readme: specification/web/resource-manager/readme.md
json: stable/2024-01-01/examples/AppServiceEnvironments_GetMultiRolePool.json
️️✔️SwaggerAPIView succeeded [Detail] [Expand]
️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
️❌ModelValidation: 30 Errors, 0 Warnings failed [Detail]
Rule Message
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
Url: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
️❌SemanticValidation: 16 Errors, 0 Warnings failed [Detail]
Rule Message
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
UNRESOLVABLE_REFERENCE Reference could not be resolved: #/definitions/FunctionAppConfig
JsonUrl: Microsoft.Web/stable/2024-01-01/CommonDefinitions.json#L2922:34
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️️✔️SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
️️✔️PR Summary succeeded [Detail] [Expand]
Validation passes for Summary.
️️✔️Automated merging requirements met succeeded [Detail] [Expand]
Posted by Swagger Pipeline | How to fix these errors?

Copy link

openapi-pipeline-app bot commented Dec 7, 2023

Swagger Generation Artifacts

️❌ApiDocPreview: 1 Errors, 0 Warnings failed [Detail]

Only -1 items are listed, please refer to log for more details.

Rule Message
️️✔️SDK Breaking Change Tracking succeeded [Detail] [Expand]

Only 0 items are rendered, please refer to log for more details.

️❌ azure-sdk-for-net-track2 failed [Detail]

Only 0 items are rendered, please refer to log for more details.

️⚠️ azure-sdk-for-python-track2 warning [Detail]

Only 0 items are rendered, please refer to log for more details.

️⚠️ azure-sdk-for-java warning [Detail]

Only 0 items are rendered, please refer to log for more details.

️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]

Only 0 items are rendered, please refer to log for more details.

️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]

Only 0 items are rendered, please refer to log for more details.

️🔄 azure-resource-manager-schemas inProgress [Detail]
️❌ azure-powershell failed [Detail]

Only 0 items are rendered, please refer to log for more details.

Posted by Swagger Pipeline | How to fix these errors?

Copy link

openapi-pipeline-app bot commented Dec 7, 2023

Generated ApiView

Language Package Name ApiView Link
Go sdk/resourcemanager/appservice/armappservice https://apiview.dev/Assemblies/Review/e080d95a12f546e7a1a0046de3838bfa
Java azure-resourcemanager-appservice-generated https://apiview.dev/Assemblies/Review/40e894aa9b8f4b52877d37860bca5a7f
JavaScript @azure/arm-appservice There is no API change compared with the previous version

Copy link

Hi @davidmrdavid! For review efficiency consideration, when creating a new API version, it is required to place API specs of the base version in the first commit, and push new version updates into successive commits. You can use OpenAPIHub to initialize the PR for adding a new version.
For more details refer to the wiki.

@davidmrdavid
Copy link
Author

Closing in favor of : #26994

@davidmrdavid davidmrdavid deleted the davidmrdavid-web-Microsoft.Web-2023-01-01 branch December 7, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants