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

Exposing membershipType property from Access review APIs #16919

Merged
merged 2 commits into from
Jun 30, 2022

Conversation

shubhamguptacal
Copy link
Contributor

@shubhamguptacal shubhamguptacal commented Nov 30, 2021

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

Context

Access reviews allow you to create reviews of azure subscription roles In access review APIs. Every access review has decision items(Collection of "AccessReviewDecision" entities) which represent items that need to be reviewed. Every decision item has two core properties : "principal" and "resource". The "principal" property defines details about the user/SP being reviewed and the "resource" property defines details about the role for which the prinicipal's access is being reviewed. What's missing today is that we don't surface up details about the kind of membership the principal has to the resource. To do so, we want to add a new property "principalResourceMembership" which contains details about the membership itself. To get started, we're exposing one property : "membershipTypes" inside "principalResourceMembership" to indicate the kinds of membership a principal can have to the resource. A principal can have direct and/or indirect access(through a nested group for example) to a resource.

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. December 2021
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month. January 2022
  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.

@openapi-workflow-bot
Copy link

Hi, @shubhamguptacal 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 Nov 30, 2021

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️Breaking Change(Cross-Version): 34 Warnings warning [Detail]
    compared swaggers (via Oad v0.9.6)] new version base version
    authorization-AccessReviewCalls.json 2021-12-01(2cc4506) 2021-11-16(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
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'AccessReviewDecisionResourceAzureRole' removed or renamed?
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L2469:3
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L1481:3
    ⚠️ 1030 - DifferentDiscriminator The new version has a different discriminator than the previous one.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L3211:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L2203:9
    ⚠️ 1030 - DifferentDiscriminator The new version has a different discriminator than the previous one.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L3389:5
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L2291:5
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'historyDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L112:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L120:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'historyDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L149:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L161:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'properties' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L149:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L161:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'historyDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L195:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L211:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'historyDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L234:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L254:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'instanceId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L234:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L254:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'historyDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L280:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L304:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L360:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L392:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L397:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L433:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L434:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L474:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'properties' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L434:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L474:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L482:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L526:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L518:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L566:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L563:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L615:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'id' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L563:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L615:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L607:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L663:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'id' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L607:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L663:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'properties' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L607:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L663:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L662:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L722:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'id' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L662:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L722:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L705:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L769:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'id' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L705:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L769:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L748:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L816:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'id' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L748:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L816:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L791:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L863:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'id' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L791:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L863:9
    ⚠️ 1042 - ChangedParameterOrder The order of parameter 'scheduleDefinitionId' was changed.
    New: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L834:9
    Old: Microsoft.Authorization/preview/2021-11-16-preview/authorization-AccessReviewCalls.json#L910:9
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️LintDiff: 20 Warnings warning [Detail]
    compared tags (via openapi-validator v1.13.0) new version base version
    package-2021-12-01-preview-only package-2021-12-01-preview-only(2cc4506) default(main)

    The following errors/warnings are introduced by current PR:

    Rule Message
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: DeleteAccessReview
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1359
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReview
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1452
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1492
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1541
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1589
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReview
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1648
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReview
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1751
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReview
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1798
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReview
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1845
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1892
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L1948
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviewDefaultSettings
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L2035
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L2080
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L2119
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L2165
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReview
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L2212
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L2256
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L2309
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L2359
    ⚠️ R4030 - UniqueXmsExample Do not have duplicate name of x-ms-example, make sure every x-ms-example name unique. Duplicate x-ms-example: GetAccessReviews
    Location: Microsoft.Authorization/preview/2021-12-01-preview/authorization-AccessReviewCalls.json#L2411
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ApiReadinessCheck 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.
    ️⚠️SDK Track2 Validation: 17 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.0.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.1.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.2.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.3.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.4.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.5.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.6.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.7.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.8.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.9.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.10.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.11.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.12.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.13.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.14.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.15.suppress which is deprecated and will be removed in the future."
    ⚠️ DeprecatedConfig "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Using directive.16.suppress which is deprecated and will be removed in the future."
    💬 "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"AutoRest core version selected from configuration: ^3.2.0."
    💬 "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"> Installing AutoRest extension '@microsoft.azure/openapi-validator' (1.11.0 -> 1.11.0)"
    💬 "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"> Installed AutoRest extension '@microsoft.azure/openapi-validator' (1.11.0->1.11.0)"
    💬 "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"> Installing AutoRest extension '@autorest/modelerfour' (4.21.4 -> 4.21.4)"
    💬 "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"> Installed AutoRest extension '@autorest/modelerfour' (4.21.4->4.21.4)"
    💬 "readme":"authorization/resource-manager/readme.md",
    "tag":"package-2021-12-01-preview-only",
    "details":"Autorest completed in 10.1s. 0 files generated."
    ️️✔️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.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Nov 30, 2021

    Swagger Generation Artifacts

    ️️✔️ApiDocPreview succeeded [Detail] [Expand]
     Please click here to preview with your @microsoft account. 
    ️❌SDK Breaking Change Tracking failed [Detail]

    Breaking Changes Tracking

    ️✔️azure-sdk-for-go-track2 - armauthorization - 0.2.1
    azure-sdk-for-go - authorization/mgmt/2015-07-01/authorization - v60.0.0
    +	Function `ProviderOperationsMetadataClient.GetPreparer` parameter(s) have been changed from `(context.Context, string, string, string)` to `(context.Context, string, string)`
    +	Function `ProviderOperationsMetadataClient.Get` parameter(s) have been changed from `(context.Context, string, string, string)` to `(context.Context, string, string)`
    +	Function `ProviderOperationsMetadataClient.ListComplete` parameter(s) have been changed from `(context.Context, string, string)` to `(context.Context, string)`
    +	Function `ProviderOperationsMetadataClient.ListPreparer` parameter(s) have been changed from `(context.Context, string, string)` to `(context.Context, string)`
    +	Function `ProviderOperationsMetadataClient.List` parameter(s) have been changed from `(context.Context, string, string)` to `(context.Context, string)`
    ️✔️azure-sdk-for-go - preview/authorization/mgmt/2020-10-01-preview/authorization - v60.0.0
    azure-sdk-for-go - preview/authorization/mgmt/2020-04-01-preview/authorization - v60.0.0
    +	Const `Application` has been removed
    +	Const `DirectoryObjectOrGroup` has been removed
    +	Const `DirectoryRoleTemplate` has been removed
    +	Const `Everyone` has been removed
    +	Const `MSI` has been removed
    +	Const `Unknown` has been removed
    +	Function `Principal.MarshalJSON` has been removed
    azure-sdk-for-go - preview/authorization/mgmt/2018-09-01-preview/authorization - v60.0.0
    +	Const `Application` has been removed
    +	Const `DirectoryObjectOrGroup` has been removed
    +	Const `DirectoryRoleTemplate` has been removed
    +	Const `Everyone` has been removed
    +	Const `MSI` has been removed
    +	Const `Unknown` has been removed
    +	Function `Principal.MarshalJSON` has been removed
    azure-sdk-for-go - preview/authorization/mgmt/2018-07-01-preview/authorization - v60.0.0
    +	Function `Principal.MarshalJSON` has been removed
    ️✔️azure-sdk-for-go - preview/authorization/mgmt/2018-01-01-preview/authorization - v60.0.0
    azure-sdk-for-go - preview/authorization/mgmt/2017-10-01-preview/authorization - v60.0.0
    +	Function `ProviderOperationsMetadataClient.GetPreparer` parameter(s) have been changed from `(context.Context, string, string, string)` to `(context.Context, string, string)`
    +	Function `ProviderOperationsMetadataClient.Get` parameter(s) have been changed from `(context.Context, string, string, string)` to `(context.Context, string, string)`
    +	Function `ProviderOperationsMetadataClient.ListComplete` parameter(s) have been changed from `(context.Context, string, string)` to `(context.Context, string)`
    +	Function `ProviderOperationsMetadataClient.ListPreparer` parameter(s) have been changed from `(context.Context, string, string)` to `(context.Context, string)`
    +	Function `ProviderOperationsMetadataClient.List` parameter(s) have been changed from `(context.Context, string, string)` to `(context.Context, string)`
    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-authorization - 2.0.0
    azure-sdk-for-go - armauthorization - 2.0.0-beta.2
    +	Function `*AccessReviewDecisionResource.GetAccessReviewDecisionResource` has been removed
    +	Function `*AccessReviewDecisionResourceAzureRole.GetAccessReviewDecisionResource` has been removed
    +	Struct `AccessReviewDecisionResourceAzureRole` has been removed
    +	Type of `AccessReviewDecisionProperties.Resource` has been changed from `AccessReviewDecisionResourceClassification` to `*AccessReviewDecisionResource`
    ️❌ azure-sdk-for-net failed [Detail]
    • Failed [Logs]Release - Generate from a4d7a85. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-6.0
      command	autorest --version=2.0.4421 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --csharp-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/authorization/resource-manager/readme.md
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] No usable version of the libssl was found
      cmderr	[Autorest] FATAL: csharp/simplifier - FAILED
      cmderr	[Autorest] FATAL: Error: [Exception] AutoRest extension '@microsoft.azure/autorest.csharp' terminated.
      cmderr	[Autorest] Process() cancelled due to exception : [Exception] AutoRest extension '@microsoft.azure/autorest.csharp' terminated.
      error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-net]: autorest
      warn	Skip package processing as generation is failed
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from a4d7a85. SDK Automation 14.0.0
      command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
      cmderr	[automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
      command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
      cmderr	[automation_generate.sh]  global `--global`, `--local` are deprecated. Use `--location=global` instead.
    • ️✔️track2_azure-mgmt-authorization [View full logs]  [Release SDK Changes]
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation AccessReviewInstancesOperations.create
      info	[Changelog]   - Added operation group AccessReviewHistoryDefinitionInstanceOperations
      info	[Changelog]   - Added operation group AccessReviewHistoryDefinitionInstancesOperations
      info	[Changelog]   - Added operation group AccessReviewHistoryDefinitionOperations
      info	[Changelog]   - Added operation group AccessReviewHistoryDefinitionsOperations
      info	[Changelog]   - Added operation group AccessReviewInstanceContactedReviewersOperations
      info	[Changelog]   - Added operation group ScopeAccessReviewDefaultSettingsOperations
      info	[Changelog]   - Added operation group ScopeAccessReviewHistoryDefinitionInstanceOperations
      info	[Changelog]   - Added operation group ScopeAccessReviewHistoryDefinitionInstancesOperations
      info	[Changelog]   - Added operation group ScopeAccessReviewHistoryDefinitionOperations
      info	[Changelog]   - Added operation group ScopeAccessReviewHistoryDefinitionsOperations
      info	[Changelog]   - Added operation group ScopeAccessReviewInstanceContactedReviewersOperations
      info	[Changelog]   - Added operation group ScopeAccessReviewInstanceDecisionsOperations
      info	[Changelog]   - Added operation group ScopeAccessReviewInstanceOperations
      info	[Changelog]   - Added operation group ScopeAccessReviewInstancesOperations
      info	[Changelog]   - Added operation group ScopeAccessReviewScheduleDefinitionsOperations
      info	[Changelog]   - Added operation group TenantLevelAccessReviewInstanceContactedReviewersOperations
      info	[Changelog]   - Model AccessReviewDecision has a new parameter insights
      info	[Changelog]   - Model AccessReviewDecision has a new parameter membership_types
      info	[Changelog]   - Model AccessReviewDecisionProperties has a new parameter insights
      info	[Changelog]   - Model AccessReviewDecisionProperties has a new parameter membership_types
      info	[Changelog]   - Model AccessReviewDefaultSettings has a new parameter recommendation_look_back_duration
      info	[Changelog]   - Model AccessReviewInstance has a new parameter backup_reviewers
      info	[Changelog]   - Model AccessReviewInstance has a new parameter reviewers
      info	[Changelog]   - Model AccessReviewInstance has a new parameter reviewers_type
      info	[Changelog]   - Model AccessReviewScheduleDefinition has a new parameter exclude_resource_id
      info	[Changelog]   - Model AccessReviewScheduleDefinition has a new parameter exclude_role_definition_id
      info	[Changelog]   - Model AccessReviewScheduleDefinition has a new parameter expand_nested_memberships
      info	[Changelog]   - Model AccessReviewScheduleDefinition has a new parameter include_access_below_resource
      info	[Changelog]   - Model AccessReviewScheduleDefinition has a new parameter include_inherited_access
      info	[Changelog]   - Model AccessReviewScheduleDefinition has a new parameter recommendation_look_back_duration
      info	[Changelog]   - Model AccessReviewScheduleDefinitionProperties has a new parameter exclude_resource_id
      info	[Changelog]   - Model AccessReviewScheduleDefinitionProperties has a new parameter exclude_role_definition_id
      info	[Changelog]   - Model AccessReviewScheduleDefinitionProperties has a new parameter expand_nested_memberships
      info	[Changelog]   - Model AccessReviewScheduleDefinitionProperties has a new parameter include_access_below_resource
      info	[Changelog]   - Model AccessReviewScheduleDefinitionProperties has a new parameter include_inherited_access
      info	[Changelog]   - Model AccessReviewScheduleDefinitionProperties has a new parameter recommendation_look_back_duration
      info	[Changelog]   - Model AccessReviewScheduleSettings has a new parameter recommendation_look_back_duration
    ️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from a4d7a85. SDK Automation 14.0.0
      command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️armauthorization [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog]
      info	[Changelog] - Type of `AccessReviewDecisionProperties.Resource` has been changed from `AccessReviewDecisionResourceClassification` to `*AccessReviewDecisionResource`
      info	[Changelog] - Function `*AccessReviewDecisionResource.GetAccessReviewDecisionResource` has been removed
      info	[Changelog] - Function `*AccessReviewDecisionResourceAzureRole.GetAccessReviewDecisionResource` has been removed
      info	[Changelog] - Struct `AccessReviewDecisionResourceAzureRole` has been removed
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New const `RecordAllDecisionsResultApprove`
      info	[Changelog] - New const `AccessReviewDecisionPrincipalResourceMembershipTypeDirect`
      info	[Changelog] - New const `RecordAllDecisionsResultDeny`
      info	[Changelog] - New const `AccessReviewDecisionInsightTypeUserSignInInsight`
      info	[Changelog] - New const `AccessReviewDecisionPrincipalResourceMembershipTypeIndirect`
      info	[Changelog] - New function `NewScopeAccessReviewInstanceContactedReviewersClient(azcore.TokenCredential, *arm.ClientOptions) (*ScopeAccessReviewInstanceContactedReviewersClient, error)`
      info	[Changelog] - New function `NewScopeAccessReviewHistoryDefinitionClient(azcore.TokenCredential, *arm.ClientOptions) (*ScopeAccessReviewHistoryDefinitionClient, error)`
      info	[Changelog] - New function `NewScopeAccessReviewHistoryDefinitionInstancesClient(azcore.TokenCredential, *arm.ClientOptions) (*ScopeAccessReviewHistoryDefinitionInstancesClient, error)`
      info	[Changelog] - New function `NewScopeAccessReviewInstanceClient(azcore.TokenCredential, *arm.ClientOptions) (*ScopeAccessReviewInstanceClient, error)`
      info	[Changelog] - New function `*ScopeAccessReviewScheduleDefinitionsClient.CreateOrUpdateByID(context.Context, string, string, AccessReviewScheduleDefinitionProperties, *ScopeAccessReviewScheduleDefinitionsClientCreateOrUpdateByIDOptions) (ScopeAccessReviewScheduleDefinitionsClientCreateOrUpdateByIDResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewInstanceClient.ResetDecisions(context.Context, string, string, string, *ScopeAccessReviewInstanceClientResetDecisionsOptions) (ScopeAccessReviewInstanceClientResetDecisionsResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewHistoryDefinitionClient.DeleteByID(context.Context, string, string, *ScopeAccessReviewHistoryDefinitionClientDeleteByIDOptions) (ScopeAccessReviewHistoryDefinitionClientDeleteByIDResponse, error)`
      info	[Changelog] - New function `NewScopeAccessReviewHistoryDefinitionsClient(azcore.TokenCredential, *arm.ClientOptions) (*ScopeAccessReviewHistoryDefinitionsClient, error)`
      info	[Changelog] - New function `*ScopeAccessReviewInstanceClient.Stop(context.Context, string, string, string, *ScopeAccessReviewInstanceClientStopOptions) (ScopeAccessReviewInstanceClientStopResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewScheduleDefinitionsClient.NewListPager(string, *ScopeAccessReviewScheduleDefinitionsClientListOptions) *runtime.Pager[ScopeAccessReviewScheduleDefinitionsClientListResponse]`
      info	[Changelog] - New function `*AccessReviewDecisionInsightProperties.GetAccessReviewDecisionInsightProperties() *AccessReviewDecisionInsightProperties`
      info	[Changelog] - New function `PossibleRecordAllDecisionsResultValues() []RecordAllDecisionsResult`
      info	[Changelog] - New function `NewScopeAccessReviewDefaultSettingsClient(azcore.TokenCredential, *arm.ClientOptions) (*ScopeAccessReviewDefaultSettingsClient, error)`
      info	[Changelog] - New function `*ScopeAccessReviewDefaultSettingsClient.Get(context.Context, string, *ScopeAccessReviewDefaultSettingsClientGetOptions) (ScopeAccessReviewDefaultSettingsClientGetResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewScheduleDefinitionsClient.DeleteByID(context.Context, string, string, *ScopeAccessReviewScheduleDefinitionsClientDeleteByIDOptions) (ScopeAccessReviewScheduleDefinitionsClientDeleteByIDResponse, error)`
      info	[Changelog] - New function `NewScopeAccessReviewInstancesClient(azcore.TokenCredential, *arm.ClientOptions) (*ScopeAccessReviewInstancesClient, error)`
      info	[Changelog] - New function `*ScopeAccessReviewHistoryDefinitionClient.Create(context.Context, string, string, AccessReviewHistoryDefinitionProperties, *ScopeAccessReviewHistoryDefinitionClientCreateOptions) (ScopeAccessReviewHistoryDefinitionClientCreateResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewInstanceClient.SendReminders(context.Context, string, string, string, *ScopeAccessReviewInstanceClientSendRemindersOptions) (ScopeAccessReviewInstanceClientSendRemindersResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewHistoryDefinitionsClient.NewListPager(string, *ScopeAccessReviewHistoryDefinitionsClientListOptions) *runtime.Pager[ScopeAccessReviewHistoryDefinitionsClientListResponse]`
      info	[Changelog] - New function `*ScopeAccessReviewInstanceClient.RecordAllDecisions(context.Context, string, string, string, RecordAllDecisionsProperties, *ScopeAccessReviewInstanceClientRecordAllDecisionsOptions) (ScopeAccessReviewInstanceClientRecordAllDecisionsResponse, error)`
      info	[Changelog] - New function `NewScopeAccessReviewInstanceDecisionsClient(azcore.TokenCredential, *arm.ClientOptions) (*ScopeAccessReviewInstanceDecisionsClient, error)`
      info	[Changelog] - New function `*ScopeAccessReviewHistoryDefinitionInstanceClient.GenerateDownloadURI(context.Context, string, string, string, *ScopeAccessReviewHistoryDefinitionInstanceClientGenerateDownloadURIOptions) (ScopeAccessReviewHistoryDefinitionInstanceClientGenerateDownloadURIResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewScheduleDefinitionsClient.Stop(context.Context, string, string, *ScopeAccessReviewScheduleDefinitionsClientStopOptions) (ScopeAccessReviewScheduleDefinitionsClientStopResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewInstanceDecisionsClient.NewListPager(string, string, string, *ScopeAccessReviewInstanceDecisionsClientListOptions) *runtime.Pager[ScopeAccessReviewInstanceDecisionsClientListResponse]`
      info	[Changelog] - New function `PossibleAccessReviewDecisionPrincipalResourceMembershipTypeValues() []AccessReviewDecisionPrincipalResourceMembershipType`
      info	[Changelog] - New function `*ScopeAccessReviewHistoryDefinitionInstancesClient.NewListPager(string, string, *ScopeAccessReviewHistoryDefinitionInstancesClientListOptions) *runtime.Pager[ScopeAccessReviewHistoryDefinitionInstancesClientListResponse]`
      info	[Changelog] - New function `NewScopeAccessReviewHistoryDefinitionInstanceClient(azcore.TokenCredential, *arm.ClientOptions) (*ScopeAccessReviewHistoryDefinitionInstanceClient, error)`
      info	[Changelog] - New function `*ScopeAccessReviewInstanceContactedReviewersClient.NewListPager(string, string, string, *ScopeAccessReviewInstanceContactedReviewersClientListOptions) *runtime.Pager[ScopeAccessReviewInstanceContactedReviewersClientListResponse]`
      info	[Changelog] - New function `*ScopeAccessReviewInstancesClient.Create(context.Context, string, string, string, AccessReviewInstanceProperties, *ScopeAccessReviewInstancesClientCreateOptions) (ScopeAccessReviewInstancesClientCreateResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewInstancesClient.GetByID(context.Context, string, string, string, *ScopeAccessReviewInstancesClientGetByIDOptions) (ScopeAccessReviewInstancesClientGetByIDResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewDefaultSettingsClient.Put(context.Context, string, AccessReviewScheduleSettings, *ScopeAccessReviewDefaultSettingsClientPutOptions) (ScopeAccessReviewDefaultSettingsClientPutResponse, error)`
      info	[Changelog] - New function `NewScopeAccessReviewScheduleDefinitionsClient(azcore.TokenCredential, *arm.ClientOptions) (*ScopeAccessReviewScheduleDefinitionsClient, error)`
      info	[Changelog] - New function `*ScopeAccessReviewHistoryDefinitionsClient.GetByID(context.Context, string, string, *ScopeAccessReviewHistoryDefinitionsClientGetByIDOptions) (ScopeAccessReviewHistoryDefinitionsClientGetByIDResponse, error)`
      info	[Changelog] - New function `*AccessReviewDecisionUserSignInInsightProperties.GetAccessReviewDecisionInsightProperties() *AccessReviewDecisionInsightProperties`
      info	[Changelog] - New function `PossibleAccessReviewDecisionInsightTypeValues() []AccessReviewDecisionInsightType`
      info	[Changelog] - New function `*ScopeAccessReviewInstancesClient.NewListPager(string, string, *ScopeAccessReviewInstancesClientListOptions) *runtime.Pager[ScopeAccessReviewInstancesClientListResponse]`
      info	[Changelog] - New function `*ScopeAccessReviewInstanceClient.ApplyDecisions(context.Context, string, string, string, *ScopeAccessReviewInstanceClientApplyDecisionsOptions) (ScopeAccessReviewInstanceClientApplyDecisionsResponse, error)`
      info	[Changelog] - New function `*ScopeAccessReviewScheduleDefinitionsClient.GetByID(context.Context, string, string, *ScopeAccessReviewScheduleDefinitionsClientGetByIDOptions) (ScopeAccessReviewScheduleDefinitionsClientGetByIDResponse, error)`
      info	[Changelog] - New struct `AccessReviewDecisionInsight`
      info	[Changelog] - New struct `AccessReviewDecisionInsightProperties`
      info	[Changelog] - New struct `AccessReviewDecisionPrincipalResourceMembership`
      info	[Changelog] - New struct `AccessReviewDecisionUserSignInInsightProperties`
      info	[Changelog] - New struct `RecordAllDecisionsProperties`
      info	[Changelog] - New struct `ScopeAccessReviewDefaultSettingsClient`
      info	[Changelog] - New struct `ScopeAccessReviewDefaultSettingsClientGetOptions`
      info	[Changelog] - New struct `ScopeAccessReviewDefaultSettingsClientGetResponse`
      info	[Changelog] - New struct `ScopeAccessReviewDefaultSettingsClientPutOptions`
      info	[Changelog] - New struct `ScopeAccessReviewDefaultSettingsClientPutResponse`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionClient`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionClientCreateOptions`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionClientCreateResponse`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionClientDeleteByIDOptions`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionClientDeleteByIDResponse`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionInstanceClient`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionInstanceClientGenerateDownloadURIOptions`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionInstanceClientGenerateDownloadURIResponse`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionInstancesClient`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionInstancesClientListOptions`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionInstancesClientListResponse`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionsClient`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionsClientGetByIDOptions`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionsClientGetByIDResponse`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionsClientListOptions`
      info	[Changelog] - New struct `ScopeAccessReviewHistoryDefinitionsClientListResponse`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClient`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClientApplyDecisionsOptions`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClientApplyDecisionsResponse`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClientRecordAllDecisionsOptions`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClientRecordAllDecisionsResponse`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClientResetDecisionsOptions`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClientResetDecisionsResponse`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClientSendRemindersOptions`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClientSendRemindersResponse`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClientStopOptions`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceClientStopResponse`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceContactedReviewersClient`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceContactedReviewersClientListOptions`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceContactedReviewersClientListResponse`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceDecisionsClient`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceDecisionsClientListOptions`
      info	[Changelog] - New struct `ScopeAccessReviewInstanceDecisionsClientListResponse`
      info	[Changelog] - New struct `ScopeAccessReviewInstancesClient`
      info	[Changelog] - New struct `ScopeAccessReviewInstancesClientCreateOptions`
      info	[Changelog] - New struct `ScopeAccessReviewInstancesClientCreateResponse`
      info	[Changelog] - New struct `ScopeAccessReviewInstancesClientGetByIDOptions`
      info	[Changelog] - New struct `ScopeAccessReviewInstancesClientGetByIDResponse`
      info	[Changelog] - New struct `ScopeAccessReviewInstancesClientListOptions`
      info	[Changelog] - New struct `ScopeAccessReviewInstancesClientListResponse`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClient`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClientCreateOrUpdateByIDOptions`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClientCreateOrUpdateByIDResponse`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClientDeleteByIDOptions`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClientDeleteByIDResponse`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClientGetByIDOptions`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClientGetByIDResponse`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClientListOptions`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClientListResponse`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClientStopOptions`
      info	[Changelog] - New struct `ScopeAccessReviewScheduleDefinitionsClientStopResponse`
      info	[Changelog] - New field `Insights` in struct `AccessReviewDecisionProperties`
      info	[Changelog] - New field `PrincipalResourceMembership` in struct `AccessReviewDecisionProperties`
      info	[Changelog] - New field `ExcludeRoleDefinitionID` in struct `AccessReviewScope`
      info	[Changelog] - New field `IncludeAccessBelowResource` in struct `AccessReviewScope`
      info	[Changelog] - New field `IncludeInheritedAccess` in struct `AccessReviewScope`
      info	[Changelog] - New field `ExcludeResourceID` in struct `AccessReviewScope`
      info	[Changelog]
      info	[Changelog] Total 6 breaking change(s), 168 additive change(s).
    ️⚠️ azure-sdk-for-js warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from a4d7a85. SDK Automation 14.0.0
      command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
      cmderr	[automation_init.sh]  deprecated [email protected]: The functionality that this package provided is now in @npmcli/arborist
      cmderr	[automation_init.sh] npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      cmderr	[automation_init.sh] deprecated @opentelemetry/[email protected]: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js
      cmderr	[automation_init.sh]  deprecated @azure/[email protected]: This version has been deprecated, please upgrade to the version tagged as latest
      cmderr	[automation_init.sh] npm WARN @octokit/[email protected] requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
      warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
      command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
    • ️✔️@azure/arm-authorization [View full logs]  [Release SDK Changes]
      info	[Changelog]
      error	breakingChangeTracking is enabled, but version or changelogItem is not found in output.
    ️❌ azure-resource-manager-schemas failed [Detail]
    • Failed [Logs]Release - Generate from a4d7a85. Schema Automation 14.0.0
      command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
      cmderr	[initScript.sh]  old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile The package-lock.json file was created with an old version of npm,
      cmderr	[initScript.sh] npm WARN old lockfile so supplemental metadata must be fetched from the registry.
      cmderr	[initScript.sh] npm WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile This is a one-time fix-up, please be patient...
      cmderr	[initScript.sh] npm WARN old lockfile
      warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
      command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
    • authorization/resource-manager [View full logs]  [Release Schema Changes]
    ️️✔️ azure-powershell succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from a4d7a85. SDK Automation 14.0.0
      command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
      command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
    • ️✔️Az.Authorization [View full logs]  [Release SDK Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @shubhamguptacal shubhamguptacal changed the title Cloned version 2021-07-01-preview to create version 2021-12-01-preview Exposing membershipType property from Access review APIs Nov 30, 2021
    @openapi-workflow-bot
    Copy link

    Hi @shubhamguptacal, 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.

    @shubhamguptacal shubhamguptacal force-pushed the shugup/expose_membershiptype branch from 39c183f to 5cf9749 Compare November 30, 2021 22:02
    @shubhamguptacal shubhamguptacal force-pushed the shugup/expose_membershiptype branch from 5cf9749 to e564ab4 Compare November 30, 2021 22:14
    @shubhamguptacal shubhamguptacal force-pushed the shugup/expose_membershiptype branch 2 times, most recently from a9a0f72 to 8f3eba7 Compare December 1, 2021 01:17
    @ruowan
    Copy link
    Member

    ruowan commented Jun 30, 2022

    /azp run

    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 1 pipeline(s).

    @ruowan ruowan merged commit a4d7a85 into main Jun 30, 2022
    @ruowan ruowan deleted the shugup/expose_membershiptype branch June 30, 2022 04:34
    ghost pushed a commit to Azure/azure-resource-manager-schemas that referenced this pull request Jun 30, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Go
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    4 participants