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

Correct Probe enums #18839

Merged
merged 3 commits into from
May 5, 2022
Merged

Correct Probe enums #18839

merged 3 commits into from
May 5, 2022

Conversation

vusause
Copy link
Contributor

@vusause vusause commented Apr 27, 2022

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 language 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 are using OpenAPIHub to initialize the PR for adding a new version. More details, refer to the wiki.
  • Ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

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

Breaking Change Review Checklist

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

openapi-pipeline-app bot commented Apr 27, 2022

Swagger Validation Report

️❌BreakingChange: 4 Errors, 0 Warnings failed [Detail]
Rule Message
1019 - RemovedEnumValue The new version is removing enum value(s) 'multiple, single' from the old version.
New: Microsoft.App/preview/2022-01-01-preview/ContainerApps.json#L427:9
Old: Microsoft.App/preview/2022-01-01-preview/ContainerApps.json#L427:9
1019 - RemovedEnumValue The new version is removing enum value(s) 'liveness, readiness, startup' from the old version.
New: Microsoft.App/preview/2022-01-01-preview/CommonDefinitions.json#L230:9
Old: Microsoft.App/preview/2022-01-01-preview/CommonDefinitions.json#L222:9
1019 - RemovedEnumValue The new version is removing enum value(s) 'multiple, single' from the old version.
New: Microsoft.App/stable/2022-03-01/ContainerApps.json#L425:9
Old: Microsoft.App/stable/2022-03-01/ContainerApps.json#L425:9
1019 - RemovedEnumValue The new version is removing enum value(s) 'liveness, readiness, startup' from the old version.
New: Microsoft.App/stable/2022-03-01/CommonDefinitions.json#L230:9
Old: Microsoft.App/stable/2022-03-01/CommonDefinitions.json#L222:9
️⚠️LintDiff: 0 Warnings warning [Detail]
The following errors/warnings exist before current PR submission:
Rule Message
⚠️ R2015 - ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
Location: Microsoft.App/preview/2022-01-01-preview/CommonDefinitions.json#L1
⚠️ R2015 - ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
Location: Microsoft.App/stable/2022-03-01/CommonDefinitions.json#L1
⚠️ 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.App/stable/2022-03-01/ContainerApps.json#L558
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: external
Location: Microsoft.App/stable/2022-03-01/ContainerApps.json#L594
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: allowInsecure
Location: Microsoft.App/stable/2022-03-01/ContainerApps.json#L637
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: latestRevision
Location: Microsoft.App/stable/2022-03-01/ContainerApps.json#L714
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️~[Staging] ApiReadinessCheck succeeded [Detail] [Expand]
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️Cross-Version Breaking Changes succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️️✔️SDK Track2 Validation succeeded [Detail] [Expand]
Validation passes for SDKTrack2Validation

️️✔️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).
Posted by Swagger Pipeline | How to fix these errors?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Apr 27, 2022

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 - armapp - 0.1.0
azure-sdk-for-python-track2 - track2_azure-mgmt-app - 1.0.0b1
azure-sdk-for-js - @azure/arm-app - 1.0.0
️✔️azure-sdk-for-go-track2 - armappcontainers - 0.1.0
️⚠️ azure-sdk-for-python-track2 warning [Detail]
  • ⚠️Warning [Logs]Release - Generate from 7752728. 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
  • ️✔️track2_azure-mgmt-app [View full logs]  [Release SDK Changes] Breaking Change Detected
    info	[Changelog] **Features**
    info	[Changelog]
    info	[Changelog]   - Added operation ContainerAppsOperations.begin_update
    info	[Changelog]   - Added operation DaprComponentsOperations.list_secrets
    info	[Changelog]   - Added operation ManagedEnvironmentsOperations.begin_update
    info	[Changelog]   - Added operation group NamespacesOperations
    info	[Changelog]   - Model GithubActionConfiguration has a new parameter context_path
    info	[Changelog]   - Model GithubActionConfiguration has a new parameter image
    info	[Changelog]   - Model ManagedEnvironment has a new parameter dapr_ai_connection_string
    info	[Changelog]   - Model ManagedEnvironment has a new parameter zone_redundant
    info	[Changelog]   - Model RegistryCredentials has a new parameter identity
    info	[Changelog]   - Model TrafficWeight has a new parameter label
    info	[Changelog]
    info	[Changelog] **Breaking changes**
    info	[Changelog]
    info	[Changelog]   - Model GithubActionConfiguration no longer has parameter dockerfile_path
    info	[Changelog]   - Operation ContainerAppsRevisionsOperations.list_revisions has a new parameter filter
    info	[Changelog]   - Removed operation ContainerAppsOperations.update
    info	[Changelog]   - Removed operation ManagedEnvironmentsOperations.update
️⚠️ azure-sdk-for-java warning [Detail]
  • ⚠️Warning [Logs]Release - Generate from 7752728. 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] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    cmderr	[generate.py] SLF4J: Defaulting to no-operation (NOP) logger implementation
    cmderr	[generate.py] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    cmderr	[generate.py] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    cmderr	[generate.py] SLF4J: Defaulting to no-operation (NOP) logger implementation
    cmderr	[generate.py] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  • ️✔️azure-resourcemanager-appcontainers [View full logs]  [Release SDK Changes]
️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 7752728. 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
  • ️✔️armappcontainers [View full logs]  [Release SDK Changes]
    info	[Changelog] This is a new package
    info	[Changelog]
️⚠️ azure-sdk-for-js warning [Detail]
  • ⚠️Warning [Logs]Release - Generate from 7752728. 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] npm WARN deprecated read-package-tree@5.1.6: The functionality that this package provided is now in @npmcli/arborist
    cmderr	[automation_init.sh] npm WARN deprecated uuid@3.4.0: 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] npm WARN deprecated @opentelemetry/types@0.2.0: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js
    cmderr	[automation_init.sh]  deprecated @azure/storage-blob@10.5.0: This version has been deprecated, please upgrade to the version tagged as latest
    cmderr	[automation_init.sh] npm WARN @octokit/plugin-request-log@1.0.4 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-app [View full logs]  [Release SDK Changes] Breaking Change Detected
    info	[Changelog] **Features**
    info	[Changelog]
    info	[Changelog]   - Added operation group Namespaces
    info	[Changelog]   - Added operation ContainerApps.beginUpdate
    info	[Changelog]   - Added operation ContainerApps.beginUpdateAndWait
    info	[Changelog]   - Added operation DaprComponents.listSecrets
    info	[Changelog]   - Added operation ManagedEnvironments.beginUpdate
    info	[Changelog]   - Added operation ManagedEnvironments.beginUpdateAndWait
    info	[Changelog]   - Added Interface CheckNameAvailabilityRequest
    info	[Changelog]   - Added Interface CheckNameAvailabilityResponse
    info	[Changelog]   - Added Interface DaprComponentsListSecretsOptionalParams
    info	[Changelog]   - Added Interface DaprSecretsCollection
    info	[Changelog]   - Added Interface NamespacesCheckNameAvailabilityOptionalParams
    info	[Changelog]   - Added Type Alias CheckNameAvailabilityReason
    info	[Changelog]   - Added Type Alias DaprComponentsListSecretsResponse
    info	[Changelog]   - Added Type Alias NamespacesCheckNameAvailabilityResponse
    info	[Changelog]   - Added Type Alias Scheme
    info	[Changelog]   - Interface ContainerAppsRevisionsListRevisionsNextOptionalParams has a new optional parameter filter
    info	[Changelog]   - Interface ContainerAppsRevisionsListRevisionsOptionalParams has a new optional parameter filter
    info	[Changelog]   - Interface ContainerAppsUpdateOptionalParams has a new optional parameter resumeFrom
    info	[Changelog]   - Interface ContainerAppsUpdateOptionalParams has a new optional parameter updateIntervalInMs
    info	[Changelog]   - Interface GithubActionConfiguration has a new optional parameter contextPath
    info	[Changelog]   - Interface GithubActionConfiguration has a new optional parameter image
    info	[Changelog]   - Interface ManagedEnvironmentsUpdateOptionalParams has a new optional parameter resumeFrom
    info	[Changelog]   - Interface ManagedEnvironmentsUpdateOptionalParams has a new optional parameter updateIntervalInMs
    info	[Changelog]   - Interface RegistryCredentials has a new optional parameter identity
    info	[Changelog]   - Interface TrafficWeight has a new optional parameter label
    info	[Changelog]   - Class ContainerAppsAPIClient has a new parameter namespaces
    info	[Changelog]   - Type Alias ManagedEnvironment has a new parameter daprAIConnectionString
    info	[Changelog]   - Type Alias ManagedEnvironment has a new parameter zoneRedundant
    info	[Changelog]   - Added Enum KnownCheckNameAvailabilityReason
    info	[Changelog]   - Added Enum KnownScheme
    info	[Changelog]
    info	[Changelog] **Breaking Changes**
    info	[Changelog]
    info	[Changelog]   - Removed operation ContainerApps.update
    info	[Changelog]   - Removed operation ManagedEnvironments.update
    info	[Changelog]   - Interface GithubActionConfiguration no longer has parameter dockerfilePath
️⚠️ azure-resource-manager-schemas warning [Detail]
  • ⚠️Warning [Logs]Release - Generate from 7752728. 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] WARN 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
️️✔️ azure-powershell succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 7752728. 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.ContainerAppsApi [View full logs]  [Release SDK Changes]
Posted by Swagger Pipeline | How to fix these errors?

Copy link
Contributor

@ruslany ruslany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@openapi-workflow-bot
Copy link

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

@openapi-workflow-bot
Copy link

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

@ruslany
Copy link
Contributor

ruslany commented May 2, 2022

@mikekistler - can you please approve as per today's conversation?

@mikekistler mikekistler added the Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 label May 3, 2022
ghost pushed a commit to Azure/azure-resource-manager-schemas that referenced this pull request May 5, 2022
ruslany pushed a commit to ruslany/azure-rest-api-specs that referenced this pull request May 11, 2022
* fix probe enums

* Fix revision mode enum

