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

[Hub Generated] Review request for Route to add version preview/2023-08-01-preview #23460

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

koyasu221b
Copy link
Member

@koyasu221b koyasu221b commented Apr 6, 2023

This is a PR generated at OpenAPI Hub. You can view your work branch via this link.

Data Plane API - Pull Request

API Info: The Basics

Most of the information about your service should be captured in the issue that serves as your engagement record.

  • Link to engagement record issue:

Is this review for (select one):

  • a private preview
  • a public preview
  • GA release

Change Scope

This section will help us focus on the specific parts of your API that are new or have been modified.
Please share a link to the design document for the new APIs, a link to the previous Open API document (swagger) if applicable, and the root paths that have been updated.

  • Design Document:
  • Previous Open API Doc:
  • Updated paths:

❔Got questions? Need additional info?? We are here to help!

Contact us!

The Azure API Review Board is dedicated to helping you create amazing APIs. You can read about our mission and learn more about our process on our wiki.

Click here for links to tools, specs, guidelines & other good stuff

Tooling

Guidelines & Specifications

Helpful Links

@openapi-workflow-bot
Copy link

Hi, @koyasu221b 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 Apr 6, 2023

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    compared swaggers (via Oad v0.10.4)] new version base version
    route.json 2023-08-01-preview(e4b5879) 2023-08-01-preview(main)
    ️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️LintDiff: 1 Warnings warning [Detail]
    compared tags (via openapi-validator v2.0.0) new version base version
    package-preview-2023-08 package-preview-2023-08(e4b5879) package-preview-2023-08(main)

    [must fix]The following errors/warnings are introduced by current PR:

    Rule Message Related RPC [For API reviewers]
    ⚠️ AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Route/preview/2023-08-01-preview/route.json#L516


    The following errors/warnings exist before current PR submission:

    Rule Message
    ⚠️ ErrorResponse Error schema should define code and message properties as required.
    Location: Route/preview/2023-08-01-preview/route.json#L119
    ⚠️ PaginationResponse Operation might be pageable. Consider adding the x-ms-pageable extension.
    Location: Route/preview/2023-08-01-preview/route.json#L134
    ⚠️ ErrorResponse Error schema should define code and message properties as required.
    Location: Route/preview/2023-08-01-preview/route.json#L181
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Route/preview/2023-08-01-preview/route.json#L291
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Route/preview/2023-08-01-preview/route.json#L1583
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ApiReadinessCheck succeeded [Detail] [Expand]
    ️⚠️~[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-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Apr 6, 2023

    Swagger pipeline restarted successfully, please wait for status update in this comment.

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Apr 6, 2023

    Generated ApiView

    Language Package Name ApiView Link
    Swagger maps-data-plane-Route https://apiview.dev/Assemblies/Review/d0c4d130a290429e84330f0dc51f1798

    @ghost ghost added the Maps label Apr 6, 2023
    @koyasu221b koyasu221b marked this pull request as ready for review April 6, 2023 08:42
    @koyasu221b koyasu221b requested a review from a team as a code owner April 6, 2023 08:42
    @koyasu221b koyasu221b requested review from markweitzel and scgbear and removed request for a team April 6, 2023 08:42
    @koyasu221b koyasu221b added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Apr 6, 2023
    @jhendrixMSFT jhendrixMSFT merged commit 3a8a037 into main Apr 6, 2023
    @jhendrixMSFT jhendrixMSFT deleted the koyasu221b-maps-Route-2023-08-01-preview branch April 6, 2023 14:40
    fnuarnav added a commit that referenced this pull request Apr 7, 2023
    …23473)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * MGRP S360 Vuln (#22832)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * Fix Swagger issues
    
    * Solve validation
    
    ---------
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    
    * use old api versionf or operations
    
    * Azure Orbital - swagger fix for api-version 2022-11-01 (#23441)
    
    * added example for the new field
    
    * updated the double ref that was causing build failure
    
    * Fixed PrometheusRuleGroups examples (#23390)
    
    * Fixed PrometheusRuleGroups examples
    
    * One more fix
    
    * Remvoe flattern (#23460)
    
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    
    * Mvad update (#23434)
    
    * Add default value 10 for topContributorCount
    
    * Update AnomalyDetector typespec to latest typespec and Azure.Core versions and fix all warnings
    
    * Update TypeSpec config
    
    * Add back language emitter options
    
    * Fix cspell and model validation errors
    
    ---------
    
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * revert Operations example api version
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    fnuarnav added a commit that referenced this pull request Apr 7, 2023
    …23483)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * MGRP S360 Vuln (#22832)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * Fix Swagger issues
    
    * Solve validation
    
    ---------
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    
    * use old api versionf or operations
    
    * Azure Orbital - swagger fix for api-version 2022-11-01 (#23441)
    
    * added example for the new field
    
    * updated the double ref that was causing build failure
    
    * Fixed PrometheusRuleGroups examples (#23390)
    
    * Fixed PrometheusRuleGroups examples
    
    * One more fix
    
    * Remvoe flattern (#23460)
    
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    
    * Mvad update (#23434)
    
    * Add default value 10 for topContributorCount
    
    * Update AnomalyDetector typespec to latest typespec and Azure.Core versions and fix all warnings
    
    * Update TypeSpec config
    
    * Add back language emitter options
    
    * Fix cspell and model validation errors
    
    ---------
    
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * revert Operations example api version
    
    * use management.auzre.com endpoint
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    fnuarnav added a commit that referenced this pull request Apr 7, 2023
    …23484)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * MGRP S360 Vuln (#22832)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * Fix Swagger issues
    
    * Solve validation
    
    ---------
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    
    * use old api versionf or operations
    
    * Azure Orbital - swagger fix for api-version 2022-11-01 (#23441)
    
    * added example for the new field
    
    * updated the double ref that was causing build failure
    
    * Fixed PrometheusRuleGroups examples (#23390)
    
    * Fixed PrometheusRuleGroups examples
    
    * One more fix
    
    * Remvoe flattern (#23460)
    
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    
    * Mvad update (#23434)
    
    * Add default value 10 for topContributorCount
    
    * Update AnomalyDetector typespec to latest typespec and Azure.Core versions and fix all warnings
    
    * Update TypeSpec config
    
    * Add back language emitter options
    
    * Fix cspell and model validation errors
    
    ---------
    
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * revert Operations example api version
    
    * add codeowners for Compute Instance swagger (#23437)
    
    Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
    
    * [Hub Generated] Review request for Microsoft.DevHub to add version preview/2022-10-11-preview (#22828)
    
    * Adds base for updating Microsoft.DevHub from version preview/2022-04-01-preview to version 2022-10-11-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * start 10-11 preview
    
    * add words
    
    * fix readme version
    
    * update swagger version
    
    * add second putworkflow example
    
    * fix generatepreviewartifactsresponse
    
    * align generate preview artifacts example
    
    * update param locations that got changed
    
    * add x-ms-client-flatten for artifact properties
    
    * Adding WorkflowRunStatus
    
    * Fixing enum name
    
    * add namespace to example
    
    ---------
    
    Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
    
    * Update readme.python.md (#23208)
    
    * fixing async response type for machinelearningservices-2023-02-01-preview (#23105)
    
    * fixing regex pattern and async response type
    
    * remove update to regex
    
    * Fix lint error for Datadog RP (#23477)
    
    * Fix link error for Datadog RP
    
    * Fix version
    
    * merging billing fix to public repo (#23424)
    
    Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
    
    * use management.auzre.com endpoint
    
    * fix package version in readme
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    Co-authored-by: Naman Agarwal <namanag16@gmail.com>
    Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
    Co-authored-by: David Gamero <david340804@gmail.com>
    Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Karishma Daga <karishmadaga@microsoft.com>
    Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
    Co-authored-by: Gaurav <bang.gourav@gmail.com>
    Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
    fnuarnav added a commit that referenced this pull request Apr 11, 2023
    …23513)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * MGRP S360 Vuln (#22832)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * Fix Swagger issues
    
    * Solve validation
    
    ---------
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    
    * use old api versionf or operations
    
    * Azure Orbital - swagger fix for api-version 2022-11-01 (#23441)
    
    * added example for the new field
    
    * updated the double ref that was causing build failure
    
    * Fixed PrometheusRuleGroups examples (#23390)
    
    * Fixed PrometheusRuleGroups examples
    
    * One more fix
    
    * Remvoe flattern (#23460)
    
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    
    * Mvad update (#23434)
    
    * Add default value 10 for topContributorCount
    
    * Update AnomalyDetector typespec to latest typespec and Azure.Core versions and fix all warnings
    
    * Update TypeSpec config
    
    * Add back language emitter options
    
    * Fix cspell and model validation errors
    
    ---------
    
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * revert Operations example api version
    
    * add codeowners for Compute Instance swagger (#23437)
    
    Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
    
    * [Hub Generated] Review request for Microsoft.DevHub to add version preview/2022-10-11-preview (#22828)
    
    * Adds base for updating Microsoft.DevHub from version preview/2022-04-01-preview to version 2022-10-11-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * start 10-11 preview
    
    * add words
    
    * fix readme version
    
    * update swagger version
    
    * add second putworkflow example
    
    * fix generatepreviewartifactsresponse
    
    * align generate preview artifacts example
    
    * update param locations that got changed
    
    * add x-ms-client-flatten for artifact properties
    
    * Adding WorkflowRunStatus
    
    * Fixing enum name
    
    * add namespace to example
    
    ---------
    
    Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
    
    * Update readme.python.md (#23208)
    
    * fixing async response type for machinelearningservices-2023-02-01-preview (#23105)
    
    * fixing regex pattern and async response type
    
    * remove update to regex
    
    * Fix lint error for Datadog RP (#23477)
    
    * Fix link error for Datadog RP
    
    * Fix version
    
    * merging billing fix to public repo (#23424)
    
    Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
    
    * use management.auzre.com endpoint
    
    * fix package version in readme
    
    * fix tag in readme
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    Co-authored-by: Naman Agarwal <namanag16@gmail.com>
    Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
    Co-authored-by: David Gamero <david340804@gmail.com>
    Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Karishma Daga <karishmadaga@microsoft.com>
    Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
    Co-authored-by: Gaurav <bang.gourav@gmail.com>
    Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
    tadelesh pushed a commit that referenced this pull request Apr 13, 2023
    …2023-05-01 (#23485)
    
    * Adds base for updating Microsoft.ContainerInstance from version preview/2022-10-01-preview to version 2023-05-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (#23166)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (#23169)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (#23170)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (#23452)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * use old api versionf or operations
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (#23453)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * use old api versionf or operations
    
    * revert Operations example api version
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (#23471)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * use old api versionf or operations
    
    * revert Operations example api version
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (#23473)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * MGRP S360 Vuln (#22832)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * Fix Swagger issues
    
    * Solve validation
    
    ---------
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    
    * use old api versionf or operations
    
    * Azure Orbital - swagger fix for api-version 2022-11-01 (#23441)
    
    * added example for the new field
    
    * updated the double ref that was causing build failure
    
    * Fixed PrometheusRuleGroups examples (#23390)
    
    * Fixed PrometheusRuleGroups examples
    
    * One more fix
    
    * Remvoe flattern (#23460)
    
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    
    * Mvad update (#23434)
    
    * Add default value 10 for topContributorCount
    
    * Update AnomalyDetector typespec to latest typespec and Azure.Core versions and fix all warnings
    
    * Update TypeSpec config
    
    * Add back language emitter options
    
    * Fix cspell and model validation errors
    
    ---------
    
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * revert Operations example api version
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * use management.auzre.com endpoint
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (#23483)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * MGRP S360 Vuln (#22832)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * Fix Swagger issues
    
    * Solve validation
    
    ---------
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    
    * use old api versionf or operations
    
    * Azure Orbital - swagger fix for api-version 2022-11-01 (#23441)
    
    * added example for the new field
    
    * updated the double ref that was causing build failure
    
    * Fixed PrometheusRuleGroups examples (#23390)
    
    * Fixed PrometheusRuleGroups examples
    
    * One more fix
    
    * Remvoe flattern (#23460)
    
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    
    * Mvad update (#23434)
    
    * Add default value 10 for topContributorCount
    
    * Update AnomalyDetector typespec to latest typespec and Azure.Core versions and fix all warnings
    
    * Update TypeSpec config
    
    * Add back language emitter options
    
    * Fix cspell and model validation errors
    
    ---------
    
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * revert Operations example api version
    
    * use management.auzre.com endpoint
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * fix package version in readme
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (#23484)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * MGRP S360 Vuln (#22832)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * Fix Swagger issues
    
    * Solve validation
    
    ---------
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    
    * use old api versionf or operations
    
    * Azure Orbital - swagger fix for api-version 2022-11-01 (#23441)
    
    * added example for the new field
    
    * updated the double ref that was causing build failure
    
    * Fixed PrometheusRuleGroups examples (#23390)
    
    * Fixed PrometheusRuleGroups examples
    
    * One more fix
    
    * Remvoe flattern (#23460)
    
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    
    * Mvad update (#23434)
    
    * Add default value 10 for topContributorCount
    
    * Update AnomalyDetector typespec to latest typespec and Azure.Core versions and fix all warnings
    
    * Update TypeSpec config
    
    * Add back language emitter options
    
    * Fix cspell and model validation errors
    
    ---------
    
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * revert Operations example api version
    
    * add codeowners for Compute Instance swagger (#23437)
    
    Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
    
    * [Hub Generated] Review request for Microsoft.DevHub to add version preview/2022-10-11-preview (#22828)
    
    * Adds base for updating Microsoft.DevHub from version preview/2022-04-01-preview to version 2022-10-11-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * start 10-11 preview
    
    * add words
    
    * fix readme version
    
    * update swagger version
    
    * add second putworkflow example
    
    * fix generatepreviewartifactsresponse
    
    * align generate preview artifacts example
    
    * update param locations that got changed
    
    * add x-ms-client-flatten for artifact properties
    
    * Adding WorkflowRunStatus
    
    * Fixing enum name
    
    * add namespace to example
    
    ---------
    
    Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
    
    * Update readme.python.md (#23208)
    
    * fixing async response type for machinelearningservices-2023-02-01-preview (#23105)
    
    * fixing regex pattern and async response type
    
    * remove update to regex
    
    * Fix lint error for Datadog RP (#23477)
    
    * Fix link error for Datadog RP
    
    * Fix version
    
    * merging billing fix to public repo (#23424)
    
    Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
    
    * use management.auzre.com endpoint
    
    * fix package version in readme
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    Co-authored-by: Naman Agarwal <namanag16@gmail.com>
    Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
    Co-authored-by: David Gamero <david340804@gmail.com>
    Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Karishma Daga <karishmadaga@microsoft.com>
    Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
    Co-authored-by: Gaurav <bang.gourav@gmail.com>
    Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
    
    * fix tag in readme
    
    * update example with capabilities example
    
    * fix typo
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    Co-authored-by: Naman Agarwal <namanag16@gmail.com>
    Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
    Co-authored-by: David Gamero <david340804@gmail.com>
    Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Karishma Daga <karishmadaga@microsoft.com>
    Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
    Co-authored-by: Gaurav <bang.gourav@gmail.com>
    Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
    JoshLove-msft pushed a commit to JoshLove-msft/azure-rest-api-specs that referenced this pull request Apr 25, 2023
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    JoshLove-msft pushed a commit to JoshLove-msft/azure-rest-api-specs that referenced this pull request Apr 25, 2023
    …2023-05-01 (Azure#23485)
    
    * Adds base for updating Microsoft.ContainerInstance from version preview/2022-10-01-preview to version 2023-05-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (Azure#23166)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (Azure#23169)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (Azure#23170)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (Azure#23452)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * use old api versionf or operations
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (Azure#23453)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * use old api versionf or operations
    
    * revert Operations example api version
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (Azure#23471)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * use old api versionf or operations
    
    * revert Operations example api version
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (Azure#23473)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * MGRP S360 Vuln (Azure#22832)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * Fix Swagger issues
    
    * Solve validation
    
    ---------
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    
    * use old api versionf or operations
    
    * Azure Orbital - swagger fix for api-version 2022-11-01 (Azure#23441)
    
    * added example for the new field
    
    * updated the double ref that was causing build failure
    
    * Fixed PrometheusRuleGroups examples (Azure#23390)
    
    * Fixed PrometheusRuleGroups examples
    
    * One more fix
    
    * Remvoe flattern (Azure#23460)
    
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    
    * Mvad update (Azure#23434)
    
    * Add default value 10 for topContributorCount
    
    * Update AnomalyDetector typespec to latest typespec and Azure.Core versions and fix all warnings
    
    * Update TypeSpec config
    
    * Add back language emitter options
    
    * Fix cspell and model validation errors
    
    ---------
    
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * revert Operations example api version
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * use management.auzre.com endpoint
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (Azure#23483)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * MGRP S360 Vuln (Azure#22832)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * Fix Swagger issues
    
    * Solve validation
    
    ---------
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    
    * use old api versionf or operations
    
    * Azure Orbital - swagger fix for api-version 2022-11-01 (Azure#23441)
    
    * added example for the new field
    
    * updated the double ref that was causing build failure
    
    * Fixed PrometheusRuleGroups examples (Azure#23390)
    
    * Fixed PrometheusRuleGroups examples
    
    * One more fix
    
    * Remvoe flattern (Azure#23460)
    
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    
    * Mvad update (Azure#23434)
    
    * Add default value 10 for topContributorCount
    
    * Update AnomalyDetector typespec to latest typespec and Azure.Core versions and fix all warnings
    
    * Update TypeSpec config
    
    * Add back language emitter options
    
    * Fix cspell and model validation errors
    
    ---------
    
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * revert Operations example api version
    
    * use management.auzre.com endpoint
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * fix package version in readme
    
    * Fnuarnav containerinstance microsoft.container instance 2023 05 01 (Azure#23484)
    
    * add container security context property
    
    * update readme tag to previous stable version
    
    * add example with security context
    
    * avocado fix default tag should contain all endpoints
    
    * add back spot priority changes
    
    * use previous stable version as default tag
    
    * prettier fix
    
    * use spaces
    
    * fix error
    
    * use spaces
    
    * fix CI errors
    
    * use altest api version as default for Avocado
    
    * update host to eastus2euap endpoint to check manifest
    
    * MGRP S360 Vuln (Azure#22832)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * Fix Swagger issues
    
    * Solve validation
    
    ---------
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    
    * use old api versionf or operations
    
    * Azure Orbital - swagger fix for api-version 2022-11-01 (Azure#23441)
    
    * added example for the new field
    
    * updated the double ref that was causing build failure
    
    * Fixed PrometheusRuleGroups examples (Azure#23390)
    
    * Fixed PrometheusRuleGroups examples
    
    * One more fix
    
    * Remvoe flattern (Azure#23460)
    
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    
    * Mvad update (Azure#23434)
    
    * Add default value 10 for topContributorCount
    
    * Update AnomalyDetector typespec to latest typespec and Azure.Core versions and fix all warnings
    
    * Update TypeSpec config
    
    * Add back language emitter options
    
    * Fix cspell and model validation errors
    
    ---------
    
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    
    * revert Operations example api version
    
    * add codeowners for Compute Instance swagger (Azure#23437)
    
    Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
    
    * [Hub Generated] Review request for Microsoft.DevHub to add version preview/2022-10-11-preview (Azure#22828)
    
    * Adds base for updating Microsoft.DevHub from version preview/2022-04-01-preview to version 2022-10-11-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * start 10-11 preview
    
    * add words
    
    * fix readme version
    
    * update swagger version
    
    * add second putworkflow example
    
    * fix generatepreviewartifactsresponse
    
    * align generate preview artifacts example
    
    * update param locations that got changed
    
    * add x-ms-client-flatten for artifact properties
    
    * Adding WorkflowRunStatus
    
    * Fixing enum name
    
    * add namespace to example
    
    ---------
    
    Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
    
    * Update readme.python.md (Azure#23208)
    
    * fixing async response type for machinelearningservices-2023-02-01-preview (Azure#23105)
    
    * fixing regex pattern and async response type
    
    * remove update to regex
    
    * Fix lint error for Datadog RP (Azure#23477)
    
    * Fix link error for Datadog RP
    
    * Fix version
    
    * merging billing fix to public repo (Azure#23424)
    
    Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
    
    * use management.auzre.com endpoint
    
    * fix package version in readme
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    Co-authored-by: Naman Agarwal <namanag16@gmail.com>
    Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
    Co-authored-by: David Gamero <david340804@gmail.com>
    Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Karishma Daga <karishmadaga@microsoft.com>
    Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
    Co-authored-by: Gaurav <bang.gourav@gmail.com>
    Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
    
    * fix tag in readme
    
    * update example with capabilities example
    
    * fix typo
    
    ---------
    
    Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Stuti Kumar <113545470+stuti-1807@users.noreply.github.com>
    Co-authored-by: giladsu <43436811+giladsu@users.noreply.github.com>
    Co-authored-by: will <koyasu221b@gmail.com>
    Co-authored-by: Will Huang <huangwill@microsoft.com>
    Co-authored-by: Mike Kistler <mikekistler@microsoft.com>
    Co-authored-by: Chunlei Wang <chuwan@microsoft.com>
    Co-authored-by: Naman Agarwal <namanag16@gmail.com>
    Co-authored-by: Naman Agarwal <naagarw@microsoft.com>
    Co-authored-by: David Gamero <david340804@gmail.com>
    Co-authored-by: Brandon Foley <brandonfoley13@gmail.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Karishma Daga <karishmadaga@microsoft.com>
    Co-authored-by: vikotha <81368129+vikotha@users.noreply.github.com>
    Co-authored-by: Gaurav <bang.gourav@gmail.com>
    Co-authored-by: Gaurav Bang <gauravbang@microsoft.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    bug This issue requires a change to an existing behavior in the product in order to be resolved. data-plane Maps
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants