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

Azure EventGrid 2023-06-01-preview: Management Swagger and Examples #23981

Merged
merged 14 commits into from
May 16, 2023

Conversation

ahamad-MS
Copy link
Contributor

@ahamad-MS ahamad-MS commented May 14, 2023

ARM API Information (Control Plane)

Note to reviewers:

This PR was already reviewed and approved and marked as Approved-OkToMerge in Private repro azure-rest-api-specs-pr by this Pull Request here: https://github.com/Azure/azure-rest-api-specs-pr/pull/12366

However, there are few differences here between the private version and this one:

  1. There is a new Swagger rule that enforces us to change the default response to reference v2 common type. We changed the swagger to reflect this new rule.
  2. Per earlier discussion with Azure Architect team, we are removing deprecated resources (namely, EventChannels) and optional properties from PartnerRegistrations. Thesewere never GA'ed and we don't want to carry over support of these in new Preview API version while maintaining its presence in older preview API version. This is the recommondation from Azre Architect team.
  3. We missed one specifificatioin for "Filter" value/operator usage n EventSubscrition with discriminator in private preview. We discoveredit as part of our e2e testing and fixed it in this swagger.

First commit of this PR is using latest preview API version 2021-10-15-preview as baseline for the changes.

https://github.com/Azure/azure-rest-api-specs-pr/pull/12366

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

Azure 1st Party Service can try out the Shift Left experience to initiate API design review from ADO code repo. If you are interested, may request engineering support by filling in with the form https://aka.ms/ShiftLeftSupportForm.

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.

05/10/2023

  1. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
    05/16/2023

  2. By default, Azure SDKs of all languages (.NET/Python/Java/JavaScript for both management-plane SDK and data-plane SDK, Go for management-plane SDK only ) MUST be refreshed with/after swagger of new version is published. If you prefer NOT to refresh any specific SDK language upon swagger updates in the current PR, please leave details with justification here.

Contribution checklist (MS Employees Only):

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 the label "ARMReview" and "WaitForARMFeedback" will be added by bot to kick off ARM API Review. Missing to check this box in the following scenario may result in delays to the ARM manifest review and deployment.

    • 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. You can use OpenAPIHub to initialize the PR for adding a new version. For more details refer to the wiki.
  • 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 you have any breaking changes as defined in the Breaking Change Policy, request approval from the Breaking Change Review Board.

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

NOTE: To update API(s) in public preview for over 1 year (refer to Retirement of Previews)

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

@openapi-workflow-bot
Copy link