* Fix patch example
ruowan pushed a commit that referenced this pull request May 13, 2022
…g the same fixes in 2022-05-01 (#19048)

* Correct Probe enums (#18839)

* fix probe enums

* Fix revision mode enum

* Fix patch example

* Fix the casing of enums in the latest api version

* Change the parameter names to unblock Terraform release (#19005)

* contianerapps: fixing swagger inconsistencies in 2022-01-01-preview

* containerapps: fixing inconsistencies in the 2022-03-01 swagger

* containerapps: updating the examples for 2022-01-01-preview

* containerapps: updating the examples to account for the updated parameter names

* containerapps: fixing linting

* fix probe enums

* Fix revision mode enum

* Fix the policheck error

* Revert "containerapps: fixing linting"

This reverts commit 3c4872f.

* Revert "containerapps: updating the examples for 2022-01-01-preview"

This reverts commit 9b81fbd.

* Revert "contianerapps: fixing swagger inconsistencies in 2022-01-01-preview"

This reverts commit 553fc55.

* Undo changes to 2022-01-01-preview

* Fix one issue

* fix remaining inconsistency

* fix authConfig and sourceControl names

Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>
Co-authored-by: Mike Vu <mikevu@microsoft.com>

* Change param names

* Fix examples

* Fix CI errors

Co-authored-by: Mike Vu <mikevu@microsoft.com>
Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>
FredericHeem pushed a commit to grucloud/azure-rest-api-specs that referenced this pull request May 16, 2022
* fix probe enums

* Fix revision mode enum

* Fix patch example
raych1 added a commit that referenced this pull request Jul 18, 2022
* [Hub Generated] Public private branch 'elastic-san-preview' (#18148)

* Initial Check-In to introduce ElasticSan RP

* Applied coding styles and fixed the spelling mistake.

* Updated with IOPS & MBps properties

* Updated swagger file with NetWork Acls

* Added "None" to protocol type and updated with other validations.

* Removed ElasticSan from VolumeGroup operations

* Addressed review comments by adding elasticSanName in each of its operation

* Added volumeGroupName Parameters to the operations

* Upated array item with "x-ms-identifiers": [] as per Swagger Lint recommendations

* Removed unused parameters

* Updated with Snapshot endpoints

* Updated with missing "type" declarations

* Added Snapshot changes and addressed the PR review comments

* Fixed Lint differences

* Fixed Lint difference

* Added Export feature for Snapshot

* Updated with Sku level settings

* Updated with AdditionalInfo with "x-ms-identifiers": []

* Fixed Lint compilation issue with "x-ms-identifiers": [],

* Fixed Prettier issues

* Updated the readme* files with the right package and namespaces.

* Pointed GO to track2

* Updated readme.go.md with the yaml format

* Addressed review comments, updated with ecommon types and added naming restrictions.

* Updated with common SystemData

* Corrected the missing json structure

* Updated 'CreateOrUpdate" with "Create"

* Updated the spec with Network ACLs

* Removed unnecessary error codes

* Regenerated the examples

* Removed Snapshot API and addressed PR comments (#18638)

* Removed Snapshot API and addressed PR comments

* Removed Ruby SDK information (#18662)

* Reverted tsconfig.json and removed Ruby related SDK information.

* Corrected the indentation for swagger-to-sdk

Co-authored-by: Rajesh Kumar Aggani <raaggani@microsoft.com>

* [Hub Generated] Publish private branch 'stuartko/Jan22_TSBuiltInsWithApiVersionBump' (#18629)

* Copy previous version to 2022-02-01 directory

* Adding changed spec files from PR 4200. Without api-version bump

* Changing version string 2021-06-01 to 2022-02-01 in specs

* Updating SDK generation tags/settings to use 2022-02

* Fixing some LintDiff issues (new rules)

* Fixing "prettier" issue

* Fixing bad conflict resolution

* Update resource association swagger (#18432)

* update access mode values

* update examples

* Add 202 in delete spec

* Add provisioning issues changes

* update schema

* review changs

* update

* typo in model fix

* make provisioning issues readonly

* Add one example in list association, provisioning state enum update

* Add logggin categories in profile

* examples update

* update

* update examples

* reformat code

* Add x-msidentifier for logger

* update

* provisioning state fix

* Fix provisioning state

* Add location header in delete nsp association

* update location header

* update location header

* location header update

Co-authored-by: Kaushal Kumar <kumarkaushal@microsoft.com>

* Update changes.json (#18692)

* [Hub Generated] Review request for Microsoft.HybridCompute to add version stable/2022-03-10 (#18458)

* Adds base for updating Microsoft.HybridCompute from version preview/2021-12-10-preview to version 2022-03-10

* Updates readme

* Updates API version in new specs and examples

* updated the swagger

* fixed typo

* fixed examples

* fixed swagger issues

* removed columns

* fixed the x-ms-identifier format

* fixed the identifier again

* fixed the readme tag

* ran prettier * removed extra tag in the readme.md

* Update HybridCompute.json

updated serviceStatuses and agentConfiguration descriptions

* removed resources

* removed resources in the examples

* addressed issues

* ran prettier

* A small fix to the newly added field's name

* updated the az cli related files

Co-authored-by: Justin Chen <justin99chen@gmail.com>

* [Hub Generated] Review request for Microsoft.Education to add version preview/2021-12-01-preview (#18297)

* New Swagger Spec File

* New Swagger Example Spec File

* New Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Go Language Readme Config File

* New Python Language Readme Config File

* New Typescript Language Readme Config File

* New C# Language Readme Config File

* merging educationrp spec to public branch

* Delete OperationGroupGet.json

fix avocado error

* Update readme.python.md (#18730)

* [Purview - Scanning] adds new version for scanning 2022-02-01-preview (#17382)

* adds new version for credentials api

* adding new version to ReadMe

* tagging /credentials

* tagging /credential

* rearranging ReadMe so that default tag could be detected

* rearranging ReadMe so that default tag could be detected

* testing avacado

* adding 2022-02-01 back to ReadMe

* testing avacado readme checker

* testing avacado readme checker

* testing a new readme file

* Revert "testing a new readme file"

This reverts commit e5536c9dd82f05dc75425f7cb41f015c42eece09.

* testing AzureStorage discriminator

* pr feedback

* pr feedback

* adds description for credential models

* fixes typo

* Operator connect API review (#18265)

* Fixed wrong example payload for IoT central rest API - /deviceTemplates PUT (v1.0 only). (#18104)

Co-authored-by: Chang Liu <changliu3@microsoft.com>

* Corrected the Tag name & python configuration in readme & readme.python.md files (#18731)

* Corrected the Tag: name

* Update readme.python.md

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* remove readonly (#18416)

* [Hub Generated] Publish private branch 'main' (#18741)

* Promote 2022-05-01-preview api from RPSaaSMaster to main

* Fixing lint errors

* Kipartha/execution details action start end (#18698)

* Add action start/end time.

* Update examples with action start/end times.

* fix typo in description.

Co-authored-by: kipartha <kipartha@microsoft.com>

* Allow non-Latin characters in Experiment name (#18703)

https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md#arguments-for-crud-on-resource

* Add new apis for test button feature (#18156)

* Add new apis for test button feature

* Fix bug

* Revert to old package version

* Fix errors

* Fix errors

* Fix error

* Remove "

* Only include the actiongroups changes in this new tag as per Dapeng.

* Revert "Only include the actiongroups changes in this new tag as per Dapeng."

This reverts commit 529a149b258dfa8dc8dcc52b6e1fea16ab2b40d6.

* Add "x-ms-identifiers": [],

* Update the default tag

* Add location headers

* No need to return response

* build

* build

* format json

* Prettier check

Co-authored-by: Thomas Pham <thompham@microsoft.com>

* Azure Networking 2021-08-01 release of monthly branch (#18440)

* Adds base for updating Microsoft.Network from version stable/2021-05-01 to version 2021-08-01

* Updates readme

* Updates API version in new specs and examples

* Add AppGw swagger changes for L4 proxy (#17561)

* Add AppGw swagger changes for L4 proxy

* Fix Lint Errors

* fix prettier checks

* HubRoutingPreference in VirtualHub (#17609)

* commit1

* commit2

Co-authored-by: Khushboo Baheti <khbaheti@microsoft.com>

* MultipleApipa feature VpnSiteLinkConnection and  VirtualNetworkGatewayConnection (#17672)

* VngConnection

* VpnSiteLinkConnection

* fixes

* fixes

* fix2

* fixes

Co-authored-by: Khushboo Baheti <khbaheti@microsoft.com>

* Virtual Wan P2S MultiPool feature swagger changes (#17620)

* Virtual Wan P2S MultiPool feature swagger changes

* Fix Swagger LintDiff errors

* Fix LintDiff errors

* Fix errors

* Fix spec

* Fix spec

* Fix spec

* Fix LintDiff errors

* Fix LintDiff errors

* Fix SDK azure-sdk-for-net generation error

* Remove suppression

* Fix errors

* Fix Lintdiff error

* Fix PrettierCheck

* changes (#18002)

* Revert "changes (#18002)" (#18014)

This reverts commit 320ed6a6fc5a68e8af43da303f8e1caaacf24708.

* Add nic auxiliary mode (#17577)

* Add nic auxiliary mode

* fix spacing

* Fixing prettier check

* Restoring package-lock file

* Restoring package json

Co-authored-by: Prachi Bhavsar <prbhavsar@microsoft.com>

* Connection Draining add new properties (#18052)

* merge

* fix

* fix

* Adding express route port authorization apis (#17582)

* adding apis and updating resource to support ports auth

* moving change to 2021-08-01

* minor: removing change from 2020-07-01

* lintdiff : adding type object

* minor: fixing prettier

* adding authorizations to ports property

* fixing circuitResourceUri property name

* fixing model validation

* changing circuit resource uri type to string

* removing authorizations child reosurce from parent property

* Fix Azure Firewall Policy regressions. Back fix validation issues (#18233)

* Fix regressions in Firewall Policy Swagger / give firewallPolicy.json some love

* Additional lint violations

* remove breaking changes for next time. TO DO

* Revert "remove breaking changes for next time. TO DO"

This reverts commit 8f44a174c73c02d18d829f6dfb1d990488770b23.

* Reintroduce api-version for idps signature based routes. Create better names for enums to be generated in SDKs

* standardize enum names with FirewallPolicy prefix

* Azure Firewall Support of Private IP Ranges in IDPS (#18320)

* Azure Firewall Support of Private IP Ranges in IDPS

* make sure all arrays have x-ms-identifiers

* FirewallPolicy not Firewall policy

fix spellcheck validation

* Ability to update tags on firewall policies (#18322)

* Support updating of Azure Firewall Policy Tags. Includes HTTP Patch example

* Use common-types ErrorDetail

* Ability to update tags for Firewall Policies

* spell check fix for firewallpolicy

* Use future release api-version for example

* Added flush conn to nsg (#18393)

* Added flush conn to nsg

* Updated flushConn to correct location

* Updated description

* Modified T/F to Enabled/Disabled

* Refactoring so that null value appears first

* Reverted FlushConnection to boolean value instead of string

* Revert "Added flush conn to nsg (#18393)" (#18576)

This reverts commit 6541d305880d1cf580496adc01f55197a01e992c.

* Fixing typo in response of idps private ip range feature (#18574)

* Use common-type api version (#18729)

Co-authored-by: Ben Eshed <bewaters@microsoft.com>

* fix (#18417)

Co-authored-by: Tianen <347142915@qq.com>
Co-authored-by: gk-ms <97893166+gk-ms@users.noreply.github.com>
Co-authored-by: Khushboo Baheti <37917868+Khushboo-Baheti@users.noreply.github.com>
Co-authored-by: Khushboo Baheti <khbaheti@microsoft.com>
Co-authored-by: Nilambari <nilamd@microsoft.com>
Co-authored-by: nimaller <71352534+nimaller@users.noreply.github.com>
Co-authored-by: pracsb <78512712+pr-work@users.noreply.github.com>
Co-authored-by: Prachi Bhavsar <prbhavsar@microsoft.com>
Co-authored-by: Matthew Yang <79727592+matyang22@users.noreply.github.com>
Co-authored-by: utbarn-ms <66377251+utbarn-ms@users.noreply.github.com>
Co-authored-by: Ben Eshed <thebenwaters@users.noreply.github.com>
Co-authored-by: Satya-anshu <70507845+Satya-anshu@users.noreply.github.com>
Co-authored-by: bewaterspassover <103988461+bewaterspassover@users.noreply.github.com>
Co-authored-by: Ben Eshed <bewaters@microsoft.com>

* SCVMM public preview API spec (#18542)

* add openapi spec for scvmm

* lint fixes, spell fixes

* typo fix

* prettier

* force delete query param

* removing some deprecated properties

* remove additional props

* [Datafactory] Fix add failactivity in synapse (#18697)

* Update readme.python.md (#18747)

* [Doc]update doc for configure-python-sdk (#18618)

* update doc

* Update configure-python-sdk.md

* Update configure-python-sdk.md

* Update configure-python-sdk.md

* Add groupids in privateLinkConnections property in *response only* (#18713)

* add groupids in response

* fix prettier issues

* fix consistency problem with two swagger file

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* desktopvirtualization: generating the 2022-02 sdk (#18748)

Co-authored-by: Alex Wilcox <alex.wilcox@cloudsecure.ltd>

* Introduce stable version of Microsoft.Resources/changes (#18745)

* Create 2022-05-01

* Delete 2022-05-01

* Create changes.json

* Create GetChange.json

* Create ListChanges.json

* Update readme.md

* Update changes.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* [synapse][mgmt] extract common definition for `CloudError` (#18762)

* Update readme.python.md

* update

* fix

* [Synapse] extract common definition for `CloudError`(part 2) (#18764)

* fix

* fix

* AzureStackHub FabricLocation new API (#18323)

* Copy existing FabricLocation

* AzureStack Admin API - Fabric RP - FabricLocation - 2022-03-01

* Revert to original Fabric.json for common type

* Swagger review changes for 2022-04-01-preview API (#18529)

* swagger review initial commit

* Swagger Changes for new API

* Swagger Changes for new API

* Swagger Changes for new API

* Swagger Changes for new API

* Swagger Changes for new API

* fix validation issue

* Swagger Changes for new API

* Update readme.md

changes to readme

* manifest changes for new API

* [Hub Generated] Review request for Microsoft.Notebooks to add version preview/2019-10-11-preview (#18482)

* add x-ms-enum

* Fix validation issues

* Delete Notebooks spec

Co-authored-by: Geoffrey Troyer <geoffreymtroyer@gmail.com>
Co-authored-by: Kyle Cutler <kycutler@microsoft.com>

* Enable azure-powershell CI for all management RPs (#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>

* [Hub Generated] Review request for Microsoft.MixedReality to add version stable/2021-01-01 (#18603)

* Update Microsoft.MixedReality swagger to fix quality issues in s360

* Fixing linter issue

* Revert "Fixing linter issue"

This reverts commit 9d3b03a4aa7f742309c46277a7bf529f9f9a9088.

Co-authored-by: Ramón Argüelles-García <rgarcia@ntdev.microsoft.com>

* Update pull_request_assignment.yml (#18780)

Add Chenjie shi as assignee

* [Go] Add batch tag 04/21/22 (#18763)

* [Go] Add batch tag 04/21/22

* Healthcareapis microsoft.healthcare apis 2022 01 31 preview (#17920)

* Adds base for updating Microsoft.HealthcareApis from version preview/2021-06-01-preview to version 2021-11-01

* Updates readme

* Updates API version in new specs and examples

* Initial updates for 2021-11-01 version

* Fix prettier errors and resolve systemData error

* Add missing type definitions

* Remove pattern for validating Cors Origin.  Regex was found to have DDoS issues.  New correct pattern triggeres backwards breaking change alerts.  Removing patterns in latest iteration to avoid error.  Regexes are validated service side with updated logic already.

* Add missing endtime from OperationResult

* Revert CorsOriginEntry pattern removal to avoid false positive cross version breaking change

* Add definition for Properties property in operation definition that was missing.

* Test updating default verison per recommendation

* Update services and workspaces to use some provisioning state to remove .NET SDK error

* Resolve System.InvalidOperationException: Swagger document contains two or more x-ms-enum extensions with the same name 'ManagedServiceIdentityType' and different values: SystemAssigned,None vs. None,SystemAssigned,UserAssigned,SystemAssigned,UserAssigned

* Revert "Resolve System.InvalidOperationException: Swagger document contains two or more x-ms-enum extensions with the same name 'ManagedServiceIdentityType' and different values: SystemAssigned,None vs. None,SystemAssigned,UserAssigned,SystemAssigned,UserAssigned"

This reverts commit d44373c296808b50764b648279c60590a104a4b8.

* Resolve System.InvalidOperationException: Swagger document contains two or more x-ms-enum extensions with the same name 'ManagedServiceIdentityType' and different values: SystemAssigned,None vs. None,SystemAssigned,UserAssigned,SystemAssigned,UserAssigned"

* Change default back to 2021-01-11 version

* Change default version back in 2021-11-01 in anticipation of new release

* Revert changes that removed common-type references for local references

* Add async headers to patch examples

* Add managed identity settings to dicomservices

* Add resourceVersionPolicyCOnfiguration to workspaces/fhirservices

* Fix prettier errors

* Add missing description for resourceTypeOverrides

* Add missing  "x-ms-identifiers" property for arrays.

* add preview version 2021-11-01

* add api version 2022-01-31-preview

* fix path

* trigger GitHub actions

* fix path

Co-authored-by: Dustin Burson <47367432+dustinburson@users.noreply.github.com>
Co-authored-by: Dustin Burson <duburson@microsoft.com>

* Update pull_request_assignment.yml (#18779)

* Update pull_request_assignment.yml

* Update pull_request_assignment.yml

Co-authored-by: Ray Chen <raychen@microsoft.com>

* removing shortcodes specification since shortcode apis are not intend… (#18559)

* removing shortcodes specification since shortcode apis are not intended for public use

* removing shortcodes swagger file again since it was accidentally added while synchronizing fork

* Microsoft.Relay API version 2021-11-01 (#17480)

* base commit for new API version

* Added new API version for 2021-11-01

* CI fixes

* update

* fix for Pythontrack2

* Revert "fix for Pythontrack2"

This reverts commit e70f2e9d981aafd646df9e2b0ded863124aebd1d.

* fix for 2018-01-01-preview API version Nextlink

* Revert "fix for 2018-01-01-preview API version Nextlink"

This reverts commit b2f1dff7dc721f9b767a3438ea68405e6032e4cf.

* reverted python readme.md files changes

* update ARM review comments

* operations lintdifff fix

* corrected authorization spelling

* updated to use few common types

* removed unused common types and combined v1 and v2 common types

Co-authored-by: Ajit Navasare (MINDTREE LIMITED) <v-ajnav@microsoft.com>

* [Hub Generated] Review request for Microsoft.Devices to add version stable/2022-02-05 (#17948)

* Adds base for updating Microsoft.Devices from version stable/2021-10-15 to version 2022-02-05

* Updates readme

* Updates API version in new specs and examples

* definition changes

* example changes

* no comments

* swagger modelval fix #1

* general validation fix #1

* revert readonly change (breaking change)

* added locatio pvtEp example

* misplaced location param

* location in PvtEConn response

* header addition

* headers #2

* example change with location sans spec

* header nesting change

* header under headers

* header example

* config readme and python (#18794)

* [CosmosDB] Apis to redistribute throughput among physical partitions (#18664)

* initial changes

* Fix IsDryRun parameter

* Revert IsDryRun change, fix spec for RedistributeThroughput

* model throughputpolicy as an enum

* remove 200 from specs

Co-authored-by: amar-sagare <45947937+amar-sagare@users.noreply.github.com>

* config readme python (#18795)

* Remove unused enum from Microsoft.Resources/changes (#18788)

* Update changes.json

* Prettier

* Fix typo in Microsoft.Resources/changes swagger (#18797)

* Lots API Description Update (#18611)

* [Resources] Config readme.python (#18799)

* Update readme.python.md

* Update readme.python.md

* [Go]Remove servicelinker go track1 config (#18801)

* [Go]Remove servicelinker go track1 config in readme.go.md

* remove repo

* [DataFactory]Added privateEndpoint property Into PrivateLinkConnectionApprovalRequest (#18793)

* [DataFactory]Added privateEndpoint Into PrivateLinkConnectionApprovalRequest

* update

* Add Pause Resume API (#18803)

* Add Pause Resume API

* Fix LintDiff

* Fix responses

* Fix prettier

* Update version of the python Chaos SDK (#18754)

* Dev recoveryservices microsoft.recovery services 2022 01 31 preview (#18378)

* Adds base for updating Microsoft.RecoveryServices from version stable/2022-01-01 to version 2022-01-31-preview

* Updates readme

* Updates API version in new specs and examples

* Adding capability API to swagger

* Fixes

* Fixing error

* Fixing validation errors

* Prettier fixes

* Fixing example description for capabilities

* Correcting value in example

* Changes to support multi subResource

* Adding x-ms-identifiers

* Prettier fix

* Dev dataprotection microsoft.data protection 2022 03 31 preview (#18624)

* Adds base for updating Microsoft.DataProtection from version preview/2022-02-01-preview to version 2022-03-31-preview

* Updates readme

* Updates API version in new specs and examples

* Changes from 2022-03-01

* Adding extension routing API

* Prettier fix

* Undo unintentional changes

* Revert "Prettier fix"

This reverts commit 3ac4c11592e7bba2297d14d0183ced1c444c2103.

* Adding autoheal settings

* Adding x-ms-parameter-location

* Fixing example resourceId and extension resource path

Co-authored-by: chandrasekarendran <59728024+chandrasekarendran@users.noreply.github.com>

* Fixing linting issue (#18781)

* [Hub Generated] Publish private branch 'dev-orbital-Microsoft.Orbital-2021-04-04-preview' (#18551)

* New Swagger Spec File

* New Swagger Example Spec File

* New Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Go Language Readme Config File

* New Python Language Readme Config File

* New Typescript Language Readme Config File

* New C# Language Readme Config File

* Orbital sdk 2021 04 04 preview (#5253)

* New Readme Config File

* New Go Language Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New Ruby Language Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Added orbital.json file

* Passed linting using AutoRest for 2020-09-01 Azure Orbital Private Privew

* Updated Operation object under Azure Orbital 2020-09-01 preview.

* Updated Operation object under Azure Orbital 2020-09-01 preview.

* Updated Satellites object for Azure Orbital 2020-09-01 preview

* Updated examples for Azure Orbital Private Preview 2020-09-01

* Updated examples for Azure Orbital Private Preview 2020-09-01

* Updated examples for Azure Orbital Private Preview 2020-09-01

* Addressed feedback from ARMChangesRequested

* Updated the GetAvailableContacts api to add long running operation

* Updated the api version

* Updated the objects based on discussion with PM.

* list available ground station made a POST request (#2521)

* list available ground station made a POST request

* Swagger LintDiff fix

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* swagger specs for version-20210404-preview

* removed cross version references. Copied over unchanged examples from the previous API version 2021-09-01-preview

* removed availableGroundStations API

* New Readme Config File

New Go Language Readme Config File

New Typescript Language Readme Config File

New Python Language Readme Config File

New C# Language Readme Config File

New Ruby Language Readme Config File

New Swagger Spec File

New Swagger Example Spec File

Added orbital.json file

Passed linting using AutoRest for 2020-09-01 Azure Orbital Private Privew

Updated Operation object under Azure Orbital 2020-09-01 preview.

Updated Operation object under Azure Orbital 2020-09-01 preview.

Updated Satellites object for Azure Orbital 2020-09-01 preview

Updated examples for Azure Orbital Private Preview 2020-09-01

Updated examples for Azure Orbital Private Preview 2020-09-01

Updated examples for Azure Orbital Private Preview 2020-09-01

Addressed feedback from ARMChangesRequested

Updated the GetAvailableContacts api to add long running operation

Updated the api version

Updated the objects based on discussion with PM.

list available ground station made a POST request (#2521)

* list available ground station made a POST request

* Swagger LintDiff fix

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* validation check changes. Avocado, SpellCheck and prettier

* validation checks changes

* Modify readme.md for sdk generation

* added system data

* sdk pre namer validation changes

* lintdiff warning changes

* add comms scenario swagger (#3794)

* add comms scenario swagger

* remove unused example

* fix some validation errors

* fix style issues

* update spec based on feedback

* add updated example files

* fix CI errors

* change endpoints/connections list APIs to posts from gets

* connections lists from endpoints return resource IDs rather than full
objects.

* update examples files for endpoints connections list APIs

* fix operationIds and add descriptions

* fix more op ids and add descriptions for real

* fix typos, add constraints, and remove kbps/gbps from bandwidth (#4023)

* Updates to Resource Types (Modifications and Renames) (#4294)

* update orbital.json

* update examples

* prettier fix

* unfix old api version

* fix ci issues

* make more fields immutable

* update provisioning states

* swagger specs for Available groundstation APIs, version 2021-preview (#4920)

* swagger specs for Available groundstation APIs, version 2021-preview

* npm prettier check

* added type object

* removed capability and global comms info from responses

* prettier fix

* changed AP id response

* changes to schema to follow ARM format, resource id update

* Spelling check fix

* Ground Station spell check

* added groundstation to custom words

* Revert "added groundstation to custom words"

This reverts commit 0d7e18217de98836dcb8ba991685e15436004836.

* Revert "Ground Station spell check"

This reverts commit ef85b3b26f9ddf81dc1f50a9b677f9d8f115c4cf.

* Revert "Spelling check fix"

This reverts commit 6bd95c6e013889b6d488703846bbe87bbbb9c494.

* word addition

* type in response

* type definition in swagger

* readonly add

Co-authored-by: Akanksha Bhattacharyya <akankshab@microsoft.com>

* removed comms APIs

* readme updated

* fixed Swagger Avocado errors

* swagger lintDiff fix 1

* swagger lintDiff fix 2

* swagger lintDiff fix 3

Co-authored-by: Sunny Patel <sunny27710@gmail.com>
Co-authored-by: Sunny Patel <sunpatel@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>
Co-authored-by: Devanshu Singh <devasingh@microsoft.com>
Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
Co-authored-by: Jim Harris <72156062+MicrosoftJim@users.noreply.github.com>
Co-authored-by: Akanksha Bhattacharyya <akanksha.nb@gmail.com>
Co-authored-by: Akanksha Bhattacharyya <akankshab@microsoft.com>

* operation IDs updated (#5461)

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* Dev orbital microsoft.orbital 2021 04 04 preview (#5491)

* operation IDs updated

* updated OperationListResult definition

* review points implemented

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* Azure Orbital - Review points implemented (#5507)

* operation IDs updated

* updated OperationListResult definition

* review points implemented

* referencing CloudError, ApiVersionParameter, ResourceGroupNameParameter, SubscriptionIdParameter from common-types

* reverting cloudError refs

* prettify json

* reorder some parameters

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>
Co-authored-by: ArcturusZhang <dapzhang@microsoft.com>

* Removed Empty allOf (#5510)

* operation IDs updated

* updated OperationListResult definition

* review points implemented

* referencing CloudError, ApiVersionParameter, ResourceGroupNameParameter, SubscriptionIdParameter from common-types

* reverting cloudError refs

* prettify json

* removed empty allOf

* validation checks

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* readme.go.md fixed (#5512)

* operation IDs updated

* updated OperationListResult definition

* review points implemented

* referencing CloudError, ApiVersionParameter, ResourceGroupNameParameter, SubscriptionIdParameter from common-types

* reverting cloudError refs

* prettify json

* removed empty allOf

* validation checks

* readme.go.md fixed

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* Remove last empty allOf (#5513)

* operation IDs updated

* updated OperationListResult definition

* review points implemented

* referencing CloudError, ApiVersionParameter, ResourceGroupNameParameter, SubscriptionIdParameter from common-types

* reverting cloudError refs

* prettify json

* removed empty allOf

* validation checks

* readme.go.md fixed

* remove one last empty allOf

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* stable API version 2022-03-01

* valid json

* lint diff fix

* lint diff fix 2

* avocado fix

* lint diff warninga 1

* lint diff warnings 2

* prettier fix

* readme.me updated 2022-03-01

* Update readme.python.md

Co-authored-by: Sunny Patel <sunny27710@gmail.com>
Co-authored-by: Sunny Patel <sunpatel@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>
Co-authored-by: Devanshu Singh <devasingh@microsoft.com>
Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
Co-authored-by: Jim Harris <72156062+MicrosoftJim@users.noreply.github.com>
Co-authored-by: Akanksha Bhattacharyya <akanksha.nb@gmail.com>
Co-authored-by: Akanksha Bhattacharyya <akankshab@microsoft.com>
Co-authored-by: ArcturusZhang <dapzhang@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2021-10-01 (#18174)

* Adding details about access and Report Schema for reservation report

* MISC

* Missing errors

* fixing model error

* MISC

* MISC

* MISC

* MSIC

* MISC

* Removing Etag to fix the S360 item

* Fixing Routing issue

* MISC

* MISC

* MISC

* MISC

* Azure Red Hat OpenShift 2022-04-01 API (#18350)

* test

* Fix Swagger LintDiff failures

* More lint errors

* Update readme.md

* Update readme.python.md

Co-authored-by: Peter Kostyukov <pkostyuk@redhat.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* add xms-ids for providerhub (#17991)

* [SQL] Revert replication_link_legacy changes (#18772)

* reverting replication_links legacy changes

* revert changes to composite package v5 tag

* add to correct package tag - v5

* add or modify files (#18833)

* DataBox API version upgrade to 2022-02-01 (#18734)

* Change operationIds and descriptions for doc generation

* Initial commit - copy files from previous version

* Changes for v2022-02-01

* Remove unnecessary changes

* Revert minor change

* Update readme.python.md

`readme.python` has used track2 by default, so it no longer needs `track2` tag.

Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>

* Refactor v3 common type ResourceModelWithAllowedPropertySet definition to include systemData and reuse propertiy definitions. (#18789)

* scvmm-typescript.md-update (#18802)

* Add new enum values to DataBindingMode (#18690)

* Add 2021-11-01-preview BlobAuditing.json in SQL V5 SDK tag (#18819)

* added separate audit section for sdk generation

* update audit version

* remove audit version

* lint

* added blob-auditing version at the end of V5

Co-authored-by: Ilias Khan <iliaskhan@microsoft.com>

* Update costmanagement.exports.json (#18822)

* [SQL] Databases API - propagate changes on newer versions (#18753)

* Update version 2021-08-01-preview

* Update version 2021-11-01-preview

* ignore string shuffling

* [Go]deviceprovisioningservices add batch tag package-2022-02 (#18842)

* [Go]deviceprovisioningservices add batch tag package-2022-02

* rename go track2 module name

* Change number to integer (#18834)

* update-resources-typescript.md (#18746)

* HardwareSecurityModules service-name (#18847)

* Subledgerid swagger update (#18628)

* added subledger id tracking

* prettier fix

* subledger endpoint added

* subledgerids spec added

* added

* testing changes

* fixed pem array

* fixed pem array

* camel cased

* move version to a YYYY-MM-DD value

* move version to a YYYY-MM-DD value

* open api board changes

* small change collectionIds -> collections

* fixed examples

* prettier fix

* match schema of other arrays

* updated version

* updating file path

* updating version in readme

* updated model

* prettier fix?

* updated comments

* updated naming

* date fix

* nextlink update

* Add locations, sku and remove IoT connection properties (#18481)

* Add locations and sku

* Pretty

* update

* update (#18859)

* Update readme.python.md (#18860)

* Miceru/fix for automanage completeness (#18752)

* Add HybridCompute paths

* Add AzureStackHci paths

* fix spelling

* formatting

* formatting

* fix LintDiff errors

* fix LintDiff warnings

* implemented collection GET for configurationProfileAssignments resources

* fix LintDiff warnings

* change description to NoContent

* enable go track 2 pipeline

Co-authored-by: ArcturusZhang <dapzhang@microsoft.com>

* Fix newlines (#18864)

* Update ManagedServerDnsAliases API definition (#18751)

* Update managed server dns alias api definition

* Update example files

* [Hub Generated] Review request for Microsoft.AzureStackHCI to add version stable/2022-05-01 (#18851)

* Adds base for updating Microsoft.AzureStackHCI from version stable/2022-03-01 to version 2022-05-01

* Updates readme

* Updates API version in new specs and examples

* added patch API to ArcSettings resource and introduced ArcConnectivityProperties attribute

* fixing formatting issue

* adding 202 into delete example

* prettier formatting fix

* addressing code review comments

* New stable version for ga (#18824)

* copy 2022-02-15 to a new folder

* copy same version from private repo RPSaaSMaster

* update readme

* revert some changes in readme

* replace readOnly with x-ms-secret

* revert the changes since it cause breaking changes

Co-authored-by: Yunpeng Hou <yunho-microsoft@LAPTOP-I1QCG3DM.fareast.corp.microsoft.com>
Co-authored-by: Yunpeng Hou <yunho-microsoft@Yunpengs-MacBook-Pro-2.local>

* fix execution details correctness - S360. (#18721)

* fix execution details correctness - S360.

* Add x-ms-identifiers to runInformation arrays.

* fix prettier format.

Co-authored-by: kipartha <kipartha@microsoft.com>

* adding changes from preview version 2022-02-01-preview to stable version 2022-04-01 (#18571)

* Base commit: copying 2022-03-01 stable version to 2022-04-01 stable version

* update version in examples and dataprotection.json

* updated readme.md

* adding changes from preview version 2022-02-01-preview to stable version 2022-04-01

* fixed prettier and avocado issues

* Update readme.md

* Correct Probe enums (#18839)

* fix probe enums

* Fix revision mode enum

* Fix patch example

* [PostgreSQL] Adding a new privatepreview version for fast-provisioning feature (#18700)

* add new files

* Add getCachedServerName API

* location capability property update

* revert the wrong change

* Add new line and change formats

* fix ci issue

* Remove example file

* Re-add example file

* Added readme files

* Add location name

* Add definitions for required parameters

* Run prettier and handle model validation isue

* Remove additional property

* prettier run again

* Revert "[PostgreSQL] Adding a new privatepreview version for fast-provisioning feature (#18700)" (#18915)

This reverts commit 87b55611561add58ab0086f8c442e0bd25a51651.

* Promote shiftleft in PR template (#18914)

* fix: typo in tag for MSI 2021-09-30-preview (#18850)

* Add 2022-02-01-preview to Microsoft.MachineLearningServices (#17990)

* base off Microsoft.MachineLearningServices/preview/2022-01-01-preview

* bump to 2022-02-01-preview

* bump to /v3/types.json

* use /v3/types.json Sku definition

* migrate mls.json to common-types managedIdentity

* add mfe.json + examples

* add 2022-02-01-preview to readme files

* remove unused ContainerResourceRequirements definition in mls.json

* fix ModelValidation issues in example files

* prettier

* typo fixes + custom words

* remove workspaceSkus.json

* workspaceFeatures.json spec fixes

* update mls.json + examples

* add known x-ms-identifiers

* remove workspaceSkus.json from readme

* add final x-ms-identifiers property

* more typo fixes

* fix build errors

* fix more build errors

* various description + example fixes/additions

* remove uri as a required property

* rename ImageDataSettings to ImageVerticalDataSettings

* rename MLTableDataVersion to MLTableData

* add missing  links

* add more InputDeliveryMode enum values

* add missing x-ms-enums.values lists

* remove unnecessary x-ms-identifiers property

* mark required properties as [Required] in description

* description updates

* pattern no longer required

* add scheduled and scheduleId query params

* add EgressPublicNetworkAccessType definition

* add PublicNetworkAccessType

* typo fix

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>

* TLS Picker Feature - Swagger Changes For Service Bus (#17967)

* Copied latest base api-version

* TLS Picker Swagger changes for SB

* Changed the degault tag for Readme

* updated all enums to "modelAsString": true

Co-authored-by: Ajit Navasare (MINDTREE LIMITED) <v-ajnav@microsoft.com>

* update appcontainers (#18917)

* Adding ApplicationGroup to EventHub Namespace (#17430)

* Copying latest version from stable

* ApplicationGroup added

* Fix validations

* Fix validations

* Validations fix continued

* Validations fix continued

* Fix contd.

* Fix validations contd.

* Fix contd.

* Fix validations contd.

* Fix contd.

* Fix validations

* Fix contd.

* Fix validations contd.

* Validations fix continued

* PR comments addressed

* Minor description change

* Reset previous 2 commits

* PR comments addressed

* Added x-ms-identifier in array for satisfying newly introduced pipeline.

* Changing name field

* Contract changes

* PublicNetworkAccess Enum value addition for NSP

* Nsp public APIs

* NSP Lint fix

* Lint Update

* Nsp Lint Update

* Nsp Lint Update

* Moving NSP to correct API Version

* Move NSP examples to correct API Version

* Move NSP examples to correct API Version

* Moving New update of PublicNetworkAccess to correct API Version

* Nsp Examples fix

* Nsp Examples fix

* Nsp Examples fix

* Nsp Examples fix

* Nsp Examples fix

* Spell Fix

* Nsp AccessRules update

* Swagger changes for TLS Picker

* Removing error response from the v1 definition

* Adding error response from the v1 definition

* NSP State enum update

* changed to use ErrorResponse from v2

* NSP Lint Fixes

* NSP Lint Fixes

* NSP Example update

* Changing data model definition

* Update examples

* Fix style

* Fix style contd.

* Test ApplicationGroupPolicy

* Test ApplicationGroupPolicy

* Test ApplicationGroupPolicy

* Test ApplicationGroupPolicy

* Update Policy type

* Test ApplicationGroupPolicy

* Fix Pipeline checks

* Test ApplicationGroupPolicy

* Test ApplicationGroupPolicy

* PR comments addressed

* Fixing checks

* Addressed comments

* TLS Picker updates - Review feedback

* NSP update

* NSP update

* NSP update

* NSP update

* Address PR comments

* Fix checks

* Revert SASKeyName change

* Added required param

* Making model validation fix

* updated readme.md files

* corrected API version in python

* Update readme.md

* Update readme.python.md

* corrected example

* adding publicNetworkAccess to network

* added SecuredByPerimeter to PublicNetworkAccess enum

* Addition of AccessMode Property in NetworkSecurityPerimeterConfiguration

* added supportsScaling to clusters

* Update specification/eventhub/resource-manager/readme.python.md

implementing suggestion

Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>

* Update specification/eventhub/resource-manager/readme.python.md

suggestion committed

Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>

* spell check fix

* api tag fix in readme.go.md

Co-authored-by: Sayan Ghosh <sayanghosh@microsoft.com>
Co-authored-by: davadhani <davadhani@microsoft.com>
Co-authored-by: charvakpatel <charvakpatel@microsoft.com>
Co-authored-by: Manoj Prasad <manojprasad@microsoft.com>
Co-authored-by: Ajit Navasare (MINDTREE LIMITED) <v-ajnav@microsoft.com>
Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>

* add dns resolver settings (#18669)

* dev-Sentinel-2022-05-01-preview (#18796)

* Adds base for updating Microsoft.SecurityInsights from version preview/2022-04-01-preview to version 2022-05-01-preview

* Updates readme

* Updates API version in new specs and examples

* Added fileImports.json (#18540)

* Added fileImports.json

* add example files

* move example files

* delete old example files

* fix get file import by id example

* fix delete file import example

* fix typos

* resolve issues

* fix date

* more issue resolving

* .

* .

* add location to delete example

* support 200

* resolve comments

* update example

* remove whitespace

* readonly

* operationId

* revert file imports (#18663)

* add securityMLAnalyticsSettings to securityInsights (#18679)

* add securityMLAnalyticsSettings to securityInsights

* update for operationIdNounConflictingModelNames

* update plurality

* update

* add settingsdefinintionid field for anomalySettings

* Add Anomaly to timeline items (#18675)

* Add Anomaly to timeline items

* Add exmaple of anomaly

* Add x-ms-identifiers

* fix  issue
fix x-m-id issue.
fix lint

* Change enum name

* REmove timeline from inceidents

* swap enum definistion and name

* Align SKU descriptions (#18874)

* Align SKU descriptions

* Remove Sku model from Settings as it's not in use and has conflict with another trype.

* Update AutomationRules.json (#18630)

* Update automation rules swagger

* Update examples

* fix examples

* fix naming typo

* run prettier

* run prettier on missing file

* remove logic app arm id from required

* remove a tag with errors (#18916)

Co-authored-by: moranraz <59017169+moranraz@users.noreply.github.com>
Co-authored-by: jungph808 <100548649+jungph808@users.noreply.github.com>
Co-authored-by: rpressburger <93909726+rpressburger@users.noreply.github.com>
Co-authored-by: ityankel <47292630+ityankel@users.noreply.github.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>

* Update compute.json (#18773)

* Add Azure Edge Order CLI settings (#17957)

- add subgroups
- simplify command names

* [Communication Services - JobRouter] Initial commit (#17872)

* initial commit

* add readmes

* revise readme

* fix swagger link

* fix swagger link, add closing brace to patch classification example

* Updating with latest swagger and prettier changes

* Fix prettier in swagger

* Fix examples

* Address many comments

* prettier and avocado fixes

* fix other issues

* add offerttlseonds to examples

* remove readonlys

* Change to upsert routes

* add descriptions

* add descriptions

* added empty properties for model validation

* Add missing descriptions/summaries

* Make reclassify an action

* Fix spell check

* Add required to requests and remove required attributes from some models

* removed csharp readme

* change order of worker and offer id parameters to match path

Co-authored-by: Charandeep Parisineti <cparisineti@microsoft.com>

* [CosmosDB] [AdjustThroughput API] Add 200 responses to the APIs (#18867)

* Add blockchain to latest profile

* Add additional types

* add 200 responses

* fix operationname

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>

* Guest Configuration: Add new API version - 2022-01-25 for SET scenario (#17811)

* Add blockchain to latest profile

* Add additional types

* Add GET all methods for resource group and subscription

* Fix Linter Validation issue

* Fix Swagger Correctness S360 items

* Fix swagger validation comments

* Fix model validaiton

* Fix Lint errors

* Fix model validation for examples

* IoT Central Public API 1.1-preview Oct Release (#16514)

* Add new 2.0-preview.1 version for IoT Central

* fix typo on enum value

* rollback 1.0 changes, applied 2.0-preview.1

* fix typo

* remove non-used examples

* fix style

* update version from 2.0-preview.1 to 1.1-preview

* update code review comments, fix patch consumes with json-patch support, fix examples for fileupload

* add nextLink to collection of orgs

* fix typo

* fix wrong position of paging

* fix the paging

* add . to description

* update default to use enum for api-version

* add oct release with query, cde v2, device filter, device template filter, relationship, edge template, simplified template patching

* update examples

* fix lint error, model validation

* fix missing type in examples, remove url format

* fix ID case

* fix id case

* fix ID case

* add iotc query language reference

* fix typo

* Make ConfigurationSetting read-only property

* Fix Swagger S360 issues

* Remove the unknown file

* Fix prettier check

* Changing the vmssResourceId to camelCasing

* Revert the readOnly tag on name property

* Guest Configuration - Add new API version 2022-01-25 for SET Scenario

* fix LinDiff errors

* Run prettier check

* Fix review comments

* Keep the parameter sequence same as before

* Update GO SDK read me file

* Fix LinttDiff errors

* Fix Prettier check

* adding assignmentSource field

* fixing lint issues raised by current PR

* fixing pageable placement

* making nextLink null

* fixing policheck error to replace whitelisted

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: Aashish Rajaram Salokhe <aasalokh@microsoft.com>
Co-authored-by: Johnson Yang <hayang@microsoft.com>
Co-authored-by: Anika Tabassum Sardar Neela <aneela@microsoft.com>

* fix description for maintenance window time zone (#18905)

* fix description for maintenance window time zone

* more description updates

* Update specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2022-02-10-preview/desktopvirtualization.json

Co-authored-by: sefriend <73497825+sefriend@users.noreply.github.com>

* Update specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2022-02-10-preview/desktopvirtualization.json

Co-authored-by: sefriend <73497825+sefriend@users.noreply.github.com>

Co-authored-by: sefriend <73497825+sefriend@users.noreply.github.com>

* [Hub Generated] Review request for Microsoft.ContainerRegistry to add version preview/2022-02-01-preview (#18176)

* [App Configuration] Promote 2022-05-01 stable version (#18811)

* Add 2022-05-01 folder based on 2021-10-01-preview

* Update 2022-05-01 folder

* Fix readme issue

* ComputeRP 2022-03-01 REST API release (#17988)

* new API version set up

* update mistakes

* move extended location to common

* update other readme files for sdk languages

* Adding UltraSSDcapability properties in dedicated host resource (#18076)

* Added diffDiskSettings property as part of Swagger changes needed for Ephemeral VM\VMSS

* updated comment

* updated swagger specs for diffdisksettings property

* updated swagger spec comments  for diff disk settings [property

* added example to create Diff OS disk scaleset

* updated 2018-10-01 version specs with diffdisk property

* added example file for creating VM with diffdisksettings property

* updated swagger changes for reimage operation in single vm

* update examples

* udpated examples

* fixed validation errors

* updated comments for reimage operation documentation

* Updated examples and documentation for APIs in swagger

* updated examples as per review comments

* updated swagger documentation

* updated swagger documentation with zone details in the sku example

* updated swagger documentation and reverted the breaking changes

* updated examples as per swagger model

* updated swagger to remove the model validation errors for existing examples where we are passing read only parameter in the request

* updated swagger

* updated swagger

* Added new property in DiffDiskSettings

* updated swagger spec

* udpated swagger

* updated swagger spec

* updated code

* updated code

* udpated swagger

* updated code

* updated swagger documentation for DiffDiskPlacement

* updated code

* updated documentation

* updated code

* updated swagger

* updated swagger

* updated swagger

* updated code

* updated code

* updated example json

* updated swagger changes

* updated swagger

* Updating minor documentation for the changes checked in PR: 18076 (#18528)

* Added diffDiskSettings property as part of Swagger changes needed for Ephemeral VM\VMSS

* updated comment

* updated swagger specs for diffdisksettings property

* updated swagger spec comments  for diff disk settings [property

* added example to create Diff OS disk scaleset

* updated 2018-10-01 version specs with diffdisk property

* added example file for creating VM with diffdisksettings property

* updated swagger changes for reimage operation in single vm

* update examples

* udpated examples

* fixed validation errors

* updated comments for reimage operation documentation

* Updated examples and documentation for APIs in swagger

* updated examples as per review comments

* updated swagger documentation

* updated swagger documentation with zone details in the sku example

* updated swagger documentation and reverted the breaking changes

* updated examples as per swagger model

* updated swagger to remove the model validation errors for existing examples where we are passing read only parameter in the request

* updated swagger

* updated swagger

* Added new property in DiffDiskSettings

* updated swagger spec

* udpated swagger

* updated swagger spec

* updated code

* updated code

* udpated swagger

* updated code

* updated swagger documentation for DiffDiskPlacement

* updated code

* updated documentation

* updated code

* updated swagger

* updated swagger

* updated swagger

* updated code

* updated code

* updated example json

* updated swagger changes

* updated swagger

* udpated swagger

* Merged the intent from origin (#18159)

* fix naming convention error =s

* new API version set up

* update mistakes

* move extended location to common

* update other readme files for sdk languages

* Adding UltraSSDcapability properties in dedicated host resource (#18076)

* Added diffDiskSettings property as part of Swagger changes needed for Ephemeral VM\VMSS

* updated comment

* updated swagger specs for diffdisksettings property

* updated swagger spec comments  for diff disk settings [property

* added example to create Diff OS disk scaleset

* updated 2018-10-01 version specs with diffdisk property

* added example file for creating VM with diffdisksettings property

* updated swagger changes for reimage operation in single vm

* update examples

* udpated examples

* fixed validation errors

* updated comments for reimage operation documentation

* Updated examples and documentation for APIs in swagger

* updated examples as per review comments

* updated swagger documentation

* updated swagger documentation with zone details in the sku example

* updated swagger documentation and reverted the breaking changes

* updated examples as per swagger model

* updated swagger to remove the model validation errors for existing examples where we are passing read only parameter in the request

* updated swagger

* updated swagger

* Added new property in DiffDiskSettings

* updated swagger spec

* udpated swagger

* updated swagger spec

* updated code

* updated code

* udpated swagger

* updated code

* updated swagger documentation for DiffDiskPlacement

* updated code

* updated documentation

* updated code

* updated swagger

* updated swagger

* updated swagger

* updated code

* updated code

* updated example json

* updated swagger changes

* updated swagger

* Updating minor documentation for the changes checked in PR: 18076 (#18528)

* Added diffDiskSettings property as part of Swagger changes needed for Ephemeral VM\VMSS

* updated comment

* updated swagger specs for diffdisksettings property

* updated swagger spec comments  for diff disk settings [property

* added example to create Diff OS disk scaleset

* updated 2018-10-01 version specs with diffdisk property

* added example file for creating VM with diffdisksettings property

* updated swagger changes for reimage operation in single vm

* update examples

* udpated examples

* fixed validation errors

* updated comments for reimage operation documentation

* Updated examples and documentation for APIs in swagger

* updated examples as per review comments

* updated swagger documentation

* updated swagger documentation with zone details in the sku example

* updated swagger documentation and reverted the breaking changes

* updated examples as per swagger model

* updated swagger to remove the model validation errors for existing examples where we are passing read only parameter in the request

* updated swagger

* updated swagger

* Added new property in DiffDiskSettings

* updated swagger spec

* udpated swagger

* updated swagger spec

* updated code

* updated code

* udpated swagger

* updated code

* updated swagger documentation for DiffDiskPlacement

* updated code

* updated documentation

* updated code

* updated swagger

* updated swagger

* updated swagger

* updated code

* updated code

* updated example json

* updated swagger changes

* updated swagger

* udpated swagger

* Merged the intent from origin (#18159)

* fix naming convention error =s

* fix issues from https://github.com/Azure/azure-rest-api-specs/pull/18159

* Adding Identity to VirtualMachineScaleSetVM (#18295)

* init

* PR comment

* [Crash Consistent RestorePoints] Making consistencyMode input parameter for RestorePoint (#18165)

* removing readonly for consistencymode

* small spell correction 2.1

* [RestorePoints] Fixing instanceView (#18592)

* fixing instance view 20220301instanceviewfix branch 1.1

* adding objects 2.1

* VMSS Flex Disk deleteOption changes (#18433)

* disk delete option for vmss flex

* prettier changes

* update parameters

Co-authored-by: Kimberly Yip Chang <kiyipcha@microsoft.com>

* Fix vm extension location bug  (#18487)

* fix

* fix lint issue

* Update properties for VMApps, CRP (#18609)

* saving work

* ran prettier

* fix LintDiff, SpellCheck

* reverted changes made to gallery.json. The changes to gallery.json will be part of separate PR.

* GuestPatching: Adding AutomaticByPlatformSettings (in VMSS and VM model) and useRollingUpgradePolicy (in VMSS model) properties (#18581)

* GuestPatching: Adding AutomaticByPlatofrmSettings within Linux and Windows Patch settings for VM and VMSS model

* Updating examples related to AutomaticByPlatformSettings property in PatchSettings for VM and VMSS model

* Adding useRollingUpgradePolicy property to automaticOSUpgradePolicy for VMSS and other minor changes for AutomaticByPlatfrom settings

* Addressing PR feedback

* Addressing PR feedback #2

* Renaming reboot reference for windows and linux automaticbyplatform patch settings - reboot settings

* Resolving errors reported on the PR by Avocado and LintDiff

* add architecture added in last version

* fix CI failures

* added PremiumV2_LRS (#18809)

* Update dedicatedHost.json

* fix example name to keep it consistent with others

* Update computeRPCommon.json

Co-authored-by: hari-bodicherla <43284966+hari-bodicherla@users.noreply.github.com>
Co-authored-by: aspand <45955504+aspand@users.noreply.github.com>
Co-authored-by: kamusta-msft <56413142+kamusta-msft@users.noreply.github.com>
Co-authored-by: prchin <101265062+prchin@users.noreply.github.com>
Co-authored-by: Kimberly Yip Chang <kimberlyyipc@gmail.com>
Co-authored-by: Kimberly Yip Chang <kiyipcha@microsoft.com>
Co-authored-by: Bhaskar Brahma <bhbrahma@microsoft.com>
Co-authored-by: Rajasi Rane <56841542+rane-rajasi@users.noreply.github.com>
Co-authored-by: PushyaragY <100753036+PushyaragY@users.noreply.github.com>

* adding a new preview version (#18937)

* [Synapse] Support rejected data linked service in dataflow sink (#18906)

* Dataflow rejected data linked service

* Synapse rejected data linked service

* Revert "Dataflow rejected data linked service"

This reverts commit 52e3438a76e723cd63466d133c2981f86857bf20.

* update

* Dataflow rejected data linked service (#18907)

* updated examples, resource name description (#18918)

* Add readonly "action" property to NetworkRuleSetIpRule definition (#18736)

* Remove x-ms-azure-resource prop

* Adding action prop to NetworkRuleSetIpRule def

* revert and description

* modify api version of ReplicationLinks in swagger file (#18894)

* modify api version of ReplicationLinks in swagger file

* remove example fils referenced by old legacy version

* remove x-ms-examples sections which referencing to nothing

* add back example files

* add new line at end of example files

* update (#18908)

* Feature/t misrael/2022 04 13 preview (#18671)

* Added new preview version

* Added ID parameter to return values in ClassicAccounts_GetDetails and UserClassicAccounts_List APIs.
Updated the corresponding example accordingly.

* Changed api version in examples and in the vijson

* Version updates in readmes + prettier

* Update accountName regex pattern

* Fixed "Azure Video Analyzer for Media" to "Azure Video Indexer"

* Update specificationRepositoryConfiguration.json (#18963)

* Update comment.yml (#18959)

* Update comment.yml

* Update comment.yml

* Create comment.yml (#18969)

* Review request for Microsoft.RecoveryServices to add version stable/2022-03-01 (#18647)

* Base commit: copying 2022-02-01 stable version to 2022-03-01 stable version

* updated api version in example and swagger files

* updated readme.md

* added monitoring settings to resource

* prettier fix

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2022-03-01 (#18749)

* Adds base for updating Microsoft.RecoveryServices from version stable/2022-02-01 to version 2022-03-01

* Updates readme

* Updates API version in new specs and examples

* [Hub Generated] Publish private branch 'servicelinker/naji/swaggerEnum' (#18971)

* add or modify files

* fix model validation error

Co-authored-by: Nan Jiang <naji@microsoft.com>

* Update comment.yml (#18972)

* update description and examples (#18981)

* Adding Dynatrace.Observability swagger version 2021-09-01-preview (#18890)

* Adding Dynatrace.Observability swagger version 2021-09-01-preview

* Fixing spellcheck

* Update specification/dynatrace/resource-manager/readme.md

* Update readme.python.md

* Resolved comments

* Adding 401 response in SSO Api

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Review request for Microsoft.ContainerService to add version 2022-04-02-preview (#18900)

* Adds base for updating Microsoft.ContainerService from version preview/2022-03-02-preview to version 2022-04-02-preview

* Updates readme

* Updates API version in new specs and examples

* update readme (#18714)

* add NetworkPluginMode to ManagedCluster (#18735)

* add NetworkPluginMode to ManagedCluster

* add overlay example

* remove example

* only keep overlap as option

* Add properties for apiserver-vnet-integration (#18705)

* Update for AKS trusted access feature (#18708)

* Update for AKS trusted access feature

* fixup! Update for AKS trusted access feature

* fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* OSSKU supports Windows options (#18706)

* OSSKU supports Windows options

* Add example Create Agent Pool with Windows OSSKU

* Improve description about the default value

* Improve the description to clarify

* Improve description about default Windows OSSKU

* add storageProfile into managedcluster (#18817)

Signed-off-by: Ji An Liu <jiliu8@microsoft.com>

* capatalize NetworkPluginMode name (#18884)

* capatalize NetworkPluginMode name

* capitalize in description

* aks: add enableCustomCATrust in v20220402-preview api-version (#18830)

* aks: add enableCustomCATrust in v20220402-preview api-version

* aks: add description of CustomCATrust

* aks: fix typo, add DaemonSet to custom words list

Co-authored-by: Mikolaj Umanski <mumanski@microsoft.com>

* [AKS] Update on trustedaccess resource (#18947)

* Add paging for trusted access

* update async state

* fixup! update async state

* Use enum for TrustedAccessRoleBinding's ProvisioningState (#18950)

Co-authored-by: Tyler Lloyd <tyler.lloyd@microsoft.com>
Co-authored-by: gossion <guwe@microsoft.com>
Co-authored-by: Dong Liu <doliu@microsoft.com>
Co-authored-by: Shiqian Tao <62196586+ShiqianTao@users.noreply.github.com>
Co-authored-by: Ji'an Liu <jiliu8@microsoft.com>
Co-authored-by: Mikołaj Umański <mik.umanski@gmail.com>
Co-authored-by: Mikolaj Umanski <mumanski@microsoft.com>

* [Hub Generated] Review request for Microsoft.Insights to add version stable/2022-06-01 (#18885)

* Adds base for updating Microsoft.Insights from version stable/2022-04-01 to version 2022-06-01

* Updates readme

* Updates API version in new specs and examples

* Update

* Update specification/monitor/resource-manager/readme.md

Co-authored-by: Thomas Pham <thompham@microsoft.com>
Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>

* Swagger fix for MUA for RSV and Dpp (#18901)

* manual swagger fix

* adding change to newer version

* swagger fix

* Empty-Commit

Co-authored-by: Charan MVS <smadu@microsoft.com>

* fix: wrong api version for network latest version (#18…
raych1 added a commit that referenced this pull request Jul 19, 2022
* Update resource association swagger (#18432)

* update access mode values

* update examples

* Add 202 in delete spec

* Add provisioning issues changes

* update schema

* review changs

* update

* typo in model fix

* make provisioning issues readonly

* Add one example in list association, provisioning state enum update

* Add logggin categories in profile

* examples update

* update

* update examples

* reformat code

* Add x-msidentifier for logger

* update

* provisioning state fix

* Fix provisioning state

* Add location header in delete nsp association

* update location header

* update location header

* location header update

Co-authored-by: Kaushal Kumar <kumarkaushal@microsoft.com>

* Update changes.json (#18692)

* [Hub Generated] Review request for Microsoft.HybridCompute to add version stable/2022-03-10 (#18458)

* Adds base for updating Microsoft.HybridCompute from version preview/2021-12-10-preview to version 2022-03-10

* Updates readme

* Updates API version in new specs and examples

* updated the swagger

* fixed typo

* fixed examples

* fixed swagger issues

* removed columns

* fixed the x-ms-identifier format

* fixed the identifier again

* fixed the readme tag

* ran prettier * removed extra tag in the readme.md

* Update HybridCompute.json

updated serviceStatuses and agentConfiguration descriptions

* removed resources

* removed resources in the examples

* addressed issues

* ran prettier

* A small fix to the newly added field's name

* updated the az cli related files

Co-authored-by: Justin Chen <justin99chen@gmail.com>

* [Hub Generated] Review request for Microsoft.Education to add version preview/2021-12-01-preview (#18297)

* New Swagger Spec File

* New Swagger Example Spec File

* New Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Go Language Readme Config File

* New Python Language Readme Config File

* New Typescript Language Readme Config File

* New C# Language Readme Config File

* merging educationrp spec to public branch

* Delete OperationGroupGet.json

fix avocado error

* Update readme.python.md (#18730)

* [Purview - Scanning] adds new version for scanning 2022-02-01-preview (#17382)

* adds new version for credentials api

* adding new version to ReadMe

* tagging /credentials

* tagging /credential

* rearranging ReadMe so that default tag could be detected

* rearranging ReadMe so that default tag could be detected

* testing avacado

* adding 2022-02-01 back to ReadMe

* testing avacado readme checker

* testing avacado readme checker

* testing a new readme file

* Revert "testing a new readme file"

This reverts commit e5536c9dd82f05dc75425f7cb41f015c42eece09.

* testing AzureStorage discriminator

* pr feedback

* pr feedback

* adds description for credential models

* fixes typo

* Operator connect API review (#18265)

* Fixed wrong example payload for IoT central rest API - /deviceTemplates PUT (v1.0 only). (#18104)

Co-authored-by: Chang Liu <changliu3@microsoft.com>

* Corrected the Tag name & python configuration in readme & readme.python.md files (#18731)

* Corrected the Tag: name

* Update readme.python.md

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* remove readonly (#18416)

* [Hub Generated] Publish private branch 'main' (#18741)

* Promote 2022-05-01-preview api from RPSaaSMaster to main

* Fixing lint errors

* Kipartha/execution details action start end (#18698)

* Add action start/end time.

* Update examples with action start/end times.

* fix typo in description.

Co-authored-by: kipartha <kipartha@microsoft.com>

* Allow non-Latin characters in Experiment name (#18703)

https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md#arguments-for-crud-on-resource

* Add new apis for test button feature (#18156)

* Add new apis for test button feature

* Fix bug

* Revert to old package version

* Fix errors

* Fix errors

* Fix error

* Remove "

* Only include the actiongroups changes in this new tag as per Dapeng.

* Revert "Only include the actiongroups changes in this new tag as per Dapeng."

This reverts commit 529a149b258dfa8dc8dcc52b6e1fea16ab2b40d6.

* Add "x-ms-identifiers": [],

* Update the default tag

* Add location headers

* No need to return response

* build

* build

* format json

* Prettier check

Co-authored-by: Thomas Pham <thompham@microsoft.com>

* Azure Networking 2021-08-01 release of monthly branch (#18440)

* Adds base for updating Microsoft.Network from version stable/2021-05-01 to version 2021-08-01

* Updates readme

* Updates API version in new specs and examples

* Add AppGw swagger changes for L4 proxy (#17561)

* Add AppGw swagger changes for L4 proxy

* Fix Lint Errors

* fix prettier checks

* HubRoutingPreference in VirtualHub (#17609)

* commit1

* commit2

Co-authored-by: Khushboo Baheti <khbaheti@microsoft.com>

* MultipleApipa feature VpnSiteLinkConnection and  VirtualNetworkGatewayConnection (#17672)

* VngConnection

* VpnSiteLinkConnection

* fixes

* fixes

* fix2

* fixes

Co-authored-by: Khushboo Baheti <khbaheti@microsoft.com>

* Virtual Wan P2S MultiPool feature swagger changes (#17620)

* Virtual Wan P2S MultiPool feature swagger changes

* Fix Swagger LintDiff errors

* Fix LintDiff errors

* Fix errors

* Fix spec

* Fix spec

* Fix spec

* Fix LintDiff errors

* Fix LintDiff errors

* Fix SDK azure-sdk-for-net generation error

* Remove suppression

* Fix errors

* Fix Lintdiff error

* Fix PrettierCheck

* changes (#18002)

* Revert "changes (#18002)" (#18014)

This reverts commit 320ed6a6fc5a68e8af43da303f8e1caaacf24708.

* Add nic auxiliary mode (#17577)

* Add nic auxiliary mode

* fix spacing

* Fixing prettier check

* Restoring package-lock file

* Restoring package json

Co-authored-by: Prachi Bhavsar <prbhavsar@microsoft.com>

* Connection Draining add new properties (#18052)

* merge

* fix

* fix

* Adding express route port authorization apis (#17582)

* adding apis and updating resource to support ports auth

* moving change to 2021-08-01

* minor: removing change from 2020-07-01

* lintdiff : adding type object

* minor: fixing prettier

* adding authorizations to ports property

* fixing circuitResourceUri property name

* fixing model validation

* changing circuit resource uri type to string

* removing authorizations child reosurce from parent property

* Fix Azure Firewall Policy regressions. Back fix validation issues (#18233)

* Fix regressions in Firewall Policy Swagger / give firewallPolicy.json some love

* Additional lint violations

* remove breaking changes for next time. TO DO

* Revert "remove breaking changes for next time. TO DO"

This reverts commit 8f44a174c73c02d18d829f6dfb1d990488770b23.

* Reintroduce api-version for idps signature based routes. Create better names for enums to be generated in SDKs

* standardize enum names with FirewallPolicy prefix

* Azure Firewall Support of Private IP Ranges in IDPS (#18320)

* Azure Firewall Support of Private IP Ranges in IDPS

* make sure all arrays have x-ms-identifiers

* FirewallPolicy not Firewall policy

fix spellcheck validation

* Ability to update tags on firewall policies (#18322)

* Support updating of Azure Firewall Policy Tags. Includes HTTP Patch example

* Use common-types ErrorDetail

* Ability to update tags for Firewall Policies

* spell check fix for firewallpolicy

* Use future release api-version for example

* Added flush conn to nsg (#18393)

* Added flush conn to nsg

* Updated flushConn to correct location

* Updated description

* Modified T/F to Enabled/Disabled

* Refactoring so that null value appears first

* Reverted FlushConnection to boolean value instead of string

* Revert "Added flush conn to nsg (#18393)" (#18576)

This reverts commit 6541d305880d1cf580496adc01f55197a01e992c.

* Fixing typo in response of idps private ip range feature (#18574)

* Use common-type api version (#18729)

Co-authored-by: Ben Eshed <bewaters@microsoft.com>

* fix (#18417)

Co-authored-by: Tianen <347142915@qq.com>
Co-authored-by: gk-ms <97893166+gk-ms@users.noreply.github.com>
Co-authored-by: Khushboo Baheti <37917868+Khushboo-Baheti@users.noreply.github.com>
Co-authored-by: Khushboo Baheti <khbaheti@microsoft.com>
Co-authored-by: Nilambari <nilamd@microsoft.com>
Co-authored-by: nimaller <71352534+nimaller@users.noreply.github.com>
Co-authored-by: pracsb <78512712+pr-work@users.noreply.github.com>
Co-authored-by: Prachi Bhavsar <prbhavsar@microsoft.com>
Co-authored-by: Matthew Yang <79727592+matyang22@users.noreply.github.com>
Co-authored-by: utbarn-ms <66377251+utbarn-ms@users.noreply.github.com>
Co-authored-by: Ben Eshed <thebenwaters@users.noreply.github.com>
Co-authored-by: Satya-anshu <70507845+Satya-anshu@users.noreply.github.com>
Co-authored-by: bewaterspassover <103988461+bewaterspassover@users.noreply.github.com>
Co-authored-by: Ben Eshed <bewaters@microsoft.com>

* SCVMM public preview API spec (#18542)

* add openapi spec for scvmm

* lint fixes, spell fixes

* typo fix

* prettier

* force delete query param

* removing some deprecated properties

* remove additional props

* [Datafactory] Fix add failactivity in synapse (#18697)

* Update readme.python.md (#18747)

* [Doc]update doc for configure-python-sdk (#18618)

* update doc

* Update configure-python-sdk.md

* Update configure-python-sdk.md

* Update configure-python-sdk.md

* Add groupids in privateLinkConnections property in *response only* (#18713)

* add groupids in response

* fix prettier issues

* fix consistency problem with two swagger file

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* desktopvirtualization: generating the 2022-02 sdk (#18748)

Co-authored-by: Alex Wilcox <alex.wilcox@cloudsecure.ltd>

* Introduce stable version of Microsoft.Resources/changes (#18745)

* Create 2022-05-01

* Delete 2022-05-01

* Create changes.json

* Create GetChange.json

* Create ListChanges.json

* Update readme.md

* Update changes.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* [synapse][mgmt] extract common definition for `CloudError` (#18762)

* Update readme.python.md

* update

* fix

* [Synapse] extract common definition for `CloudError`(part 2) (#18764)

* fix

* fix

* AzureStackHub FabricLocation new API (#18323)

* Copy existing FabricLocation

* AzureStack Admin API - Fabric RP - FabricLocation - 2022-03-01

* Revert to original Fabric.json for common type

* Swagger review changes for 2022-04-01-preview API (#18529)

* swagger review initial commit

* Swagger Changes for new API

* Swagger Changes for new API

* Swagger Changes for new API

* Swagger Changes for new API

* Swagger Changes for new API

* fix validation issue

* Swagger Changes for new API

* Update readme.md

changes to readme

* manifest changes for new API

* [Hub Generated] Review request for Microsoft.Notebooks to add version preview/2019-10-11-preview (#18482)

* add x-ms-enum

* Fix validation issues

* Delete Notebooks spec

Co-authored-by: Geoffrey Troyer <geoffreymtroyer@gmail.com>
Co-authored-by: Kyle Cutler <kycutler@microsoft.com>

* Enable azure-powershell CI for all management RPs (#18771)

* Enable azure-powershell for all manage RPs

* Change integrationRepository to Azure/azure-powershell-pr

* Change azure-powershell in api-spec repo

* Change azure-powershell in api-spec repo

* Remove azure-powershell from some deprecated RPs

Co-authored-by: v-yuzhichen@microsoft.com <v-yuzhichen@microsoft.com>

* [Hub Generated] Review request for Microsoft.MixedReality to add version stable/2021-01-01 (#18603)

* Update Microsoft.MixedReality swagger to fix quality issues in s360

* Fixing linter issue

* Revert "Fixing linter issue"

This reverts commit 9d3b03a4aa7f742309c46277a7bf529f9f9a9088.

Co-authored-by: Ramón Argüelles-García <rgarcia@ntdev.microsoft.com>

* Update pull_request_assignment.yml (#18780)

Add Chenjie shi as assignee

* [Go] Add batch tag 04/21/22 (#18763)

* [Go] Add batch tag 04/21/22

* Healthcareapis microsoft.healthcare apis 2022 01 31 preview (#17920)

* Adds base for updating Microsoft.HealthcareApis from version preview/2021-06-01-preview to version 2021-11-01

* Updates readme

* Updates API version in new specs and examples

* Initial updates for 2021-11-01 version

* Fix prettier errors and resolve systemData error

* Add missing type definitions

* Remove pattern for validating Cors Origin.  Regex was found to have DDoS issues.  New correct pattern triggeres backwards breaking change alerts.  Removing patterns in latest iteration to avoid error.  Regexes are validated service side with updated logic already.

* Add missing endtime from OperationResult

* Revert CorsOriginEntry pattern removal to avoid false positive cross version breaking change

* Add definition for Properties property in operation definition that was missing.

* Test updating default verison per recommendation

* Update services and workspaces to use some provisioning state to remove .NET SDK error

* Resolve System.InvalidOperationException: Swagger document contains two or more x-ms-enum extensions with the same name 'ManagedServiceIdentityType' and different values: SystemAssigned,None vs. None,SystemAssigned,UserAssigned,SystemAssigned,UserAssigned

* Revert "Resolve System.InvalidOperationException: Swagger document contains two or more x-ms-enum extensions with the same name 'ManagedServiceIdentityType' and different values: SystemAssigned,None vs. None,SystemAssigned,UserAssigned,SystemAssigned,UserAssigned"

This reverts commit d44373c296808b50764b648279c60590a104a4b8.

* Resolve System.InvalidOperationException: Swagger document contains two or more x-ms-enum extensions with the same name 'ManagedServiceIdentityType' and different values: SystemAssigned,None vs. None,SystemAssigned,UserAssigned,SystemAssigned,UserAssigned"

* Change default back to 2021-01-11 version

* Change default version back in 2021-11-01 in anticipation of new release

* Revert changes that removed common-type references for local references

* Add async headers to patch examples

* Add managed identity settings to dicomservices

* Add resourceVersionPolicyCOnfiguration to workspaces/fhirservices

* Fix prettier errors

* Add missing description for resourceTypeOverrides

* Add missing  "x-ms-identifiers" property for arrays.

* add preview version 2021-11-01

* add api version 2022-01-31-preview

* fix path

* trigger GitHub actions

* fix path

Co-authored-by: Dustin Burson <47367432+dustinburson@users.noreply.github.com>
Co-authored-by: Dustin Burson <duburson@microsoft.com>

* Update pull_request_assignment.yml (#18779)

* Update pull_request_assignment.yml

* Update pull_request_assignment.yml

Co-authored-by: Ray Chen <raychen@microsoft.com>

* removing shortcodes specification since shortcode apis are not intend… (#18559)

* removing shortcodes specification since shortcode apis are not intended for public use

* removing shortcodes swagger file again since it was accidentally added while synchronizing fork

* Microsoft.Relay API version 2021-11-01 (#17480)

* base commit for new API version

* Added new API version for 2021-11-01

* CI fixes

* update

* fix for Pythontrack2

* Revert "fix for Pythontrack2"

This reverts commit e70f2e9d981aafd646df9e2b0ded863124aebd1d.

* fix for 2018-01-01-preview API version Nextlink

* Revert "fix for 2018-01-01-preview API version Nextlink"

This reverts commit b2f1dff7dc721f9b767a3438ea68405e6032e4cf.

* reverted python readme.md files changes

* update ARM review comments

* operations lintdifff fix

* corrected authorization spelling

* updated to use few common types

* removed unused common types and combined v1 and v2 common types

Co-authored-by: Ajit Navasare (MINDTREE LIMITED) <v-ajnav@microsoft.com>

* [Hub Generated] Review request for Microsoft.Devices to add version stable/2022-02-05 (#17948)

* Adds base for updating Microsoft.Devices from version stable/2021-10-15 to version 2022-02-05

* Updates readme

* Updates API version in new specs and examples

* definition changes

* example changes

* no comments

* swagger modelval fix #1

* general validation fix #1

* revert readonly change (breaking change)

* added locatio pvtEp example

* misplaced location param

* location in PvtEConn response

* header addition

* headers #2

* example change with location sans spec

* header nesting change

* header under headers

* header example

* config readme and python (#18794)

* [CosmosDB] Apis to redistribute throughput among physical partitions (#18664)

* initial changes

* Fix IsDryRun parameter

* Revert IsDryRun change, fix spec for RedistributeThroughput

* model throughputpolicy as an enum

* remove 200 from specs

Co-authored-by: amar-sagare <45947937+amar-sagare@users.noreply.github.com>

* config readme python (#18795)

* Remove unused enum from Microsoft.Resources/changes (#18788)

* Update changes.json

* Prettier

* Fix typo in Microsoft.Resources/changes swagger (#18797)

* Lots API Description Update (#18611)

* [Resources] Config readme.python (#18799)

* Update readme.python.md

* Update readme.python.md

* [Go]Remove servicelinker go track1 config (#18801)

* [Go]Remove servicelinker go track1 config in readme.go.md

* remove repo

* [DataFactory]Added privateEndpoint property Into PrivateLinkConnectionApprovalRequest (#18793)

* [DataFactory]Added privateEndpoint Into PrivateLinkConnectionApprovalRequest

* update

* Add Pause Resume API (#18803)

* Add Pause Resume API

* Fix LintDiff

* Fix responses

* Fix prettier

* Update version of the python Chaos SDK (#18754)

* Dev recoveryservices microsoft.recovery services 2022 01 31 preview (#18378)

* Adds base for updating Microsoft.RecoveryServices from version stable/2022-01-01 to version 2022-01-31-preview

* Updates readme

* Updates API version in new specs and examples

* Adding capability API to swagger

* Fixes

* Fixing error

* Fixing validation errors

* Prettier fixes

* Fixing example description for capabilities

* Correcting value in example

* Changes to support multi subResource

* Adding x-ms-identifiers

* Prettier fix

* Dev dataprotection microsoft.data protection 2022 03 31 preview (#18624)

* Adds base for updating Microsoft.DataProtection from version preview/2022-02-01-preview to version 2022-03-31-preview

* Updates readme

* Updates API version in new specs and examples

* Changes from 2022-03-01

* Adding extension routing API

* Prettier fix

* Undo unintentional changes

* Revert "Prettier fix"

This reverts commit 3ac4c11592e7bba2297d14d0183ced1c444c2103.

* Adding autoheal settings

* Adding x-ms-parameter-location

* Fixing example resourceId and extension resource path

Co-authored-by: chandrasekarendran <59728024+chandrasekarendran@users.noreply.github.com>

* Fixing linting issue (#18781)

* [Hub Generated] Publish private branch 'dev-orbital-Microsoft.Orbital-2021-04-04-preview' (#18551)

* New Swagger Spec File

* New Swagger Example Spec File

* New Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Go Language Readme Config File

* New Python Language Readme Config File

* New Typescript Language Readme Config File

* New C# Language Readme Config File

* Orbital sdk 2021 04 04 preview (#5253)

* New Readme Config File

* New Go Language Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New Ruby Language Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Added orbital.json file

* Passed linting using AutoRest for 2020-09-01 Azure Orbital Private Privew

* Updated Operation object under Azure Orbital 2020-09-01 preview.

* Updated Operation object under Azure Orbital 2020-09-01 preview.

* Updated Satellites object for Azure Orbital 2020-09-01 preview

* Updated examples for Azure Orbital Private Preview 2020-09-01

* Updated examples for Azure Orbital Private Preview 2020-09-01

* Updated examples for Azure Orbital Private Preview 2020-09-01

* Addressed feedback from ARMChangesRequested

* Updated the GetAvailableContacts api to add long running operation

* Updated the api version

* Updated the objects based on discussion with PM.

* list available ground station made a POST request (#2521)

* list available ground station made a POST request

* Swagger LintDiff fix

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* swagger specs for version-20210404-preview

* removed cross version references. Copied over unchanged examples from the previous API version 2021-09-01-preview

* removed availableGroundStations API

* New Readme Config File

New Go Language Readme Config File

New Typescript Language Readme Config File

New Python Language Readme Config File

New C# Language Readme Config File

New Ruby Language Readme Config File

New Swagger Spec File

New Swagger Example Spec File

Added orbital.json file

Passed linting using AutoRest for 2020-09-01 Azure Orbital Private Privew

Updated Operation object under Azure Orbital 2020-09-01 preview.

Updated Operation object under Azure Orbital 2020-09-01 preview.

Updated Satellites object for Azure Orbital 2020-09-01 preview

Updated examples for Azure Orbital Private Preview 2020-09-01

Updated examples for Azure Orbital Private Preview 2020-09-01

Updated examples for Azure Orbital Private Preview 2020-09-01

Addressed feedback from ARMChangesRequested

Updated the GetAvailableContacts api to add long running operation

Updated the api version

Updated the objects based on discussion with PM.

list available ground station made a POST request (#2521)

* list available ground station made a POST request

* Swagger LintDiff fix

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* validation check changes. Avocado, SpellCheck and prettier

* validation checks changes

* Modify readme.md for sdk generation

* added system data

* sdk pre namer validation changes

* lintdiff warning changes

* add comms scenario swagger (#3794)

* add comms scenario swagger

* remove unused example

* fix some validation errors

* fix style issues

* update spec based on feedback

* add updated example files

* fix CI errors

* change endpoints/connections list APIs to posts from gets

* connections lists from endpoints return resource IDs rather than full
objects.

* update examples files for endpoints connections list APIs

* fix operationIds and add descriptions

* fix more op ids and add descriptions for real

* fix typos, add constraints, and remove kbps/gbps from bandwidth (#4023)

* Updates to Resource Types (Modifications and Renames) (#4294)

* update orbital.json

* update examples

* prettier fix

* unfix old api version

* fix ci issues

* make more fields immutable

* update provisioning states

* swagger specs for Available groundstation APIs, version 2021-preview (#4920)

* swagger specs for Available groundstation APIs, version 2021-preview

* npm prettier check

* added type object

* removed capability and global comms info from responses

* prettier fix

* changed AP id response

* changes to schema to follow ARM format, resource id update

* Spelling check fix

* Ground Station spell check

* added groundstation to custom words

* Revert "added groundstation to custom words"

This reverts commit 0d7e18217de98836dcb8ba991685e15436004836.

* Revert "Ground Station spell check"

This reverts commit ef85b3b26f9ddf81dc1f50a9b677f9d8f115c4cf.

* Revert "Spelling check fix"

This reverts commit 6bd95c6e013889b6d488703846bbe87bbbb9c494.

* word addition

* type in response

* type definition in swagger

* readonly add

Co-authored-by: Akanksha Bhattacharyya <akankshab@microsoft.com>

* removed comms APIs

* readme updated

* fixed Swagger Avocado errors

* swagger lintDiff fix 1

* swagger lintDiff fix 2

* swagger lintDiff fix 3

Co-authored-by: Sunny Patel <sunny27710@gmail.com>
Co-authored-by: Sunny Patel <sunpatel@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>
Co-authored-by: Devanshu Singh <devasingh@microsoft.com>
Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
Co-authored-by: Jim Harris <72156062+MicrosoftJim@users.noreply.github.com>
Co-authored-by: Akanksha Bhattacharyya <akanksha.nb@gmail.com>
Co-authored-by: Akanksha Bhattacharyya <akankshab@microsoft.com>

* operation IDs updated (#5461)

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* Dev orbital microsoft.orbital 2021 04 04 preview (#5491)

* operation IDs updated

* updated OperationListResult definition

* review points implemented

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* Azure Orbital - Review points implemented (#5507)

* operation IDs updated

* updated OperationListResult definition

* review points implemented

* referencing CloudError, ApiVersionParameter, ResourceGroupNameParameter, SubscriptionIdParameter from common-types

* reverting cloudError refs

* prettify json

* reorder some parameters

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>
Co-authored-by: ArcturusZhang <dapzhang@microsoft.com>

* Removed Empty allOf (#5510)

* operation IDs updated

* updated OperationListResult definition

* review points implemented

* referencing CloudError, ApiVersionParameter, ResourceGroupNameParameter, SubscriptionIdParameter from common-types

* reverting cloudError refs

* prettify json

* removed empty allOf

* validation checks

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* readme.go.md fixed (#5512)

* operation IDs updated

* updated OperationListResult definition

* review points implemented

* referencing CloudError, ApiVersionParameter, ResourceGroupNameParameter, SubscriptionIdParameter from common-types

* reverting cloudError refs

* prettify json

* removed empty allOf

* validation checks

* readme.go.md fixed

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* Remove last empty allOf (#5513)

* operation IDs updated

* updated OperationListResult definition

* review points implemented

* referencing CloudError, ApiVersionParameter, ResourceGroupNameParameter, SubscriptionIdParameter from common-types

* reverting cloudError refs

* prettify json

* removed empty allOf

* validation checks

* readme.go.md fixed

* remove one last empty allOf

Co-authored-by: Devanshu Singh <devasingh@microsoft.com>

* stable API version 2022-03-01

* valid json

* lint diff fix

* lint diff fix 2

* avocado fix

* lint diff warninga 1

* lint diff warnings 2

* prettier fix

* readme.me updated 2022-03-01

* Update readme.python.md

Co-authored-by: Sunny Patel <sunny27710@gmail.com>
Co-authored-by: Sunny Patel <sunpatel@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>
Co-authored-by: Devanshu Singh <devasingh@microsoft.com>
Co-authored-by: Zhenglai Zhang <darinzh@microsoft.com>
Co-authored-by: Jim Harris <72156062+MicrosoftJim@users.noreply.github.com>
Co-authored-by: Akanksha Bhattacharyya <akanksha.nb@gmail.com>
Co-authored-by: Akanksha Bhattacharyya <akankshab@microsoft.com>
Co-authored-by: ArcturusZhang <dapzhang@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2021-10-01 (#18174)

* Adding details about access and Report Schema for reservation report

* MISC

* Missing errors

* fixing model error

* MISC

* MISC

* MISC

* MSIC

* MISC

* Removing Etag to fix the S360 item

* Fixing Routing issue

* MISC

* MISC

* MISC

* MISC

* Azure Red Hat OpenShift 2022-04-01 API (#18350)

* test

* Fix Swagger LintDiff failures

* More lint errors

* Update readme.md

* Update readme.python.md

Co-authored-by: Peter Kostyukov <pkostyuk@redhat.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* add xms-ids for providerhub (#17991)

* [SQL] Revert replication_link_legacy changes (#18772)

* reverting replication_links legacy changes

* revert changes to composite package v5 tag

* add to correct package tag - v5

* add or modify files (#18833)

* DataBox API version upgrade to 2022-02-01 (#18734)

* Change operationIds and descriptions for doc generation

* Initial commit - copy files from previous version

* Changes for v2022-02-01

* Remove unnecessary changes

* Revert minor change

* Update readme.python.md

`readme.python` has used track2 by default, so it no longer needs `track2` tag.

Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>

* Refactor v3 common type ResourceModelWithAllowedPropertySet definition to include systemData and reuse propertiy definitions. (#18789)

* scvmm-typescript.md-update (#18802)

* Add new enum values to DataBindingMode (#18690)

* Add 2021-11-01-preview BlobAuditing.json in SQL V5 SDK tag (#18819)

* added separate audit section for sdk generation

* update audit version

* remove audit version

* lint

* added blob-auditing version at the end of V5

Co-authored-by: Ilias Khan <iliaskhan@microsoft.com>

* Update costmanagement.exports.json (#18822)

* [SQL] Databases API - propagate changes on newer versions (#18753)

* Update version 2021-08-01-preview

* Update version 2021-11-01-preview

* ignore string shuffling

* [Go]deviceprovisioningservices add batch tag package-2022-02 (#18842)

* [Go]deviceprovisioningservices add batch tag package-2022-02

* rename go track2 module name

* Change number to integer (#18834)

* update-resources-typescript.md (#18746)

* HardwareSecurityModules service-name (#18847)

* Subledgerid swagger update (#18628)

* added subledger id tracking

* prettier fix

* subledger endpoint added

* subledgerids spec added

* added

* testing changes

* fixed pem array

* fixed pem array

* camel cased

* move version to a YYYY-MM-DD value

* move version to a YYYY-MM-DD value

* open api board changes

* small change collectionIds -> collections

* fixed examples

* prettier fix

* match schema of other arrays

* updated version

* updating file path

* updating version in readme

* updated model

* prettier fix?

* updated comments

* updated naming

* date fix

* nextlink update

* Add locations, sku and remove IoT connection properties (#18481)

* Add locations and sku

* Pretty

* update

* update (#18859)

* Update readme.python.md (#18860)

* Miceru/fix for automanage completeness (#18752)

* Add HybridCompute paths

* Add AzureStackHci paths

* fix spelling

* formatting

* formatting

* fix LintDiff errors

* fix LintDiff warnings

* implemented collection GET for configurationProfileAssignments resources

* fix LintDiff warnings

* change description to NoContent

* enable go track 2 pipeline

Co-authored-by: ArcturusZhang <dapzhang@microsoft.com>

* Fix newlines (#18864)

* Update ManagedServerDnsAliases API definition (#18751)

* Update managed server dns alias api definition

* Update example files

* [Hub Generated] Review request for Microsoft.AzureStackHCI to add version stable/2022-05-01 (#18851)

* Adds base for updating Microsoft.AzureStackHCI from version stable/2022-03-01 to version 2022-05-01

* Updates readme

* Updates API version in new specs and examples

* added patch API to ArcSettings resource and introduced ArcConnectivityProperties attribute

* fixing formatting issue

* adding 202 into delete example

* prettier formatting fix

* addressing code review comments

* New stable version for ga (#18824)

* copy 2022-02-15 to a new folder

* copy same version from private repo RPSaaSMaster

* update readme

* revert some changes in readme

* replace readOnly with x-ms-secret

* revert the changes since it cause breaking changes

Co-authored-by: Yunpeng Hou <yunho-microsoft@LAPTOP-I1QCG3DM.fareast.corp.microsoft.com>
Co-authored-by: Yunpeng Hou <yunho-microsoft@Yunpengs-MacBook-Pro-2.local>

* fix execution details correctness - S360. (#18721)

* fix execution details correctness - S360.

* Add x-ms-identifiers to runInformation arrays.

* fix prettier format.

Co-authored-by: kipartha <kipartha@microsoft.com>

* adding changes from preview version 2022-02-01-preview to stable version 2022-04-01 (#18571)

* Base commit: copying 2022-03-01 stable version to 2022-04-01 stable version

* update version in examples and dataprotection.json

* updated readme.md

* adding changes from preview version 2022-02-01-preview to stable version 2022-04-01

* fixed prettier and avocado issues

* Update readme.md

* Correct Probe enums (#18839)

* fix probe enums

* Fix revision mode enum

* Fix patch example

* [PostgreSQL] Adding a new privatepreview version for fast-provisioning feature (#18700)

* add new files

* Add getCachedServerName API

* location capability property update

* revert the wrong change

* Add new line and change formats

* fix ci issue

* Remove example file

* Re-add example file

* Added readme files

* Add location name

* Add definitions for required parameters

* Run prettier and handle model validation isue

* Remove additional property

* prettier run again

* Revert "[PostgreSQL] Adding a new privatepreview version for fast-provisioning feature (#18700)" (#18915)

This reverts commit 87b55611561add58ab0086f8c442e0bd25a51651.

* Promote shiftleft in PR template (#18914)

* fix: typo in tag for MSI 2021-09-30-preview (#18850)

* Add 2022-02-01-preview to Microsoft.MachineLearningServices (#17990)

* base off Microsoft.MachineLearningServices/preview/2022-01-01-preview

* bump to 2022-02-01-preview

* bump to /v3/types.json

* use /v3/types.json Sku definition

* migrate mls.json to common-types managedIdentity

* add mfe.json + examples

* add 2022-02-01-preview to readme files

* remove unused ContainerResourceRequirements definition in mls.json

* fix ModelValidation issues in example files

* prettier

* typo fixes + custom words

* remove workspaceSkus.json

* workspaceFeatures.json spec fixes

* update mls.json + examples

* add known x-ms-identifiers

* remove workspaceSkus.json from readme

* add final x-ms-identifiers property

* more typo fixes

* fix build errors

* fix more build errors

* various description + example fixes/additions

* remove uri as a required property

* rename ImageDataSettings to ImageVerticalDataSettings

* rename MLTableDataVersion to MLTableData

* add missing  links

* add more InputDeliveryMode enum values

* add missing x-ms-enums.values lists

* remove unnecessary x-ms-identifiers property

* mark required properties as [Required] in description

* description updates

* pattern no longer required

* add scheduled and scheduleId query params

* add EgressPublicNetworkAccessType definition

* add PublicNetworkAccessType

* typo fix

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>

* TLS Picker Feature - Swagger Changes For Service Bus (#17967)

* Copied latest base api-version

* TLS Picker Swagger changes for SB

* Changed the degault tag for Readme

* updated all enums to "modelAsString": true

Co-authored-by: Ajit Navasare (MINDTREE LIMITED) <v-ajnav@microsoft.com>

* update appcontainers (#18917)

* Adding ApplicationGroup to EventHub Namespace (#17430)

* Copying latest version from stable

* ApplicationGroup added

* Fix validations

* Fix validations

* Validations fix continued

* Validations fix continued

* Fix contd.

* Fix validations contd.

* Fix contd.

* Fix validations contd.

* Fix contd.

* Fix validations

* Fix contd.

* Fix validations contd.

* Validations fix continued

* PR comments addressed

* Minor description change

* Reset previous 2 commits

* PR comments addressed

* Added x-ms-identifier in array for satisfying newly introduced pipeline.

* Changing name field

* Contract changes

* PublicNetworkAccess Enum value addition for NSP

* Nsp public APIs

* NSP Lint fix

* Lint Update

* Nsp Lint Update

* Nsp Lint Update

* Moving NSP to correct API Version

* Move NSP examples to correct API Version

* Move NSP examples to correct API Version

* Moving New update of PublicNetworkAccess to correct API Version

* Nsp Examples fix

* Nsp Examples fix

* Nsp Examples fix

* Nsp Examples fix

* Nsp Examples fix

* Spell Fix

* Nsp AccessRules update

* Swagger changes for TLS Picker

* Removing error response from the v1 definition

* Adding error response from the v1 definition

* NSP State enum update

* changed to use ErrorResponse from v2

* NSP Lint Fixes

* NSP Lint Fixes

* NSP Example update

* Changing data model definition

* Update examples

* Fix style

* Fix style contd.

* Test ApplicationGroupPolicy

* Test ApplicationGroupPolicy

* Test ApplicationGroupPolicy

* Test ApplicationGroupPolicy

* Update Policy type

* Test ApplicationGroupPolicy

* Fix Pipeline checks

* Test ApplicationGroupPolicy

* Test ApplicationGroupPolicy

* PR comments addressed

* Fixing checks

* Addressed comments

* TLS Picker updates - Review feedback

* NSP update

* NSP update

* NSP update

* NSP update

* Address PR comments

* Fix checks

* Revert SASKeyName change

* Added required param

* Making model validation fix

* updated readme.md files

* corrected API version in python

* Update readme.md

* Update readme.python.md

* corrected example

* adding publicNetworkAccess to network

* added SecuredByPerimeter to PublicNetworkAccess enum

* Addition of AccessMode Property in NetworkSecurityPerimeterConfiguration

* added supportsScaling to clusters

* Update specification/eventhub/resource-manager/readme.python.md

implementing suggestion

Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>

* Update specification/eventhub/resource-manager/readme.python.md

suggestion committed

Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>

* spell check fix

* api tag fix in readme.go.md

Co-authored-by: Sayan Ghosh <sayanghosh@microsoft.com>
Co-authored-by: davadhani <davadhani@microsoft.com>
Co-authored-by: charvakpatel <charvakpatel@microsoft.com>
Co-authored-by: Manoj Prasad <manojprasad@microsoft.com>
Co-authored-by: Ajit Navasare (MINDTREE LIMITED) <v-ajnav@microsoft.com>
Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>

* add dns resolver settings (#18669)

* dev-Sentinel-2022-05-01-preview (#18796)

* Adds base for updating Microsoft.SecurityInsights from version preview/2022-04-01-preview to version 2022-05-01-preview

* Updates readme

* Updates API version in new specs and examples

* Added fileImports.json (#18540)

* Added fileImports.json

* add example files

* move example files

* delete old example files

* fix get file import by id example

* fix delete file import example

* fix typos

* resolve issues

* fix date

* more issue resolving

* .

* .

* add location to delete example

* support 200

* resolve comments

* update example

* remove whitespace

* readonly

* operationId

* revert file imports (#18663)

* add securityMLAnalyticsSettings to securityInsights (#18679)

* add securityMLAnalyticsSettings to securityInsights

* update for operationIdNounConflictingModelNames

* update plurality

* update

* add settingsdefinintionid field for anomalySettings

* Add Anomaly to timeline items (#18675)

* Add Anomaly to timeline items

* Add exmaple of anomaly

* Add x-ms-identifiers

* fix  issue
fix x-m-id issue.
fix lint

* Change enum name

* REmove timeline from inceidents

* swap enum definistion and name

* Align SKU descriptions (#18874)

* Align SKU descriptions

* Remove Sku model from Settings as it's not in use and has conflict with another trype.

* Update AutomationRules.json (#18630)

* Update automation rules swagger

* Update examples

* fix examples

* fix naming typo

* run prettier

* run prettier on missing file

* remove logic app arm id from required

* remove a tag with errors (#18916)

Co-authored-by: moranraz <59017169+moranraz@users.noreply.github.com>
Co-authored-by: jungph808 <100548649+jungph808@users.noreply.github.com>
Co-authored-by: rpressburger <93909726+rpressburger@users.noreply.github.com>
Co-authored-by: ityankel <47292630+ityankel@users.noreply.github.com>
Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com>

* Update compute.json (#18773)

* Add Azure Edge Order CLI settings (#17957)

- add subgroups
- simplify command names

* [Communication Services - JobRouter] Initial commit (#17872)

* initial commit

* add readmes

* revise readme

* fix swagger link

* fix swagger link, add closing brace to patch classification example

* Updating with latest swagger and prettier changes

* Fix prettier in swagger

* Fix examples

* Address many comments

* prettier and avocado fixes

* fix other issues

* add offerttlseonds to examples

* remove readonlys

* Change to upsert routes

* add descriptions

* add descriptions

* added empty properties for model validation

* Add missing descriptions/summaries

* Make reclassify an action

* Fix spell check

* Add required to requests and remove required attributes from some models

* removed csharp readme

* change order of worker and offer id parameters to match path

Co-authored-by: Charandeep Parisineti <cparisineti@microsoft.com>

* [CosmosDB] [AdjustThroughput API] Add 200 responses to the APIs (#18867)

* Add blockchain to latest profile

* Add additional types

* add 200 responses

* fix operationname

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>

* Guest Configuration: Add new API version - 2022-01-25 for SET scenario (#17811)

* Add blockchain to latest profile

* Add additional types

* Add GET all methods for resource group and subscription

* Fix Linter Validation issue

* Fix Swagger Correctness S360 items

* Fix swagger validation comments

* Fix model validaiton

* Fix Lint errors

* Fix model validation for examples

* IoT Central Public API 1.1-preview Oct Release (#16514)

* Add new 2.0-preview.1 version for IoT Central

* fix typo on enum value

* rollback 1.0 changes, applied 2.0-preview.1

* fix typo

* remove non-used examples

* fix style

* update version from 2.0-preview.1 to 1.1-preview

* update code review comments, fix patch consumes with json-patch support, fix examples for fileupload

* add nextLink to collection of orgs

* fix typo

* fix wrong position of paging

* fix the paging

* add . to description

* update default to use enum for api-version

* add oct release with query, cde v2, device filter, device template filter, relationship, edge template, simplified template patching

* update examples

* fix lint error, model validation

* fix missing type in examples, remove url format

* fix ID case

* fix id case

* fix ID case

* add iotc query language reference

* fix typo

* Make ConfigurationSetting read-only property

* Fix Swagger S360 issues

* Remove the unknown file

* Fix prettier check

* Changing the vmssResourceId to camelCasing

* Revert the readOnly tag on name property

* Guest Configuration - Add new API version 2022-01-25 for SET Scenario

* fix LinDiff errors

* Run prettier check

* Fix review comments

* Keep the parameter sequence same as before

* Update GO SDK read me file

* Fix LinttDiff errors

* Fix Prettier check

* adding assignmentSource field

* fixing lint issues raised by current PR

* fixing pageable placement

* making nextLink null

* fixing policheck error to replace whitelisted

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: Aashish Rajaram Salokhe <aasalokh@microsoft.com>
Co-authored-by: Johnson Yang <hayang@microsoft.com>
Co-authored-by: Anika Tabassum Sardar Neela <aneela@microsoft.com>

* fix description for maintenance window time zone (#18905)

* fix description for maintenance window time zone

* more description updates

* Update specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2022-02-10-preview/desktopvirtualization.json

Co-authored-by: sefriend <73497825+sefriend@users.noreply.github.com>

* Update specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2022-02-10-preview/desktopvirtualization.json

Co-authored-by: sefriend <73497825+sefriend@users.noreply.github.com>

Co-authored-by: sefriend <73497825+sefriend@users.noreply.github.com>

* [Hub Generated] Review request for Microsoft.ContainerRegistry to add version preview/2022-02-01-preview (#18176)

* [App Configuration] Promote 2022-05-01 stable version (#18811)

* Add 2022-05-01 folder based on 2021-10-01-preview

* Update 2022-05-01 folder

* Fix readme issue

* ComputeRP 2022-03-01 REST API release (#17988)

* new API version set up

* update mistakes

* move extended location to common

* update other readme files for sdk languages

* Adding UltraSSDcapability properties in dedicated host resource (#18076)

* Added diffDiskSettings property as part of Swagger changes needed for Ephemeral VM\VMSS

* updated comment

* updated swagger specs for diffdisksettings property

* updated swagger spec comments  for diff disk settings [property

* added example to create Diff OS disk scaleset

* updated 2018-10-01 version specs with diffdisk property

* added example file for creating VM with diffdisksettings property

* updated swagger changes for reimage operation in single vm

* update examples

* udpated examples

* fixed validation errors

* updated comments for reimage operation documentation

* Updated examples and documentation for APIs in swagger

* updated examples as per review comments

* updated swagger documentation

* updated swagger documentation with zone details in the sku example

* updated swagger documentation and reverted the breaking changes

* updated examples as per swagger model

* updated swagger to remove the model validation errors for existing examples where we are passing read only parameter in the request

* updated swagger

* updated swagger

* Added new property in DiffDiskSettings

* updated swagger spec

* udpated swagger

* updated swagger spec

* updated code

* updated code

* udpated swagger

* updated code

* updated swagger documentation for DiffDiskPlacement

* updated code

* updated documentation

* updated code

* updated swagger

* updated swagger

* updated swagger

* updated code

* updated code

* updated example json

* updated swagger changes

* updated swagger

* Updating minor documentation for the changes checked in PR: 18076 (#18528)

* Added diffDiskSettings property as part of Swagger changes needed for Ephemeral VM\VMSS

* updated comment

* updated swagger specs for diffdisksettings property

* updated swagger spec comments  for diff disk settings [property

* added example to create Diff OS disk scaleset

* updated 2018-10-01 version specs with diffdisk property

* added example file for creating VM with diffdisksettings property

* updated swagger changes for reimage operation in single vm

* update examples

* udpated examples

* fixed validation errors

* updated comments for reimage operation documentation

* Updated examples and documentation for APIs in swagger

* updated examples as per review comments

* updated swagger documentation

* updated swagger documentation with zone details in the sku example

* updated swagger documentation and reverted the breaking changes

* updated examples as per swagger model

* updated swagger to remove the model validation errors for existing examples where we are passing read only parameter in the request

* updated swagger

* updated swagger

* Added new property in DiffDiskSettings

* updated swagger spec

* udpated swagger

* updated swagger spec

* updated code

* updated code

* udpated swagger

* updated code

* updated swagger documentation for DiffDiskPlacement

* updated code

* updated documentation

* updated code

* updated swagger

* updated swagger

* updated swagger

* updated code

* updated code

* updated example json

* updated swagger changes

* updated swagger

* udpated swagger

* Merged the intent from origin (#18159)

* fix naming convention error =s

* new API version set up

* update mistakes

* move extended location to common

* update other readme files for sdk languages

* Adding UltraSSDcapability properties in dedicated host resource (#18076)

* Added diffDiskSettings property as part of Swagger changes needed for Ephemeral VM\VMSS

* updated comment

* updated swagger specs for diffdisksettings property

* updated swagger spec comments  for diff disk settings [property

* added example to create Diff OS disk scaleset

* updated 2018-10-01 version specs with diffdisk property

* added example file for creating VM with diffdisksettings property

* updated swagger changes for reimage operation in single vm

* update examples

* udpated examples

* fixed validation errors

* updated comments for reimage operation documentation

* Updated examples and documentation for APIs in swagger

* updated examples as per review comments

* updated swagger documentation

* updated swagger documentation with zone details in the sku example

* updated swagger documentation and reverted the breaking changes

* updated examples as per swagger model

* updated swagger to remove the model validation errors for existing examples where we are passing read only parameter in the request

* updated swagger

* updated swagger

* Added new property in DiffDiskSettings

* updated swagger spec

* udpated swagger

* updated swagger spec

* updated code

* updated code

* udpated swagger

* updated code

* updated swagger documentation for DiffDiskPlacement

* updated code

* updated documentation

* updated code

* updated swagger

* updated swagger

* updated swagger

* updated code

* updated code

* updated example json

* updated swagger changes

* updated swagger

* Updating minor documentation for the changes checked in PR: 18076 (#18528)

* Added diffDiskSettings property as part of Swagger changes needed for Ephemeral VM\VMSS

* updated comment

* updated swagger specs for diffdisksettings property

* updated swagger spec comments  for diff disk settings [property

* added example to create Diff OS disk scaleset

* updated 2018-10-01 version specs with diffdisk property

* added example file for creating VM with diffdisksettings property

* updated swagger changes for reimage operation in single vm

* update examples

* udpated examples

* fixed validation errors

* updated comments for reimage operation documentation

* Updated examples and documentation for APIs in swagger

* updated examples as per review comments

* updated swagger documentation

* updated swagger documentation with zone details in the sku example

* updated swagger documentation and reverted the breaking changes

* updated examples as per swagger model

* updated swagger to remove the model validation errors for existing examples where we are passing read only parameter in the request

* updated swagger

* updated swagger

* Added new property in DiffDiskSettings

* updated swagger spec

* udpated swagger

* updated swagger spec

* updated code

* updated code

* udpated swagger

* updated code

* updated swagger documentation for DiffDiskPlacement

* updated code

* updated documentation

* updated code

* updated swagger

* updated swagger

* updated swagger

* updated code

* updated code

* updated example json

* updated swagger changes

* updated swagger

* udpated swagger

* Merged the intent from origin (#18159)

* fix naming convention error =s

* fix issues from https://github.com/Azure/azure-rest-api-specs/pull/18159

* Adding Identity to VirtualMachineScaleSetVM (#18295)

* init

* PR comment

* [Crash Consistent RestorePoints] Making consistencyMode input parameter for RestorePoint (#18165)

* removing readonly for consistencymode

* small spell correction 2.1

* [RestorePoints] Fixing instanceView (#18592)

* fixing instance view 20220301instanceviewfix branch 1.1

* adding objects 2.1

* VMSS Flex Disk deleteOption changes (#18433)

* disk delete option for vmss flex

* prettier changes

* update parameters

Co-authored-by: Kimberly Yip Chang <kiyipcha@microsoft.com>

* Fix vm extension location bug  (#18487)

* fix

* fix lint issue

* Update properties for VMApps, CRP (#18609)

* saving work

* ran prettier

* fix LintDiff, SpellCheck

* reverted changes made to gallery.json. The changes to gallery.json will be part of separate PR.

* GuestPatching: Adding AutomaticByPlatformSettings (in VMSS and VM model) and useRollingUpgradePolicy (in VMSS model) properties (#18581)

* GuestPatching: Adding AutomaticByPlatofrmSettings within Linux and Windows Patch settings for VM and VMSS model

* Updating examples related to AutomaticByPlatformSettings property in PatchSettings for VM and VMSS model

* Adding useRollingUpgradePolicy property to automaticOSUpgradePolicy for VMSS and other minor changes for AutomaticByPlatfrom settings

* Addressing PR feedback

* Addressing PR feedback #2

* Renaming reboot reference for windows and linux automaticbyplatform patch settings - reboot settings

* Resolving errors reported on the PR by Avocado and LintDiff

* add architecture added in last version

* fix CI failures

* added PremiumV2_LRS (#18809)

* Update dedicatedHost.json

* fix example name to keep it consistent with others

* Update computeRPCommon.json

Co-authored-by: hari-bodicherla <43284966+hari-bodicherla@users.noreply.github.com>
Co-authored-by: aspand <45955504+aspand@users.noreply.github.com>
Co-authored-by: kamusta-msft <56413142+kamusta-msft@users.noreply.github.com>
Co-authored-by: prchin <101265062+prchin@users.noreply.github.com>
Co-authored-by: Kimberly Yip Chang <kimberlyyipc@gmail.com>
Co-authored-by: Kimberly Yip Chang <kiyipcha@microsoft.com>
Co-authored-by: Bhaskar Brahma <bhbrahma@microsoft.com>
Co-authored-by: Rajasi Rane <56841542+rane-rajasi@users.noreply.github.com>
Co-authored-by: PushyaragY <100753036+PushyaragY@users.noreply.github.com>

* adding a new preview version (#18937)

* [Synapse] Support rejected data linked service in dataflow sink (#18906)

* Dataflow rejected data linked service

* Synapse rejected data linked service

* Revert "Dataflow rejected data linked service"

This reverts commit 52e3438a76e723cd63466d133c2981f86857bf20.

* update

* Dataflow rejected data linked service (#18907)

* updated examples, resource name description (#18918)

* Add readonly "action" property to NetworkRuleSetIpRule definition (#18736)

* Remove x-ms-azure-resource prop

* Adding action prop to NetworkRuleSetIpRule def

* revert and description

* modify api version of ReplicationLinks in swagger file (#18894)

* modify api version of ReplicationLinks in swagger file

* remove example fils referenced by old legacy version

* remove x-ms-examples sections which referencing to nothing

* add back example files

* add new line at end of example files

* update (#18908)

* Feature/t misrael/2022 04 13 preview (#18671)

* Added new preview version

* Added ID parameter to return values in ClassicAccounts_GetDetails and UserClassicAccounts_List APIs.
Updated the corresponding example accordingly.

* Changed api version in examples and in the vijson

* Version updates in readmes + prettier

* Update accountName regex pattern

* Fixed "Azure Video Analyzer for Media" to "Azure Video Indexer"

* Update specificationRepositoryConfiguration.json (#18963)

* Update comment.yml (#18959)

* Update comment.yml

* Update comment.yml

* Create comment.yml (#18969)

* Review request for Microsoft.RecoveryServices to add version stable/2022-03-01 (#18647)

* Base commit: copying 2022-02-01 stable version to 2022-03-01 stable version

* updated api version in example and swagger files

* updated readme.md

* added monitoring settings to resource

* prettier fix

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2022-03-01 (#18749)

* Adds base for updating Microsoft.RecoveryServices from version stable/2022-02-01 to version 2022-03-01

* Updates readme

* Updates API version in new specs and examples

* [Hub Generated] Publish private branch 'servicelinker/naji/swaggerEnum' (#18971)

* add or modify files

* fix model validation error

Co-authored-by: Nan Jiang <naji@microsoft.com>

* Update comment.yml (#18972)

* update description and examples (#18981)

* Adding Dynatrace.Observability swagger version 2021-09-01-preview (#18890)

* Adding Dynatrace.Observability swagger version 2021-09-01-preview

* Fixing spellcheck

* Update specification/dynatrace/resource-manager/readme.md

* Update readme.python.md

* Resolved comments

* Adding 401 response in SSO Api

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Review request for Microsoft.ContainerService to add version 2022-04-02-preview (#18900)

* Adds base for updating Microsoft.ContainerService from version preview/2022-03-02-preview to version 2022-04-02-preview

* Updates readme

* Updates API version in new specs and examples

* update readme (#18714)

* add NetworkPluginMode to ManagedCluster (#18735)

* add NetworkPluginMode to ManagedCluster

* add overlay example

* remove example

* only keep overlap as option

* Add properties for apiserver-vnet-integration (#18705)

* Update for AKS trusted access feature (#18708)

* Update for AKS trusted access feature

* fixup! Update for AKS trusted access feature

* fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update for AKS trusted access feature

* OSSKU supports Windows options (#18706)

* OSSKU supports Windows options

* Add example Create Agent Pool with Windows OSSKU

* Improve description about the default value

* Improve the description to clarify

* Improve description about default Windows OSSKU

* add storageProfile into managedcluster (#18817)

Signed-off-by: Ji An Liu <jiliu8@microsoft.com>

* capatalize NetworkPluginMode name (#18884)

* capatalize NetworkPluginMode name

* capitalize in description

* aks: add enableCustomCATrust in v20220402-preview api-version (#18830)

* aks: add enableCustomCATrust in v20220402-preview api-version

* aks: add description of CustomCATrust

* aks: fix typo, add DaemonSet to custom words list

Co-authored-by: Mikolaj Umanski <mumanski@microsoft.com>

* [AKS] Update on trustedaccess resource (#18947)

* Add paging for trusted access

* update async state

* fixup! update async state

* Use enum for TrustedAccessRoleBinding's ProvisioningState (#18950)

Co-authored-by: Tyler Lloyd <tyler.lloyd@microsoft.com>
Co-authored-by: gossion <guwe@microsoft.com>
Co-authored-by: Dong Liu <doliu@microsoft.com>
Co-authored-by: Shiqian Tao <62196586+ShiqianTao@users.noreply.github.com>
Co-authored-by: Ji'an Liu <jiliu8@microsoft.com>
Co-authored-by: Mikołaj Umański <mik.umanski@gmail.com>
Co-authored-by: Mikolaj Umanski <mumanski@microsoft.com>

* [Hub Generated] Review request for Microsoft.Insights to add version stable/2022-06-01 (#18885)

* Adds base for updating Microsoft.Insights from version stable/2022-04-01 to version 2022-06-01

* Updates readme

* Updates API version in new specs and examples

* Update

* Update specification/monitor/resource-manager/readme.md

Co-authored-by: Thomas Pham <thompham@microsoft.com>
Co-authored-by: Wei Dong <40835867+dw511214992@users.noreply.github.com>

* Swagger fix for MUA for RSV and Dpp (#18901)

* manual swagger fix

* adding change to newer version

* swagger fix

* Empty-Commit

Co-authored-by: Charan MVS <smadu@microsoft.com>

* fix: wrong api version for network latest version (#18992)

* fix: wrong api version for vmssNetworkInterface.json

* fix: wrong api version for vmssPublicIpAddress.json

* Azure Event Grid 2021-12-01: Add missing isDataAction property from operation resource to address s360 LPI (#18856)

* Fix missing property

* fix issecret

Co-authored-by: Ashraf Hamad <ahamad@ntdev.microsoft.com>

* Add pagination support for nested event subscription resources (#18895)

* Yuliu2/add purview configuration (#18858)

* Defining the APIs for the new NSP resource

* Add PurviewConfiguration property in ADF

Add PurviewConfiguration property in ADF

* Fix discriminator

Fix discriminator

* Remove discriminator

Remove discriminator

* Update datafactory.json

Make it consistent with Synapse

* Rename PurviewConfiguration

Co-authored-by: Hari Prasad Perabattula <harics24@users.noreply.github.com>
Co-authored-by: Hari Prasad Perabattula <haperaba@microsoft.com>

* add or modify files (#19018)

* Update PULL_REQUEST_TEMPLATE.md (#19020)

* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md

* Storage STG 83 features (#18887)

* new blob swagger version (#18275)

* Added missing Premium value to AccessTier (#18434)

* Tag Indexing for Blob Versions (#18353)

* Added Data Lake Path Create Bundle (#18296)

* Hopefully fixed Avoacdo check

* Change the parameter names to unblock Terraform release (#19005)

* contianerapps: fixing swagger inconsistencies in 2022-01-01-preview

* containerapps: fixing inconsistencies in the 2022-03-01 swagger

* containerapps: updating the examples for 2022-01-01-preview

* containerapps: updating the examples to account for the updated parameter names

* containerapps: fixing linting

* fix probe enums

* Fix revision mode enum

* Fix the policheck error

* Revert "containerapps: fixing linting"

This reverts commit 3c4872f4a43fbe1a285830461f48d8c0a5ffeee8.

* Revert "containerapps: updating the examples for 2022-01-01-preview"

This reverts commit 9b81fbd65652d558c0296d72a63ca1a7c4850e3c.

* Revert "contianerapps: fixing swagger inconsistencies in 2022-01-01-preview"

This reverts commit 553fc551b3239598157238ed6246085748421b87.

* Undo changes to 2022-01-01-preview

* Fix one issue

* fix remaining inconsistency

…
leni-msft pushed a commit that referenced this pull request Sep 22, 2022
* Adds base for updating Microsoft.App from version stable/2022-03-01 to version 2022-05-01

* Updates readme

* Updates API version in new specs and examples

* Add app diag to 2022-05-01 (#18678)

* Add container apps diagnostics

* Fix validation errors

* Move Microsoft.App diag APIs to 2022-05-01

* Fix validation errors

* Fix validation errors

* Fix validation errors 3

* Change operationIds

Co-authored-by: Michimune Kohno <mikono@microsoft.com>

* Fix definition for customhostnameesult (#19014)

* fix

* update

* more fix

* Cherry pick for the parameter name fixes for the 2022-03-01 and making the same fixes in 2022-05-01 (#19048)

* Correct Probe enums (#18839)

* fix probe enums

* Fix revision mode enum

* Fix patch example

* Fix the casing of enums in the latest api version

* Change the parameter names to unblock Terraform release (#19005)

* contianerapps: fixing swagger inconsistencies in 2022-01-01-preview

* containerapps: fixing inconsistencies in the 2022-03-01 swagger

* containerapps: updating the examples for 2022-01-01-preview

* containerapps: updating the examples to account for the updated parameter names

* containerapps: fixing linting

* fix probe enums

* Fix revision mode enum

* Fix the policheck error

* Revert "containerapps: fixing linting"

This reverts commit 3c4872f.

* Revert "containerapps: updating the examples for 2022-01-01-preview"

This reverts commit 9b81fbd.

* Revert "contianerapps: fixing swagger inconsistencies in 2022-01-01-preview"

This reverts commit 553fc55.

* Undo changes to 2022-01-01-preview

* Fix one issue

* fix remaining inconsistency

* fix authConfig and sourceControl names

Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>
Co-authored-by: Mike Vu <mikevu@microsoft.com>

* Change param names

* Fix examples

* Fix CI errors

Co-authored-by: Mike Vu <mikevu@microsoft.com>
Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>

* Fix description in all API versions (#19313)

* Fix description for ManagedEnvironment.Internal property (#19307)

* Fix descriptions in all api versions

* Add traffic info to revisions api (#19054)

* Add traffic info to a revision api

* Add deprecated prop

* Prettier fixes

* 1pdate based on new proposal

* Rename

* Change names

* minor fix

* Add httpReadBufferSize to dapr config in Microsoft.App-2022-05-01 (#19360)

* Add httpReadBufferSize to dapr config

* remove nullable

* Adds base for updating Microsoft.App from version stable/2022-05-01 to version 2022-06-01-preview

* Updates readme

* Updates API version in new specs and examples

* Add new resources for 2022-06-01-preview (#19494)

* update

* update

* update

* fix

* update

* update

* update

* update

* fix

* update

* update

* Enable Dapr AI Connection string for Microsoft.App connected environment (#19974)

* Enable Dapr AI Connection string for Microsoft.App connected environment

* Fix dapr ai connection string

* remove read

* remove read permission of dapr ai connection string and instrument key for managed environment

* fixes for comments

* update (#20013)

* Fixdescriptions on microsoft.app 2022 06 01 preview (#20133)

* Fix casing for detector properties

* Fix descriptions

* Fix descriptions and detectorProperties in 2022-06-01-preview

* Added `secretsStoreComponent` in 2022-06-01 spec (#20044)

* Added `secretsStoreComponent` in 2022-06-01 spec

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Fixed typos and added example of name/key

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Add custom domain configuration for managed environment (#20149)

Co-authored-by: Mengjun Qin <menqin@microsoft.com>

* Add additional Dapr options (2022-06-01-preview) (#19886)

* Add additional Dapr options

* Update examples for 2022-06-01-preview

* force ci

* force ci

* force ci

* adding ip-restriction feat (#19841)

* adding ip-restriction feat

* remove from stable, add to preview

* fix lintDiff error

* fix modelvalidation error

* fix formatting changes

* rename names, add note to all allow or all deny

* fix spell check error

* update name and examples

* rename `ipAddress` to `ipAddressRange`

* making small change to re-run build pipeline

* trigger GitHub actions

* resolve comments

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>

* Remove Traffic Labels from revisions because they haven't been impelemented (#20261)

* Revert "Add traffic info to revisions api (#19054)"

This reverts commit 056cc51.

* Remove traffic labels from revisions

* Add property for tcp apps (#20193)

* Add property for tcp apps

* Add scale

* Fix

* Fix

* Add Init Containers to common definitions (#19855)

* add init containers to common definitions

* move changes to 06-01 preview

* remove repeated container definition

* fix allof syntax

* fix anonymous container definition

* fix lintdiff errors

* fix container allof syntax

* add more init examples

* split baseContainer definition

* remove description

Co-authored-by: p-bouchon <pbouchon@microsoft.com>

* Update container app provisioningstate (#20411)

* update

* update

* add property: maxInactiveRevisions (#20334)

* add property: maxInactiveRevisions

* update

* update

* Add premium sku related properties for managed environment (#19770)

* Add premium sku related properties for managed environment

* Move sku to base property

* Add workloadProfileType

* Examples for managed environment

* Add container app example

* Fix workloadProfiles

* Add custom word

* Fix WorkloadProfileType references

* prettier fixes

* Fix workload profile

* Fix typo

* remove readonly property for workload profile

* Add object type

* nit: Fix description location

* Fix XmsIdentifierValidation

* Remove spaces from enum values

* Remove unwanted change

* Add aka ms url

* Update examples for workload profile type

* Fix rebase issue

* Fix json

* Update description and move location

* Remove provisioning state for node pool

* sku capacity explanation

* Remove capacity attribute

* Remove capacity attribute from required

* Mark sku property as required

* Add x-ms-identifiers

* Rename mimum and maximum

* Rename skutype to skuName

* Make sku property as optional

* Make workload profile type as string

* fix go SDK automation config

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* Fix source control status code in 2022-06-01-preview. (#20429)

* Remove 20220501 because we will not support it in server side (#20427)

* remove

* update

* Added support for user defined routing (#20464)

* Added support for user defined routing

* Added examples

* fixed JSON syntax

* syntax fix

* fixed vnetenvironment syntax

* fixed camel case

* case fix

* enum syntax

* fixed comma cases ManagedEnvironmentOutBoundType

* fixing casing

* Some more APIs (#20448)

* new APIs to 06-01

* test fix

* more fixes

* add last active time for revision (#20658)

* Add custom domain for connected env (#20731)

* add custom domain

* fhcekout

* billingMeters - GET endpoint (#20485)

* Swagger documentation for /locations/{location}/billingMeters - GET endpoint

* Add example, fix validation errors

* Fix ARM validation errors, code review comments

* Fix response validation

* add proxy resource properties

* Response formatting

* add default error response

* ARM Review feedback + small naming change for a property

* Change GB to GiB

* Fix 2022-06-01-preview branch merge conflicts (#20773)

* Reset

* more fixes

* More fixes

* another conflict fix

* Fix old preview version

* fix 2022-03-01

* supress lint

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Ruslan Yakushev <1664475+ruslany@users.noreply.github.com>
Co-authored-by: michimune <michimune@outlook.com>
Co-authored-by: Michimune Kohno <mikono@microsoft.com>
Co-authored-by: Mike Vu <mikevu@microsoft.com>
Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>
Co-authored-by: Ahmed ElSayed <ahmels@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mengjun Qin <767524684@qq.com>
Co-authored-by: Mengjun Qin <menqin@microsoft.com>
Co-authored-by: Taher Daroly <41846928+tdaroly@users.noreply.github.com>
Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: zhenqxuMSFT <zhenqxu@microsoft.com>
Co-authored-by: p-bouchon <107427816+p-bouchon@users.noreply.github.com>
Co-authored-by: p-bouchon <pbouchon@microsoft.com>
Co-authored-by: njucz <740360112@qq.com>
Co-authored-by: JJ <jijohn@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: yalixiang <88011184+yalixiang@users.noreply.github.com>
Co-authored-by: Mahmoud Desokey <desokey@yahoo.com>
Co-authored-by: Xingjian Wang <79332479+xwang971@users.noreply.github.com>
Co-authored-by: trajkobal <108365738+trajkobal@users.noreply.github.com>
leni-msft pushed a commit that referenced this pull request Sep 27, 2022
* Adds base for updating Microsoft.App from version stable/2022-03-01 to version 2022-05-01

* Updates readme

* Updates API version in new specs and examples

* Add app diag to 2022-05-01 (#18678)

* Add container apps diagnostics

* Fix validation errors

* Move Microsoft.App diag APIs to 2022-05-01

* Fix validation errors

* Fix validation errors

* Fix validation errors 3

* Change operationIds

Co-authored-by: Michimune Kohno <mikono@microsoft.com>

* Fix definition for customhostnameesult (#19014)

* fix

* update

* more fix

* Cherry pick for the parameter name fixes for the 2022-03-01 and making the same fixes in 2022-05-01 (#19048)

* Correct Probe enums (#18839)

* fix probe enums

* Fix revision mode enum

* Fix patch example

* Fix the casing of enums in the latest api version

* Change the parameter names to unblock Terraform release (#19005)

* contianerapps: fixing swagger inconsistencies in 2022-01-01-preview

* containerapps: fixing inconsistencies in the 2022-03-01 swagger

* containerapps: updating the examples for 2022-01-01-preview

* containerapps: updating the examples to account for the updated parameter names

* containerapps: fixing linting

* fix probe enums

* Fix revision mode enum

* Fix the policheck error

* Revert "containerapps: fixing linting"

This reverts commit 3c4872f.

* Revert "containerapps: updating the examples for 2022-01-01-preview"

This reverts commit 9b81fbd.

* Revert "contianerapps: fixing swagger inconsistencies in 2022-01-01-preview"

This reverts commit 553fc55.

* Undo changes to 2022-01-01-preview

* Fix one issue

* fix remaining inconsistency

* fix authConfig and sourceControl names

Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>
Co-authored-by: Mike Vu <mikevu@microsoft.com>

* Change param names

* Fix examples

* Fix CI errors

Co-authored-by: Mike Vu <mikevu@microsoft.com>
Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>

* Fix description in all API versions (#19313)

* Fix description for ManagedEnvironment.Internal property (#19307)

* Fix descriptions in all api versions

* Add traffic info to revisions api (#19054)

* Add traffic info to a revision api

* Add deprecated prop

* Prettier fixes

* 1pdate based on new proposal

* Rename

* Change names

* minor fix

* Add httpReadBufferSize to dapr config in Microsoft.App-2022-05-01 (#19360)

* Add httpReadBufferSize to dapr config

* remove nullable

* Adds base for updating Microsoft.App from version stable/2022-05-01 to version 2022-06-01-preview

* Updates readme

* Updates API version in new specs and examples

* Add new resources for 2022-06-01-preview (#19494)

* update

* update

* update

* fix

* update

* update

* update

* update

* fix

* update

* update

* Enable Dapr AI Connection string for Microsoft.App connected environment (#19974)

* Enable Dapr AI Connection string for Microsoft.App connected environment

* Fix dapr ai connection string

* remove read

* remove read permission of dapr ai connection string and instrument key for managed environment

* fixes for comments

* update (#20013)

* Fixdescriptions on microsoft.app 2022 06 01 preview (#20133)

* Fix casing for detector properties

* Fix descriptions

* Fix descriptions and detectorProperties in 2022-06-01-preview

* Added `secretsStoreComponent` in 2022-06-01 spec (#20044)

* Added `secretsStoreComponent` in 2022-06-01 spec

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Fixed typos and added example of name/key

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Add custom domain configuration for managed environment (#20149)

Co-authored-by: Mengjun Qin <menqin@microsoft.com>

* Add additional Dapr options (2022-06-01-preview) (#19886)

* Add additional Dapr options

* Update examples for 2022-06-01-preview

* force ci

* force ci

* force ci

* adding ip-restriction feat (#19841)

* adding ip-restriction feat

* remove from stable, add to preview

* fix lintDiff error

* fix modelvalidation error

* fix formatting changes

* rename names, add note to all allow or all deny

* fix spell check error

* update name and examples

* rename `ipAddress` to `ipAddressRange`

* making small change to re-run build pipeline

* trigger GitHub actions

* resolve comments

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>

* Remove Traffic Labels from revisions because they haven't been impelemented (#20261)

* Revert "Add traffic info to revisions api (#19054)"

This reverts commit 056cc51.

* Remove traffic labels from revisions

* Add property for tcp apps (#20193)

* Add property for tcp apps

* Add scale

* Fix

* Fix

* Add Init Containers to common definitions (#19855)

* add init containers to common definitions

* move changes to 06-01 preview

* remove repeated container definition

* fix allof syntax

* fix anonymous container definition

* fix lintdiff errors

* fix container allof syntax

* add more init examples

* split baseContainer definition

* remove description

Co-authored-by: p-bouchon <pbouchon@microsoft.com>

* Update container app provisioningstate (#20411)

* update

* update

* add property: maxInactiveRevisions (#20334)

* add property: maxInactiveRevisions

* update

* update

* Add premium sku related properties for managed environment (#19770)

* Add premium sku related properties for managed environment

* Move sku to base property

* Add workloadProfileType

* Examples for managed environment

* Add container app example

* Fix workloadProfiles

* Add custom word

* Fix WorkloadProfileType references

* prettier fixes

* Fix workload profile

* Fix typo

* remove readonly property for workload profile

* Add object type

* nit: Fix description location

* Fix XmsIdentifierValidation

* Remove spaces from enum values

* Remove unwanted change

* Add aka ms url

* Update examples for workload profile type

* Fix rebase issue

* Fix json

* Update description and move location

* Remove provisioning state for node pool

* sku capacity explanation

* Remove capacity attribute

* Remove capacity attribute from required

* Mark sku property as required

* Add x-ms-identifiers

* Rename mimum and maximum

* Rename skutype to skuName

* Make sku property as optional

* Make workload profile type as string

* fix go SDK automation config

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* Fix source control status code in 2022-06-01-preview. (#20429)

* Remove 20220501 because we will not support it in server side (#20427)

* remove

* update

* Added support for user defined routing (#20464)

* Added support for user defined routing

* Added examples

* fixed JSON syntax

* syntax fix

* fixed vnetenvironment syntax

* fixed camel case

* case fix

* enum syntax

* fixed comma cases ManagedEnvironmentOutBoundType

* fixing casing

* Some more APIs (#20448)

* new APIs to 06-01

* test fix

* more fixes

* add last active time for revision (#20658)

* Add custom domain for connected env (#20731)

* add custom domain

* fhcekout

* billingMeters - GET endpoint (#20485)

* Swagger documentation for /locations/{location}/billingMeters - GET endpoint

* Add example, fix validation errors

* Fix ARM validation errors, code review comments

* Fix response validation

* add proxy resource properties

* Response formatting

* add default error response

* ARM Review feedback + small naming change for a property

* Change GB to GiB

* Rename Action

* secrets tag

* missed fix

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Ruslan Yakushev <1664475+ruslany@users.noreply.github.com>
Co-authored-by: michimune <michimune@outlook.com>
Co-authored-by: Michimune Kohno <mikono@microsoft.com>
Co-authored-by: Zunli Hu <zuh@microsoft.com>
Co-authored-by: Mike Vu <mikevu@microsoft.com>
Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>
Co-authored-by: Ahmed ElSayed <ahmels@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mengjun Qin <767524684@qq.com>
Co-authored-by: Mengjun Qin <menqin@microsoft.com>
Co-authored-by: Taher Daroly <41846928+tdaroly@users.noreply.github.com>
Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: zhenqxuMSFT <zhenqxu@microsoft.com>
Co-authored-by: p-bouchon <107427816+p-bouchon@users.noreply.github.com>
Co-authored-by: p-bouchon <pbouchon@microsoft.com>
Co-authored-by: njucz <740360112@qq.com>
Co-authored-by: JJ <jijohn@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: yalixiang <88011184+yalixiang@users.noreply.github.com>
Co-authored-by: Mahmoud Desokey <desokey@yahoo.com>
Co-authored-by: trajkobal <108365738+trajkobal@users.noreply.github.com>
leni-msft pushed a commit that referenced this pull request Sep 28, 2022
* Adds base for updating Microsoft.App from version stable/2022-03-01 to version 2022-05-01

* Updates readme

* Updates API version in new specs and examples

* Add app diag to 2022-05-01 (#18678)

* Add container apps diagnostics

* Fix validation errors

* Move Microsoft.App diag APIs to 2022-05-01

* Fix validation errors

* Fix validation errors

* Fix validation errors 3

* Change operationIds

Co-authored-by: Michimune Kohno <mikono@microsoft.com>

* Fix definition for customhostnameesult (#19014)

* fix

* update

* more fix

* Cherry pick for the parameter name fixes for the 2022-03-01 and making the same fixes in 2022-05-01 (#19048)

* Correct Probe enums (#18839)

* fix probe enums

* Fix revision mode enum

* Fix patch example

* Fix the casing of enums in the latest api version

* Change the parameter names to unblock Terraform release (#19005)

* contianerapps: fixing swagger inconsistencies in 2022-01-01-preview

* containerapps: fixing inconsistencies in the 2022-03-01 swagger

* containerapps: updating the examples for 2022-01-01-preview

* containerapps: updating the examples to account for the updated parameter names

* containerapps: fixing linting

* fix probe enums

* Fix revision mode enum

* Fix the policheck error

* Revert "containerapps: fixing linting"

This reverts commit 3c4872f.

* Revert "containerapps: updating the examples for 2022-01-01-preview"

This reverts commit 9b81fbd.

* Revert "contianerapps: fixing swagger inconsistencies in 2022-01-01-preview"

This reverts commit 553fc55.

* Undo changes to 2022-01-01-preview

* Fix one issue

* fix remaining inconsistency

* fix authConfig and sourceControl names

Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>
Co-authored-by: Mike Vu <mikevu@microsoft.com>

* Change param names

* Fix examples

* Fix CI errors

Co-authored-by: Mike Vu <mikevu@microsoft.com>
Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>

* Fix description in all API versions (#19313)

* Fix description for ManagedEnvironment.Internal property (#19307)

* Fix descriptions in all api versions

* Add traffic info to revisions api (#19054)

* Add traffic info to a revision api

* Add deprecated prop

* Prettier fixes

* 1pdate based on new proposal

* Rename

* Change names

* minor fix

* Add httpReadBufferSize to dapr config in Microsoft.App-2022-05-01 (#19360)

* Add httpReadBufferSize to dapr config

* remove nullable

* Adds base for updating Microsoft.App from version stable/2022-05-01 to version 2022-06-01-preview

* Updates readme

* Updates API version in new specs and examples

* Add new resources for 2022-06-01-preview (#19494)

* update

* update

* update

* fix

* update

* update

* update

* update

* fix

* update

* update

* Enable Dapr AI Connection string for Microsoft.App connected environment (#19974)

* Enable Dapr AI Connection string for Microsoft.App connected environment

* Fix dapr ai connection string

* remove read

* remove read permission of dapr ai connection string and instrument key for managed environment

* fixes for comments

* update (#20013)

* Fixdescriptions on microsoft.app 2022 06 01 preview (#20133)

* Fix casing for detector properties

* Fix descriptions

* Fix descriptions and detectorProperties in 2022-06-01-preview

* Added `secretsStoreComponent` in 2022-06-01 spec (#20044)

* Added `secretsStoreComponent` in 2022-06-01 spec

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Fixed typos and added example of name/key

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Add custom domain configuration for managed environment (#20149)

Co-authored-by: Mengjun Qin <menqin@microsoft.com>

* Add additional Dapr options (2022-06-01-preview) (#19886)

* Add additional Dapr options

* Update examples for 2022-06-01-preview

* force ci

* force ci

* force ci

* adding ip-restriction feat (#19841)

* adding ip-restriction feat

* remove from stable, add to preview

* fix lintDiff error

* fix modelvalidation error

* fix formatting changes

* rename names, add note to all allow or all deny

* fix spell check error

* update name and examples

* rename `ipAddress` to `ipAddressRange`

* making small change to re-run build pipeline

* trigger GitHub actions

* resolve comments

Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>

* Remove Traffic Labels from revisions because they haven't been impelemented (#20261)

* Revert "Add traffic info to revisions api (#19054)"

This reverts commit 056cc51.

* Remove traffic labels from revisions

* Add property for tcp apps (#20193)

* Add property for tcp apps

* Add scale

* Fix

* Fix

* Add Init Containers to common definitions (#19855)

* add init containers to common definitions

* move changes to 06-01 preview

* remove repeated container definition

* fix allof syntax

* fix anonymous container definition

* fix lintdiff errors

* fix container allof syntax

* add more init examples

* split baseContainer definition

* remove description

Co-authored-by: p-bouchon <pbouchon@microsoft.com>

* Update container app provisioningstate (#20411)

* update

* update

* add property: maxInactiveRevisions (#20334)

* add property: maxInactiveRevisions

* update

* update

* Add premium sku related properties for managed environment (#19770)

* Add premium sku related properties for managed environment

* Move sku to base property

* Add workloadProfileType

* Examples for managed environment

* Add container app example

* Fix workloadProfiles

* Add custom word

* Fix WorkloadProfileType references

* prettier fixes

* Fix workload profile

* Fix typo

* remove readonly property for workload profile

* Add object type

* nit: Fix description location

* Fix XmsIdentifierValidation

* Remove spaces from enum values

* Remove unwanted change

* Add aka ms url

* Update examples for workload profile type

* Fix rebase issue

* Fix json

* Update description and move location

* Remove provisioning state for node pool

* sku capacity explanation

* Remove capacity attribute

* Remove capacity attribute from required

* Mark sku property as required

* Add x-ms-identifiers

* Rename mimum and maximum

* Rename skutype to skuName

* Make sku property as optional

* Make workload profile type as string

* fix go SDK automation config

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

* Fix source control status code in 2022-06-01-preview. (#20429)

* Swagger documentation for /locations/{location}/billingMeters - GET endpoint

* Add example, fix validation errors

* Fix ARM validation errors, code review comments

* Fix response validation

* Remove 20220501 because we will not support it in server side (#20427)

* remove

* update

* add proxy resource properties

* Response formatting

* Added support for user defined routing (#20464)

* Added support for user defined routing

* Added examples

* fixed JSON syntax

* syntax fix

* fixed vnetenvironment syntax

* fixed camel case

* case fix

* enum syntax

* fixed comma cases ManagedEnvironmentOutBoundType

* fixing casing

* add default error response

* Add available workprofiles -GET endpoint

* Remove duplicate schema name WorkloadProfile

* Change memoryGiB to memoryGB as suggested in code review

* Add x-ms-pageable - nextLink support to not introduce breaking changes in the future

* rename to memory in GiB because our case is Gibibytes base 1024

* change friendlyName to displayName

* Some more APIs (#20448)

* new APIs to 06-01

* test fix

* more fixes

* Add new property to the response object

* add last active time for revision (#20658)

* Add custom domain for connected env (#20731)

* add custom domain

* fhcekout

* billingMeters - GET endpoint (#20485)

* Swagger documentation for /locations/{location}/billingMeters - GET endpoint

* Add example, fix validation errors

* Fix ARM validation errors, code review comments

* Fix response validation

* add proxy resource properties

* Response formatting

* add default error response

* ARM Review feedback + small naming change for a property

* Change GB to GiB

* Change the boolean value for default to enum

* change error response to v3/ErrorResponse

* Fix 2022-06-01-preview branch merge conflicts (#20773)

* Reset

* more fixes

* More fixes

* another conflict fix

* Fix old preview version

* fix 2022-03-01

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Ruslan Yakushev <1664475+ruslany@users.noreply.github.com>
Co-authored-by: michimune <michimune@outlook.com>
Co-authored-by: Michimune Kohno <mikono@microsoft.com>
Co-authored-by: Zunli Hu <zuh@microsoft.com>
Co-authored-by: Mike Vu <mikevu@microsoft.com>
Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>
Co-authored-by: Ahmed ElSayed <ahmels@microsoft.com>
Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mengjun Qin <767524684@qq.com>
Co-authored-by: Mengjun Qin <menqin@microsoft.com>
Co-authored-by: Taher Daroly <41846928+tdaroly@users.noreply.github.com>
Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
Co-authored-by: zhenqxuMSFT <zhenqxu@microsoft.com>
Co-authored-by: p-bouchon <107427816+p-bouchon@users.noreply.github.com>
Co-authored-by: p-bouchon <pbouchon@microsoft.com>
Co-authored-by: njucz <740360112@qq.com>
Co-authored-by: JJ <jijohn@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
Co-authored-by: yalixiang <88011184+yalixiang@users.noreply.github.com>
Co-authored-by: Mahmoud Desokey <desokey@yahoo.com>
Co-authored-by: Xingjian Wang <79332479+xwang971@users.noreply.github.com>
forteddyt added a commit to forteddyt/azure-rest-api-specs that referenced this pull request Oct 5, 2022
* Workbooks correctness (#19984)

* Workbooks correctness

* add all types and examples

* dev-Sentinel-2022-08-01 (#20290)

* Adds base for updating Microsoft.SecurityInsights from version stable/2021-10-01 to version 2022-08-01

* Updates readme

* Updates API version in new specs and examples

* Add MITRE support to alert rules models (#19757)

* Update version

* Fix lint diff error

Co-authored-by: Lilyan Cohen <licohen@microsoft.com>

Co-authored-by: lilyanc02 <46589651+lilyanc02@users.noreply.github.com>
Co-authored-by: Lilyan Cohen <licohen@microsoft.com>

* fix incorrect discriminator value (#20300)

* ACSS API Titles/Descriptions scrub (#20291)

* ACSS API Titles/Descriptions scrub

* Formatting and custom word ACSS

Co-authored-by: Ashish Agrawal <ashagrawal@microsoft.com>

* [Nginx] Specify host and schemes (#20305)

* fix conditions - add action rule name filter (#19920)

Co-authored-by: Khaled Abo Asbe <khaboasb@microsoft.com>

* Merging agrifood RP latest swagger for public preview readiness. (#20243)

* Adds base for updating Microsoft.AgFoodPlatform from version preview/2020-05-12-preview to version 2021-09-01-preview

* Adds base for updating Microsoft.AgFoodPlatform from version preview/2020-05-12-preview to version 2021-09-01-preview

* Updates readme

* Updates API version in new specs and examples

* Private endpoint changes

* updated examples

* updated db update example

* build fixes

* changed common-types version

* pr comments

* minor update

* Removed 202 response code from Put call

* update examples

* prettier fix

* enum example fix

* Incremental change of sensor feature

* Adding support for operationResults api for farmbeats resource.

* Making cosmetic changes to fix checks

* Update readme.python.md

pin the title for python SDK

* Fixing one change

* Rsolving comments

Co-authored-by: Prabhav Gupta <prabhavgupta1996@gmail.com>
Co-authored-by: Prabhav Gupta <prabgupt@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Dev resources microsoft.authorization 2022 08 01 preview akhe (#20118)

* Adds base for updating Microsoft.Authorization from version preview/2020-07-01-preview to version 2022-08-01-preview

* Updates readme

* Updates API version in new specs and examples

* push the changes for the "variable" resource type

* push the variable value changes

* Fix the readme for microsoft.resources

* fix static validation issues

* attempt to fix linter/avocado errors

* run prettier

* try to fix the tags

* redo tags for the variables

* fix the scope issue causing autorest errors

* try to fix the schema issues

* fix the scopes for the examples back to container ids

* try to revert spaces in readme.md

* reorder resources

* try excluding variable values sdk schema generation

* re-add variable values

* test push with the new autorest version

* testing "any" for variable value column value type.

* revert back to object

* clarify register management group operation (#20224)

* New API Path added "datawarehousequeries"  in sqlpool (#19926)

* Path datawarehousequeries added in sqlpool

* Resolved Conflict - removed space

* Changes in definitions

* Changes in example-getdatawarehousequeries.json

* added object in sqlpool

* Updated datawarehousequeries json

* modified sqlpool definitions

* Removed properties in example json

* added Removed items

* added response in example json for dataWarehouseQueries

* Added properties in definitions

* updated mismatch type

* modifications in id path

* Properties changes

* changed Value to Properties

* properties to value changes

* removed Nextlink

* Removed array

* updated description

* Added type in response

* chnages in responses

* changes in readme

* Null Changes

* Changes in Readme added Datawarehousequeries

* added missing tag in batch

* Changed Value Object

* Reversed type changes

* Camel case changes

* Camel Changes

* Removed Extra Value Properties

* Added Properties

* Description Changes

* resourceClass values

* Added Custom Words

Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <vamshikrishna.chirra@quadrantresource.com>

* Update swagger-accuracy-report.md (#20295)

* Enable custom skypetoken expiration for a 2nd API in the new 2022-10-01 version (#20039)

* add optional custom token expiration to API that generates identity + skypetoken

* update example

* Update CommunicationIdentity.json

* Update CommunicationIdentity.json

* Update specification/communication/data-plane/Identity/stable/2022-10-01/CommunicationIdentity.json

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>

* Update CommunicationIdentity.json

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>

* AutoLd returning DetectedLanguage object instead of just string (#20318)

* Making nextLink optional for Dynatrace.Observability (#20320)

* Making nextLink optional

* Making nextLink optional

* swagger correctness (#20147)

* swagger correctness

* Resolved review comments

* [Hub Generated] Publish private branch 'datafactory/mash/feature/GoogleSheets/swaggerNew' (#20337)

* [AutoSync] 41dd785da9 GoogleSheets Swagger changes

* [AutoSync] 41dd785da9 GoogleSheets Swagger changes

Co-authored-by: swagger-automation <swagger@microsoft.com>

* Feature/barakkinarti/2022 07 20 preview (#20140)

* [Hub Generated] Publish private branch 'dev-devcenter-Microsoft.DevCenter-2022-03-01-preview' (#20119)

* New Swagger Spec File

* New Swagger Example Spec File

* New Readme Config File

* Squashed commit of the following:

commit a4a717a783a6c5fb23e7f99a161fa100f5eb2d2c
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Mon May 16 18:33:25 2022 -0700

    fixes

commit 8c9e52c9be7632b815d28777c6ea4f7f5de9d515
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Mon May 16 18:05:10 2022 -0700

    Fixes

commit 275c98f7d51c8395bf56c01d20ef09e7aec009c5
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Mon May 16 17:11:17 2022 -0700

    update custom-words

commit 6bda486449adca9316186f7b81b8c0b6db8502ee
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Mon May 16 16:45:56 2022 -0700

    Fix delete devbox response and example

commit 39fb0c34240fec160b00882ce82ff69bcaf12f59
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Mon May 16 16:37:39 2022 -0700

    configure long running op

commit ce68abe10e7767a29c9b5351a8e13ef9d8090d2d
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Mon May 2 22:52:32 2022 -0700

    Renamed to 2022-03-01-preview. renamed fidalgo to devcenter.

commit b17c3c1a034f15e6bea4d40e593ba0e0b3cc9c32
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Tue Apr 19 22:22:55 2022 -0700

    Fix spellcheck

commit 850d105acda8fbc42d4898ee84d235bc9e370c88
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Tue Apr 19 22:15:18 2022 -0700

    Remove version created by typo

commit 2039b67db5606a8c452081b99cb0a2dc2e236e72
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Tue Apr 19 22:08:51 2022 -0700

    Add 2021-09-01 API version

commit d53853a21d7ed8a9c12635616ad2369aadee033c
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Tue Apr 19 20:53:20 2022 -0700

    New Readme Config File

commit 2ed34a01547eeec4da47662933b78fd0d7f02055
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Tue Apr 19 20:53:20 2022 -0700

    New Swagger Example Spec File

commit 61e1f8d383c7408f52148587b270df04205d7542
Author: tbyfield <68976176+tbyfield@users.noreply.github.com>
Date:   Tue Apr 19 20:53:19 2022 -0700

    New Swagger Spec File

* Remove openapihub example file

* api guideline related updates

Added error code header, changed action path value

* Add string validations

* Swap post to get on remoteconnection

* Update query parameters

* Add required properties

* add environments files

* add environments to readme for package

* Update patterns and host name

* Restore schedules

* Update hosts to use centralized params

* Missed host ref

* Add LocalAdministrator field to pool/devbox

* follow action pattern, address additional pr feedback

* add operation-location, remove 200 on LRO

* Update owner to user to maintain consistency

* Ensure examples match string patterns, run prettier, fix typos

* Resolve a bunch of linting errors

* Set userId param

* Resolve readonly+required linting error (readonly items cannot be marked as required)

* Example fixes

* Fix casing

* Return 200 response code for PUT, rename action body parameter

* azure_auth -> AADToken

* readonly -> required

* Fix json

* Fix again

* Typo fix

* Remove requireds that we need to null

* Fix examples to remove fidalgo refs

* Remove Rpaas subtype

* Add readme files for required sdk codegen

* Add 200 response workaround for LROs to environments dataplane

* environments 200 LRO examples

* Add 200 status code operations and examples

* Add 200 and example for devbox delete

* Move to plural operation names

* Remove Fidalgo name

Co-authored-by: tbyfield <68976176+tbyfield@users.noreply.github.com>
Co-authored-by: Nick Depinet <ndepinet@microsoft.com>
Co-authored-by: Michael Stark <mstark@microsoft.com>

* S360 Fixes: Dev containerinstance microsoft.container instance 2021 09 01 (#20199)

* Adding S360 fixes already made to newer API

* Prettier run

* Add missing option on delete call

* Update recoveryservicesbackup readme.python.md (#20354)

Co-authored-by: Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) <v-zhenbwei@microsoft.com>

* Review request for Microsoft.ContainerService to add version 2022-07-01 (#20285)

* Adds base for updating Microsoft.ContainerService from version stable/2022-06-01 to version 2022-07-01

* Updates readme

* Updates API version in new specs and examples

* update readmes (#19871)

* Add example of Azure KeyVault Secrets Provider Addon for 2022-07-01 (#19875)

* add example of kv secret provider addon

* fix lint

* AKS OSSKU supports Windows options (#19976)

* OSSKU supports Windows options

* Improve description

* add default for availableAgentPoolVersions (#19901)

* sync PR #19592 ARM ID annotations for ContainerService

* separate examples for list cluster credentials operations

Co-authored-by: Shiqian Tao <62196586+ShiqianTao@users.noreply.github.com>

* Updated Inbound NAT Pool and Nat Rule description (#20351)

* Update PR template to select either data plane or control plane template (#20323)

* Add section on improving RESTler coverage to Swagger accuracy report. (#20353)

* add readme.java.md (#20378)

* Remove default ReturnFaceId for Face Detection (#19894)

* Remove default ReturnFaceId for Face Detection

Change default value for the ReturnFaceId parameter in /detect
operations from true to null. With the recent responsible AI changes,
only approved customers have access to this parameter so it should not
default to true.

* Updating description for changed parameter

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2022-08-01 (#20183)

* Adds base for updating Microsoft.RecoveryServices from version stable/2022-05-01 to version 2022-08-01

* Updates readme

* Updates API version in new specs and examples

* Added TrustedServiceByPassConfiguration in  workspace  (#20255)

* Added trustedServiceByPassConfiguration to workspace

* Model Validation Fix

* Example changes

* Added properties

* Properties changes

* Changes in workspace

* Semantic validation fix

* Properties changes

* Added Object

* Schema changes

* response changes

* Response revert

Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <vamshikrishna.chirra@quadrantresource.com>

* Update readme.python.md (#20386)

* [Language] Add script parameter to Language Detection response (#20339)

* add script param to detected language

* update enum value

* add to example

* update enum name

Co-authored-by: Akhila Yesantarao venkata <akyesant@microsoft.com>

* [Cognitive Services - Language] 2022-07-01-preview swagger (#19558)

* Language 2022-07-01-preview swagger

* Update SuccessfulGetSupportedLanguages.json with fixes in dev

* Update SuccessfulGetSupportedPrebuiltEntities.json with fixes in dev

* Update SuccessfulGetSupportedLanguages.json with fixes in dev

* fixing currency iso 4217 case error in analyzeconversations

ISO4217 -> iso4217

* Update SuccessfulGetSupportedLanguages.json with fixes in dev

* Update SuccessfulGetSupportedPrebuiltEntities.json with fixes in dev

* Update SuccessfulGetSupportedLanguages.json with fixes in dev

* Add back Conversations job cancel request

* Add back fhir changes for healthcare

* Add confidence score in healthcare relation and add healthcare example

* prettier

* fix HostParametersValidation

* Add linting fixes

* Fix screaming snake case for health entity category in july preview

* Modify HealthcareEntityCategory to have pascal case values instead of SCREAMING_SNAKE_CASE in dev

* Add linting fixes and missing change in dev

* adjust indentation

* Fix HealthCareEntityCateory for GA stable versions

* Fix healthcare entity category in v3.1 example

* Correct job id in example for health 3.1

* Modify Readme for July preview and remove readme within folder

* Remove format int32 from few analyze text properties and update dev branch

* Remove summarization int format

* Revert "fixing currency iso 4217 case error in analyzeconversations"

This reverts commit 1b5c97c761efd1b82e19da5d548a866b863e02f2.

* Add abstractive summarization objects

* Revert "Add abstractive summarization objects"

This reverts commit 6eca2b499708e1e3777e14dd5c32096b01fbd702.

* Add autolanguage detection and bringing to parity with dev

* Add QnA swagger changes

* Add QnA to Readme

* Rename endpoint parameter back to Endpoint but keep format:uri

* remove format uri

* Update the CLU runtime swagger resolution kinds to match the service implementation.

* Remove language code from URI

* Update specification/cognitiveservices/data-plane/Language/preview/2022-07-01-preview/analyzetext.json

Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com>

* removing additional en-us from link in dev

Co-authored-by: Kareem Yousef <kayousef@microsoft.com>
Co-authored-by: FARHAD SHAKERIN <fxs130430@utdallas.edu>
Co-authored-by: Aurgho Bhattacharjee <aurghob@gmail.com>
Co-authored-by: Yuantao Wang <yuantw@microsoft.com>
Co-authored-by: Aurgho Bhattacharjee <aurghob@microsoft.com>
Co-authored-by: Ahmed Ashour <aash@microsoft.com>
Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com>

* Add package-composite-v5 tag to SqlVulnerabilityAssessment API (#19953)

* Add package-composite-v5 tag to SqlVulnerabilityAssessment API

* Fix duplicate ids for baseline APIs for SQL vulnerability assessment

* Fix ids mix up

* Fix duplicate ids for delete baseline rules

* update read me

* add directive to mitigate Go stuttering removal collision

Co-authored-by: Ahmad Abas <ahabas@microsoft.com>
Co-authored-by: tadelesh <tadelesh.shi@live.cn>

* set disableLocalAuth to be read-only in swagger (#20358)

Co-authored-by: Bingchen Li <bingchenli@microsoft.com>

* Add New Reco API Version (#20365)

* add 22-03-01 preview api version

* add new version to readme.md

* fix array type new validation error

* suppress operations API implementation

* fix readme indentation

* revert validation suppression

* [DeviceUpdate] Update readme.python.md (#20401)

* Update readme.python.md

* Update readme.python.md

* update (#20406)

* [CLU Runtime] Introduce RegexKey type to the CLU ExtraInformation polymorphic list. (#20306)

* Introduce RegexKey type to the CLU ExtraInformation polymorphic list.

* Code review comments.

* Code review comments.

* [Cognitive Services - Language] Generate-QuestionAnswers API  (#20326)

* QnA Generation swagger and examples

* parameter name changes and examples for flat qnas

* example file rename useAnswerMarkedInContent

* 2022-10-01-preview

* pagination params for get request

* 2 operations and qa instead of qna

* examples moved to generate folder

* replace prip version with pup

* Correct copy paste error

* DocumentKind GenerationDocument

* documentKind in response documents

* QnA to QA

* revert CategoryType (#20423)

* Added "isDevopsAuditEnabled" to sqlServer json (#20356)

* Added "isDevopsAuditEnabled" to sqlServer json

* Updated "isDevopsAuditEnabled" to GetWorkspaceManagedSqlServerBlobAuditingSettings json

* [SQL] Bump ManagedDatabaseRestoreDetails and ManagedDatabase version in v5 tag (#19955)

* Bump managedDatabaseRestoreDetails version

* bump managed databases version as well

* [Hub Generated] Publish private branch 'jarewert/public-devcenter-2022-09-01-preview' (#20349)

* add or modify files

* Updated title.

* Switched to location for operation tracking.

* Fixed title in other spec files.

Co-authored-by: Jared Rewerts <jarewert@microsoft.com>

* Add documentType parameter and possible enums for healthcare (#20329)

Co-authored-by: Aurgho Bhattacharjee <aurghob@microsoft.com>

* Updated response body to "SqlPoolOperationResults_GetLocationHeaderResult" sqlPool json (#20390)

* GoogleSheets Synapse Swagger changes (#20332)

* GoogleSheets Synapse Swagger changes

* Comma fix

* Added ModelRetrainDays field to ServiceConfiguration get and update (#20415)

* [Hub Generated] Review request for Microsoft.HybridContainerService to add version preview/2022-05-01-preview (#20283)

* New Swagger Spec File

* New Swagger Example Spec File

* New Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Go Language Readme Config File

* New Python Language Readme Config File

* New Typescript Language Readme Config File

* New C# Language Readme Config File

* Added the 2022-05-01-preview version of Microsoft.HybridContainerService

* Corrected readme.md to remove older api versions, and added custom words

* add x-ms-identifiers for hybriddatamanager (#19962)

* add x-ms-identifiers for hybriddatamanager

* Update hybriddata.json

* update download restler config part (#20408)

* update download restler config part

* Added upload modified restler config and fix markdown format

* Update documentation/swagger-accuracy-report.md

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>

Co-authored-by: Mike Kistler <mikekistler@microsoft.com>

* SKU schema update as per the ARM Contract (#20359)

* sku schema update

* remove required field

* add x-ms identifier to capability

* regenerate examples

* sdk pipeline fix

* [Hub Generated] Review request for Microsoft.Media to add version stable/2022-08-01 (#19778)

* Adds base for updating Microsoft.Media from version stable/2021-11-01 to version 2022-08-01

* Updates readme

* Updates API version in new specs and examples

* pushing new api version 2022-08-01

* fix avocado error

* Update AssetsAndAssetFilters.json

update hls setting description

* Update AssetsAndAssetFilters.json

changel roles to role

* Update readme.md

* Update read.md: add in missing ```

* Update readme.md: add correct default tag

Co-authored-by: Sea Eun Lee <seaeunlee@microsoft.com>
Co-authored-by: Ziwei Mao <19548067+ZzzMao@users.noreply.github.com>

* [Communication - Media composition] 2022-07-16-preview1 (#19026)

* initial commit

* .

* add readmes

* .

* ,

* fix file name problem

* .

* .

* .

* prettier

* add descriptions

* .

* .

* .

* address feedback

* .

* .

* .

* update input groups

* [Nginx] Sync the swagger from RPSaaSMaster in azure-rest-api-specs-pr (#20311)

* add x-ms-identifiers for hdinsight (#19957)

* add x-ms-identifiers for hdinsight

* Update cluster.json

* [Hub Generated] Publish private branch 'appplatform/release/s209' (#20465)

* [AutoSync] 056109218 feat(ACIS): Add UpdateAppInternalState operation

* Update readme.python.md

* Update readme.python.md

* Update readme.md

Co-authored-by: swagger-automation <swagger@microsoft.com>
Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com>

* add breaking change and oad rule mapping (#20021)

* breaking change and oad rule mapping

* small fix

* use single category

* Add CDN 2022 05 01 preview version (#18760)

* Adds base for updating Microsoft.Cdn from version stable/2021-06-01 to version 2022-05-01-preview

* Updates readme

* Updates API version in new specs and examples

* Afd Migration Swagger updates

* Addressing feedback

* Fix validation errors

* update sku type

* Fixing some validation failures

* Fix more validation issues

* Fix alignment

* Copied from stable version

* Update api response

* Update examples

* update from older version

* Copy from older version

* Fix swagger lint

* More swagger lint fixes

* Update GenerateABasicApiScenario.md (#20496)

* Move catch-all for data-plane codeowners to top of file (#20484)

* SDK client library review feedback (#20482)

* [AMS] Make primaryVerificationKey nullable (#20489)

* Adding readme.java.md for agrifood (#20529)

* Adding readme.java.md for agrifood

* update

* Update readme.java.md

* Update readme.java.md

Co-authored-by: Weidong Xu <weidxu@microsoft.com>

* Add privacy verbiage to v7.3 write APIs (#20416)

* [Maps - Tracking] Review request for Common to add version preview/1.0 [Hub Generated]  (#20244)

* Copy 1.0 to 2022-09-01-preview

* Update version

* Changes for 2022-09-01-preview version

* modify agrifood readme.typescript.md (#20497)

* modify agrifood readme.typescript.,d

* Update readme.typescript.md

Co-authored-by: Mary Gao <yanmeigao1210@gmail.com>

* swagger changes for NspAssociationReconcile and NspProfile (#20167)

* remove private APIs

* swagger changes for NspAssociationReconcile and NspProfile

* remove check members, add reconcile

* Add changes found in PS and CLI

* validation changes

* association name change

Co-authored-by: Kaushal Kumar <kumarkaushal@microsoft.com>
Co-authored-by: Aastha Singh <aasthasingh@microsoft.com>

* Annotated sqlserver WorkspaceManagedSqlServerSecurityAlertPolicy_Get to x-ms-mutability (#20533)

* EdgeOrder 2022-05-01-preview (#19832)

* initial commit

* Update readme

* Update swagger

* fixes and examples

* readme tag fix

* Lint fix

* Fix ChangedParameterOrder for $skipToken

* Add privacy verbiage to 2021-10-01 API (#20453)

* Add doc on authentication script for Restler (#20475)

* Add doc on authentication script for Restler

* Improve doc on authenticaion for RESTler

* Update BigDataPools_Get properties to x-ms-mutability (#20540)

* [Hub Generated] Review request for Microsoft.AzureStackHCI to add version stable/2022-09-01 (#20426)

* Adds base for updating Microsoft.AzureStackHCI from version stable/2022-05-01 to version 2022-09-01

* Updates readme

* Updates API version in new specs and examples

* Add Software Assurance API and properties

1)Add Enable Software Assurance Benefit API
2)Add SoftwareAssurance Properties in the Cluster
3)Add NodeType in the ClusterNode
4)Add OSDisplayVersion in the properties

* Add read registeredSubscriptions permission in the list of operations

* Fix Validation Failures

* Address review comments

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>

* [Synapse] Add TargetSparkConfiguration property for sjd and notebook (#20409)

* add TargetSparkConfiguration property for sjd and notebook

* prettier check

* Adding 200 response to LRO operation (#20572)

* Add GetSchemaByVersion API Route (#20115)

* Add path for getting schema by version

* Update examples

* Fix parameter reference

* Add format for int types

* Adding IsVaultProtectedByResourceGuard to the BackupVault definition (#20470)

* manual swagger fix

* adding change to newer version

* swagger fix

* Empty-Commit

* adding isVaultProtectedByResourceGuard in backupVault

Co-authored-by: Charan MVS <smadu@microsoft.com>

* Updates the Suspend Backups description (#20575)

* Add Identity With Delegations to Common Types (#19830)

* add identity with delegations to common types

* fix typo

* changing definition order

* fix reference path

* [Stream Analytics] Fix S360 for auto-scale feature (#20090)

* add new GetStreamingJobSKus api

* add 'capacity' in 'sku' and let 'sku' out of 'properties'

* change v1 definitions to v3

* fix api version

* revert sku for create api

* Revert "change v1 definitions to v3"

This reverts commit a8687204a35bc2ce8d43bd3067da7a619216d6dc.

* add 'x-ms-identifiers'

* change operationId

* [Hub Generated] Review request for Microsoft.DocumentDB to add version stable/2022-08-15 (#20405)

* Adds base for updating Microsoft.DocumentDB from version stable/2022-05-15 to version 2022-08-15

* Updates readme

* Updates API version in new specs and examples

* rbac changes

* cosmos-db: Add keysMetadata property to DatabaseAccount resource in 2022-08-15 stable.

* update readme.md

* Introduces 'EnablePartitionMerge' in DatabaseAccountProperties

* Make keysMetadata properties read-only.

* Add readOnly to keysMetadata.

Co-authored-by: Erik Kühlmann Salazar <erikku@microsoft.com>
Co-authored-by: Srinikhil Naravamakula <nanarava@microsoft.com>
Co-authored-by: ekuhlmann23 <48370687+ekuhlmann23@users.noreply.github.com>

* dev-Sentinel-2022-09-01-preview (#20391)

* Adds base for updating Microsoft.SecurityInsights from version preview/2022-08-01-preview to version 2022-09-01-preview

* Updates readme

* Updates API version in new specs and examples

* Add eventGroupingSettings to NRT alert rules (#20422)

* Update AutomationRules.json (#20257)

* Update AutomationRules.json

* fix typo

* prettier

* fix linter errors

* Update example file to show the 2 new condition types

Co-authored-by: matanpa <matanpa@users.noreply.github.com>
Co-authored-by: ityankel <47292630+ityankel@users.noreply.github.com>

* Added missing property tenantid to Workspaces_Get workspaceRepositoryConfiguration (#20581)

* Fixed many typos in Readme.MD (#20579)

* [Hub Generated] Review request for Microsoft.Insights to add version stable/2022-06-15 (#19652)

* Adds base for updating Microsoft.Insights from version stable/2021-08-01 to version 2022-06-15

* Updates readme

* Updates API version in new specs and examples

* Fixed package tag naming conflict

* Separated SQR into package-2022-06-15-only

* Fixed default package tag

* Adding SQR 2022-06-15 version as part of package-2022-06

* Fixed default tag to be package-2022-06

* Added lenient-model-deduplication flag

* Replaced common-types references to Resource,ErrorResponse with local definitions with different name

* Renamed ErrorAdditionalInfo to ErrorResponseAdditionalInfo to avoid conflicts

* Removed lenient-model-deduplication flag

Co-authored-by: Avi Jerafi <avjerafi@microsoft.com>

* add x-ms-identifiers for hanaonazure (#19931)

* add x-ms-identifiers for keyvault (#19982)

* [Cognitive Services - Language] Adding Dynamic Classification to analyze-text sync Api (#20239)

* Adding Zero Shot Api

* adding loggingOptOut from inherting from base

* Adding example

* renaming from classes to categories

* code review

* corecting spelling

* addinf model version in input and output

* move from ZeroShot to Dynamic

* updating example

* referencing example

* fix in indentation

* [Synapse] Add release tag (#20492)

* add release tag

* fix lintdiff

* fix lintdiff

* fix lintdiff

* [Language Detection] Make script field optional in API response (#20472)

* make script field optional in response

* update script to be string

* make script as optional extensible enum

* Add example for Latin script

Co-authored-by: Akhila Yesantarao venkata <akyesant@microsoft.com>

* Fixing 2018-09-01 Spec (#20309)

* Fixing 2018-09-01 spec

* Fixing styling

* Changing to readOnly

* Applying Baron's comments

* Update readme.python.md

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Adding return/calculateRefund to Microsoft.Capacity 2022-03-01 (#20421)

* Adding calculateRefund api

* Return path

* fix

* Added Path and example (#20425)

* Added Path and example

* Parameter changes

* Description added

* value changes

* Response changes

* example changes

* Property  added

* name changes

* Definition  changes

* model validation

* object added

* Response/prettier changes

Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <vamshikrishna.chirra@quadrantresource.com>

* [Go Datafacotry] use direcitve to mitigate go sdk breaking (#20614)

* Update readme.md (#20615)

* Added Path and Properties (#20389)

* Added Path and Properties

* added type object

* Properties changes

* Checks

Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <vamshikrishna.chirra@quadrantresource.com>

* Add pagination to cost management Query API (#19609)

* chore: create new preview version (2022-08-01)

Copy last stable version (2021-10-01) into new preview version
(2022-08-01)

* chore: delete unmodified specifications

* feat: add pagination to cost management query api

* fix: fix avocado errors

* fix: change parameter order on query APIs to avoid breaking change

* [Cognitive - Language] Conversation API Async Update - Conversational Sentiment Analysis- API 2022-10-01-Preview  (#19742)

* Add conversational SA kind

* Adding conversational SA task and result

* Address the comments

* Address the comments

* Add example input and output

* Drop sentence properties

* Remove the sentence property

* Remove the stringIndex

Co-authored-by: Ranran Wang <rawan@microsoft.com>

* Fix hybridaks go repo name (#20633)

* ervice Fabric Managed Clusters - api version 2022-08-01-preview (#20307)

* initial commit copy from 2022-06-01-preview

* update swagger and examples with new api version

* update version on readme

* remove UDWiseUpdate

* add x-ms-arm-id-details

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

* Update hybridaks readme.python.md (#20635)

Co-authored-by: Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) <v-zhenbwei@microsoft.com>

* Added Path and Properties (#20580)

Co-authored-by: VamshiKrishna Chirra (Quadrant Resource) <vamshikrishna.chirra@quadrantresource.com>

* [OperationalInsights] Added 201 return status to QueryPacks_CreateOrUpdate (#19674)

* added 201 return status to QueryPacks_CreateOrUpdate

* update return contract for QP: QueryPacks_CreateOrUpdate

* added queryPackName as empty string to examples

* removed redundent name from 201 response example

* update QP swagger

* [Microsoft.Cache] Add 200 response code to PrivateEndpointConnections_Put (#20620)

* Add 200 response code to PrivateEndpointConnections_Put

* Update Examples for 200 response code.

* typo: verion -> verion (#20508)

* Fix user-assigned identity type names (#20376)

* Fix user-assigned identity type names

* Add default tag to readme.md

* Add a tag that covers both searchservice and searchindex specs and make that the default

* Fix duplicated SearchError

Co-authored-by: Shivangi Reja <shreja@microsoft.com>

* [Cognitive Services - Language - Text API][2022-10-01-preview] Add healthcare document type corrections and examples. (#20612)

* Add healthcare document type corrections and examples.

* Add example references to analyzetext

* Fix document dynamic classfication example

* Minor prettier check fixes

* Add model version to reponse of dynamic classification example

Co-authored-by: Aurgho Bhattacharjee <aurghob@microsoft.com>

* [Schema Registry] Update code owners (#20666)

* [Go] rename hybridaks to hybridcontainerservice (#20657)

* Adding archive/unarchive to Microsoft.Capacity 2022-03-01 (#20574)

* Adding archive/unarchive to Microsoft.Capacity 2022-03-01

* fix

* format

* update Synapse owner (#20565)

* [Marketplace Catalog - Search] data plane api (#19292)

* Added search data-plane

* added marketplace catalog resource manager

* fixed readme

* Fixed Spec Linter validations

* fixed all validation tools

* fixed avo

* fixed prettier check

* fixed spelling

* Removed resource-manager from data-plane branch

* used v3 common types

* dont use v1 types

* fixed prettier

* fixed code review comments

* fixed validations

* fixed prettier

* added x-ms-error-code

* updated "take" to "top" and collectionFormat to "csv"

* small description fix

* Removed not needed or used param

* Change stable to preview and updated api version to 2022-06-23-preview

* Removed autocomplete and facets from preview api and fixed descriptions

* fixed enum validations

* fix enum names in query

* fixed descriptions

* fixed example

* fixed version

* fixed typo

* fixed spellings

* market is required

* fixed prettier

* Fixed descriptions

* Added csp state description

* Rename categoryIds to labels

* Added descriptions

* fixed sku and vm arch type

* fixed example

* fixed readme api version

* vm security types

* fixed description

* labels to categoryids

* added search fields

* pricing types values

* added descriptions

* fixed typos

* enum values

* added enum descriptions

* added enum descriptions

* fixed descriptions

* fixed descriptions

* Removed not documented fields

* description

* pricing types

* fixed enum types

* Removed categoryIds from planSummary

Co-authored-by: Greg Oks <gregoks@microsoft.com>

* [Language Text] Dedepublicate TaskState schema (#20676)

* [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2021-10-01 (#20383)

* Initial Change

* Added enum property

* Fixed example files

* Re-added property

* Added x-ms-enum to enums

* Ran prettier

* Removed non-required property

* Add format: duration to duration property (#20135)

* Add format: duration to duration property

* Fix formatting

Co-authored-by: andrew <andrsmith@microsoft.com>

* Mark mandatory param as required (#20638)

* Review request for Microsoft.ContainerService to add version 2022-08-02-preview (#20487)

* Adds base for updating Microsoft.ContainerService from version preview/2022-07-02-preview to version 2022-08-02-preview

* Updates readme

* Updates API version in new specs and examples

* sync changes from PR#19592 & PR#20145 (#20402)

* update readme & remove fleets (#20388)

* AKS agent pool properties add AgentPoolWindowsProfile and DisableOutboundNAT (#20407)

* AKS agent pool properties add AgentPoolWindowsProfile and DisableOutboundNAT

* Change disableOutboundNAT to disableOutboundNat because of ARM format; Improve description.

* Improve description

* Added guardrails profile to specs (#20171)

* added guardrails profile to specs

* linter fix

* added x-ms-enum

* added guardrails definitions for versions route

* linter fix, added custom word

* fix

* typo fix

* fix for example

* added object type

* added object type

* removed data field

* changed descriptions

* *

* add "Mariner" for AKS os sku (#20420)

* add KubeProxyConfig to AKS NetworkProfile (#20446)

* add KubeProxyConfig to AKS NetworkProfile

* remove extra comma, type: integer for *Seconds

* add custom words

* prettier

* follow camel case ARM guidance

* 2nd camel case standard

* feat: add rest api spec for ip-based lb (#20392)

* fix LroLocationHeader (#20491)

* fix ProvisioningStateValidation (#20490)

* Removed guardrailsVersions route, added guardrails profice to MC properties (#20625)

* removed guardrails-versions route, added guardrails profice to MC properties

* removed unsued file for guardrails versions, removed unused custom word

Co-authored-by: Shiqian Tao <62196586+ShiqianTao@users.noreply.github.com>
Co-authored-by: rsamigullin <89222124+rsamigullin@users.noreply.github.com>
Co-authored-by: Ace Eldeib <aleldeib@microsoft.com>
Co-authored-by: Matt Stam <mattstam@live.com>
Co-authored-by: Qi Ni <pomelonicky@gmail.com>

* Remove unused Microsoft.MobileNetwork 2022-01-01-preview API (#20641)

* {AzureSecurityContacts} fixes Azure/azure-rest-api-specs#20364 (#20434)

Currently, the azure python SDK supports version 2017-08-01-preview for security contacts. We need to update it to 2020-01-01-preview.

fixes Azure/azure-rest-api-specs#20364

This request is forwarded from Azure/azure-sdk-for-python#25771

* Update readme.python.md (#20654)

* Update readme.python.md (#20686)

* update (#20688)

* update sku uri (#20639)

* [Hub Generated] Publish private branch 'dev-azure-kusto-Microsoft.Kusto-2022-07-07' (#20689)

* Adds base for updating Microsoft.Kusto from version stable/2022-02-01 to version 2022-07-07

* Updates readme

* Updates API version in new specs and examples

* Changes

* Update

* Update readme.md

* fix

* Update readme.md

* New line

* Add Database CallerRole

* Update example

* "callerRole" : "Admin"

* Prettier

* update readme.typescript.md in hybridaks (#20655)

* [Language Text] Fix SentimentResponse detected language (#20678)

* [Language Text] Fix SentimentResponse detected language

* add auto LD for healthcare

* fix duplicate schema for JobState (#20684)

* Fixing broken link for in feature state create post request (#20102)

* Fixing broken link for in feature state create post request

* Removing region specific path in URl

Co-authored-by: tejitpabari <tejitpabari@microsoft.com>

* [Language Text] Rename model name (#20694)

* [Language Question Answering - Generate] Fix result, maxQACount and examples  (#20679)

* fix inconsistency in examples after swagger changes

* fix answer tags

* maxResultCount to maxQACount

* Document -> GenerationDocument

* [Microsoft.Capacity] Fixing API paths (#20671)

* [Microsoft.Capacity] Fixing API paths

* update

* update example

* Update recommendation short descriptions for problem and solution. (#20624)

* Update recommendation short descriptions for problem and solution.

* Fix verbiage on the new short description.

* Update sample uuid for empty response.

* Add example for List Operations.

* Run prettier on ListOperations example.

Co-authored-by: patrinid <patrinid@microsoft.com>

* (ARMSubscription) fixes Azure/azure-sdk-for-go#18620 (#19870)

* (ARMSubscription) fixes Azure/azure-sdk-for-go#18620

fixes #18620

The subscriptions Model struct includes a number of fields, but not all the fields available in the REST API according to the documentation. Specifically, the following fields are missing in the Go struct:

tenantId - The subscription tenant ID.
tags - The tags attached to the subscription.

Note that these fields are returned by the API and are documented here: https://docs.microsoft.com/en-us/rest/api/resources/subscriptions/list?tabs=HTTP#subscription

* Update subscriptions.json

* {AzureSubscription} Fixes Azure/azure-sdk-for-go#18619 (#19919)

fixes Azure/azure-sdk-for-go/18619

The TenantIDDescription struct returned by calls to TenantsClient.ListComplete contains only two fields: ID and TenantID:

However, the underlying API returns many more useful fields, including countryCode, displayName, domains, tenantCategory defaultDomain and tenantType. It would be great if these fields could also be made accessible through the Go SDK.

* [NetAppFiles] Anf 21478 update for 2022 05 01 (#20435)

* add 2022-05-01 folder

* udpate api-version

* add 2022-05-01 changes

* pretty

* Remove location from vaults examples

* custom word Showmount

* udpate max for usageThreshold

* descriptiopn usageThreshold

* add cmk changes

* add cmk changes, object

* fix usageThreshold

* regioninfo

* remove regionInfo from 03

* snapshotid mutability

* backupid mutability

* pretty

* missin x-ms-identifyer

* [Compute] New Api Version 2022-07-02 (#20223)

* New Api version 2022-07-02

* readme changes

* version update

* Adding diskControllerTypes and optimizedForFrequentAttach to resources (#19958)

* add new api version

* add examples for optimizedForFrequentAttach

* adding diskcontrollertypes

* adding example and removing unknown characters

* removing unknown character

* removing null

* updating description

* Fix examples and readme

* fix based on target branch

* add examples

* remove bad files

* fix readme

* fix description for property

* adding nvme to customwords.txt

* Updating comment on NVME feature

* Fixed swagger bugs (#4)

* Fixed swagger bugs

* Addressed comments

* Updated description

* Added performancePlus property

* Updated description for performance plus

* Addressed comments

* Removed read Only property

Co-authored-by: akashpargat <akashpargat@microsoft.com>

Co-authored-by: Sarah Rahman <sarahrahman@microsoft.com>
Co-authored-by: Akash Pargat <akashpargat@yahoo.com>
Co-authored-by: akashpargat <akashpargat@microsoft.com>

* Readme.md correction

* Adding examples

* fix syntax

* update  common.json to common-types folder

* example fixes

* fix snapshot example

Co-authored-by: chetmaddula <57730350+chetmaddula@users.noreply.github.com>
Co-authored-by: Sarah Rahman <sarahrahman@microsoft.com>
Co-authored-by: Akash Pargat <akashpargat@yahoo.com>
Co-authored-by: akashpargat <akashpargat@microsoft.com>
Co-authored-by: Theodore Chang <theodore.l.chang@gmail.com>

* Add directive in readme.java.md to make redisConfiguration.additonalProperties as string to string map (#20715)

* add directive in readme.java.md to make additonalProperties in redisConfiguration as Map<String, String>

* clean up redis/resource-manager/readme.md

* Move from preview to stable (#20693)

* Move from preview to stable

* Adjust readme.md

package-preview-2022-07 -> package-2022-07

* fix path to ErrorResponse (#20706)

* [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2020-05-01 (#19956)

* Fixing swagger to match actual responses

* Fixing azure-sdk-for-net-track2

* Adding custom words

* Fixing linting errors

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2022-10-01-preview (#20685)

* Adds base for updating Microsoft.CostManagement from version preview/2022-08-01-preview to version 2022-10-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding New Settings API to Cost Management RP.

* Updating the configurations

* Adding taginheritance to custom words

* Adding 200 response for update

* removing x-ms-client-flatten = true

* Implementing Discriminator Pattern for the settingType

* MISC

* Description updated

* MISC

* FIx Model Validations due to descriminator

* Remove readonly property

* Revert the readonly property

* Adding Kind as discriminator property

* MISC

* MISC

* Added "tenantId" property to workspace response (#20360)

* Added "tenantId" property to workspace response

* Fixed Model Validation errors

* Fix Model validation format uuid errors

* Fixed lint errors

* Fix model validation error Expected type but found type object, Expected type string but found type object

* Fix semantic validation error Expected type object but found type string

* Fix Model validation error

* Revert "Fix Model validation error"

This reverts commit f3b67384368310f3125b19d3b8ca1b650bcb3591.

* Fix Modelvalidation error

* Changed location to string Resolved review comments

* Resolved review comments

* Resolve LRO location error

* updated path from V2 to V1 (#20476)

* updated path from V2 to V1

* Updated Model validation error of 202 status missing

* Fix model validation error XmsEnumValidation, MissingXmsErrorResponse

* Fixed lint error

* Fix Model validation error

* Fix lint error

* Fix model validation error

* Revert "Fix model validation error"

This reverts commit f5087d0a72c48a7670b8235e003590230aeecd44.

* Fix Semantic validation

* Fix semantic validation error

* Reverting User Assigned MI for Access Connector (#20698)

* Reorder the swagger actions following relativePath_httpmethod (#20524)

* Reorder the swagger actions following relativePath_httpmethod

* Create HealthApi_GetServiceStatus.json

* Add files via upload

* Update webpubsub.json

* Update HealthApi_GetServiceStatus.json

* Update webpubsub.json

* Fix sample failure

* Add message

* Prettier

* avoid breaking change

* resolve comments

* clean up error body for HEAD

* fix build failure

* fix build failure

* [Cognitive Services - Language - Text API] Enable resolutions for Named Entity Recognition (#20371)

* Enable resolutions for Named Entity Recognition

* Add sample

* Remove risk field from Advisor 2020-01-01 stable. (#20628)

Co-authored-by: patrinid <patrinid@microsoft.com>

* [CosmosDB] Review request for Microsoft.DocumentDB to add version preview/2022-08-15-preview (#20419)

* Adds base for updating Microsoft.DocumentDB from version preview/2022-05-15-preview to version 2022-08-15-preview

* Updates readme

* Updates API version in new specs and examples

* adaptive RU sharedthroughput changes

* add mongodb database redistribute throughput

* InAccount Restore Examples for SQL database and container and MongoDB database and collection

* fix example references for inaccount restore and pretify all example files

* InAccount Restore fix example references

* InAccount Restore fix createMode case in examples

* InAccount Restore for SQL and MongoDB changes

* Added keysMetadata readonly field changes and added EnablePartitionMerge changes

Co-authored-by: Himanshu Sunil Dhawale <hidhawal@microsoft.com>
Co-authored-by: Dinesh Kumar Dhamotharan <ddhamotharan@microsoft.com>

* Update example LedgerUri (#20721)

* patch fleets in 0802preview tag (#20713)

* Update readme.md (#20741)

* [Dynatrace][Mgmt] rename client name (#20742)

* Update readme.python.md

* Update readme.python.md

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* Updated DatadogOrganizationProperties for reduce onboarding friction story | Datadog (#20022)

* initial commit

* updated new api version 2022-06-01 in all examples and datadog.json

* updated 2 parameters of 'DatadogOrganizationProperties' to mandatory:
- Name : Name of the Datadog organization
- Id : Id of the Datadog organization

* added datadogOrgID in 'datadogOrganizationProperties'
In Request send for Create Monitor

* added New Tag version details in all readme(s) wherever required

* Change Mutability for DatadogOrganizationProperties => Id & Name (added read to x-ms-mutability)

* reverted back changes from readme.go.md as these were used to serve track 1 SDK.

Now latest api-version will not have track 1 Go SDK, but it will have track 2 SDK.

* config (#20759)

* remove the deduplication (#20756)

* make compilationJobs name segment consistent and ARM spec conformant (#20588)

* make compilationJobs name segment consistent and ARM spec conformant

* update segment descriptions

* update examples for property rename

* Update containerservice for release (#20761)

* Update containerservice for release

* Update readme.md

* Update readme.python.md

Co-authored-by: Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) <v-zhenbwei@microsoft.com>

* ComputeRP 2022-08-01 release (#20552)

* add files to new version folder

* update version references and readme tags

* update common types version line and reference to common.json

* add fetures for 2022-08-01 release

* remove admin password for ModelValidation CI

Co-authored-by: Theodore Chang <theodore.l.chang@gmail.com>

* Task 15221970 - ASE DataBoxEdge S360 Compliance (#20648)

* [Microsoft.StorageSync] New API version 2022-06-01 (#20227)

* Adds base for updating Microsoft.StorageSync from version stable/2020-09-01 to version 2022-06-01

* Updates readme

* Updates API version in new specs and examples

* Swagger API Spec Update for adding Low Disk Mode to Storage Sync (#19725)

* Added Low Disk Mode property

* Updated API Spec for introducing Low Disk Mode

* Updated Examples for API Spec for Low Disk Mode

* Updated Examples for Cloud Tiering Status (#19885)

* [Microsoft.StorageSync] Add AFS file share metadata certificate public keys API to version 2022-06-01 (S360 compliance) (#20517)

* Fix readme.md file so that tag information includes full API version 2022-06-01

* Add afs share metadata certificate public keys API

https://portal.azure-devex-tools.com/amekpis/completeness/detail?errorId=DBF8D800-EB0B-48E0-B665-BC91CB1A17B9

* Fix casing of afssharemetadatacertificatepublickeys

* Temporarily rename examples file to fix casing issue.

* Fix casing of new example file

Co-authored-by: ankushbindlish2 <34896519+ankushbindlish2@users.noreply.github.com>
Co-authored-by: Juan Carlos Juarez <106784687+jcjuarez-msft@users.noreply.github.com>

* Network 2022 05 01 (#20695)

* Adds base for updating Microsoft.Network from version stable/2022-01-01 to version 2022-05-01

* Updates readme

* Updates API version in new specs and examples

* add DisableTcpStateTracking on nic (#19734)

Co-authored-by: Dan Tu <dantu@microsoft.com>

* Adding new VIP Swap APIs to support extension resource design (#19698)

* Adding new VIP Swap APIs to support extension resource design

* fixing validation checks

* minor fix

* Reverting changes

* Minor fix to add a new line

* fix description (#19987)

Co-authored-by: Dan Tu <dantu@microsoft.com>

* Add BillingType Property to ExpressRoutePorts (#19932)

* change port json

* changes

* add Virtual network gateway policy group api (#19766)

* finish update on connection configuration references

* resolve reference error

* finish prettier

* resolve sematic error

* finish update change

* enablePrivateLinkFastPath property for VirtualNetworkGatewayConnection resource (#20050)

* Support for Per Rule Actions in Application Gateway WAF (#20027)

* Adding changes for per rule actions

* Fixing spaces

* prettier fix

* Addressing PR comments

* Address review comments

* Add ColoLocation to ExpressRoutePort result (#20033)

* Add ColoLocation to ExpressRoutePort result

* Fix automation code check error

* Merge from network-2022-05-01

* Revert "Merge from network-2022-05-01"

This reverts commit f0671a040b2bad684921f8f8ad4b53bb0f4b4a93.

Co-authored-by: Jianqi Zhao <jianzhao@microsoft.com>

* DDoS Per IP SKU + Custom Policy Deprecation Swagger PR (#19985)

* initial changes

* example file changes

* new files for new apis

* adding a period

* changing reference

* prettier fixes

* ddos fix

* lint diff fixes

* more lint diff errors

* fixing operation id

* changing bool to string enum

* example changes

* adding 202s as these are long running ops

* examples

Co-authored-by: Manas Chakka <manaschakka@microsoft.com>

* Adding UnhealthyThreshold property to LB health probes, and updated examples with new property (#20001)

* Property to enable/disable OCSP revocation check on client certificate (#20301)

* add new property to enable/disable OCSP revocation check on client certificate for MTLS

* revert breaking change of updating enum property

* Add new parameter asn, geo and expressRouteAdvertise to CustomIPPrefix for new 2022-05-01 nrp sdk version (#20266)

* fix

* fix

* fix

* fix

* fix

* fix

Co-authored-by: Weiheng Li <weihl@microsoft.com>

* Network 2022-05-01 Azure Virtual Network Manager Contributions (#20440)

* Add third NIP enum for avnm security admin config, AllowRulesOnly

* add optional top parameters to various network manager post APIs

* revise all example input subscriptions to all zero guid

* change all top parameter max value to 100

* Revert "change all top parameter max value to 100"

This reverts commit 12943d2f2b91b22f1dae232cb291a8551fedfdca.

Co-authored-by: Jared Gorthy <jaredgorthy@microsoft.com>

* Alpelled waf manifest 05 01 2022 (#20047)

* init

* init

* fix comments

* fix err

* try ref to appgw def

* try ref to appgw def

* try ref to appgw def

* try ref to appgw def

* update example

* update example

* update example

* update state and action

* update state and action

* change ruleset name and add tiers

* cammel case fix

* cammel case fix

* s_ruleid

* s_RuleId

* suppress s_RuleId camel case issue

* suppress s_RuleId camel case issue

* address comments

* address comments

* address comments

* fix typo

* cont fix

* cont fix

* cont fix

* cont fix

* cont fix

* add pageable

* add next link

Co-authored-by: Alon Pelled <alpelled@microsoft.com>

* Add prefixType property to CustomIPPrefix for NRP 2022-05-01 (#20486)

* add prefixType parameter

* add example

* Adding swagger changes for routemaps feature (#20091)

* initial changes for routemaps

* run npm prettier script

* adding examples

* fixing validation errors

* more validations

* more fixes

* trying to fix lint error

* fix for match condition

* renaming ActionType to fix lint

* fix for python sdk generation

* renaming Rule to RouteMapRule

* modify examples to remove vnetroutes from non hub vnet conns

* cleanup

* Added Upper-case transform (#20674)

Co-authored-by: dtuCloud <tudan0103@gmail.com>
Co-authored-by: Dan Tu <dantu@microsoft.com>
Co-authored-by: shnaya434 <67019054+shnaya434@users.noreply.github.com>
Co-authored-by: nimaller <71352534+nimaller@users.noreply.github.com>
Co-authored-by: tyrannicrex <jiaczh@microsoft.com>
Co-authored-by: Jesus Arango <jearango@microsoft.com>
Co-authored-by: Sindhu Aluguvelli <sindhureddy216@gmail.com>
Co-authored-by: Jianqi Zhao <archie.j.zhao@gmail.com>
Co-authored-by: Jianqi Zhao <jianzhao@microsoft.com>
Co-authored-by: Manas Chakka <mchakka@gmail.com>
Co-authored-by: Manas Chakka <manaschakka@microsoft.com>
Co-authored-by: bhavanabheem <109241669+bhavanabheem@users.noreply.github.com>
Co-authored-by: biaogao <biga@microsoft.com>
Co-authored-by: Weiheng Li <weihengli.tj@gmail.com>
Co-authored-by: Weiheng Li <weihl@microsoft.com>
Co-authored-by: jago2136 <42753636+jago2136@users.noreply.github.com>
Co-authored-by: Jared Gorthy <jaredgorthy@microsoft.com>
Co-authored-by: alon-microsoft <31221093+alon-microsoft@users.noreply.github.com>
Co-authored-by: Alon Pelled <alpelled@microsoft.com>
Co-authored-by: Eric Hoffmann <112216215+erichoffmannms@users.noreply.github.com>
Co-authored-by: arganapathy <109313670+arganapathy@users.noreply.github.com>
Co-authored-by: rahulbissa2727 <106511944+rahulbissa2727@users.noreply.github.com>

* Release  Microsoft.SQL 2022-05-01-preview  (#20743)

* create a new branch for release

* fix one line readme.md

* fix lint error

* [Hub Generated] Publish private branch 'release-security-Microsoft.Security-2022-08-01-preview' (#20730)

* Adds base for updating Microsoft.Security from version preview/2022-05-01-preview to version 2022-08-01-preview

* Updates readme

* Updates API version in new specs and examples

* update swagger

* update readme

* update readme tag

* Added RDS to Swagger

* remove empty configuration property

* update exculsion tags

Co-authored-by: Ameer Abu Zhaia <ameer.t89@gmail.com>
Co-authored-by: Ameer Abu Zhaia <amabuzha@microsoft.com>
Co-authored-by: Ofir Haviv <ofirhavi@microsoft.com>

* [Nginx] Add readOnly for ProvisioningState (#20707)

* [Nginx] Add readOnly for ProvisioningState

* Update api version parameter

* Bug Fix techniques field as readonly in fusion rule (#20668)

* [Hub Generated] Review request for Microsoft.HardwareSecurityModules to add version stable/2021-11-30 (#20734)

* changed dataType of isDataAction from string to boolean

* changed dataType of isDataAction from string to boolean

* Fix authentication script for RESTler (#20673)

The last line of the authentication script was truncated -- probably a bad copy/paste. This fixes it.

* [Hub Generated] Publish private branch 'datafactory/mitra/updatescripttoscriptlines' (#20781)

* [AutoSync] ee38db2819 Update documentation with scriptLines

* [AutoSync] ee38db2819 Update documentation with scriptLines

Co-authored-by: swagger-automation <swagger@microsoft.com>

* Add default value for PublicNetworkAccess property (#20723)

* Add default value for PublicNetworkAccess property

* Default should be enabled

* Add privacy verbiage to 2022-07-01 API (#20452)

* modified the value of queryId from int to string (#20767)

* OperationalInsights: 2022-10-01 stable version. (#20236)

* OperationalInsights: 2022-10-01 stable version

* Actual changes.

* More fixes.

* more changes.

* Removing redundant breaking change.

* Workspace identity: referencing standard types.

* Referencing managed identity standard type, refactoring booleans into enum.

* Fixing examples.

* Removing duplicate resource.

* Update Workspaces.json

* Update Clusters.json

* Revert "Update Clusters.json"

This reverts commit 4eb99cf4699afeb95dc2bab1ee071c7d4f9ee2c5.

* Revert "Update Workspaces.json"

This reverts commit c16bc82f2ec8a35131c1ec54d2dca147eca929d1.

* Returning to our identity implementation.

* update readme.typescript (#20798)

* Azure Health Bot - New API 2022-08-08 - Secrets management using ARM (#20310)

* First commit - Copy older folder

* Support fetching Azure Health Bots secrets and regenerate JWT API key using ARM operation.

* Fixes based on validations.

* Add schema.

* Fix sample.

* Fix.

* Add "x-ms-secret": true, for a secret property.

* Update readme.python.md

* Update readme.python.md

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>

* [Hub Generated] Review request for Creator to add version preview/2022-09-01-preview (#20653)

* swagger doc updates for custom styling apis

* rename style import and export to create and get

* More docs updates

* Fix validation errors

* Update to defaultConfiguration

* Add Content-Type in request headers

* Minior updates on comments

* remove extra produces

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2022-08-01 (#20056)

* Adds base for updating Microsoft.RecoveryServices from version stable/2022-04-01 to version 2022-08-01

* Updates readme

* Updates API version in new specs and examples

* Update vaults.json

* Update vaults.json

Fixed Prettier error

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2022-10-05-preview (#20794)

* Adds base for updating Microsoft.CostManagement from version preview/2022-10-01-preview to version 2022-10-05-preview

* Updates readme

* Updates API version in new specs and examples

* New API added for preview

* Fixed type references for Proxy Resource and ApiVersion

* Removed the duplicate

* Fixed Avocado errors

* Readme updated

* version restore

* Version upgrade

* Missing definitions

* versions fixed for examples

* Merge Microsoft.app 2022 06 01 preview to main (#20787)

* Adds base for updating Microsoft.App from version stable/2022-03-01 to version 2022-05-01

* Updates readme

* Updates API version in new specs and examples

* Add app diag to 2022-05-01 (#18678)

* Add container apps diagnostics

* Fix validation errors

* Move Microsoft.App diag APIs to 2022-05-01

* Fix validation errors

* Fix validation errors

* Fix validation errors 3

* Change operationIds

Co-authored-by: Michimune Kohno <mikono@microsoft.com>

* Fix definition for customhostnameesult (#19014)

* fix

* update

* more fix

* Cherry pick for the parameter name fixes for the 2022-03-01 and making the same fixes in 2022-05-01 (#19048)

* Correct Probe enums (#18839)

* fix probe enums

* Fix revision mode enum

* Fix patch example

* Fix the casing of enums in the latest api version

* Change the parameter names to unblock Terraform release (#19005)

* contianerapps: fixing swagger inconsistencies in 2022-01-01-preview

* containerapps: fixing inconsistencies in the 2022-03-01 swagger

* containerapps: updating the examples for 2022-01-01-preview

* containerapps: updating the examples to account for the updated parameter names

* containerapps: fixing linting

* fix probe enums

* Fix revision mode enum

* Fix the policheck error

* Revert "containerapps: fixing linting"

This reverts commit 3c4872f4a43fbe1a285830461f48d8c0a5ffeee8.

* Revert "containerapps: updating the examples for 2022-01-01-preview"

This reverts commit 9b81fbd65652d558c0296d72a63ca1a7c4850e3c.

* Revert "contianerapps: fixing swagger inconsistencies in 2022-01-01-preview"

This reverts commit 553fc551b3239598157238ed6246085748421b87.

* Undo changes to 2022-01-01-preview

* Fix one issue

* fix remaining inconsistency

* fix authConfig and sourceControl names

Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>
Co-authored-by: Mike Vu <mikevu@microsoft.com>

* Change param names

* Fix examples

* Fix CI errors

Co-authored-by: Mike Vu <mikevu@microsoft.com>
Co-authored-by: tombuildsstuff <git@tom.ibuildstuff.eu>

* Fix description in all API versions (#19313)

* Fix description for ManagedEnvironment.Internal property (#19307)

* Fix descriptions in all api versions

* Add traffic info to revisions api (#19054)

* Add traffic info to a revision api

* Add deprecated prop

* Prettier fixes

* 1pdate based on new proposal

* Rename

* Change names

* minor fix

* Add httpReadBufferSize to dapr config in Microsoft.App-2022-05-01 (#19360)

* Add httpReadBufferSize to dapr config

* remove nullable

* Adds base for updating Microsoft.App from version stable/2022-05-01 to version 2022-06-01-preview

* Updates readme

* Updates API version in new specs and examples

* Add new resources for 2022-06-01-preview (#19494)

* update

* update

* update

* fix

* update

* update

* update

* update

* fix

* update

* update

* Enable Dapr AI Connection string for Microsoft.App connected environment (#19974)

* Enable Dapr AI Connection string for Microsoft.App connected environment

* Fix dapr ai connection string

* remove read

* remove read permission of dapr ai connection string and instrument key for managed environment

* fixes for comments

* update (#20013)

* Fixdescriptions on microsoft.app 2022 06 01 preview (#20133)

* Fix casing for detector properties

* Fix descriptions

* Fix descriptions and detectorProperties in 2022-06-01-preview

* Added `secretsStoreComponent` in 2022-06-01 spec (#20044)

* Added `secretsStoreComponent` in 2022-06-01 spec

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Fixed typos and added example of name/key

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Add custom domain configuration for managed environment (#20149)

Co-authored-by: Mengjun Qin <menqin@microsoft.com>

* Add additional Dapr options (2022-06-01-preview) (#19886)

* Add additional Dapr options

* Update examples for 2022-06-01-preview

* force ci

* force ci

* force ci

* adding ip-restriction feat (#19841)

* adding ip-restriction feat

* remove from stable, add to preview

* fix lintDiff error

* fix modelvalidation error

* fix formatting changes

* rename names, add note to all allow or all deny

* fix spell check error

* update name and examples

* rename `ipAddress` to `ipAddressRange`

* making small c…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 CI-BreakingChange-JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants