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

Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview #15723

Merged
merged 20 commits into from
Sep 30, 2021

Conversation

laxmankumar12
Copy link
Member

@laxmankumar12 laxmankumar12 commented Aug 20, 2021

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

Changelog

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

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

Contribution checklist:

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

ARM API Review Checklist

Applicability: ⚠️

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

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

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

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

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

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

Breaking Change Review Checklist

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

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

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

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

@openapi-workflow-bot
Copy link

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

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

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

    @openapi-workflow-bot
    Copy link

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

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Aug 20, 2021

    Swagger Validation Report

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

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

    Rule Message
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3880
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3904
    ⚠️ R2018 - XmsEnumValidation The enum types should have x-ms-enum type extension set with appropriate options. Property name: origin
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3857
    ⚠️ R2018 - XmsEnumValidation The enum types should have x-ms-enum type extension set with appropriate options. Property name: actionType
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3873
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enabled
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L2492
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDataAction
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3853
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enabled
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4419
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: allowNoncompliantCollectionResponse
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4938
    ⚠️ R4021 - DescriptionAndTitleMissing 'ProvisioningState' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L2199
    ⚠️ R4021 - DescriptionAndTitleMissing 'expeditedRollout' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L2501
    ⚠️ R4021 - DescriptionAndTitleMissing 'endpointType' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L2919
    ⚠️ R4021 - DescriptionAndTitleMissing 'readiness' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3044
    ⚠️ R4021 - DescriptionAndTitleMissing 'LocalizedOperationDisplayDefinition' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3690
    ⚠️ R4021 - DescriptionAndTitleMissing 'LocalizedOperationDefinition' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3842
    ⚠️ R4021 - DescriptionAndTitleMissing 'origin' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3857
    ⚠️ R4021 - DescriptionAndTitleMissing 'actionType' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3873
    ⚠️ R4021 - DescriptionAndTitleMissing 'properties' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3880
    ⚠️ R4021 - DescriptionAndTitleMissing 'OperationsContentProperties' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3883
    ⚠️ R4021 - DescriptionAndTitleMissing 'properties' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3904
    ⚠️ R4021 - DescriptionAndTitleMissing 'endpointType' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4296
    ⚠️ R4021 - DescriptionAndTitleMissing 'ResourceConcurrencyControlOption' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4400
    ⚠️ R4021 - DescriptionAndTitleMissing 'policy' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4403
    ⚠️ R4021 - DescriptionAndTitleMissing 'ResourceGraphConfiguration' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4416
    ⚠️ R4021 - DescriptionAndTitleMissing 'enabled' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4419
    ⚠️ R4021 - DescriptionAndTitleMissing 'apiVersion' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4422
    ⚠️ R4021 - DescriptionAndTitleMissing 'resourceConcurrencyControlOptions' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4625
    ⚠️ R4021 - DescriptionAndTitleMissing 'resourceGraphConfiguration' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4631
    ⚠️ R4021 - DescriptionAndTitleMissing 'management' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4638
    ⚠️ R4021 - DescriptionAndTitleMissing 'OpenApiConfiguration' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4927
    ⚠️ R4021 - DescriptionAndTitleMissing 'OpenApiValidation' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4935


    The following errors/warnings exist before current PR submission:

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

    Rule Message
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L2373
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L2641
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3580
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3670
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4186
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4658
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4898
    ⚠️ R2018 - XmsEnumValidation The enum types should have x-ms-enum type extension set with appropriate options. Property name: marketplaceType
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3218
    ⚠️ R2018 - XmsEnumValidation The enum types should have x-ms-enum type extension set with appropriate options. Property name: resourceAccessPolicy
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3339
    ⚠️ R2018 - XmsEnumValidation The enum types should have x-ms-enum type extension set with appropriate options. Property name: origin
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3647
    ⚠️ R2018 - XmsEnumValidation The enum types should have x-ms-enum type extension set with appropriate options. Property name: actionType
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3663
    ⚠️ R2018 - XmsEnumValidation The enum types should have x-ms-enum type extension set with appropriate options. Property name: marketplaceType
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4473
    ⚠️ R2018 - XmsEnumValidation The enum types should have x-ms-enum type extension set with appropriate options. Property name: type
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4746
    ⚠️ R2064 - LROStatusCodesReturnTypeSchema 200/201 Responses of long running operations must have a schema definition for return type. OperationId: 'ProviderRegistrations_CreateOrUpdate', Response code: '201'
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L941
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enabled
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L2884
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enabled
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3389
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isCheckedIn
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3499
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDataAction
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3643
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: preflightSupported
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4048
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enabled
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4258
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enableDefaultValidation
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4375
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: validationRequired
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4389
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: crossResourceGroupMoveEnabled
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4392
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: crossSubscriptionMoveEnabled
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4395
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enableAsyncOperation
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4534
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: enableThirdPartyS2S
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4541
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isPureProxy
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4551
    ⚠️ R4006 - DeprecatedXmsCodeGenerationSetting The x-ms-code-generation-setting extension is being deprecated. Please remove it and move settings to readme file for code generation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L7
    ⚠️ R4021 - DescriptionAndTitleMissing 'TrafficRegions' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L2221
    ⚠️ R4021 - DescriptionAndTitleMissing 'CustomRolloutSpecification' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L2232
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️❌Cross-Version Breaking Changes: 7 Errors, 10 Warnings failed [Detail]
    The following breaking changes are detected by comparison with the latest stable version:
    Rule Message
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'contents' renamed or removed?
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3903:7
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L3609:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'name' renamed or removed?
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L3552:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'isDataAction' renamed or removed?
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L3552:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'origin' renamed or removed?
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L3552:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'display' renamed or removed?
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L3552:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'actionType' renamed or removed?
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L3552:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'properties' renamed or removed?
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L3552:7
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L789:13
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L789:13
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L806:13
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L806:13
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3904:9
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L3596:9
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L3896:5
    Old: Microsoft.ProviderHub/stable/2020-11-20/providerhub.json#L3604:5


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

    Rule Message
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L1352:13
    Old: Microsoft.ProviderHub/preview/2021-06-01-preview/providerhub.json#L1352:13
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L1507:13
    Old: Microsoft.ProviderHub/preview/2021-06-01-preview/providerhub.json#L1507:13
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L1671:13
    Old: Microsoft.ProviderHub/preview/2021-06-01-preview/providerhub.json#L1671:13
    ⚠️ 1032 - DifferentAllOf The new version has a different 'allOf' property than the previous one.
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L1844:13
    Old: Microsoft.ProviderHub/preview/2021-06-01-preview/providerhub.json#L1844:13
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'skuSettings' renamed or removed?
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4897:7
    Old: Microsoft.ProviderHub/preview/2021-06-01-preview/providerhub.json#L4859:7
    ⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'provisioningState' renamed or removed?
    New: Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#L4897:7
    Old: Microsoft.ProviderHub/preview/2021-06-01-preview/providerhub.json#L4859:7
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️❌[Staging] SDK Track2 Validation: 1 Errors, 6 Warnings failed [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    AutorestCore/Exception "readme":"providerhub/resource-manager/readme.md",
    "tag":"package-2021-09-01-preview",
    "details":"Error: Plugin pre-namer reported failure."
    ⚠️ Modeler/MissingType "readme":"providerhub/resource-manager/readme.md",
    "tag":"package-2021-09-01-preview",
    "details":"The schema 'ResourceProviderManagement-resourceAccessRolesItem' has no type or format information whatsoever. Location:\n file:///home/vsts/work/1/azure-rest-api-specs/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#/components/schemas/ResourceProviderManagement-resourceAccessRolesItem"
    ⚠️ Modeler/MissingType "readme":"providerhub/resource-manager/readme.md",
    "tag":"package-2021-09-01-preview",
    "details":"The schema 'ResourceProviderManifestProperties-metadata' has no type or format information whatsoever. Location:\n file:///home/vsts/work/1/azure-rest-api-specs/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#/components/schemas/ResourceProviderManifestProperties-metadata"
    ⚠️ Modeler/MissingType "readme":"providerhub/resource-manager/readme.md",
    "tag":"package-2021-09-01-preview",
    "details":"The schema 'ResourceType-metadata' has no type or format information whatsoever. Location:\n file:///home/vsts/work/1/azure-rest-api-specs/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#/components/schemas/ResourceType-metadata"
    ⚠️ Modeler/MissingType "readme":"providerhub/resource-manager/readme.md",
    "tag":"package-2021-09-01-preview",
    "details":"The schema 'ResourceProviderManifest-metadata' has no type or format information whatsoever. Location:\n file:///home/vsts/work/1/azure-rest-api-specs/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#/components/schemas/ResourceProviderManifest-metadata"
    ⚠️ Modeler/MissingType "readme":"providerhub/resource-manager/readme.md",
    "tag":"package-2021-09-01-preview",
    "details":"The schema 'OperationsDefinition-properties' has no type or format information whatsoever. Location:\n file:///home/vsts/work/1/azure-rest-api-specs/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#/components/schemas/OperationsDefinition-properties"
    ⚠️ Modeler/MissingType "readme":"providerhub/resource-manager/readme.md",
    "tag":"package-2021-09-01-preview",
    "details":"The schema 'LocalizedOperationDefinition-properties' has no type or format information whatsoever. Location:\n file:///home/vsts/work/1/azure-rest-api-specs/specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json#/components/schemas/LocalizedOperationDefinition-properties"
    💬 AutorestCore/Exception "readme":"providerhub/resource-manager/readme.md",
    "tag":"package-2021-09-01-preview",
    "details":"> Installing AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0)"
    💬 AutorestCore/Exception "readme":"providerhub/resource-manager/readme.md",
    "tag":"package-2021-09-01-preview",
    "details":"> Installed AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0->1.8.0)"
    💬 AutorestCore/Exception "readme":"providerhub/resource-manager/readme.md",
    "tag":"package-2021-09-01-preview",
    "details":"> Loading AutoRest extension '@autorest/modelerfour' (4.15.456->4.15.456)"
    ️️✔️[Staging] PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️[Staging] SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️[Staging] Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Aug 20, 2021

    Swagger Generation Artifacts

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

    Breaking Changes Tracking

    ️✔️azure-sdk-for-go - providerhub/mgmt/2020-11-20/providerhub - v57.1.0
    ️⚠️ azure-sdk-for-python warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 5567317. 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] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
      cmderr	[automation_init.sh] azure-mgmt-core 1.3.0 requires azure-core<2.0.0,>=1.15.0, but you have azure-core 1.6.0 which is incompatible.
      cmderr	[automation_init.sh] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
      cmderr	[automation_init.sh] azure-mgmt-core 1.3.0 requires azure-core<2.0.0,>=1.15.0, but you have azure-core 1.6.0 which is incompatible.
      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
      warn	No package detected after generation
    ️⚠️ azure-sdk-for-java warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 5567317. SDK Automation 14.0.0
      command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
      command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
      cmderr	[generate.py] 2021-09-30 00:32:00 INFO [VERSION][Not Found] cannot find version for "com.azure.resourcemanager:azure-resourcemanager-providerhub"
      cmderr	[generate.py] 2021-09-30 00:32:00 INFO [VERSION][Not Found] cannot find stable version, current version "1.0.0-beta.1"
      cmderr	[generate.py] 2021-09-30 00:32:00 INFO autorest --version=3.6.0 --use=@autorest/java@4.0.37 --java.azure-libraries-for-java-folder=/home/vsts/work/1/s/azure-sdk-for-java --java.output-folder=/home/vsts/work/1/s/azure-sdk-for-java/sdk/providerhub/azure-resourcemanager-providerhub --java.namespace=com.azure.resourcemanager.providerhub   --java --pipeline.modelerfour.additional-checks=false --pipeline.modelerfour.lenient-model-deduplication=true --azure-arm --verbose --sdk-integration --fluent=lite --java.fluent=lite --java.license-header=MICROSOFT_MIT_SMALL  ../azure-rest-api-specs/specification/providerhub/resource-manager/readme.md
      cmderr	[generate.py] 2021-09-30 00:32:38 INFO [CI][Success] Write to ci.yml
      cmderr	[generate.py] 2021-09-30 00:32:38 INFO [POM][Process] dealing with pom.xml
      cmderr	[generate.py] 2021-09-30 00:32:38 INFO [POM][Skip] pom already has module azure-resourcemanager-providerhub
      cmderr	[generate.py] 2021-09-30 00:32:38 INFO [POM][Success] Write to pom.xml
      cmderr	[generate.py] 2021-09-30 00:32:38 INFO [POM][Process] dealing with root pom
      cmderr	[generate.py] 2021-09-30 00:32:38 INFO [POM][Success] Write to root pom
    • ️✔️azure-resourcemanager-providerhub [View full logs]  [Release SDK Changes]
      cmderr	[Inst] 2021-09-30 00:34:01 DEBUG Got artifact_id: azure-resourcemanager-providerhub
      cmderr	[Inst] 2021-09-30 00:34:01 DEBUG Got artifact: pom.xml
      cmderr	[Inst] 2021-09-30 00:34:01 DEBUG Got artifact: azure-resourcemanager-providerhub-1.0.0-beta.1-javadoc.jar
      cmderr	[Inst] 2021-09-30 00:34:01 DEBUG Got artifact: azure-resourcemanager-providerhub-1.0.0-beta.1.jar
      cmderr	[Inst] 2021-09-30 00:34:01 DEBUG Match jar package: azure-resourcemanager-providerhub-1.0.0-beta.1.jar
      cmderr	[Inst] 2021-09-30 00:34:01 DEBUG output: {"full": "```sh\ncurl -L \"https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/15723/azure-sdk-for-java/azure-resourcemanager-providerhub/azure-resourcemanager-providerhub-1.0.0-beta.1.jar\" -o azure-resourcemanager-providerhub-1.0.0-beta.1.jar\nmvn install:install-file -DgroupId=com.azure.resourcemanager -DartifactId=azure-resourcemanager-providerhub -Dversion=1.0.0-beta.0 -Dfile=azure-resourcemanager-providerhub-1.0.0-beta.1.jar -Dpackaging=jar -DgeneratePom=true
      ```"}
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 5567317. SDK Automation 14.0.0
      command	sh ./initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️providerhub/mgmt/2020-11-20/providerhub [View full logs]  [Release SDK Changes]
      info	[Changelog] This is a new package
    ️⚠️ azure-sdk-for-js warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 5567317. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	autorest --version=V2 --typescript --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.typescript@4.7.0 --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js/azure-sdk-for-js ../../azure-rest-api-specs/specification/providerhub/resource-manager/readme.md
      warn	No file changes detected after generation
      warn	No package detected after generation
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 5567317. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-5.0
      command	autorest --version=V2 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.csharp@2.3.82 --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/providerhub/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
    • ️✔️Microsoft.Azure.Management.ProviderHub [View full logs]  [Release SDK Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    Hi @laxmankumar12, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff.

    TaskHow to fixPrioritySupport (Microsoft alias)
    AvocadoFix-AvocadoHighruowan
    Semantic validationFix-SemanticValidation-ErrorHighraychen, jianyxi
    Model validationFix-ModelValidation-ErrorHighraychen,jianyxi
    LintDiffFix-LintDiffhighjianyxi, ruoxuan
    If you need further help, please feedback via swagger feedback."

    @zhenglaizhang
    Copy link
    Contributor

    @laxmankumar12 please help fix the avocado and prettier check issues #15723 (comment)

    @sanjaiganesh
    Copy link
    Contributor

    "PrivateResourceProviderConfigurations": {
    

    singular


    Refers to: specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json:4051 in 1571eee. [](commit_id = 1571eee, deletion_comment = False)

    @sanjaiganesh
    Copy link
    Contributor

        "enabledSubscriptions": {
    

    nit - description


    Refers to: specification/providerhub/resource-manager/Microsoft.ProviderHub/preview/2021-09-01-preview/providerhub.json:4054 in 1571eee. [](commit_id = 1571eee, deletion_comment = False)

    @laxmankumar12
    Copy link
    Member Author

    @laxmankumar12 there is cross version breaking changes #15723 (comment), please go through breaking change review process

    @zhenglaizhang There is no breaking change from 2021-06-01-preview which was the previous preview version that was introduced. There has been breaking changes from the previous stable version of course. Does this still need the breaking change review process? The reason I ask this is because my team is expecting to release a monthly -preview version and if we are needed to get the breaking change review done for each of these versions, it might be too time consuming both for the reviewers and us.

    @sanjaiganesh - FYI.

    @zhenglaizhang
    Copy link
    Contributor

    @laxmankumar12 the stable version is still live and takes the traffic, and also you are public the new API version since you are sending PR to the public spec repo, you need to do breaking change review.
    If you are in private review, breaking change reviewed is then out of scope.

    @openapi-workflow-bot
    Copy link

    Hi @laxmankumar12, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow breaking change policy to request breaking change review and approval before proceeding swagger PR review.
    Action: To initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.
    If you want to know the production traffic statistic, please see ARM Traffic statistic.
    If you think it is false positive breaking change, please provide the reasons in the PR comment, report to Swagger Tooling Team via https://aka.ms/swaggerfeedback.

    @raych1
    Copy link
    Member

    raych1 commented Aug 31, 2021

    @laxmankumar12 , can you attach the previous PR link so that we can approve this PR?

    @hjhhh3000vitae
    Copy link
    Contributor

    hjhhh3000vitae commented Sep 1, 2021

    @laxmankumar12 , can you attach the previous PR link so that we can approve this PR?

    @raych1 @zhenglaizhang Please check this PR. It was to add 2021-06-01-preview and got approval for breaking change. #14650

    @hjhhh3000vitae
    Copy link
    Contributor

    @laxmankumar12 , can you attach the previous PR link so that we can approve this PR?

    @raych1 @zhenglaizhang Please check this PR. It was to add 2021-06-01-preview and got approval for breaking change. #14650

    @raych1 @zhenglaizhang Could someone please check this PR?

    @zhenglaizhang
    Copy link
    Contributor

    Hi @hjhhh3000vitae @laxmankumar12
    In the previous PR #14650 you have got approval for RemovedProperty breaking change, and in this PR, you have adding a required property in input, so you need do breaking change review for this change.

    @hjhhh3000vitae
    Copy link
    Contributor

    Hi @hjhhh3000vitae @laxmankumar12
    In the previous PR #14650 you have got approval for RemovedProperty breaking change, and in this PR, you have adding a required property in input, so you need do breaking change review for this change.

    Hello @zhenglaizhang Thank you for pointing out. This was due to a new change we did not pick up in this PR. I've updated this PR. Now there is only removeProperties breaking changes. Please take a look.

    @hjhhh3000vitae
    Copy link
    Contributor

    Hi @hjhhh3000vitae @laxmankumar12
    In the previous PR #14650 you have got approval for RemovedProperty breaking change, and in this PR, you have adding a required property in input, so you need do breaking change review for this change.

    Hello @zhenglaizhang Thank you for pointing out. This was due to a new change we did not pick up in this PR. I've updated this PR. Now there is only removeProperties breaking changes. Please take a look.

    Kindly ping. @zhenglaizhang @raych1

    @hjhhh3000vitae
    Copy link
    Contributor

    Hi @hjhhh3000vitae @laxmankumar12
    In the previous PR #14650 you have got approval for RemovedProperty breaking change, and in this PR, you have adding a required property in input, so you need do breaking change review for this change.

    Hello @zhenglaizhang Thank you for pointing out. This was due to a new change we did not pick up in this PR. I've updated this PR. Now there is only removeProperties breaking changes. Please take a look.

    Kindly ping. @zhenglaizhang @raych1

    Kingly ping. @zhenglaizhang @raych1

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

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

    @mentat9 mentat9 added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Sep 29, 2021
    @mentat9
    Copy link
    Member

    mentat9 commented Sep 29, 2021

    Signing off from ARM side.

    @zhenglaizhang zhenglaizhang merged commit 5567317 into Azure:main Sep 30, 2021
    zhenglaizhang added a commit that referenced this pull request Sep 30, 2021
    * Update comment.yml for publish pr (#16166)
    
    * Update comment.yml
    
    * Update comment.yml
    
    * Bump dependencies (#16170)
    
    * bump avocado
    
    * bump mocha
    
    * remove submodule (#16171)
    
    * add azure-resource-manager-schema to servicelinker (#16176)
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    
    * Update pr assignment config (#16175)
    
    * [Synapse] - fix scheme for Artifacts and update readme to include KQL scripts for October release (#16035)
    
    * [Synapse] - fix scheme for Notebook, Spark Job definition and SQL script
    
    * Update dataset, linked service and pipeline
    
    * Update release tag for october release
    
    * Correct type of result limit
    
    * Add arguments for SynapseSparkJobActivityTypeProperties
    
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    
    * fix (#16164)
    
    Merging the change to have accurate Swagger
    
    * Remove requirement of identity field in the request for TURN. (#15966)
    
    * Remove requirement of identity field in the request.
    
    * Update PR
    
    * Address comment
    
    * change api version in readme for sdk release (#16187)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * api version change
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    
    * [Search] Rename types for better SDK code (#16039)
    
    * Rename types for better SDK code
    
    * Rename Speller and Captions search options
    
    * Reorder parameters to have consistency across APIs
    
    * Remove 'SearchIndexer' prefix from projection selectors
    
    Remove 'global' prefix from default flags on custom entities
    
    * Change enum name AdlsGen2->AzureDataLakeStorageGen2
    
    Change property name storageContainer->storageContainerName
    
    * move additional .NET SDK renames to the REST spec
    
    * Revert changes in KnowledgeStore which has GAed
    
    * Revert changes in CustomEntityLookupSkill which has GAed
    
    * Revert changes in SIKSBlobProjectionSelector which has GAed
    
    * Revert changes in SearchIndexerDataSourceType which has GAed
    
    * Rename ignoreResetRequirements->skipIndexerResetRequirementForCache
    
    * fix validStreamingUnits (#16143)
    
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    
    * Fix schemas readme files (#16207)
    
    * Fix schemas readme files
    
    * fix ref
    
    * add resourcemanager in module-name (#16206)
    
    * add resourcemanager in module-name
    
    * add go track2 repo in readme.md
    
    * fix
    
    * Minor description update for createorupdate & update slot (#15457)
    
    * add scmMinTlsVersion
    
    * modify description for createorupdate & update slot for all API versions
    
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    
    * [Hub Generated] Review request for Microsoft.Security to add version preview/2021-08-01-preview (#16096)
    
    * Adds base for updating Microsoft.Security from version stable/2021-07-01 to version 2021-08-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * First pass at Microsoft.Security/standards for review/preview
    
    * Addressing Round-1 feedback, adding missing descriptions and changing scoping to match ProxyResource type
    
    * First pass for Microsoft.Security\standardComponents
    
    * Changes to fix a typo in an example spec
    
    * Added Microsoft.Security/standardAssignments
    
    * Fix naming convention issue
    
    * Removed types based on Hila's feedback
    
    * Changes to data model for both API calls
    
    * Fix example errors and typos
    
    * Add systemData to Microsoft.Security/standards
    
    * Changes to fix systemData linting
    
    * un-nest systemData fields in examples
    
    * More systemData placement
    
    * Naming convention name to assignments from standardAssignment
    
    * Additional example added
    
    * Changes to address descriptive comments on field types
    
    * Add systemData readOnly
    
    * prettier-fix against examples
    
    * Cleaned types to ref standard v2 common-types entry similar to securityForIoT
    
    * Re-added v2 folder?
    
    * Missed a change here?
    
    * Cleanup of v2 type completely, updated readme.md
    
    * Adds suppression to readme
    
    * Adds suppression to readme
    
    * Change modification to suppress operations linting
    
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    
    * Yifanzhou/api version change (#16191)
    
    * remove Catalog
    
    * update 2021-05-01-preview
    
    * delete 2021-09-01
    
    * Update readme.md
    
    * Update purviewcatalog.json
    
    * change read-only property (#16209)
    
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    
    * Update account.json - make CollectionReferece type writable (#16208)
    
    * Update account.json
    
    Updating the CollectionReference to be writeable to unblock the customers.
    
    * Update account.json
    
    Need the default set in the client SDK
    
    * Fixed an event name typo in its description. (#16227)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview (#15723)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview
    
    * Add PrivateResourceProviderConfigurations
    
    * Add PrivateRP examples
    
    * Fix enum type.
    
    * Fix enum again
    
    * Prettier
    
    * Fix prettier error
    
    * Add readme.md + prettier
    
    * Fix
    
    * Fix avocado error
    
    * Modify interface
    
    * Fix issue
    
    * Make it private preview
    
    * Remove private RP changes
    
    * Update SKU settings
    
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    
    * fluidrelay_readme_config (#16192)
    
    fluidrelay_readme_config
    
    * Add community gallery proxy resource (#16043)
    
    * [Hub Generated] Public private branch 'dev-storagecache-Microsoft.StorageCache-2021-09-01' (#16152)
    
    * Adds base for updating Microsoft.StorageCache from version stable/2021-05-01 to version 2021-09-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * 2021-09-01 API
    
    * Fix LintDiff
    
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs (#15946)
    
    * Changed FSPG RestartParameter.failoverMode from string to enum for API 2021-06-01, 2021-06-01-preview, and 2021-06-15-privatepreview
    
    * Change enum first letter to lower case
    
    * Change to upper case
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs
    
    * Add email reminder when PR makes changes in Synapse (#16116)
    
    * add email reminder to synapse
    
    * fix for comment
    
    * ServiceBus add batch tag (#16229)
    
    * add code owner to synapse (#16230)
    
    * [Datafactory] Power Query model changes for multiple queries (#16158)
    
    * [Synapse] Add release tag for management SDK Oct. release (#16213)
    
    * update release tag
    
    * fix for avocado
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
    Co-authored-by: PingZhu2232 <36140352+PingZhu2232@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com>
    Co-authored-by: Roslyn Lu <roslyn.lu@gmail.com>
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    Co-authored-by: dochollidayxx <dochollidayxx@gmail.com>
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    Co-authored-by: yifan-zhou922 <78060542+yifan-zhou922@users.noreply.github.com>
    Co-authored-by: Parv Saxena <psaxena6@jhu.edu>
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    Co-authored-by: hvermis <hvermis@microsoft.com>
    Co-authored-by: xuepingd <75347475+xuepingd@users.noreply.github.com>
    Co-authored-by: laxmankumar12 <vlk_laxman@yahoo.com>
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
    Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com>
    Co-authored-by: brpanask <64860651+brpanask@users.noreply.github.com>
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    Co-authored-by: xunsun-commits <84804232+xunsun-commits@users.noreply.github.com>
    Co-authored-by: Wan Yang <wanyang@microsoft.com>
    Co-authored-by: soma-ms <84877933+soma-ms@users.noreply.github.com>
    zhenglaizhang added a commit that referenced this pull request Oct 6, 2021
    * add base for Microsoft.sql
    
    * Update Readme.md
    
    * update version in swagger example files
    
    * remove ss
    
    * update swagger files
    
    * update readme.md
    
    * add missing json files
    
    * update custom-words.txt to address the spelling check
    
    * remove 201 define in ServerUpdate.json
    
    * Sync sql 2021 05 01 with main branch (#16236)
    
    * Update comment.yml for publish pr (#16166)
    
    * Update comment.yml
    
    * Update comment.yml
    
    * Bump dependencies (#16170)
    
    * bump avocado
    
    * bump mocha
    
    * remove submodule (#16171)
    
    * add azure-resource-manager-schema to servicelinker (#16176)
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    
    * Update pr assignment config (#16175)
    
    * [Synapse] - fix scheme for Artifacts and update readme to include KQL scripts for October release (#16035)
    
    * [Synapse] - fix scheme for Notebook, Spark Job definition and SQL script
    
    * Update dataset, linked service and pipeline
    
    * Update release tag for october release
    
    * Correct type of result limit
    
    * Add arguments for SynapseSparkJobActivityTypeProperties
    
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    
    * fix (#16164)
    
    Merging the change to have accurate Swagger
    
    * Remove requirement of identity field in the request for TURN. (#15966)
    
    * Remove requirement of identity field in the request.
    
    * Update PR
    
    * Address comment
    
    * change api version in readme for sdk release (#16187)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * api version change
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    
    * [Search] Rename types for better SDK code (#16039)
    
    * Rename types for better SDK code
    
    * Rename Speller and Captions search options
    
    * Reorder parameters to have consistency across APIs
    
    * Remove 'SearchIndexer' prefix from projection selectors
    
    Remove 'global' prefix from default flags on custom entities
    
    * Change enum name AdlsGen2->AzureDataLakeStorageGen2
    
    Change property name storageContainer->storageContainerName
    
    * move additional .NET SDK renames to the REST spec
    
    * Revert changes in KnowledgeStore which has GAed
    
    * Revert changes in CustomEntityLookupSkill which has GAed
    
    * Revert changes in SIKSBlobProjectionSelector which has GAed
    
    * Revert changes in SearchIndexerDataSourceType which has GAed
    
    * Rename ignoreResetRequirements->skipIndexerResetRequirementForCache
    
    * fix validStreamingUnits (#16143)
    
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    
    * Fix schemas readme files (#16207)
    
    * Fix schemas readme files
    
    * fix ref
    
    * add resourcemanager in module-name (#16206)
    
    * add resourcemanager in module-name
    
    * add go track2 repo in readme.md
    
    * fix
    
    * Minor description update for createorupdate & update slot (#15457)
    
    * add scmMinTlsVersion
    
    * modify description for createorupdate & update slot for all API versions
    
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    
    * [Hub Generated] Review request for Microsoft.Security to add version preview/2021-08-01-preview (#16096)
    
    * Adds base for updating Microsoft.Security from version stable/2021-07-01 to version 2021-08-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * First pass at Microsoft.Security/standards for review/preview
    
    * Addressing Round-1 feedback, adding missing descriptions and changing scoping to match ProxyResource type
    
    * First pass for Microsoft.Security\standardComponents
    
    * Changes to fix a typo in an example spec
    
    * Added Microsoft.Security/standardAssignments
    
    * Fix naming convention issue
    
    * Removed types based on Hila's feedback
    
    * Changes to data model for both API calls
    
    * Fix example errors and typos
    
    * Add systemData to Microsoft.Security/standards
    
    * Changes to fix systemData linting
    
    * un-nest systemData fields in examples
    
    * More systemData placement
    
    * Naming convention name to assignments from standardAssignment
    
    * Additional example added
    
    * Changes to address descriptive comments on field types
    
    * Add systemData readOnly
    
    * prettier-fix against examples
    
    * Cleaned types to ref standard v2 common-types entry similar to securityForIoT
    
    * Re-added v2 folder?
    
    * Missed a change here?
    
    * Cleanup of v2 type completely, updated readme.md
    
    * Adds suppression to readme
    
    * Adds suppression to readme
    
    * Change modification to suppress operations linting
    
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    
    * Yifanzhou/api version change (#16191)
    
    * remove Catalog
    
    * update 2021-05-01-preview
    
    * delete 2021-09-01
    
    * Update readme.md
    
    * Update purviewcatalog.json
    
    * change read-only property (#16209)
    
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    
    * Update account.json - make CollectionReferece type writable (#16208)
    
    * Update account.json
    
    Updating the CollectionReference to be writeable to unblock the customers.
    
    * Update account.json
    
    Need the default set in the client SDK
    
    * Fixed an event name typo in its description. (#16227)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview (#15723)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview
    
    * Add PrivateResourceProviderConfigurations
    
    * Add PrivateRP examples
    
    * Fix enum type.
    
    * Fix enum again
    
    * Prettier
    
    * Fix prettier error
    
    * Add readme.md + prettier
    
    * Fix
    
    * Fix avocado error
    
    * Modify interface
    
    * Fix issue
    
    * Make it private preview
    
    * Remove private RP changes
    
    * Update SKU settings
    
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    
    * fluidrelay_readme_config (#16192)
    
    fluidrelay_readme_config
    
    * Add community gallery proxy resource (#16043)
    
    * [Hub Generated] Public private branch 'dev-storagecache-Microsoft.StorageCache-2021-09-01' (#16152)
    
    * Adds base for updating Microsoft.StorageCache from version stable/2021-05-01 to version 2021-09-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * 2021-09-01 API
    
    * Fix LintDiff
    
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs (#15946)
    
    * Changed FSPG RestartParameter.failoverMode from string to enum for API 2021-06-01, 2021-06-01-preview, and 2021-06-15-privatepreview
    
    * Change enum first letter to lower case
    
    * Change to upper case
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs
    
    * Add email reminder when PR makes changes in Synapse (#16116)
    
    * add email reminder to synapse
    
    * fix for comment
    
    * ServiceBus add batch tag (#16229)
    
    * add code owner to synapse (#16230)
    
    * [Datafactory] Power Query model changes for multiple queries (#16158)
    
    * [Synapse] Add release tag for management SDK Oct. release (#16213)
    
    * update release tag
    
    * fix for avocado
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
    Co-authored-by: PingZhu2232 <36140352+PingZhu2232@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com>
    Co-authored-by: Roslyn Lu <roslyn.lu@gmail.com>
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    Co-authored-by: dochollidayxx <dochollidayxx@gmail.com>
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    Co-authored-by: yifan-zhou922 <78060542+yifan-zhou922@users.noreply.github.com>
    Co-authored-by: Parv Saxena <psaxena6@jhu.edu>
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    Co-authored-by: hvermis <hvermis@microsoft.com>
    Co-authored-by: xuepingd <75347475+xuepingd@users.noreply.github.com>
    Co-authored-by: laxmankumar12 <vlk_laxman@yahoo.com>
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
    Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com>
    Co-authored-by: brpanask <64860651+brpanask@users.noreply.github.com>
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    Co-authored-by: xunsun-commits <84804232+xunsun-commits@users.noreply.github.com>
    Co-authored-by: Wan Yang <wanyang@microsoft.com>
    Co-authored-by: soma-ms <84877933+soma-ms@users.noreply.github.com>
    
    * remove blank line
    
    * address comments
    
    * address the description comment
    
    * update the swagger
    
    * remove ManagedInstances_ListOutboundNetworkDependenciesByManagedInstance
    
    * Update from microsoft.sql 2021-05-01-preview to base branch (#16184)
    
    * Update comment.yml for publish pr (#16166)
    
    * Update comment.yml
    
    * Update comment.yml
    
    * Bump dependencies (#16170)
    
    * bump avocado
    
    * bump mocha
    
    * remove submodule (#16171)
    
    * add azure-resource-manager-schema to servicelinker (#16176)
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    
    * Update pr assignment config (#16175)
    
    * [Synapse] - fix scheme for Artifacts and update readme to include KQL scripts for October release (#16035)
    
    * [Synapse] - fix scheme for Notebook, Spark Job definition and SQL script
    
    * Update dataset, linked service and pipeline
    
    * Update release tag for october release
    
    * Correct type of result limit
    
    * Add arguments for SynapseSparkJobActivityTypeProperties
    
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    
    * fix (#16164)
    
    Merging the change to have accurate Swagger
    
    * update swagger files
    
    * update readme.md
    
    * add missing json files
    
    * update custom-words.txt to address the spelling check
    
    * remove 201 define in ServerUpdate.json
    
    * remove blank line
    
    * address comments
    
    * address the description comment
    
    * update the swagger
    
    * remove ManagedInstances_ListOutboundNetworkDependenciesByManagedInstance
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
    Co-authored-by: PingZhu2232 <36140352+PingZhu2232@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com>
    Co-authored-by: Roslyn Lu <roslyn.lu@gmail.com>
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    Co-authored-by: dochollidayxx <dochollidayxx@gmail.com>
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    Co-authored-by: yifan-zhou922 <78060542+yifan-zhou922@users.noreply.github.com>
    Co-authored-by: Parv Saxena <psaxena6@jhu.edu>
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    Co-authored-by: hvermis <hvermis@microsoft.com>
    Co-authored-by: xuepingd <75347475+xuepingd@users.noreply.github.com>
    Co-authored-by: laxmankumar12 <vlk_laxman@yahoo.com>
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
    Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com>
    Co-authored-by: brpanask <64860651+brpanask@users.noreply.github.com>
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    Co-authored-by: xunsun-commits <84804232+xunsun-commits@users.noreply.github.com>
    Co-authored-by: Wan Yang <wanyang@microsoft.com>
    Co-authored-by: soma-ms <84877933+soma-ms@users.noreply.github.com>
    LeiWang3 pushed a commit to LeiWang3/azure-rest-api-specs that referenced this pull request Mar 31, 2022
    Azure#15723)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview
    
    * Add PrivateResourceProviderConfigurations
    
    * Add PrivateRP examples
    
    * Fix enum type.
    
    * Fix enum again
    
    * Prettier
    
    * Fix prettier error
    
    * Add readme.md + prettier
    
    * Fix
    
    * Fix avocado error
    
    * Modify interface
    
    * Fix issue
    
    * Make it private preview
    
    * Remove private RP changes
    
    * Update SKU settings
    
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    LeiWang3 pushed a commit to LeiWang3/azure-rest-api-specs that referenced this pull request Mar 31, 2022
    * add base for Microsoft.sql
    
    * Update Readme.md
    
    * update version in swagger example files
    
    * remove ss
    
    * update swagger files
    
    * update readme.md
    
    * add missing json files
    
    * update custom-words.txt to address the spelling check
    
    * remove 201 define in ServerUpdate.json
    
    * Sync sql 2021 05 01 with main branch (Azure#16236)
    
    * Update comment.yml for publish pr (Azure#16166)
    
    * Update comment.yml
    
    * Update comment.yml
    
    * Bump dependencies (Azure#16170)
    
    * bump avocado
    
    * bump mocha
    
    * remove submodule (Azure#16171)
    
    * add azure-resource-manager-schema to servicelinker (Azure#16176)
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    
    * Update pr assignment config (Azure#16175)
    
    * [Synapse] - fix scheme for Artifacts and update readme to include KQL scripts for October release (Azure#16035)
    
    * [Synapse] - fix scheme for Notebook, Spark Job definition and SQL script
    
    * Update dataset, linked service and pipeline
    
    * Update release tag for october release
    
    * Correct type of result limit
    
    * Add arguments for SynapseSparkJobActivityTypeProperties
    
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    
    * fix (Azure#16164)
    
    Merging the change to have accurate Swagger
    
    * Remove requirement of identity field in the request for TURN. (Azure#15966)
    
    * Remove requirement of identity field in the request.
    
    * Update PR
    
    * Address comment
    
    * change api version in readme for sdk release (Azure#16187)
    
    * Add blockchain to latest profile
    
    * Add additional types
    
    * api version change
    
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    
    * [Search] Rename types for better SDK code (Azure#16039)
    
    * Rename types for better SDK code
    
    * Rename Speller and Captions search options
    
    * Reorder parameters to have consistency across APIs
    
    * Remove 'SearchIndexer' prefix from projection selectors
    
    Remove 'global' prefix from default flags on custom entities
    
    * Change enum name AdlsGen2->AzureDataLakeStorageGen2
    
    Change property name storageContainer->storageContainerName
    
    * move additional .NET SDK renames to the REST spec
    
    * Revert changes in KnowledgeStore which has GAed
    
    * Revert changes in CustomEntityLookupSkill which has GAed
    
    * Revert changes in SIKSBlobProjectionSelector which has GAed
    
    * Revert changes in SearchIndexerDataSourceType which has GAed
    
    * Rename ignoreResetRequirements->skipIndexerResetRequirementForCache
    
    * fix validStreamingUnits (Azure#16143)
    
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    
    * Fix schemas readme files (Azure#16207)
    
    * Fix schemas readme files
    
    * fix ref
    
    * add resourcemanager in module-name (Azure#16206)
    
    * add resourcemanager in module-name
    
    * add go track2 repo in readme.md
    
    * fix
    
    * Minor description update for createorupdate & update slot (Azure#15457)
    
    * add scmMinTlsVersion
    
    * modify description for createorupdate & update slot for all API versions
    
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    
    * [Hub Generated] Review request for Microsoft.Security to add version preview/2021-08-01-preview (Azure#16096)
    
    * Adds base for updating Microsoft.Security from version stable/2021-07-01 to version 2021-08-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * First pass at Microsoft.Security/standards for review/preview
    
    * Addressing Round-1 feedback, adding missing descriptions and changing scoping to match ProxyResource type
    
    * First pass for Microsoft.Security\standardComponents
    
    * Changes to fix a typo in an example spec
    
    * Added Microsoft.Security/standardAssignments
    
    * Fix naming convention issue
    
    * Removed types based on Hila's feedback
    
    * Changes to data model for both API calls
    
    * Fix example errors and typos
    
    * Add systemData to Microsoft.Security/standards
    
    * Changes to fix systemData linting
    
    * un-nest systemData fields in examples
    
    * More systemData placement
    
    * Naming convention name to assignments from standardAssignment
    
    * Additional example added
    
    * Changes to address descriptive comments on field types
    
    * Add systemData readOnly
    
    * prettier-fix against examples
    
    * Cleaned types to ref standard v2 common-types entry similar to securityForIoT
    
    * Re-added v2 folder?
    
    * Missed a change here?
    
    * Cleanup of v2 type completely, updated readme.md
    
    * Adds suppression to readme
    
    * Adds suppression to readme
    
    * Change modification to suppress operations linting
    
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    
    * Yifanzhou/api version change (Azure#16191)
    
    * remove Catalog
    
    * update 2021-05-01-preview
    
    * delete 2021-09-01
    
    * Update readme.md
    
    * Update purviewcatalog.json
    
    * change read-only property (Azure#16209)
    
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    
    * Update account.json - make CollectionReferece type writable (Azure#16208)
    
    * Update account.json
    
    Updating the CollectionReference to be writeable to unblock the customers.
    
    * Update account.json
    
    Need the default set in the client SDK
    
    * Fixed an event name typo in its description. (Azure#16227)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview (Azure#15723)
    
    * Introduce new API version for Microsoft.ProviderHub 2021-09-01-preview
    
    * Add PrivateResourceProviderConfigurations
    
    * Add PrivateRP examples
    
    * Fix enum type.
    
    * Fix enum again
    
    * Prettier
    
    * Fix prettier error
    
    * Add readme.md + prettier
    
    * Fix
    
    * Fix avocado error
    
    * Modify interface
    
    * Fix issue
    
    * Make it private preview
    
    * Remove private RP changes
    
    * Update SKU settings
    
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    
    * fluidrelay_readme_config (Azure#16192)
    
    fluidrelay_readme_config
    
    * Add community gallery proxy resource (Azure#16043)
    
    * [Hub Generated] Public private branch 'dev-storagecache-Microsoft.StorageCache-2021-09-01' (Azure#16152)
    
    * Adds base for updating Microsoft.StorageCache from version stable/2021-05-01 to version 2021-09-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * 2021-09-01 API
    
    * Fix LintDiff
    
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs (Azure#15946)
    
    * Changed FSPG RestartParameter.failoverMode from string to enum for API 2021-06-01, 2021-06-01-preview, and 2021-06-15-privatepreview
    
    * Change enum first letter to lower case
    
    * Change to upper case
    
    * Fix S360 bugs for swagger FSPG 2020-02-14-preview, 2021-06-01-preview and 2021-06-01 APIs
    
    * Add email reminder when PR makes changes in Synapse (Azure#16116)
    
    * add email reminder to synapse
    
    * fix for comment
    
    * ServiceBus add batch tag (Azure#16229)
    
    * add code owner to synapse (Azure#16230)
    
    * [Datafactory] Power Query model changes for multiple queries (Azure#16158)
    
    * [Synapse] Add release tag for management SDK Oct. release (Azure#16213)
    
    * update release tag
    
    * fix for avocado
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
    Co-authored-by: PingZhu2232 <36140352+PingZhu2232@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com>
    Co-authored-by: Roslyn Lu <roslyn.lu@gmail.com>
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    Co-authored-by: dochollidayxx <dochollidayxx@gmail.com>
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    Co-authored-by: yifan-zhou922 <78060542+yifan-zhou922@users.noreply.github.com>
    Co-authored-by: Parv Saxena <psaxena6@jhu.edu>
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    Co-authored-by: hvermis <hvermis@microsoft.com>
    Co-authored-by: xuepingd <75347475+xuepingd@users.noreply.github.com>
    Co-authored-by: laxmankumar12 <vlk_laxman@yahoo.com>
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
    Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com>
    Co-authored-by: brpanask <64860651+brpanask@users.noreply.github.com>
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    Co-authored-by: xunsun-commits <84804232+xunsun-commits@users.noreply.github.com>
    Co-authored-by: Wan Yang <wanyang@microsoft.com>
    Co-authored-by: soma-ms <84877933+soma-ms@users.noreply.github.com>
    
    * remove blank line
    
    * address comments
    
    * address the description comment
    
    * update the swagger
    
    * remove ManagedInstances_ListOutboundNetworkDependenciesByManagedInstance
    
    * Update from microsoft.sql 2021-05-01-preview to base branch (Azure#16184)
    
    * Update comment.yml for publish pr (Azure#16166)
    
    * Update comment.yml
    
    * Update comment.yml
    
    * Bump dependencies (Azure#16170)
    
    * bump avocado
    
    * bump mocha
    
    * remove submodule (Azure#16171)
    
    * add azure-resource-manager-schema to servicelinker (Azure#16176)
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    
    * Update pr assignment config (Azure#16175)
    
    * [Synapse] - fix scheme for Artifacts and update readme to include KQL scripts for October release (Azure#16035)
    
    * [Synapse] - fix scheme for Notebook, Spark Job definition and SQL script
    
    * Update dataset, linked service and pipeline
    
    * Update release tag for october release
    
    * Correct type of result limit
    
    * Add arguments for SynapseSparkJobActivityTypeProperties
    
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    
    * fix (Azure#16164)
    
    Merging the change to have accurate Swagger
    
    * update swagger files
    
    * update readme.md
    
    * add missing json files
    
    * update custom-words.txt to address the spelling check
    
    * remove 201 define in ServerUpdate.json
    
    * remove blank line
    
    * address comments
    
    * address the description comment
    
    * update the swagger
    
    * remove ManagedInstances_ListOutboundNetworkDependenciesByManagedInstance
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    
    Co-authored-by: Tianen <347142915@qq.com>
    Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
    Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
    Co-authored-by: najian <jiangnan8924@gmail.com>
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    Co-authored-by: Ray Chen <raychen@microsoft.com>
    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
    Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
    Co-authored-by: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
    Co-authored-by: PingZhu2232 <36140352+PingZhu2232@users.noreply.github.com>
    Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
    Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local>
    Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com>
    Co-authored-by: Roslyn Lu <roslyn.lu@gmail.com>
    Co-authored-by: Roslyn Lu <roslu@microsoft.com>
    Co-authored-by: JiahuiPeng <46921893+804873052@users.noreply.github.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
    Co-authored-by: dochollidayxx <dochollidayxx@gmail.com>
    Co-authored-by: Adam Holliday <adamho@microsoft.com>
    Co-authored-by: yifan-zhou922 <78060542+yifan-zhou922@users.noreply.github.com>
    Co-authored-by: Parv Saxena <psaxena6@jhu.edu>
    Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
    Co-authored-by: hvermis <hvermis@microsoft.com>
    Co-authored-by: xuepingd <75347475+xuepingd@users.noreply.github.com>
    Co-authored-by: laxmankumar12 <vlk_laxman@yahoo.com>
    Co-authored-by: REDMOND\lakshv <lakshv@microsoft.com>
    Co-authored-by: He Huang <47040595+hjhhh3000vitae@users.noreply.github.com>
    Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
    Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com>
    Co-authored-by: brpanask <64860651+brpanask@users.noreply.github.com>
    Co-authored-by: rebecca337 <80353400+rebecca337@users.noreply.github.com>
    Co-authored-by: Rebecca Dupuis <rdupuis@microsoft.com>
    Co-authored-by: xunsun-commits <84804232+xunsun-commits@users.noreply.github.com>
    Co-authored-by: Wan Yang <wanyang@microsoft.com>
    Co-authored-by: soma-ms <84877933+soma-ms@users.noreply.github.com>
    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
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    7 participants