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

Re-add Microsoft.CertificateRegistration and Microsoft.DomainRegistra… #15917

Merged
merged 1 commit into from
Sep 7, 2021
Merged

Conversation

naveedaz
Copy link
Contributor

@naveedaz naveedaz commented Sep 4, 2021

…tion APIs since they do not get pulled in by OpenApiHub

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
      -[ ] 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.

…tion APIs since they do not get pulled in by OpenApiHub
@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. [email protected]

    @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-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Sep 4, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 31 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:

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

    Rule Message
    ⚠️ R2007 - LongRunningOperationsWithLongRunningExtension The operation 'Domains_Update' returns 202 status code, which indicates a long running operation, please enable 'x-ms-long-running-operation.
    Location: Microsoft.DomainRegistration/stable/2021-03-01/Domains.json#L352
    ⚠️ R2007 - LongRunningOperationsWithLongRunningExtension The operation 'Domains_Renew' returns 202 status code, which indicates a long running operation, please enable 'x-ms-long-running-operation.
    Location: Microsoft.DomainRegistration/stable/2021-03-01/Domains.json#L663
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'validatecertificateregistrationinformation' in:'AppServiceCertificateOrders_ValidatePurchaseInformation'. Consider updating the operationId
    Location: Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json#L60
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'retrieveemailhistory' in:'AppServiceCertificateOrders_RetrieveCertificateEmailHistory'. Consider updating the operationId
    Location: Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json#L901
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'checkdomainavailability' in:'Domains_CheckAvailability'. Consider updating the operationId
    Location: Microsoft.DomainRegistration/stable/2021-03-01/Domains.json#L25
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'generatessorequest' in:'Domains_GetControlCenterSsoRequest'. Consider updating the operationId
    Location: Microsoft.DomainRegistration/stable/2021-03-01/Domains.json#L101
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'listdomainrecommendations' in:'Domains_ListRecommendations'. Consider updating the operationId
    Location: Microsoft.DomainRegistration/stable/2021-03-01/Domains.json#L133
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: lightTheme
    Location: Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json#L1659
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: forceHardDeleteDomain
    Location: Microsoft.DomainRegistration/stable/2021-03-01/Domains.json#L325
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: available
    Location: Microsoft.DomainRegistration/stable/2021-03-01/Domains.json#L1011
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: includePrivacy
    Location: Microsoft.DomainRegistration/stable/2021-03-01/TopLevelDomains.json#L234
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: forTransfer
    Location: Microsoft.DomainRegistration/stable/2021-03-01/TopLevelDomains.json#L238
    ⚠️ 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#L21171
    ⚠️ 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#L21171
    ⚠️ 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#L21171
    ⚠️ 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#L21171
    ⚠️ 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#L21171
    ⚠️ 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#L21171
    ⚠️ 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#L21171
    ⚠️ 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#L21171
    ⚠️ 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#L21171
    ⚠️ 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#L21171
    ⚠️ R4021 - DescriptionAndTitleMissing 'CertificateOrderContact' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json#L1557
    ⚠️ R4021 - DescriptionAndTitleMissing 'email' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json#L1560
    ⚠️ R4021 - DescriptionAndTitleMissing 'nameFirst' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json#L1563
    ⚠️ R4021 - DescriptionAndTitleMissing 'nameLast' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json#L1566
    ⚠️ R4021 - DescriptionAndTitleMissing 'phone' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json#L1569
    ⚠️ R4021 - DescriptionAndTitleMissing 'authCode' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.DomainRegistration/stable/2021-03-01/Domains.json#L991
    ⚠️ R4021 - DescriptionAndTitleMissing 'authCode' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.DomainRegistration/stable/2021-03-01/Domains.json#L1306
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: List operations
    Location: Microsoft.DomainRegistration/stable/2021-03-01/DomainRegistrationProvider.json#L45


    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.
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️Cross-Version Breaking Changes succeeded [Detail] [Expand]
    There are no breaking changes.

    ️️✔️[Staging] SDK Track2 Validation succeeded [Detail] [Expand]
    Validation passes for SDKTrack2Validation

    The following errors/warnings are introduced by current PR:

    |:speech_balloon: AutorestCore/Exception|"readme":"web/resource-manager/readme.md",
    "tag":"package-2021-03",
    "details":"> Installing AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0)"|
    |:speech_balloon: AutorestCore/Exception|"readme":"web/resource-manager/readme.md",
    "tag":"package-2021-03",
    "details":"> Installed AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0->1.8.0)"|


    The following errors/warnings exist before current PR submission:

    |:speech_balloon: AutorestCore/Exception|"readme":"web/resource-manager/readme.md",
    "tag":"package-2021-03",
    "details":"> Loading AutoRest extension '@autorest/modelerfour' (4.15.456->4.15.456)"|

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

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Sep 4, 2021

    Swagger Generation Artifacts

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

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

    ️⚠️[Staging] SDK Breaking Change Tracking warning [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 succeeded [Detail] [Expand]

    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 weidongxu-microsoft merged commit a23723a into Azure:Web-ANT95-2021-03-01 Sep 7, 2021
    shubDhond pushed a commit to shubDhond/azure-rest-api-specs that referenced this pull request Sep 30, 2021
    …tion APIs since they do not get pulled in by OpenApiHub (Azure#15917)
    calvinsID pushed a commit to calvinsID/azure-rest-api-specs that referenced this pull request Oct 22, 2021
    …tion APIs since they do not get pulled in by OpenApiHub (Azure#15917)
    weidongxu-microsoft pushed a commit that referenced this pull request Oct 28, 2021
    * 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 <[email protected]>
    weidongxu-microsoft pushed a commit that referenced this pull request Jan 6, 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 (#15917)
    
    * Introduce enterpriseGradeCdnStatus to StaticSites.json (#16080)
    
    * Update StaticSites.json
    
    * Update StaticSites.json
    
    * Onedeploy API swapper spec (#15985)
    
    * Onedeploy API swapper spec
    
    * Adding onedeploy custom keyword
    
    * Formatting onedeploy api indentation
    
    Formatting onedeploy api indentation
    
    * prettifier
    
    Co-authored-by: Calvin Chan <[email protected]>
    
    * Fix status codes for syncfunctiontriggers (#16413)
    
    * Add GET endpoint at /config/authsettingsv2 for Microsoft.Web (#16427)
    
    * Add GET endpoint at /config/authsettingsv2 for Microsoft.Web
    
    * Fix duplicate operation ids
    
    * Swagger for ASD Transfer out (#16000)
    
    * Add domain transfer out to swagger
    
    * Prettifier
    
    * Add 202 response for webapp restart
    
    * Add certificate listHostnameBindingsOfCertificate
    
    * Formatting
    
    * Swagger for listHostnameBindings endpoint (#16516)
    
    * 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 <[email protected]>
    
    * User/jennylaw/containerapp (#16657)
    
    * Pre-Prettier-commit
    
    * Adding missing file
    
    * Prettier fixes
    
    * Add missing definitions
    
    * Fix intendation in readme.md
    
    * add suppressions
    
    * Add custom hostname sites endpoint (#16745)
    
    * Add custom hostname sites endpoint
    
    * Fix models
    
    * Swagger Fixes for Container App, KubeEnvironments spec (#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 #2
    
    Co-authored-by: Jenny Lawrance <[email protected]>
    
    * Add long running extension for restart (#16791)
    
    * Remove unused API from ANT95 swagger (#16901)
    
    * Address PR comments (#17019)
    
    * Fixing PR comments (#17127)
    
    * Remove Certificate Hostname bindings API (#17204)
    
    * Remove Certificate Hostname bindings API
    
    * Remove examples file as well
    
    Co-authored-by: mkarmark <[email protected]>
    Co-authored-by: SatishRanjan <[email protected]>
    Co-authored-by: Calvin Chan <[email protected]>
    Co-authored-by: Connor McMahon <[email protected]>
    Co-authored-by: JennyLawrance <[email protected]>
    Co-authored-by: Sanchit Mehta <[email protected]>
    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 <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-authored-by: SatishRanjan <[email protected]>
    Co-authored-by: Calvin Chan <[email protected]>
    Co-authored-by: Connor McMahon <[email protected]>
    Co-authored-by: JennyLawrance <[email protected]>
    Co-authored-by: Sanchit Mehta <[email protected]>
    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