Hi, @ahamad-MS 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. vscswagger@microsoft.com

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented May 14, 2023

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️Breaking Change(Cross-Version): 47 Warnings warning [Detail]
    compared swaggers (via Oad v0.10.4)] new version base version
    EventGrid.json 2023-06-01-preview(224cda0) 2022-06-15(main)
    EventGrid.json 2023-06-01-preview(224cda0) 2021-10-15-preview(main)

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

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

    Rule Message
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/eventChannels/{eventChannelName}' removed or restructured?
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L1086:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/eventChannels' removed or restructured?
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L1274:5
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'EventChannelProperties' removed or renamed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L11214:3
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L8276:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'EventChannelSource' removed or renamed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L11214:3
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L8276:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'EventChannelDestination' removed or renamed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L11214:3
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L8276:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'EventChannelFilter' removed or renamed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L11214:3
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L8276:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'EventChannel' removed or renamed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L11214:3
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L8276:3
    ⚠️ 1011 - AddingResponseCode The new version adds a response code '202'.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L7572:11
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L12896:9
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L10091:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L14026:9
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L10245:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L14061:9
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L10279:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L14105:9
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L10315:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L14140:9
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L10349:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L14182:9
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L10383:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L14224:9
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L10417:9
    ⚠️ 1029 - ReadonlyPropertyChanged The read only property has changed from 'false' to 'true'.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L12612:9
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L9296:9
    ⚠️ 1029 - ReadonlyPropertyChanged The read only property has changed from 'false' to 'true'.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15205:9
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L10853:9
    ⚠️ 1029 - ReadonlyPropertyChanged The read only property has changed from 'false' to 'true'.
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L12579:5
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L9264:5
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'partnerName' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'partnerResourceTypeName' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'partnerResourceTypeDisplayName' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'partnerResourceTypeDescription' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'longDescription' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'partnerCustomerServiceNumber' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'partnerCustomerServiceExtension' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'customerServiceUri' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'setupUri' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'logoUri' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'visibilityState' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'authorizedAzureSubscriptionIds' renamed or removed?
    New: Microsoft.EventGrid/preview/2023-06-01-preview/EventGrid.json#L15519:7
    Old: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json#L11139:7
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️🔄LintDiff inProgress [Detail]
    ️❌Avocado: 3 Errors, 0 Warnings failed [Detail]
    Rule Message
    MISSING_APIS_IN_DEFAULT_TAG The default tag should contain all APIs. The API path /subscriptions/{}/resourceGroups/{}/providers/Microsoft.EventGrid/partnerNamespaces/{}/eventChannels/{} is not in the default tag. Please make sure the missing API swaggers are in the default tag.
    readme: specification/eventgrid/resource-manager/readme.md
    json: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json
    MISSING_APIS_IN_DEFAULT_TAG The default tag should contain all APIs. The API path /subscriptions/{}/resourceGroups/{}/providers/Microsoft.EventGrid/partnerNamespaces/{}/eventChannels is not in the default tag. Please make sure the missing API swaggers are in the default tag.
    readme: specification/eventgrid/resource-manager/readme.md
    json: Microsoft.EventGrid/preview/2021-10-15-preview/EventGrid.json
    MISSING_APIS_IN_DEFAULT_TAG The default tag should contain all APIs. The API path /providers/Microsoft.EventGrid/partnerRegistrations is not in the default tag. Please make sure the missing API swaggers are in the default tag.
    readme: specification/eventgrid/resource-manager/readme.md
    json: Microsoft.EventGrid/preview/2020-10-15-preview/EventGrid.json
    ️❌ApiReadinessCheck: 1 Errors, 0 Warnings failed [Detail]
    Rule Message
    API Readiness check failed. Please make sure your service is deployed. "code: InvalidResourceType,
    message: The resource type 'operations' could not be found in the namespace 'Microsoft.EventGrid' for api version '2023-06-01-preview'. The supported api-versions are '2017-06-15-preview,
    2017-09-15-preview,
    2018-01-01,
    2018-05-01-preview,
    2018-09-15-preview,
    2019-01-01,
    2019-02-01-preview,
    2019-06-01,
    2020-01-01-preview,
    2020-04-01-preview,
    2020-06-01,
    2020-10-15-preview,
    2021-06-01-preview,
    2021-12-01,
    2021-10-15-preview,
    2022-06-15'."
    ️⚠️~[Staging] ServiceAPIReadinessTest: 0 Warnings warning [Detail]

    API Test is not triggered due to precheck failure. Check pipeline log for details.

    ️️✔️SwaggerAPIView succeeded [Detail] [Expand]
    ️️✔️CadlAPIView succeeded [Detail] [Expand]
    ️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️PoliCheck succeeded [Detail] [Expand]
    Validation passed for PoliCheck.
    ️️✔️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).
    ️️✔️CadlValidation succeeded [Detail] [Expand]
    Validation passes for CadlValidation.
    ️️✔️TypeSpec Validation succeeded [Detail] [Expand]
    Validation passes for TypeSpec Validation.
    ️️✔️PR Summary succeeded [Detail] [Expand]
    Validation passes for Summary.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot openapi-workflow-bot bot added ARMReview WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels May 14, 2023
    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented May 14, 2023

    Swagger Generation Artifacts

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

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

    ️️✔️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 warning [Detail]

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

    ️❌ 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?

    @openapi-workflow-bot
    Copy link

    Hi, @ahamad-MS 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 May 14, 2023

    Generated ApiView

    Language Package Name ApiView Link
    Go sdk/resourcemanager/eventgrid/armeventgrid https://apiview.dev/Assemblies/Review/57146d6115344fac921fafc4dc371bbe
    JavaScript @azure/arm-eventgrid https://apiview.dev/Assemblies/Review/35be45c373b84dc7a175b9419cd254f9

    @openapi-workflow-bot
    Copy link

    Hi, @ahamad-MS, 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. Or you could onboard API spec pipeline

    @openapi-workflow-bot
    Copy link

    Hi @ahamad-MS, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff. If you have any questions, please post your questions in this channel https://aka.ms/swaggersupport.

    TaskHow to fixPriority
    AvocadoFix-AvocadoHigh
    Semantic validationFix-SemanticValidation-ErrorHigh
    Model validationFix-ModelValidation-ErrorHigh
    LintDiffFix-LintDiffhigh
    If you need further help, please feedback via swagger feedback.

    @AzureRestAPISpecReview AzureRestAPISpecReview added the BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required label May 14, 2023
    @openapi-workflow-bot
    Copy link

    Hi @ahamad-MS, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow breaking change policy to request breaking change review and approval before proceeding swagger PR review.
    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.
    If you want to know the production traffic statistic, please see ARM Traffic statistic.
    If you think it is false positive breaking change, please provide the reasons in the PR comment, report to Swagger Tooling Team via https://aka.ms/swaggerfeedback.
    Note: To avoid breaking change, you can refer to Shift Left Solution for detecting breaking change in early phase at your service code repository.

    @AzureRestAPISpecReview AzureRestAPISpecReview removed the BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required label May 14, 2023
    @ahamad-MS
    Copy link
    Contributor Author

    Notes to reviewers:

    1. RE: Swagger Avocado errors: We are removing eventchannels as resource and operation as these are deprecated and we got guidelines from Azure SDK Architects team that we are OK to remove these in next preview API version.
    2. LintDiff error: This seems to be tool issue as the put request and response for client is the same.
    3. API Readiness check: We are already in couple of regions and will be in few regions only as part of Public Preview API. We need exception for this error as bits will not reach all regions. However, we are deploying the operations part everywhere and it is in progress.

    @zedy-wj
    Copy link
    Member

    zedy-wj commented May 16, 2023

    Approved Avocado and Lintdiff errors as they have been reviewd and approved in pr https://github.com/Azure/azure-rest-api-specs-pr/pull/12366.

    @zedy-wj zedy-wj added the Approved-OkToMerge <valid label in PR review process>add this label when assignee approve to merge the updates label May 16, 2023
    @live1206
    Copy link
    Member

    3. API Readiness check: We are already in couple of regions and will be in few regions only as part of Public Preview API. We need exception for this error as bits will not reach all regions. However, we are deploying the operations part everywhere and it is in progress.

    @josefree Could you help to check if it is OK to make exception for the API Readiness check failure for this case?

    @josefree
    Copy link
    Member

    1. API Readiness check: We are already in couple of regions and will be in few regions only as part of Public Preview API. We need exception for this error as bits will not reach all regions. However, we are deploying the operations part everywhere and it is in progress.

    @josefree Could you help to check if it is OK to make exception for the API Readiness check failure for this case?

    As long as PR initiator confirms the API or API version is publicly available. @ahamad-MS would you confirm we can neglect the API readiness check failure?

    @ahamad-MS
    Copy link
    Contributor Author

    1. API Readiness check: We are already in couple of regions and will be in few regions only as part of Public Preview API. We need exception for this error as bits will not reach all regions. However, we are deploying the operations part everywhere and it is in progress.

    @josefree Could you help to check if it is OK to make exception for the API Readiness check failure for this case?

    As long as PR initiator confirms the API or API version is publicly available. @ahamad-MS would you confirm we can neglect the API readiness check failure?

    We are available in Central US EUAP, East US 2 EAUP, West US 3 and East US 2. We are deploying to other regions as we speak and will be available in all regions before Build. We also requested an expedited deployment for ARM manifest. So, yes, we are publicly available in some regions and in progress to be available everywhere else.

    @ahamad-MS
    Copy link
    Contributor Author

    @zedy-wj and @live1206 All info and confirmation are provided to @josefree and in this PR.. Please let us know if more info needed and help us merge this PR

    //cc: @Kishp01

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-Avocado Approved-LintDiff Approved-OkToMerge <valid label in PR review process>add this label when assignee approve to merge the updates ARMReview CI-FixRequiredOnFailure CI-MissingBaseCommit Event Grid new-api-version resource-manager WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    5 participants