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

Web ant95 2021 03 01 #16506

Merged
merged 18 commits into from
Jan 6, 2022
Merged

Web ant95 2021 03 01 #16506

merged 18 commits into from
Jan 6, 2022

Conversation

naveedaz
Copy link
Contributor

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Changelog

Add a changelog entry for this PR by answering the following questions:

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When are you targeting to deploy the new service/feature to public regions? Please provide the date or, if the date is not yet available, the month.
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
  4. If updating an existing version, please select the specific langauge SDKs and CLIs that must be refreshed after the swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No refresh required for updates in this PR

Contribution checklist:

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

Applicability: ⚠️

If your changes encompass only the following scenarios, you should SKIP this section, as these scenarios do not require ARM review.

  • Change to data plane APIs
  • Adding new properties
  • All removals

Otherwise your PR may be subject to ARM review requirements. Complete the following:

  • Check this box if any of the following apply to the PR so that label “WaitForARMFeedback” will be added automatically to begin ARM API Review. Failure to comply may result in delays to the manifest.

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[x] To review changes efficiently, ensure you copy the existing version into the new directory structure for first commit and then push new changes, including version updates, in separate commits.
  • Ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in a stable version
  • Removing properties in a stable version
  • Removing API version(s) in a stable version
  • Updating API in a stable or public preview version with Breaking Change Validation errors
  • Updating API(s) in public preview over 1 year (refer to Retirement of Previews)

Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.

Please follow the link to find more details on PR review process.

naveedaz and others added 8 commits September 2, 2021 00:42
…tion APIs since they do not get pulled in by OpenApiHub (#15917)
* Update StaticSites.json

* Update StaticSites.json
* Onedeploy API swapper spec

* Adding onedeploy custom keyword

* Formatting onedeploy api indentation

Formatting onedeploy api indentation

* prettifier

Co-authored-by: Calvin Chan <calvinch4n@gmail.com>
* Add GET endpoint at /config/authsettingsv2 for Microsoft.Web

* Fix duplicate operation ids
@openapi-workflow-bot
Copy link

Hi, @naveedaz Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • For specs comparison cross API versions, Use API Specs Comparison Report Generator
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. vsswagger@microsoft.com

    @openapi-workflow-bot
    Copy link

    [Call for Action] To better understand Azure service dev/test scenario, and support Azure service developer better on Swagger and REST API related tests in early phase, please help to fill in with this survey https://aka.ms/SurveyForEarlyPhase. It will take 5 to 10 minutes. If you already complete survey, please neglect this comment. Thanks.

    @openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Oct 22, 2021
    @openapi-workflow-bot
    Copy link

    Hi, @naveedaz your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com).

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Oct 22, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 27 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ R1006 - PutInOperationName 'PUT' operation 'Domains_TransferOut' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.DomainRegistration/stable/2021-03-01/Domains.json#L718
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enabled
    Location: Microsoft.Web/stable/2021-03-01/CommonDefinitions.json#L832
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: external
    Location: Microsoft.Web/stable/2021-03-01/ContainerApps.json#L444
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: allowInsecure
    Location: Microsoft.Web/stable/2021-03-01/ContainerApps.json#L473
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: latestRevision
    Location: Microsoft.Web/stable/2021-03-01/ContainerApps.json#L545
    ⚠️ R4000 - ParameterDescriptionRequired 'containerAppEnvelope' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2021-03-01/ContainerApps.json#L166
    ⚠️ R4000 - ParameterDescriptionRequired 'osTypeSelected' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2021-03-01/Provider.json#L27
    ⚠️ R4000 - ParameterDescriptionRequired 'osTypeSelected' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2021-03-01/Provider.json#L314
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4002 - LocationMustHaveXmsMutability Property 'location' must have ''x-ms-mutability':['read', 'create']' extension defined. Resource Model: 'Resource'
    Location: Microsoft.Web/stable/2021-03-01/WebApps.json#L21211
    ⚠️ R4014 - AllResourcesMustHaveGetOperation The resource 'CustomHostnameSites' does not have get operation, please add it.
    Location: Microsoft.Web/stable/2021-03-01/ResourceProvider.json#L796
    ⚠️ R4021 - DescriptionAndTitleMissing 'traffic' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2021-03-01/ContainerApps.json#L467
    ⚠️ R4021 - DescriptionAndTitleMissing 'ContainerAppsConfiguration' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2021-03-01/KubeEnvironments.json#L331
    ⚠️ R4021 - DescriptionAndTitleMissing 'customHostname' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2021-03-01/ResourceProvider.json#L809
    ⚠️ R4021 - DescriptionAndTitleMissing 'region' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2021-03-01/ResourceProvider.json#L812
    ⚠️ R4021 - DescriptionAndTitleMissing 'siteResourceIds' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2021-03-01/ResourceProvider.json#L815
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: List Container Apps by resource group
    Location: Microsoft.Web/stable/2021-03-01/ContainerApps.json#L89


    The following errors/warnings exist before current PR submission:

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

    Rule Message
    R4019 - GetCollectionResponseSchema The response in the GET collection operation 'AppServicePlans_ListVnets' does not match the response definition in the individual GET operation 'AppServicePlans_GetVnetFromServerFarm' .
    Location: Microsoft.Web/stable/2021-03-01/AppServicePlans.json#L884
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'DeletedWebApps' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/DeletedWebApps.json#L106
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'Diagnostics' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/Diagnostics.json#L281
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'Diagnostics' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/Diagnostics.json#L334
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'Diagnostics' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/Diagnostics.json#L954
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'Diagnostics' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/Diagnostics.json#L1014
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'Recommendations' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/Recommendations.json#L102
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'Recommendations' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/Recommendations.json#L405
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'Recommendations' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/Recommendations.json#L712
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L118
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L161
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L206
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L267
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L313
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L375
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L432
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L488
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L558
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L608
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L660
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L718
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L781
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L844
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L901
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L955
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L1009
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L1066
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L1125
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L1206
    ⚠️ R1001 - OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'StaticSites' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Web/stable/2021-03-01/StaticSites.json#L1267
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️~[Staging] ApiReadinessCheck succeeded [Detail] [Expand]
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️❌Cross-Version Breaking Changes: 3 Errors, 0 Warnings failed [Detail]
    The following breaking changes are detected by comparison with the latest stable version:
    Rule Message
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'osTypeSelectedParameter' removed or renamed?
    New: Microsoft.Web/stable/2021-03-01/Provider.json#L1083:3
    Old: Microsoft.Web/stable/2021-02-01/Provider.json#L1033:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'stackOsTypeParameter' removed or renamed?
    New: Microsoft.Web/stable/2021-03-01/Provider.json#L1083:3
    Old: Microsoft.Web/stable/2021-02-01/Provider.json#L1033:3
    1029 - ReadonlyPropertyChanged The read only property has changed from 'true' to 'false'.
    New: Microsoft.Web/stable/2021-03-01/StaticSites.json#L2892:9
    Old: Microsoft.Web/stable/2021-02-01/StaticSites.json#L2892:9
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️️✔️SDK Track2 Validation succeeded [Detail] [Expand]
    Validation passes for SDKTrack2Validation

    ️️✔️PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Oct 22, 2021

    Swagger Generation Artifacts

    ️️✔️ApiDocPreview succeeded [Detail] [Expand]

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

    ️❌SDK Breaking Change Tracking failed [Detail]

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

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

    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-go-track2 succeeded [Detail] [Expand]

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

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

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

    ️🔄 azure-resource-manager-schemas inProgress [Detail]
    Posted by Swagger Pipeline | How to fix these errors?

    @weidongxu-microsoft
    Copy link
    Member

    Does it relate to this one #16252?

    calvinsID and others added 2 commits October 28, 2021 10:10
    * Add domain transfer out to swagger
    
    * Prettifier
    
    * Add 202 response for webapp restart
    
    * Add certificate listHostnameBindingsOfCertificate
    
    * Formatting
    * Swagger for listHostnameBindings endpoint
    
    * Re-add Microsoft.CertificateRegistration and Microsoft.DomainRegistration APIs since they do not get pulled in by OpenApiHub (#15917)
    
    * ops
    
    Co-authored-by: Naveed Aziz <naveeda@microsoft.com>
    @JasonFreeberg
    Copy link

    Following

    * Pre-Prettier-commit
    
    * Adding missing file
    
    * Prettier fixes
    
    * Add missing definitions
    
    * Fix intendation in readme.md
    
    * add suppressions
    @weidongxu-microsoft
    Copy link
    Member

    weidongxu-microsoft commented Dec 23, 2021

    @JennyLawrance It still needs ARM approve.

    @pilor pilor self-requested a review December 27, 2021 21:19
    @JennyLawrance
    Copy link
    Contributor

    @j5lim, we have resolved the issues you identified. @JeffreyRichter , @j5lim , can you please approve the PR?

    @pilor
    Copy link
    Contributor

    pilor commented Dec 29, 2021

    @JennyLawrance #16506 (comment) is not resolved

    @JeffreyRichter
    Copy link
    Member

    I did approve it 20 days ago.

    * Remove Certificate Hostname bindings API
    
    * Remove examples file as well
    @pilor pilor added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review labels Jan 4, 2022
    @naveedaz
    Copy link
    Contributor Author

    naveedaz commented Jan 5, 2022

    @weidongxu-microsoft Can we please merge this PR?

    @weidongxu-microsoft weidongxu-microsoft merged commit bbc623e into main Jan 6, 2022
    @Hamster-Huey Hamster-Huey mentioned this pull request Feb 11, 2022
    25 tasks
    LeiWang3 pushed a commit to LeiWang3/azure-rest-api-specs that referenced this pull request Mar 31, 2022
    * Adds base for updating Microsoft.Web from version stable/2021-02-01 to version 2021-03-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * Re-add Microsoft.CertificateRegistration and Microsoft.DomainRegistration APIs since they do not get pulled in by OpenApiHub (Azure#15917)
    
    * Introduce enterpriseGradeCdnStatus to StaticSites.json (Azure#16080)
    
    * Update StaticSites.json
    
    * Update StaticSites.json
    
    * Onedeploy API swapper spec (Azure#15985)
    
    * Onedeploy API swapper spec
    
    * Adding onedeploy custom keyword
    
    * Formatting onedeploy api indentation
    
    Formatting onedeploy api indentation
    
    * prettifier
    
    Co-authored-by: Calvin Chan <calvinch4n@gmail.com>
    
    * Fix status codes for syncfunctiontriggers (Azure#16413)
    
    * Add GET endpoint at /config/authsettingsv2 for Microsoft.Web (Azure#16427)
    
    * Add GET endpoint at /config/authsettingsv2 for Microsoft.Web
    
    * Fix duplicate operation ids
    
    * Swagger for ASD Transfer out (Azure#16000)
    
    * Add domain transfer out to swagger
    
    * Prettifier
    
    * Add 202 response for webapp restart
    
    * Add certificate listHostnameBindingsOfCertificate
    
    * Formatting
    
    * Swagger for listHostnameBindings endpoint (Azure#16516)
    
    * Swagger for listHostnameBindings endpoint
    
    * Re-add Microsoft.CertificateRegistration and Microsoft.DomainRegistration APIs since they do not get pulled in by OpenApiHub (Azure#15917)
    
    * ops
    
    Co-authored-by: Naveed Aziz <naveeda@microsoft.com>
    
    * User/jennylaw/containerapp (Azure#16657)
    
    * Pre-Prettier-commit
    
    * Adding missing file
    
    * Prettier fixes
    
    * Add missing definitions
    
    * Fix intendation in readme.md
    
    * add suppressions
    
    * Add custom hostname sites endpoint (Azure#16745)
    
    * Add custom hostname sites endpoint
    
    * Fix models
    
    * Swagger Fixes for Container App, KubeEnvironments spec (Azure#16793)
    
    * Pre-Prettier-commit
    
    * Adding missing file
    
    * Prettier fixes
    
    * Add missing definitions
    
    * Fix intendation in readme.md
    
    * add suppressions
    
    * Fix Kube Environments 2021-03-01 contract + add list secrets api to Container Apps Swagger
    
    * Fix sercret read property
    
    * Prettier fix
    
    * Model fix
    
    * Prettier Fix Azure#2
    
    Co-authored-by: Jenny Lawrance <jennylaw@microsoft.com>
    
    * Add long running extension for restart (Azure#16791)
    
    * Remove unused API from ANT95 swagger (Azure#16901)
    
    * Address PR comments (Azure#17019)
    
    * Fixing PR comments (Azure#17127)
    
    * Remove Certificate Hostname bindings API (Azure#17204)
    
    * Remove Certificate Hostname bindings API
    
    * Remove examples file as well
    
    Co-authored-by: mkarmark <mikarmar@microsoft.com>
    Co-authored-by: SatishRanjan <SatishRanjan@users.noreply.github.com>
    Co-authored-by: Calvin Chan <calvinch4n@gmail.com>
    Co-authored-by: Connor McMahon <comcmaho@microsoft.com>
    Co-authored-by: JennyLawrance <jennylaw@microsoft.com>
    Co-authored-by: Sanchit Mehta <sanchit.mehta602@gmail.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 Approved-SdkBreakingChange-Python ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Go-V2 CI-BreakingChange-JavaScript CI-FixRequiredOnFailure
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.