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

Sync eng/common directory with azure-sdk-tools for PR 1219 #13710

Merged
merged 16 commits into from Nov 20, 2020

Conversation

azure-sdk
Copy link
Collaborator

Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#1219 See eng/common workflow

@azure-sdk azure-sdk added Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system. labels Nov 20, 2020
@azure-sdk azure-sdk merged commit 8d7d6ee into master Nov 20, 2020
@azure-sdk azure-sdk deleted the sync-eng/common-docgeneration-1219 branch November 20, 2020 16:15
mohsha-msft added a commit that referenced this pull request Apr 21, 2021
* Replace Connection's Do() with Pipeline() (#13409)

LROs and pagers require access to the Connection's pipeline.

* Sync eng/common directory with azure-sdk-tools for PR 1163 (#13338)

* Update subscription configuration schema to include new parameters

* Support platform specific arm template parameters and legacy hashtable format

* Update arm template parameter comment to include top level key

* Restore AdditionalParameters. Merge ArmTemplateParameters from stringified hash literal

* Handle duplicate keys more explicitly for arm and env vars

* Regenerate New-TestResources.ps1 markdown

* revert variable name to environmentVariables to fix post-scripts

* Handle empty arm template parameters better

* Remove arm template parameter merge logic from deploy template

* Add merge hashes function to New-TestResources.ps1

* Add merge hashes function to New-TestResources.ps1

* Add env variable overwrite warning. Use ContainsKey checks

* Temporarily manually fix invalid generated markdown links

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1178 (#13412)

* Refactor eng/common/README.md

* Add doc directory

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Fix broken eng/common doc link (#13492)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Fix deadlock in bearer token refresh (#13494)

* Fix deadlock in bearer token refresh

If GetToken() fails the renewing flag wasn't reset, leading to a
deadlock.  Ensure the flag is reset before exiting.

* refine and add test

* Sync eng/common directory with azure-sdk-tools for PR 1188 (#13507)

* Add debug flag to arm deployment command

* Only set debug preference when $CI is true

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Remove invalid characters in basename sourced from username (#13508)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Add generator tool to run in the sdk automation pipeline (#13477)

* Add generator tool to run in the sdk automation pipeline

* Fix compromised tests

* Trying to satisfy linter

* Add generate options

* Sync eng/common directory with azure-sdk-tools for PR 1170 (#13337)

* Added the preprocess scripts.

* string array to string

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Config files update for SDK automation pipeline (#13476)

* Config files update for SDK automation pipeline

* Update swagger_to_sdk_config.json

* update scripts

Co-authored-by: Phoenix He <tih@microsoft.com>

* Refactor various public surface area (#13495)

* Refactor various public surface area

Made several option fields non-pointers as there is no semantic
difference between nil and their zero-value.
Added missing default options constructors.
Added doc comment to options structs explaining to use their
corresponding constructor funcs.
Unexported a few things that didn't need to be exported.
Renamed URI to URL in public surface area only.

* fixed some misspelled words

* fix test after rebasing

* fix handling of AZURE_AUTHORITY_HOST

don't override explicitly set AuthorityHost with env var

* reduce retry delay to make tests run faster

* Add Invoke-DevOpsAPI.ps1, Add functions for Canceling and Listing Builds (#13238)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Change live test resource DeleteAfterHours tag to 8 hours (#13564)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1202 (#13566)

* Add debugging link on resource deployment failures to log output

* Update aka link for live test help docs. Use here string and empty throw.

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Minor release v48.2.0 (#13602)

* Generated from tag package-2020-11 of containerservice (commit hash: 48e7415267518cc2b92f6e6002466f676bdef1a5)

* Generated from tag package-2020-10-01-preview of redisenterprise (commit hash: 48e7415267518cc2b92f6e6002466f676bdef1a5)

* Generated from tag package-2019-10 of policyinsights (commit hash: 48e7415267518cc2b92f6e6002466f676bdef1a5)

* Generated from tag package-2020-10-01 of attestation (commit hash: 48e7415267518cc2b92f6e6002466f676bdef1a5)

* v48.2.0

* Don't implement stateless polices as first-class funcs (#13509)

They are needlessly allocated on the heap.

* Add support for clouds other than public (#13496)

* Add support for clouds other than public

Renamed DefaultEndpoint to AzurePublicCloud.
Added const for the sovereign clouds.
Construct token scope based on the cloud.
Updated NewRPRegistrationPolicy() to take an endpoint param.

* rename func per feedback

* Sync eng/common directory with azure-sdk-tools for PR 1153 (#13606)

* Improve Update-ChangeLog Logic

* Updates to ChangeLog-Operations.ps1, copy-docs-to-blobstorage.ps1, Invoke-GitHubAPI.ps1 and Package-Properties.ps1

* More changeLog Logic Improvements

* Update date parsing

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Remove RedirectURL parameter from auth code flow (#13565)

To align with the MSAL implementation which relies on the native client
redirect URL.

* Sync eng/common directory with azure-sdk-tools for PR 1210 (#13607)

* Cache created service principal for iteration

Useful when testing changes over and over again without passing your own -TestApplicationId and -TestApplicationSecret.

* Restore initial AzContext for New-TestResources

* Make sure PSBoundParameters is correct

Fixes #1177

Co-authored-by: Heath Stewart <heaths@microsoft.com>

* adding ci.yml for track2 arm modules (#13652)

* fix path to eng directory (#13653)

* fix path to eng directory

* fix service directory

* Sync eng/common directory with azure-sdk-tools for PR 1203 (#13659)

* Refactoring artifact-metadata-parsing.ps1, update-docs-metadata.ps1, and create-tags-and-git-release.ps1

* Clean up common imports

* Refactor Update-docs-ci.ps1

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Swtich back to smoke-test before doc publishing error gets fixed. (#13702)

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1219 (#13710)

* Move entire docgeneration into common tools

* Move docindex to common

* Added the package replacement logic

* Fixed on parameters

* Fixed param

* Change function to dash

* Added regex on function

* Added display name.

* Update eng/common/docgeneration/Generate-DocIndex.ps1

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Deal with js

* Add no new line args

* revert some test changes

* Need to default to the double quotes for JS regex

* Update Generate-DocIndex.ps1

* Added the appTitle

* type

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Adding Seek() method and updating payload() (#13703)

* Adding Seek() method and updating payload()

* updates based on comments

* add tests

* Bug fix: adding body back to response (#13701)

* adding body back to response

* Adding azcore dependant seek for body

* updating azcore version

* undo azcore version.go change

* assign Seek error to poller

* Include telemetry string in User-Agent (#13731)

* Add telemetry string to User-Agent (#13732)

* adding user agent string (#13734)

* Fix generator (#13666)

* We should never produce null packages, instead we should produce an empty array of packages when there is not any

* Add a prefix for the logs of autorest

* gofmt

* Sync eng/common directory with azure-sdk-tools for PR 1226 (#13735)

* Fixed the docindex.yml and rename the files

* Reset the mutated changes

* Force checkout as the changes have already copied out

* Minor changes for parameters

* Update Generate-DocIndex.ps1

* Update Generate-DocIndex.ps1

* Update Generate-DocIndex.ps1

* Added function to common

* Update Generate-DocIndex.ps1

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>

* Fixed the bug of the wrong parameter (#13750)

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Exclude bypass-local-dns step when a container variable is specified (#13733)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Adds armresources module with examples (#13224)

* Adds armresources module with examples

* update README

* make examples self-contained

* update README

* Adding more resource group samples

* Update vars in resource group update sample

* Adding missing armresources samples

* fix code err check

* update codegen with latest generator

added CHANGELOG.md

* improving samples

* update example names

* Remove status code print from poller samples

* rebuild with latest code generator

* regenerate with latest code generator

* update README

* update README

* update dependencies

* remove -u from install instructions

* add build tags

* regenerate code and update changelog

* rebuild with latest code generator

* regenerate with latest code generator

Co-authored-by: Catalina Peralta <catalinaperaltah@hotmail.com>

* Add ARM Keyvault module and samples (#13410)

* Add ARM Keyvault module and samples

* go fmt

* Add module docs

* update generated code

* improving comments, readme and ci.yml

* regenerate with preview.6 and update changelog

* updating readme

* moving readme

* adding build tags

* regenerate code and update changelog

* regenerate with latest generator and update changelog

* regenerating code

* Adding ARM storage module and samples (#13493)

* Adding generated code and docs

* updated changelog

* Adding blob containers samples

* Adding storage accounts and usage samples, with go.mod update

* update test parameters and result prints

* go mod tidy

* updating generated code

* updating generated code, changelog, readme

* updating readme and moving up to service directory

* adding build tags

* regenerate code and update changelog

* regenerate code with new generator and update changelog

* regenerate code

* Adding ARM network module and samples (#13563)

* Adding network code and initial docs

* Adding examples

* code fixes

* Add comment to subnet examples

* updating example messages

* update generated code and changelog

* update readme

* go mod tidy

* moving and updating readme

* adding build tags

* regenerate code and update changelog

* regenerate code with new generator and update changelog

* rebuild with latest code generator

Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>

* Adding ARM compute module and samples (#13605)

* Adding armcompute module and docs

* Adding samples and regenerated code

* Adding more examples

* update changelog and telemetry string

* Move+update readme, remove ci.yml

* update readme

* adding build tags

* improve readme

* regenerating code and updating changelog

* update example names

* regenerate code with new generator and update changelog

* removing dependence on internal module

* regenerate code

* Major version release v49.0.0 (#13808)

* Bump autorest.go version

* Generated from azure-rest-api-specs 4cc5be9c6a34e0fe2525caf7eb7615cf197b9d8b

* v49.0.0

* Rename some packages

* Add a note in changelog

* Refresh profiles

* Removed unused baseURI param in NewAuthorizerFromFile()

* Remove the problematic new package

* fix changelog

* Removed bad package adp

* Pick up the new iothub package that would be used by profiles

Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>

* Add profile 2020-09-01 (#12596)

* add 2020-09-01 profile definitions

* Update definition to exclude iothub since it does not exist yet

* refresh new profiles

* readd iothub and regenerate

* quick fix (#13829)

* Sync eng/common directory with azure-sdk-tools for PR 1233 (#13857)

* reformatted parameter arguments to both update-docs scripts. added parameter requirements and renamed CIRepository to DocRepoLocation which is a lot clearer. Added additional CIConfig parameter to update-docs-metadata to support specific write locations per moniker.

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>

* Refactor apidiff (#13795)

* Simplify parameters of report.Generate

* refactor package command

* export some functions and types

* remove some redundant interfaces

* rename a function to reflect the true purpose of the function

* extract some package report related struct to the report package

* refactor markdown writer to its own package

* some fix and more refactor

* more refactor

* some changes to satisfy the linter

* Refactor generator to use the metadata generated by autorest instead of analyzing output folders via `git diff` (#13830)

* introduced metadata processor to replace the previous get packages
function

* refactor

* some comment to satisfy the linter

* adding more comment to satisfy the linter

* refine and fix linter

* add some comment to satisfy linter

* gofmt

* rename function to satisfy linter

* Sync eng/common directory with azure-sdk-tools for PR 1257 (#13911)

* Make up the css using for .net sdk github io pages

* Remove index.html

* Make changes to js

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Update MSI App Service 2017 api-version  (#13912)

* update MSI app service query param and expiresOn parsing

* add comment and remove padding characters

* Clean up modules direcotry in eng/common since they are no longer being used. (#13838)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Create PR to target against master (#13947)

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Add redirectURI param back to auth code flow (#13942)

* Add logging options to ConnectionOptions (#13955)

* Add logging options to all option types (#13956)

* Add logging options to all option types

* add missing default initializers

* Sync eng/common directory with azure-sdk-tools for PR 1270 (#13958)

* resolve git longpath error when applying documentation updates

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>

* Sync eng/common directory with azure-sdk-tools for PR 1274 (#13957)

* Added a step of skipping package json update for spring boot packages

* Added skip package json config

* Update the indentation

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1273 (#13959)

* Support alpha and azure pipeline build version formats for SemVer parsing and sorting

* Minor build number fixes

* Support zero-padding of build versions more generically in SemVer script

* Fix pre-release label conditional for HasValidPrereleaseLabel in semver script

* Set default convention for build number separator in semver script

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Add ability to log request/response bodies (#13948)

* Add ability to log request/response bodies

Added IncludeBody to LogOptions to enable logging of HTTP request and
response bodies.  The default is false and cannot be enabled by way of
environment variable.

* consolidate duplicated code

* azidentity: Adding SubjectName/Issuer support (#13995)

* Adding SNI support

* adding test to check for properly incorporated certificate chain in the JWT

* azidentity: Adding doc.go (#13996)

* Adding doc.go

* move credential list up

* address feedback

* Fixed the bug of replacing img src with href text (#14011)

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Release v49.1.0 (#14015)

* bump autorest.go version

* Fix issue https://github.com/Azure/azure-sdk-for-go/issues/13882

* Generated from tags [package-2020-09] of specification/cdn/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2020-07] of specification/network/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-composite-v3] of specification/security/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2019-06-01-preview] of specification/synapse/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2020-05-01-preview] of specification/cpim/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2018-06] of specification/datafactory/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2020-06] of specification/redis/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* Generated from tags [package-2016-06] of specification/recoveryservices/resource-manager/readme.md (commit hash: 3a3a9452f965a227ce43e6b545035b99dd175f23)

* v49.1.0

* Fix links in CHANGELOG

* Add latest profile for track 2 (#14012)

* Add latest profile for track 2

* add CI file

* Sync eng/common directory with azure-sdk-tools for PR 1287 (#14030)

* Move common code to create API review into eng common in tools

* Exclude tests when parsing packages (#14031)

* Exclude tests when parsing packages

* include list of packages in error info

* change LoadPackageErrorInfo to report packages

* add support for interfaces that embed other interfaces

improve error message when failing to add a constant

* Release v49.2.0 (#14062)

* Generated from specification/netapp/resource-manager/readme.md tag package-netapp-2020-09-01 (commit hash: b08824e05817297a4b2874d8db5e6fc8c29349c9)

* Generated from specification/hdinsight/resource-manager/readme.md tag package-2018-06-preview (commit hash: b08824e05817297a4b2874d8db5e6fc8c29349c9)

* Generated from specification/redisenterprise/resource-manager/readme.md tag package-2020-10-01-preview (commit hash: b08824e05817297a4b2874d8db5e6fc8c29349c9)

* Generated from specification/guestconfiguration/resource-manager/readme.md tag package-2020-06-25 (commit hash: b08824e05817297a4b2874d8db5e6fc8c29349c9)

* Generated from specification/containerservice/resource-manager/readme.md tag package-2020-12 (commit hash: b08824e05817297a4b2874d8db5e6fc8c29349c9)

* Generated from specification/appplatform/resource-manager/readme.md tag package-preview-2020-11 (commit hash: b08824e05817297a4b2874d8db5e6fc8c29349c9)

* Generated from specification/resources/resource-manager/readme.md tag package-templatespecs-2019-06-preview (commit hash: b08824e05817297a4b2874d8db5e6fc8c29349c9)

* v49.2.0

* Adding port option for interactive browser (#14052)

* Adding port option for interactive browser

* add test for setting the port

* Add port field comment, use azcore.JoinPaths for url

* remove function to check authority host format

* APIDIFF: Fixing bugs in content generation (#14053)

* improving const content generation

* revert error message format

* Generator: generate the changelog from a backup instead of playing with git (#13910)

* generate the changelog from a backup instead of playing with git

* goimports

* update the format of changelog

* fix one minor issue

* add a summary line

* Fix typo in README.md (#14086)

* Update to Update-Changelog.ps1 (#14075)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Add Devops Release Item scripts (#14089)

- Add set of helpers to work with devops work items
- Add script to create devops release package items
- Update SemVer to support version type

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1298 (#14088)

* Update latest folder with one index.html includes the redirect links

* Update the redirect links and remove everything in latest

* Address feedback

* Have the entire copy for latest GA.

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* remove the tilde symbol to fix the autorest.go version (#14104)

* Sync eng/common directory with azure-sdk-tools for PR 1302 (#14094)

* Make the user agent configurable.

* Address comments

* Default to current Chrome version

* Revert the yaml file changes

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Remove old Update-Change-Log.ps1 (#14093)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Update generator to include the validations of output-folder (#14074)

* update generator to include the validations of output-folder

* refine error messages

* fix linter

* stable cannot be in preview subdirectory

* Ensure CLI CredentialUnavailableError has a message (#14112)

If there was no output written to stderr, fall back to the message from
the error.

* allow configuration of a suffix for each config item. (#14113)

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>

* Revert "Remove old Update-Change-Log.ps1 (#1301)" (#14115)

This reverts commit b967cb62bd8db451a2f02d903f3658cf21f92db1.

Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com>

* Fix condition for test generation in prepare-pipelines (#14122)

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Adding track2 API diff tools (#14092)

* copying existing apidiff tool

* fix references, add internal package

* adding track2 format to the tool

* add missing license headers

* Add quotes around the parameter (#14123)

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Release v50.0.0  (#14108)

* append information of readme and tag in all changelogs

* remove a package whose swaggers have been removed by the service team

* bump autorest.go version

* Regenerate all packages using autorest.go @microsoft.azure/autorest.go@2.1.168

* Refresh profiles

* Generated from specification/resources/resource-manager/readme.md tag package-resources-2020-10 (commit hash: 4c93f28f89435f6d244f4db61bbf810b5d20f09f)

* Generated from specification/monitor/resource-manager/readme.md tag package-2019-11 (commit hash: 4c93f28f89435f6d244f4db61bbf810b5d20f09f)

* Generated from specification/alertsmanagement/resource-manager/readme.md tag package-2019-06-preview (commit hash: 4c93f28f89435f6d244f4db61bbf810b5d20f09f)

* Generated from specification/healthbot/resource-manager/readme.md tag package-2020-12-08 (commit hash: 4c93f28f89435f6d244f4db61bbf810b5d20f09f)

* Generated from specification/iotcentral/resource-manager/readme.md tag package-2018-09-01 (commit hash: 4c93f28f89435f6d244f4db61bbf810b5d20f09f)

* v50.0.0

* Modify changelog, update dependencies

* rename profiles/2020-09-01/compute to profiles/2020-09-01/compute/mgmt/compute

* fix broken link

* remove the major-updater tool because it is not used and does not work now (#14137)

* Update pipeline generation tool to support test variant pipelines (#14142)

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* removing apidiff tool from sdk directory (#14140)

* Accept zero-value options for default values (#14124)

* Accept zero-value options for default values

Specify zero-value options structs to accept default values.
Remove DefaultXxxOptions() methods.
Fixed up docs for RetryOptions.

* Do no silently change TryTimeout on negative values

* make per-try timeout opt-in

* fix type-o

add missing test coverage

* Switching the environment variable check for ManagedIdentityCredential (#14139)

* switching the environment variable check order for MSI

* remove comment

* The output-folder for a profile now no longer reports errors (#14161)

* the output-folder for a profile now no longer reports errors

* refine the error message to give more clear guidance of fixing

* Generator detect removed packages (#14138)

* introduce a new command list to list all packages

* refactor io of pipeline

* now we first clean up all related packages before generating any new packages

* add some comments

* Add a todo note

* refine the logic of clean up

* add changelog related processor

* refinement on structure

* now we can identify those packages that should be removed

* clean up some dead code

* swap clone and sdk in generation of changelog

* fix linter

* final refactor

* fix linter

* Armcore defaults (#14162)

* Accept zero-value options for default values

Specify zero-value options structs to accept default values.
Remove DefaultXxxOptions() methods.
Fixed up options documentation.

* Remove RegisterRPOptions from ConnectionOptions

Replaced with DisableRPRegistration which is the most common reason to
modify the policy.
Flow ConnectionOptions to the RegisterRPPolicy config.
Make a copy of options before modifying.

* clean-up

* omit the registration policy when disabled

* fix changelog generation error (#14167)

* Release v50.1.0 (#14168)

* Generated from specification/confluent/resource-manager/readme.md tag package-2020-03-01 (commit hash: d4bad535d456ee82c7fd17d1ec2b8802a0b83205)

* Generated from specification/network/resource-manager/readme.md tag package-2020-08 (commit hash: d4bad535d456ee82c7fd17d1ec2b8802a0b83205)

* Generated from specification/cosmos-db/resource-manager/readme.md tag package-2020-06-preview (commit hash: d4bad535d456ee82c7fd17d1ec2b8802a0b83205)

* Generated from specification/authorization/resource-manager/readme.md tag package-2020-04-01-preview (commit hash: d4bad535d456ee82c7fd17d1ec2b8802a0b83205)

* v50.1.0

* add dns to profiles/2020-09-01 (#14134)

* fix clean up packages (#14173)

* [SDK automation] Add namespace validation (#14169)

* introduce a new command list to list all packages

* refactor io of pipeline

* now we first clean up all related packages before generating any new packages

* add some comments

* Add a todo note

* refine the logic of clean up

* add changelog related processor

* refinement on structure

* now we can identify those packages that should be removed

* clean up some dead code

* swap clone and sdk in generation of changelog

* fix linter

* final refactor

* bump autorest.go version and enable namespace validation

* Fix CI

* azidentity: Remove DefaultXxxOptions() funcs  (#14147)

* remove default options funcs

* updating bearer token policy tests

* code fixes

* revert skipping test

* init copy of options structs

* fix msi test

* remove TryTimeout from default pipeline

* set negative try timeout for deadlock test

* Add support for PKCE in interactive auth flow (#14171)

* Add support for PKCE in interactive auth flow

Implement as specified in RFC7636 to prevent auth code interception
attacks.  Enabled by default, can be disabled.

* refactor authEndpoint

* Update error message in tools repo (#14177)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Enable 1ES hosted pools (#14148)

* Enable 1ES hosted pools

* Azidentity doc updates (#14176)

* Fix credential comments

* updating doc.go

* fix comment

* capitalize sentence

* Fix analyze step to use Ubuntu (#14182)

Limit analyze to the service directory (it was scanning all of track 2)

* Updating apidiff tool to use track2 format (#14164)

* updating apidiff tool to use track2 format

* fix test

* address feedback

* Add comment to ToMarkdown()

* improve code

* Fix linting and add extra debug spew (#14183)

* fix working dir for analyze steps (#14184)

* fix working dir again and remove extra slash (#14186)

* fix incorrect paths for analyze tasks (#14187)

* update armcompute with latest codegen and swagger (#14181)

* update armcompute with latest codegen and swagger

* update changelog to new format

* update armkeyvault with latest codegen and swagger (#14189)

* update armnetwork with latest codegen and swagger (#14190)

* update armresources with latest codegen and swagger (#14192)

* update armstorage with latest codegen and swagger (#14193)

* Sync eng/common directory with azure-sdk-tools for PR 1317 (#14191)

* retarget the tool clone to a release tag

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>

* Sync eng/common directory with azure-sdk-tools repository (#14188)

* Ensure bypass conditional template gets run for 1es ubuntu image (#14194)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1251 (#14197)

* Add PrepareRelease Script

* Generalize Prepare-Release Script

* Update Update-ChangeLog.ps1

* Update Package-Properties.ps1

* Update Collect-ChangeLog Script

* Update Collect-ChangeLog.ps1 and Collect-Unreleased.ps1

* Update GeneralReleaseNotesParser.ps1 script

* Update Prepare-Release Script to use recent DevOps Scripts

* Move Get-LanguageName to eng\common\scripts\Helpers\DevOps-WorkItem-Helpers.ps1, improve error message, add logic to detect changes made by prepare-release script

* Use LanguageDisplayName, move Get-CSVMetadata to Package-Properties.ps1

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Retry on a nil response (#14210)

* Retry on a nil response

On rare occasion there is a nil response and error.  Ensure that the
transport returns a nil response in this case.
Moved custom TryTimeout value to the one test that relies on it and
fixed its validation logic.

* relocate new test to clarify diff

* Release v50.2.0 (#14208)

* Generated from specification/hdinsight/resource-manager/readme.md tag package-2018-06-preview (commit hash: 12b41f4c0ff9814429a6dcfc4a72d5f9d52d1f62)

* Generated from specification/reservations/resource-manager/readme.md tag package-2020-10-25 (commit hash: 12b41f4c0ff9814429a6dcfc4a72d5f9d52d1f62)

* v50.2.0

* update the error handling in generator (#14180)

* Sync eng/common directory with azure-sdk-tools for PR 1335 (#14212)

* Lossen up $RELEASE_TITLE_REGEX to accomodate wrongly formated changelogs

* Update changelog logic to use ordered hashtable

* Update semver and Changelog logic

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Update APIDIFF changelog command (#14217)

* update changelog command to include track2 headers

* revert changes to diff command

* Fixed the problem of no display name issue (#14227)

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* updating module dependencies in test (#14229)

* Sync eng/common directory with azure-sdk-tools for PR 1341 (#14230)

* Run the link verification step even previous step failed.

* Make the tab right

* Address comments

* Run default condition if no RunOnFailure set.

* Changed back to simple condition

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1345 (#14239)

* Enforce API approval status for GA and include SDK type in package properties

* Fix per review comment

* Fixes as per review comments to avoid changing constructor signature

* Fixes as per review comments to handle track 1 packages

* Fix yaml format error

Co-authored-by: praveenkuttappan <prmarott@microsoft.com>

* Release v51.0.0 (#14249)

* Generated from specification/operationalinsights/resource-manager/readme.md tag package-2020-03-preview (commit hash: 138759b8a5987252fd66658078907e1d93969c85)

* Generated from specification/quantum/resource-manager/readme.md tag package-2019-11-04-preview (commit hash: 138759b8a5987252fd66658078907e1d93969c85)

* Generated from specification/synapse/resource-manager/readme.md tag package-2020-12-01 (commit hash: 138759b8a5987252fd66658078907e1d93969c85)

* Generated from specification/securityinsights/resource-manager/readme.md tag package-2019-01-preview-only (commit hash: 138759b8a5987252fd66658078907e1d93969c85)

* Generated from specification/purview/resource-manager/readme.md tag package-2020-12-01-preview (commit hash: 138759b8a5987252fd66658078907e1d93969c85)

* Generated from specification/cdn/resource-manager/readme.md tag package-2020-09 (commit hash: 138759b8a5987252fd66658078907e1d93969c85)

* v51.0.0

* fix profiles

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

* Sync eng/common directory with azure-sdk-tools for PR 1351 (#14253)

* tweaks to New-TestResources readme

* Ensure interactive auth flow can be cancelled (#14216)

* Ensure interactive auth flow can be cancelled

Replaced WaitGroup with channel.
Flow context to WaitForCallback() and select on both channels.
Disabling PKCE should not be allowed.  The functionality was disabled
and the config option can be removed in the next breaking change.

* Remove DisablePKCE option

* Fix DateTime bug (#14256)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Fix a concurrency issue in profileBuilder (#14252)

* limit the maximum concurrency to 8 by default, add a flag to manually set this

* update description

* mistook specRoot as commit hash previously, fix it (#14219)

* Sync eng/common directory with azure-sdk-tools for PR 1353 (#14257)

* Use a helper function to normalize the package name for readme

* Get the readme name from artifact-metadata-parsing

* Change to the readme

* Update eng/common/scripts/artifact-metadata-parsing.ps1

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* turn the concurrency off by default (#14258)

* Sync eng/common directory with azure-sdk-tools for PR 1364 (#14265)

* Support sub directory for artifact location

* Fix as per review comment to avoid artifact sub path

* Package property file is not created for track1 and management pacakges.

* Fix property name case

* Fix as per review comments

* Fix as per review comments

* Use Config File param value as is

* Change to make path joineasily readable

Co-authored-by: praveenkuttappan <prmarott@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1365 (#14266)

* Updated cosmos emulator yml script to remove the existing installation, install latest version and run emulator with latest version

* Added default emulator start arguments if none provided

* Updated default start params

* Updated default start params in PS script

* Updated default start params in PS script

Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1366 (#14267)

* Scan all duplicate artifacts which set hide to true

* Update eng/common/docgeneration/Generate-DocIndex.ps1

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Update Generate-DocIndex.ps1

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Release v51.1.0 (#14273)

* Generated from specification/operationalinsights/resource-manager/readme.md tag package-2020-03-preview (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf)

* Generated from specification/mixedreality/resource-manager/readme.md tag package-2021-01 (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf)

* Generated from specification/storage/resource-manager/readme.md tag package-2020-08-preview (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf)

* Generated from specification/storagecache/resource-manager/readme.md tag package-2020-10-01 (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf)

* Generated from specification/compute/resource-manager/readme.md tag package-2020-10-01-preview (commit hash: 0b17e6a5e811fd7b122d383b4942441d95e5e8cf)

* v51.1.0

* Use Clone() method to clone default transport (#14262)

Introduced in Go 1.13.

* Add a method to return new cosmos client (#14276)

* Add Pager and Poller interfaces to azcore (#14277)

* Update devops helper script based on changes in azure-sdk repo (#14286)

- Sync devops helper script changes
- Fix issue in SemVer script when using strict mode with Language not set

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Add helper for time.Time (#14293)

* Sync eng/common directory with azure-sdk-tools for PR 1393 (#14294)

* Hide the package which set to true instead of putting to Other page

* Hide the package not showing in csv

* Added logging message

* fix the variable

* leave an extra space

* Update eng/common/docgeneration/Generate-DocIndex.ps1

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Sync eng/common directory with azure-sdk-tools for PR 1303 (#14296)

* Add PrepareRelease Script

* Update Package-Properties.ps1

* Update Collect-ChangeLog Script

* Update Collect-ChangeLog.ps1 and Collect-Unreleased.ps1

* Update GeneralReleaseNotesParser.ps1 script

* Change GeneralReleaseNotesParser logic

* Change GeneralReleaseNotesParser.ps1 logic

* Remoce GeneralReleaseNotesParsercopy

* Update collect changelog and generalreleasenotes parser logic

* Refine CollectChangelog Logic

* Add logic for filtering collected changelog

* Add Filter-ReleaseHighlights function

* Update General ReleasNotes Logic

* Delete GeneralReleaseNotesLogic.ps1

* Update Collect ChangeLogLogic

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1358 (#14297)

* Extend Get-GitHubPullRequest to return only files

* Add check to prevent eng/common changes that are not proper syncs

* Update eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Update eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Enable passing devops pat for work item scripts (#14298)

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Change script parameters to boolean (#14299)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Release v51.2.0 (#14302)

* update autorest.go version to 2.1.171

* Generated from azure-rest-api-specs b08824e05817297a4b2874d8db5e6fc8c29349c9

* Generated from specification/cosmos-db/resource-manager/readme.md tag package-2020-09 (commit hash: a1eee0489c374782a934ec1f093abd16fa7718ca)

* Generated from specification/resourcemover/resource-manager/readme.md tag package-2021-01-01 (commit hash: a1eee0489c374782a934ec1f093abd16fa7718ca)

* Generated from specification/redisenterprise/resource-manager/readme.md tag package-2021-03 (commit hash: a1eee0489c374782a934ec1f093abd16fa7718ca)

* Generated from specification/synapse/data-plane/readme.md tag package-access-control-2020-08-01-preview (commit hash: a1eee0489c374782a934ec1f093abd16fa7718ca)

* Generated from specification/sql/resource-manager/readme.md tag package-composite-v4 (commit hash: a1eee0489c374782a934ec1f093abd16fa7718ca)

* Generated from specification/compute/resource-manager/readme.md tag package-2020-12-01 (commit hash: a1eee0489c374782a934ec1f093abd16fa7718ca)

* Generated from specification/datafactory/resource-manager/readme.md tag package-2018-06 (commit hash: a1eee0489c374782a934ec1f093abd16fa7718ca)

* Generated from specification/iotcentral/resource-manager/readme.md tag package-2018-09-01 (commit hash: a1eee0489c374782a934ec1f093abd16fa7718ca)

* v51.2.0

* Update 2020-09 documentdb to correct preview path

* Move cosmos-db preview directory to include day

* Regenerate cosmos-db profiles

* Fix import path fore cosmos-db interfaces

Co-authored-by: arcturusZhang <ufo54153@gmail.com>

* Update eng-common-workflow-enforcer (#14301)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Allow logging into specific subscription (#14303)

Resolves #1404

Co-authored-by: Heath Stewart <heaths@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1408 (#14304)

* Improve TestResources docs and logging

Resolves #1388
Resolves #1407

Also ignores cached service principal if it no longer exists. I ran into this while testing since I cleaned up old SPs.

* Add ADP test sub to look-up

Co-authored-by: Heath Stewart <heaths@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1371 (#14288)

* Rework verify agent OS step.

* Address feedback

* Justing string matching instead.

* ! instead of -not

Co-authored-by: Mitch Denny <midenn@microsoft.com>

* Re-enable agent OS verification (#14285)

* Re-enable agent OS verification

* Sync eng/common directory with azure-sdk-tools for PR 1374 (#14307)

* Create package property file using artifact name

* Add option to pass config file dir

* Set default config file directory to avoid script execution failure

Co-authored-by: praveenkuttappan <prmarott@microsoft.com>

* fix generation metadata (#14315)

* Sync eng/common directory with azure-sdk-tools for PR 1396 (#14324)

* Change other version to all versions

* Exclude the packages which already show up in latest GA and preview

* Update main.js

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>

* Release v51.3.0 (#14327)

* Generated from specification/monitor/resource-manager/readme.md tag package-2020-10 (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* Generated from specification/web/resource-manager/readme.md tag package-2020-09 (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* Generated from specification/cosmos-db/resource-manager/readme.md tag package-2021-01 (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* Generated from specification/storagecache/resource-manager/readme.md tag package-2020-10-01 (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* Generated from specification/mixedreality/resource-manager/readme.md tag package-2021-03-01-preview (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* Generated from specification/eventgrid/resource-manager/readme.md tag package-2020-10-preview (commit hash: 8240593bde5350e6762015523ccd57cb61e32da5)

* v51.3.0

* Only run eng/common check when target branch is master (#14313)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1425 (#14325)

* Trim off the target branch

* Update eng/common/scripts/get-markdown-files-from-changed-files.ps1

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Update get-markdown-files-from-changed-files.ps1

* Update get-markdown-files-from-changed-files.ps1

* Trim the slash

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Sync eng/common directory with azure-sdk-tools for PR 1429 (#14330)

* Add job matrix generation scripts

* Add working job matrix example pipeline and common matrix generation pipeline.

* Update job matrix tests path

* Parameterize matrix generation job path

* Add global variable to override nuget security checks to sample matrix pipeline

* Update readme matrix pipeline example to match sample file

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Update pipeline generator version to include weekly convention name fix (#14332)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Restore pipeline output variable for Agent OS name (#14331)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1421 (#14339)

* Add common tools for spell check

* Updates from further iteration

* Review feedback: Add check for git as well

* Review feedback * Use common approach to resolving base branch name * Eliminate default base branch "master" as this will be changed later, providing no default and using a mandatory parameter means a dev must provide the value * Check for existence of $CspellConfigPath * No need to Set-Location if run from the root of the repo (most common scenario) * -join

* Review feedback: Rename TargetRef -> TargetBranch, add SourceBranch, Add reference to spelling docs, exit 0, Rename to check-spelling-in-changed-files.ps1,

* Review feedback: Remove ValidateNotNullOrEmpty (we do more definitive validation farther down that will also catch these errors), Update comments and script name

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* Release v52.0.0 (#14355)

* switch uuid package to gofrs/uuid

* bump autorest.go version

* Generated from azure-rest-api-specs 4c93f28f89435f6d244f4db61bbf810b5d20f09f

* Refresh profiles

* Generated from specification/kubernetesconfiguration/resource-manager/readme.md tag package-2021-03 (commit hash: 92ab22b49bd085116af0c61fada2c6c360702e9e)

* Generated from specification/mixedreality/resource-manager/readme.md tag package-2021-03-01-preview (commit hash: 92ab22b49bd085116af0c61fada2c6c360702e9e)

* Generated from specification/netapp/resource-manager/readme.md tag package-netapp-2020-11-01 (commit hash: 92ab22b49bd085116af0c61fada2c6c360702e9e)

* Generated from specification/storage/resource-manager/readme.md tag package-2021-01 (commit hash: 92ab22b49bd085116af0c61fada2c6c360702e9e)

* Generated from specification/appplatform/resource-manager/readme.md tag package-preview-2020-11 (commit hash: 92ab22b49bd085116af0c61fada2c6c360702e9e)

* Generated from specification/containerinstance/resource-manager/readme.md tag package-2020-11 (commit hash: 92ab22b49bd085116af0c61fada2c6c360702e9e)

* Generated from specification/managementgroups/resource-manager/readme.md tag package-2020-05 (commit hash: 92ab22b49bd085116af0c61fada2c6c360702e9e)

* Generated from specification/managementgroups/resource-manager/readme.md tag package-2020-02 (commit hash: 92ab22b49bd085116af0c61fada2c6c360702e9e)

* Generated from specification/mediaservices/resource-manager/readme.md tag package-2020-05 (commit hash: 92ab22b49bd085116af0c61fada2c6c360702e9e)

* v52.0.0

* fix profiles

* Update Prepare-Release script (#14365)

- Remove BuildType parameter as we can default it from package properties
- Stop passing BuildType and GroupId and instead defaul them from package properties
- Enable StrictMode to help identify potential errors
- Start passing sdktype and isnewsdk properties to devops script
- Sync latest changes with devops work item to fix a couple bugs

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Release v52.1.0 (#14368)

* Generated from specification/cosmos-db/resource-manager/readme.md tag package-2021-03-preview (commit hash: fbdca24500e7218ef975ca2947651d6d84933ef9)

* v52.1.0

* Release v52.2.0 (#14373)

* Generated from specification/deviceupdate/resource-manager/readme.md tag package-2020-03-01-preview (commit hash: af4929aa7f919ce1fe7ac0a1b1a340baa1331611)

* v52.2.0

* Fix LanguageShort typo (#14384)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Release v52.3.0 (#14385)

* Generated from specification/containerservice/resource-manager/readme.md tag package-2021-02 (commit hash: 80e4e1b77162711ca1123042f50db03ffbf1bb40)

* Generated from specification/hybridkubernetes/resource-manager/readme.md tag package-2021-03-01 (commit hash: 80e4e1b77162711ca1123042f50db03ffbf1bb40)

* Generated from specification/postgresql/resource-manager/readme.md tag package-2020-02-14-preview (commit hash: 80e4e1b77162711ca1123042f50db03ffbf1bb40)

* v52.3.0

* add eng/common workflow enforcer (#14375)

* Move SetTestPipelineVersion.ps1 to eng/common (#14389)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Fix PackageName typo (#14391)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Enable APIView status check (#14390)

Co-authored-by: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com>

* Sync eng/common directory with azure-sdk-tools for PR 1448 (#14386)

* Added more logging to API view create

* Updated logs with arch board rescue email address

* Fix as per review comments

* Update logging to show API URL

Co-authored-by: praveenkuttappan <prmarott@microsoft.com>

* Fix bug where imported matrix parameter duplicates are not overrided (#14394)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Fix logic in SetTestPipelineVersionInEngCommon (#14397)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Storage fixes (#14395)

Omit x-ms-blob-type request header for AppendBlock() operation.
Fixed XML error unmarshalling for some table APIs.

* move SetTestPipeline into its own template (#14398)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* update the changelog's header format in generator (#14260)

* Sync eng/common directory with azure-sdk-tools for PR 1452 (#14403)

* Use sparse checkout for generate matrix job

* Add repository parameter

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Use latest pipeline generator. (#14406)

Co-authored-by: Mitch Denny <midenn@microsoft.com>

* Sort changelogs by date then version (#14413)

Fixes #1389

Co-authored-by: Heath Stewart <heaths@microsoft.com>

* Release v52.4.0 (#14414)

* Generated from specification/kubernetesconfiguration/resource-manager/readme.md tag package-2020-07-01-preview (commit hash: d9506558e6389e62926ae385f1d625a1376a0f9d)

* Generated from specification/network/resource-manager/readme.md tag package-2020-11 (commit hash: d9506558e6389e62926ae385f1d625a1376a0f9d)

* Generated from specification/storagecache/resource-manager/readme.md tag package-2021-03 (commit hash: d9506558e6389e62926ae385f1d625a1376a0f9d)

* Generated from specification/datadog/resource-manager/readme.md tag package-2020-02-preview (commit hash: d9506558e6389e62926ae385f1d625a1376a0f9d)

* Generated from specification/digitaltwins/resource-manager/readme.md tag package-2020-12 (commit hash: d9506558e6389e62926ae385f1d625a1376a0f9d)

* v52.4.0

* adding adfs support (#14013)

* Fix bug in Changelog URL path using packageDirectoryName (#14419)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Address PR feedback (#14410)

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1490 (#14428)

* Create a publish-artifact.yml template step within eng/common. This template utilizes PublishPipelineArtifactV1 to upload your artifact only in the case where steps up till the invocation are succeeded(). Otherwise, the artifacts will be uploaded to an alternate artifact name.

* Sync eng/common directory with azure-sdk-tools for PR 1418 (#14370)

* Update Package Properties Logic, make prepare release require only 1 argument, make rerun of Get-PkgProperties in Update-Changelog not required

* Remove ServiceDirectory parameter from PrepareRelease.ps1

* changes to argument names

* pass service directory to Get-AllPackageInfoFromRepo

* Remove changes in Update-ChangeLog.ps1

* updates to Package-Properties.ps1

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Revert to Checking only ci.yml (#14430)

Pull only artifacts from `ci.yml` to resolve issue with conflicting package names.

Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com>

* Sync eng/common directory with azure-sdk-tools for PR 1463 (#14431)

* Add 'replace' support. Improve handling of dynamic parameter types.

* Support display name import and overrides

* Support regex capture groups for replace. Force fully matching regex.

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Add support for encoding JSON null values (#14429)

* Add support for encoding JSON null values

This adds NullValue() and IsNullValue() functions for setting and
detecting sentinel values used for encoding a JSON null.
Cleaned up some improper error wrapping and removed out-dated comments.

* fix docs

* Release v52.5.0 (#14434)

* Generated from specification/apimanagement/resource-manager/readme.md tag package-2020-12 (commit hash: 0ea0b8af7e197ecc85696f770057ee47d6d9d3ba)

* Generated from specification/communication/resource-manager/readme.md tag package-2020-08-20 (commit hash: 0ea0b8af7e197ecc85696f770057ee47d6d9d3ba)

* Generated from specification/datadog/resource-manager/readme.md tag package-2021-03 (commit hash: 0ea0b8af7e197ecc85696f770057ee47d6d9d3ba)

* Generated from specification/netapp/resource-manager/readme.md tag package-netapp-2020-12-01 (commit hash: 0ea0b8af7e197ecc85696f770057ee47d6d9d3ba)

* v52.5.0

* update version

* Sync eng/common directory with azure-sdk-tools for PR 1498 (#14432)

* Fix null check against matrix parameter array

* add negative test cases

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1489 (#14436)

* Add draft to Submit-PullRequest.ps1

* Add -Draft to create-pull-request.yml

* Add documentation

* Rename: Draft[Pr] -> OpenAsDraft

* Update docs

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* Ensure version is sorted as semVer (#14439)

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Add helpers for arrays (#14437)

* Add helpers for arrays

* refactor names

* Add ReleaseTrackingOnly option to Prepare-Release (#14446)

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1514 (#14448)

* Handle null values when generating display names

* Fix issue processing matrices where the base matrix is only an import

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Release v52.6.0 (#14453)

* Generated from specification/authorization/resource-manager/readme.md tag package-2020-04-01-preview (commit hash: 0f0e41fa4e3679510fcf03ecd60084f1cdbd5805)

* Generated from specification/changeanalysis/resource-manager/readme.md tag package-2021-04-01 (commit hash: 0f0e41fa4e3679510fcf03ecd60084f1cdbd5805)

* Generated from specification/compute/resource-manager/readme.md tag package-2021-03-01 (commit hash: 0f0e41fa4e3679510fcf03ecd60084f1cdbd5805)

* Generated from specification/databoxedge/resource-manager/readme.md tag package-2020-12-01 (commit hash: 0f0e41fa4e3679510fcf03ecd60084f1cdbd5805)

* Generated from specification/deviceupdate/resource-manager/readme.md tag package-2020-03-01-preview (commit hash: 0f0e41fa4e3679510fcf03ecd60084f1cdbd5805)

* Generated from specification/dnc/resource-manager/readme.md tag package-2021-03-15 (commit hash: 0f0e41fa4e3679510fcf03ecd60084f1cdbd5805)

* Generated from specification/extendedlocation/resource-manager/readme.md tag package-2021-03-15-preview (commit hash: 0f0e41fa4e3679510fcf03ecd60084f1cdbd5805)

* v52.6.0

* Sync eng/common directory with azure-sdk-tools for PR 1517 (#14455)

* Add chagelogpath to Update-ChangeLog.ps1

* Make PackageName and ServiceDirectory not mandatory, test ChangelogPath

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1478 (#14456)

* actually pass the _content_ of the reviewers or teamreviewers variable within create-pull-request.yml, update logic in Set-GitHubParameter

* Sync eng/common directory with azure-sdk-tools for PR 1508 (#14445)

* Skip API create step when running from feature branch with non GA version

* Use default branch variable instead of hardcoding master branch name

* Updated as per review comments

* Use only branch name instead of path to check

* Fix issue in response code check

Co-authored-by: praveenkuttappan <prmarott@microsoft.com>

* Support default branch for the workflow. Part 1 (#14457)

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1521 (#14460)

* Fix issue where 2d index arrays with length 1 get flattened by powershell

* Pass NonSparseParameters to imported matrix generation

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1477 (#14458)

* Checked in the changes directly.

* Address feedback and remove the check of set-default-branch

* Fixed base repo branch

* Update git-branch-push.ps1

* Fixed the docs-metadata-release

* Change the typo

* Update eng/common/scripts/git-branch-push.ps1

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Keep origin format

* Update git-branch-push.ps1

* Keep fixing the typo

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Add support for multi-part form data (#14461)

* Add support for multi-part form data

Added method WriteMultipartFormData() to Request.

* rename

* Add DependsOn parameter to matrix job generation template (#14475)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Sync eng/common directory with azure-sdk-tools repository (#14479)

* Simplify injecting custom pipeline policies (#14480)

Removed NewConnectionWithPipeline() in favor of policy slices in
ConnectionOptions.  The slices are to control where the policies are
injected in the pipeline, either before or after the retry policy.
Update version number for pending release.

* Migrate license to MIT (#14477)

* bump autorest.go version and update the lisence

* Generated from specification/apimanagement/resource-manager/readme.md tag package-2020-12 (commit hash: 8d3b22458da4bb9309c0207c2ebc1903de741249)

* Generated from specification/communication/resource-manager/readme.md tag package-2020-08-20 (commit hash: 8d3b22458da4bb9309c0207c2ebc1903de741249)

* Generated from specification/datadog/resource-manager/readme.md tag package-2021-03 (commit hash: 8d3b22458da4bb9309c0207c2ebc1903de741249)

* Generated from specification/netapp/resource-manager/readme.md tag package-netapp-2020-12-01 (commit hash: 8d3b22458da4bb9309c0207c2ebc1903de741249)

* Generated from azure-rest-api-specs 3a3a9452f965a227ce43e6b545035b99dd175f23

* replace license in classic packages

* change the template in profile builder

* regenerate the profiles

* regenerate 2020-09-01/compute profile

* replace license in storage

* replace license in tools

* replace license.txt

* Refactor `pkgchk` tool and expose some api (#14393)

* refactor pkgchk tool and expose some api

* minor refactor

* fix a bug

* rename functions to emphasize the track 1 packages

* leave track 2 pkgchk for future implementation

* simplify and goimports

* fix linter

* move the things of track 1 to track 1 package

* add lisense headers

* get rid of the errors package

* add the validation to generator

* fix merge issues

* Release v53.0.0 (#14486)

* Generated from specification/cosmos-db/resource-manager/readme.md tag package-2021-03 (commit hash: e0f8b9ab0f5fe5e71b7429ebfea8a33c19ec9d8d)

* Generated from specification/cost-management/resource-manager/readme.md tag package-2020-06 (commit hash: e0f8b9ab0f5fe5e71b7429ebfea8a33c19ec9d8d)

* Generated from specification/resourcegraph/resource-manager/readme.md tag package-2021-03 (commit hash: e0f8b9ab0f5fe5e71b7429ebfea8a33c19ec9d8d)

* Generated from specification/synapse/resource-manager/readme.md tag package-2021-03 (commit hash: e0f8b9ab0f5fe5e71b7429ebfea8a33c19ec9d8d)

* Generated from specification/web/resource-manager/readme.md tag package-2020-12 (commit hash: e0f8b9ab0f5fe5e71b7429ebfea8a33c19ec9d8d)

* Generated from specification/compute/resource-manager/readme.md tag package-2020-12-01 (commit hash: e0f8b9ab0f5fe5e71b7429ebfea8a33c19ec9d8d)

* Generated from specification/datafactory/resource-manager/readme.md tag package-2018-06 (commit hash: e0f8b9ab0f5fe5e71b7429ebfea8a33c19ec9d8d)

* Generated from specification/guestconfiguration/resource-manager/readme.md tag package-2020-06-25 (commit hash: e0f8b9ab0f5fe5e71b7429ebfea8a33c19ec9d8d)

* v53.0.0

* fix changelog

* Sync eng/common directory with azure-sdk-tools for PR 1525 (#14481)

* Use SubscriptionId throughout TestResources

Fixes #1454

* Resolve PR feedback

* Default DeleteAfterHours to 48 for SDK team

Also makes a few other adjustments for subscriptions, like restoring the previous one if available and another was specified.

* Resolve PR feedback

* Change deployment mode to Complete

Also fixes an issue where if the user opted not to deploy to the same resource group, the script would continue execution anyway.

* Use consistent aka links to satisfy link checker

Only need it for the new Update-TestResources.ps1 script, but I wanted them to look consistent.

Co-authored-by: Heath Stewart <heaths@microsoft.com>

* Use single quotes for matrix generator command line arguments (#14487)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* add some missing headers, and change some headers to MIT (those are missed in last major release) (#14500)

* Release v53.1.0 (#14505)

* Generated from specification/containerservice/resource-manager/readme.md tag package-2021-03 (commit hash: 5d89c9807d3e84a5890b381a68a308198f9ef141)

* Generated from specification/hybridnetwork/resource-manager/readme.md tag package-2020-01-01-preview (commit hash: 5d89c9807d3e84a5890b381a68a308198f9ef141)

* v53.1.0

* Fix BaseName initialization (#14510)

Initializing the BaseName with a ServiceDirectory that contains
a "/", because it is a multiple level path, causes the BaseName
initialization code to fail because it doesn't support the
validation pattern.

In all the known cases we already pass the ResourceGroupName
explicitly so don't need to set the BaseName so we can
skip the initialization in those cases.

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1548 (#14512)

* Remove passing -Mode Complete to deployment

When passing Complete it will remove any resources
already in the resource group that weren't part
of the current deployment. That removal breaks a
lot of assumptions, like multiple deployments when
testing things like smoke-tests or if you are reusing
an existing resource group. We don't want that to happen.

* Remove ServiceDirectory as required parameter for remove/update

When this was made mandatory it broke some usages which didn't
pass the value. Those usages don't need to pass it because
the pass required information in other ways so removing the
requirement for the parameter to be passed.

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1515 (#14507)

* Add lease to runs.

* Add YAML file.

* Remove commented out code.

* Move days valid into template with a default.

Co-authored-by: Mitch Denny <midenn@microsoft.com>

* Migrate license to MIT (#14494)

* Migrate license to MIT (#14495)

* Removed the update CI target packages step. (#14514)

Co-authored-by: Sima Zhu <sizhu@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1551 (#14515)

* make -checkout: none an optional phase

Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>

* Update eng/common dev version template. (#14516)

Co-authored-by: Mitch Denny <midenn@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 1553 (#14517)

* Remove condition.

* Fix up system access token usage.

Co-authored-by: Mitch Denny <midenn@microsoft.com>

* Metadata file format update (#14497)

* metadata data structur…
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-go that referenced this pull request Apr 18, 2022
Dev cost management microsoft.cost management 2022 02 01 preview (#17856)

* Add new Azure Object Anchors API version 0.3-preview.0 (#17117)

* add 0.3-preview.0

* fix INVALID_FORMAT

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2021-08-08 (#17162)

* Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-08-08

* Updates readme

* Updates API version in new specs and examples

* 1. added input files to new tag
2. changed alerts management client tag to the new tag

Co-authored-by: Liran Englender <lienglender@microsoft.com>

* Add batch tag for streamanalytics readme.go.md (#17191)

* Add batch tag for streamanalytics readme.go.md

* fix

* S360 - fixing pending 3 Swagger KPIs (#17195)

* Update ResourceHealth.json

fixing Swagger changes

* Update ResourceHealth.json

fixing PR checks

* Create Operations_List.json

add new file

* Add AML skill to preview swagger for Search Service (#16910)

* add aml skill to preview swagger for search service'

* update

* Fixing S360 issues (#17014)

* Fixing S360 issues

* Fix style

* Add specs for ACS Chat preview7 (#16887)

* Baseline using previous API version

* Updates for preview7

* Update readme.md

* Prettier fix

* Fix readme

* Fix example for update-participant

Co-authored-by: Po Tsang <tsangpo@microsoft.com>

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService (#17036)

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService

* update

* revert some change

* Device update public preview refresh (#17205)

* Batch2: approved PR 4891

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

* Batch3: minor updates (PR 5556)

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

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* Azure Synapse Workspace PublicNetworkAccess Fix (#17210)

Co-authored-by: Nikhil Kumar <nikhilkumar@microsoft.com>

* 2021-08-01-only (#17224)

* [NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples (#17157)

* Fix volumeGroups tag, bakcup properties creationDate and examples

* Fix Staging model validations

* Example ref

* Microsoft.OperationalInsights: 2021-12-01-preview (#17138)

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* code review changes.

* Update Tables.json

* Update Tables.json

* OperationalManagement: 2021-12-01-preview

* more fixes.

* Update Clusters.json

* Tables: Sentinel+CLV2 changes.

* Tables: More descriptions.

* removing un related child resources.

* Create OperationsListByTenant.json

* Update Tables.json

* Update TablesGet.json

* Add systemData example.

* Model fixes + pretty

* adding description to ip data hint.

* Update Tables.json

Co-authored-by: Dudi Likvornik <dulikvor@microsoft.com>

* [DO NOT MERGE ] Introduce new scanners resource type (#17107)

* introduce new scanners resource type

* fix error

* fixing errors

* fixing errors

* fix error

* fixing errors

* fixing comments

* adding new tag

* Azure Batch 2022-01-01.15.0 Data Plane Update (#16960)

* Initial commit for comparison

* Update BatchService Swagger file

PR Feedback

* Update examples

Ran prettier

* Updated readme

Fixed tag

* Language API for TA (2021-11-01-preview) (#16256)

* WIP for language api spec for TA

* Updated preview version number; finished up async definitions

* Finished first draft of full spec

* Finished first draft of full spec, minus FHIR structuring in HC output

* Removed features not included in 2021-11-01 preview

* Update custom text tasks TODOs

* Moved common definitions to TA-specific definitions

* Added custom text tasks to JobManifest

* Addressing feedback from PR comments and internal review

* Addressed some PR comments

* Updated some remaining references to documents

* PR comments

* Updated a previous change

* Reverted references to 'records' back to 'documents'

* A few small updates to examples; removed base Task type to simplify structure

* PR comments

* Addressed TODO items; removed LD-related objects (will be added in another preview)

* Fixed anonymous types

* Removed required field for body in POST request

* Fix prettier check

* Added a few more details; experimental change for documents property

* Ran prettier

* Correction to AnalysisInput object

* PR comments

* Added custom entities task to examples

* PR comments

* Prettier check

* Troubleshooting model validation failure

Co-authored-by: Abigail Hartman <Abigail.Hartman@microsoft.com>
Co-authored-by: Kareem Yousef <kayousef@microsoft.com>
Co-authored-by: Abby Hartman <abhahn@microsoft.com>

* Fix flipped order in Face generated models (#16846)

* Fix flipped order in Face generated models

The recent change changing a nested parameter from optional to required
caused the AutoRest generated model to have a reversed order of two
string arguments. Expanding the nesting for affected models to avoid
breaking changes.

* Fix malformatted examples

* Update Resources.json (#16996)

* Update Resources.json

* Specify additionalProperties type

* CDS component type update - mismatch between swagger and code values  (#17183)

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2020-12-01-preview (#13609)

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* FixS360 | Microsoft.Billing (#13771)

* fixing billing accounts and operations

* adding total count.

* typo fix

* fixing spell check and prettier

* Vakuncha changingcsharpreadme (#13806)

* Update readme.csharp.md

* Update readme.csharp.md

* [aks] fix vm size model and osDiskType description  (#13763)

* fix: agent pool vm size should be string, not enum

* fix: osDiskType default description for >= 2020-11-01

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-03-01-preview (#13267)

* init

* fix format

* sync

* read only

* fix sample

* fix

Co-authored-by: Teng Pan <tepa@microsoft.com>

* storagesync readme t2 config (#13810)

* storagesync readme t2 config

* storagesync readme.python t2 config

* Updated SAS swagger with latest changes. (#13439)

* Fixed hostname in the Offazure swaggers.

* added newest swagger from service repo. This contains PE changes too.

* rewritten swagger changes on existing swagger

* some fixes to swagger

* added examples.

* fixes

* edit

* edit.

* fixes

* minor fix

* edit

* edit

* edited default api version tag

* Dev weather microsoft.maps 1.0 (#13796)

* Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true

* Revert changes to package-lock.json

* Fix spelling error

* Adding Azure Object Anchors error codes for IngestionProperties (#13787)

* Added Azure Object Anchors error code field to IngestionProperties

* Fixed spacing in example

* Moved changes to new version

* Addressed version mismatch, spacing

* Fixed versions on examples

* Readonly error code

* Seeing if readonly error code is breaking

* Revert "Seeing if readonly error code is breaking"

This reverts commit c0b16f07c4a46a07fc7831a1735bb290804242ea.

* Model error code as string

* Renamed examples to asset conversion nomenclature

* Fixed rename issues

* Fixed issue #9593 (#13262)

* Fixed issue #9593

* Removed redundant PrivateEndpointConnectionProperties attribute

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-05-01 (#13800)

* Fixed Swagger Validation Errors

* Fixed Model Validation

* [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13788)

* Fixed Swagger Validation Errors

* Fixed Type

* Fixed Type

* Fixed Setting Properties

* Fixed Punctuation

* Removed Item

* Added Items Properties

* Fixed Required Property

* azurestack wave4 t2 config (#13813)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version. (#13490)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version.

* Add system metadata to tracked resources in "Microsoft.AppConfiguration".
Updated ConfigurationStore to reference the common tracked resource type definition.

* Added disableLocalAuth property.

* Add new api version swagger to readme.

* Added/updated examples and added suppressions for standardized APIs.

* Fixed prettier.

* Add missing property fileStorageSkuName into MySQL Flexible Server spec (#13693)

* appplatform t2 readme config (#13829)

* customproviders t2 readme config (#13831)

* Update readme.csharp.md (#13807)

* [Sentine][Data connectors][Fix correctness bug] (#13175)

* update required fields

* update required fields

* Explicitly define KeyCreationTime in Feb21 (#13757)

* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example

* Add Microsoft.M365SecurityAndCompliance RP (#13646)

* Add Microsoft.M365SecurityAndCompliance RP

* fix datetime and common-types file path

* update common-types file path

* add preview path in readmego

* replace stable with preview

* remove duplicate tags

* refer MIPPolicySync json in readme

* service name for java (#13837)

* Dev keyvault microsoft.key vault 2021 04 01 preview (#13585)

* Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Open API change for Managed Hsm private endpoints feature (#12938)

* Open API change for Managed Hsm private endpoints feature

* Fixing spell check errors

* Fixing spell check errors

* Prettier fixes

* Fixing swagger validation errors

* Fixing systemData property reference

* Adding publicNetworkAccess property based on private endpoint requirement.

* GET responses following a successful DELETE should be returning 404. … (#13054)

* GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).

(cherry picked from commit b752a19c6cc1f8a8eed9f106e2c77b8d5b5db19f)

* Removing 404 as it is taken care by default response.

* Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282)

* Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC

* Fixing validation issues.

* Fixing errors in properties in example jsons

* Delete keyvault.json

Deleted an errant json file

* Fixed misspelling of property in examples

* Fixed x-ms-examples naming, fixed camelcasing

* Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate

* Added schema definitions for 404

* Removed 200 for purge

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Addressing Comments for PR 13585 (#13586)

* Removed 404s to allow requests to fall through to default

* Removing 404s from examples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Added deletedmanagedhsm object to examples and managedhsm.json (#13591)

* Added deletedmanagedhsm object to examples and managedhsm.json

* Fixing error in references to correct values

* Changed vaultId to mhsmId in exmaples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Try to use the common type for SystemData (#13723)

* Add SystemData property for KeyVault

* 04012021 fix schema (#13749)

* Resolving conflict with custom-words.txt

* Add 2021 preview to azureresourcechema, add suppression to readme

* Add 2021 preview to azureresourcechema

* Merging custom-words.txt

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Add missing default error response (#13762)

* Fix Lint error (#13765)

* Add missing default error response

* Update the integer format to fix Lint error

* Add securityDefinitions

* Added python tag for 2021 preview (#13805)

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (#13822)

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs

(cherry picked from commit c1c5aebfb98cacd0a4ee5596fb7b0d9f782a9a3e)

* prettier fix

* Add suppression for SystemData (#13835)

* Add suppression for SystemData

* Fix linting error R4036 - ImplementPrivateEndpointAPIs

* specify the suppression for SystemData

* Revert "specify the suppression for SystemData"

This reverts commit cbebab81ab08ec1a29b41c891c58cf08ff2eb3c4.

Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com>
Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com>
Co-authored-by: Soohwan Kim <sookim@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <you@example.com>

* add tags back in the adp readme (#13850)

* Add device principal type (#13799)

* copy files from previous version

* add device principal type, update versions

* fix

* system data requirement

* Added CheckNameAvailability, Identity, systemData, used ErrorResponse v2 in DeviceUpdate (#13750)

* Update deviceupdate.json

* Update deviceupdate.json

* Add files via upload

* Update deviceupdate.json

* Update deviceupdate.json

* Update Accounts_Update.json

* Update Accounts_Create.json

* Update Instances_Create.json

* Update deviceupdate.json

* Linux line ending

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update deviceupdate.json

* Update deviceupdate.json

* fixed typo in the example files (#13764)

* Update CODEOWNERS (#13795)

Updating list of Azure Cognitive Search team members

* Update GenerateDetailedCostReportBySubscriptionAndTimePeriod.json (#13772)

Update example data

* [Hub Generated] Public private branch 'stuartko/Mar21_NewTSVersion' (#13811)

* Adding version 2021-03-01-preview (copy of previous version)

* Adding new metadata property

* Adding uiDefinition property.

* Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality.

* Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates".

* Swagger changes for 2021-02-01-preview api version (#13794)

* Copy existing preview version

* Changes to databoxedge json file

* Update readme files

* Correct Spell Check

* Fix Readme.go error

* Update examples

* Update all schemas.md files (#13862)

* typo: implmentation -> implementation (#13644)

* Add MongoDB/MongoDBAtlas sink (#13669)

* Add MongoDB/MongoDBAtlas sink, add disableMetricsCollection in read/wirte properties

* Revert disableMetricsCollection related changes

* Azure ML new API version 20210401 (#12981)

* Add Identity to createWorkpace example

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* revert change on transitivePE and notebookKeys

* revert change on transitivePE and notebookKeys

* add new stable version 2021-01-01

* add ListNotebookAccessToken

* add primaryUserAssignedIdentity

* fix missing properties and apis

* fix one more missing property

* 202 status for start and stop CI

* make resync keys long runnin operation in version Jan2021

* resync keys 204

* update resync keys example

* Dont throw 204 for resync

* update resync keys

* Formatting

* revert Jan2021changes and add new version

* start apr2021 version for azure ml rp

* undo remove new line in jan2021

* use systemData definition in common

* removed old files

* fix small swagger bugs

* run prettier

* remove reference to sku

* update readme

* minimum agentCount should be 0

* add createdOn and ModifiedOn to compute properties

* add LoadBalancerType to aks compute

* add isNotebookInstanceCompute to virtualMachine

* add leafDomainLabel to SslConfiguration

* add overwriteExistingDomain to SslConfiguration

* add synapseSpark as supported compute-type

* update patch compute response to 202

* remove location from example responses

* Revert "remove location from example responses"

This reverts commit 048bf2551513afae842a9c4fbb5861aeddc6c33a.

* MachineLearningCompute_Update should have a 200 response

* sys data to use local def due to naming conflicts.

* Fix enum casing

* Fix operationId PR comment.

* Change opId in apr version

* remove 20210401 for easy review

* only change api version

* merge changes for 20210401 version

* Add x-ms-discriminator-value for Synapse spark

* camelcase loadbalancer properties

* add createdOn and Modified on to examples

* address AvoidAnonymousTypes error for SynapseSpark

* Minor fixes + new property

* Remove subscription state.

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>
Co-authored-by: Vinay Rajmal Soni <vison@microsoft.com>
Co-authored-by: jopet@microsoft.com <jopet@microsoft.com>
Co-authored-by: Josh Peterson <15050193+joshanator@users.noreply.github.com>

* datashare readme t2 config (#13833)

* add readme terraform (#13717)

* adding a new API version for Restore API and adding targetVirtualMachineId field for AzureWorkloadRestoreRequest (#13638)

* copying previous change

* Adding targetVirtualMachineId field for Azure Workload Restore requests

* updating crr version and examples

* removing new api-version

* adding back the new api-version

* removing Snapshot related fields

* updating readme.md

* corrected the path

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* chore: resort custom-words.txt from bad merge (#13868)

* [ApplicationInsights] Fix failure for python SDK (#13875)

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-10-05-preview (#13712)

* Adjustments to API to include validation grouping and updated text.

* Fixed missing curly brace

* adjusted name

* Added basic and standard examples

* adjusted type.

* corrected case for key value

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2021-03-03-preview (#13269)

* Adds base for updating Microsoft.Insights from version preview/2020-10-05-preview to version 2021-03-03-preview

* Updates readme

* Updates API version in new specs and examples

* Add DiagnosticServiceToken API

* Update examples to split tokens for readonly vs readwrite

* Fix accoding to code review feedback

* Update examples due to review feedback from ARM

* add configuration for vmware (#13879)

Co-authored-by: Your Name <you@example.com>

* keyvault t2 config (#13863)

* keyvault t2 config

* keyvault multi-api config

* multi api config

* config reset

* add package version

* hanaonazure t2 readme config (#13880)

* Remove x-ms-azure-resource (#13500)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Juniwang/sr202010401preview (#13664)

* prepare to add new api-version: copy everything from 2020-07-01-preview

* Adding new api-version

* Fix required body and annotate ms secrets

* remove secrets example from swagger

* fix prettier

* add datashare terraform configuration (#13876)

Co-authored-by: Your Name <you@example.com>

* storage readme t2 config (#13881)

* storage readme t2 config

* storage t2 config

* healthcareapis t2 config (#13884)

* typo: APIkeys -> APIKeys (#13641)

* Allow release_policy to be nullable (#13826)

* Fix type of Anserws and Captions (#13872)

* change the value of license header (#13886)

* [Synapse] - library_append API adds comp parameter (#13841)

* [Synapse] - add comp parameter

* Update example files

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Remove 200 response from async operation (#13190)

* Async operation always returns 202 on initial call

* Address review feedback

* Revert "Address review feedback"

This reverts commit 9ae550b95c1082c8383595a943a9abe5990fd4ef.

* add minimal tls version for mariadb (#11779)

* [Synapse] - add Swagger code owner (#13882)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <you@example.com>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <you@example.com>

* Reduce code owner scope for Monitor.Exporters team (#13898)

* [portal]Update readme.python.md (#13907)

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update readme.python.md

* Dev dfp microsoft.dfp 2021 02 01 privatepreview (#13305)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* DFP API specs. Copied from Azure-PPE

* Spelling fix. instnace => instance

* Fix resource provider name to pascal case

* Added '/providers/Microsoft.Dfp/operations'

* Added SystemData (fix R4009 error)

* Fix validation errors

* Prettier fixes

* Removed non-existend parameter sku

* Style fixes in DFP API specs

* Swagger ModelValidation failures fix

* Fix operations API

* Fix operations API validation failure

* 1. Added example for lists operations. 2. made the API preview instead of privatepreview

* Fix path in readme's

* Fix in readme

* Added readonly attribute to systemdata

* Added readonly attribute to systemdata

* Fix in python SDK readme

* Fixes in ListOperations.json examples

* Fixed API version

* Added type to response bodies

* Fix typos in examples (urls)

* Added 201 response into createInstance example

* Renamed RP name from Microsoft.Dfp to Microsoft.Dynamics365Fraudprotection

* Added long-running result for creation instance

* Added nextlink

* Fix in checkNameAvailability definition URL

* Next link parameter

* Using references to common types instead of re-declaring them

* Reused common type. Fixed provisioning state

* Nesting error fix

* Fixed examples

* Fix

* Fix in error response definition

* Rename RP. Fix examples in readme's

* Added http 202

* Added http 202 to examples

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-10-01 (#13818)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-09-01 to version 2020-10-01

* Updates readme

* Updates API version in new specs and examples

* Adding new fields for 2020-10-01

* Updating wording for disablePasswordAuthentication'

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

* Remove name check from client side (#13492)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* Update deviceupdate.json (#13900)

* [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2018-07-01 (#13817)

* Updated api-version

* Removed systemData

* Updated api-version

* Updated the example

* Add EligibleChildResources resource for PIM + update examples (#13803)

* PIM API Specs

* update readme

* Update

* Update readme

* operation id fix

* name fix

* Name changes

* fix

* Fix

* Changes based on docs generated

* Scope fix in example

* Updates for documentation

* Change operation name

* Update examples

* Add expanded properties

* Fix formatting

* Fixes

* Fix

* fixes

* Update the policy specs

* Fix the policy objects and pell checks

* fix the checks

* fix the property

* fix syntax

* Prettier

* Update Examples

* Update Enums

* ADd eligible child resource API specs

* prettier fix

* Update read me files

* update

* update

* fix

* update

* Update Enums

* update

* update

* update

* update example

Co-authored-by: Aman Swaika <amansw@microsoft.com>
Co-authored-by: Gaurav Mishra (IDENTITY) <gamish@microsoft.com>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <you@example.com>

* [Service Fabric Managed Clusters] adding api version 2020-05-01 (#13860)

* initial commit 2021-05-01 to compare with previous version 2021-01-01-preview

* update models

* update examples

* fix isStateless description

* add 2021-05-01 version to readme

* add x-ms-enum to diskType and add missing managedClsuterVersions paths

fix example names

add managed cluster version paths

add default error

* fix clusterversion by version and ClusterState descriptions

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

* Task 9639284: Swagger changes for new UK agreement templates (#13895)

* Task 9639284: Swagger changes for new UK agreement templates

* Renamed as per comments.

Co-authored-by: Umang Shah <umangshah@microsoft.com>

* Confluent new preview version + S360 fix (#13809)

* Adding new API version for Microsoft.Confluent

* Prettier fix

* updated status property in OfferDetail

updated status property in OfferDetail to fix swagger correctness issue

* fix swagger live validation

updated operations response to fix swagger live validation

Co-authored-by: Srinivas <alluri02@users.noreply.github.com>

* [Hub Generated] Public private branch 'juniwang/wps' (#13905)

* Onboarding Azure WebPubSub service

* reference ErrorResponse from common types and adding network ACL

* disable cors, enable feature flags and fix several policy violations

* remove anonymousConnectPolicy since it's not ready for now

* add property publicNetworkAccess per NRP requirement

* revert package-lock.json

* reset package-lock.json

* dns t2 readme config (#13923)

* update readme (#13918)

* add current readmes for generating python form recognizer (#12013)

* add current readmes for python form recognizer

* fix release tag

* updates for multiapi and preview.3

* fix so that gen code outputs in generated folder

* remove tag since swagger not in yet

* unbreak build

* just target preview 3

* don't run track 1 gen with python

* Set x-ms-api-version to false for vaults list (#13924)

* Set x-ms-api-version to false for vaults list (#13925)

* Update event description to include the event name (#13867)

* Update event description to include the event name

* Update readme to include guidelines for defining a new event

* Fix description

* Renamed enum values for SDK auto generation (#13938)

* Renamed enum values for SDK auto generation

* Tabs to spaces

* Newline added

* [Document Translator] update operation names (#13915)

* update operation names

* make body required

* Update ErrorName

* Apply changes to stable

* Fix samples

* fix sample

* Fix glossary sample

* Address comments and update definitions names

* Revert "Task 9639284: Swagger changes for new UK agreement templates (#13895)" (#13946)

This reverts commit ea5bc27ee9cadeb67767d774c82095be2420bcad.

* Adding new preview API for promotions (#11599)

* Adding new preview API for promotions

* Avacado fix

* Fixing JSON

* fixing the promo param

* fixning linting issues

* Fixing JSON

* fixing JSON

* fixing linting issues

* Adding delete 204a

* Adding delete 204

* Adding validation fixes

* fixing spellings

* Linting issues

* running prettier

* ARM review feedback

* Fixing linting issues

* Fixing prettier

* Fixing version

* Fixing SDK

* fixing go sdk

* revert go.md

Co-authored-by: Rishi Kapoor <rishik@microsoft.com>

* Exposing undocumented Databricks workspace properties for fixing S360 issues (#13683)

* exposing storage account name, sku

* Prettier fixes

* Fixing the review comment

* Adding No Public IP related properties

* Updating the remaining properties related to S360

* Fixing review comments

* Fixing Spell Check issue

* hybridcompute readme t2 config (#13910)

* readme t2 config

* hybridcompute t2 readme config

* web readme t2 config (#13909)

* web readme t2 config

* web readme.python t2 config

* Add x-ms-api-version (#13834)

* Update CheckNameAvailability_Available.json (#13914)

* webpubsub t2 config (#13949)

* Update StaticSite.json (#13768)

* Update StaticSite.json

Add private endpoint connections to static site object.

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* increment readme version

* address PR comments

* add examples

* fix examples

* Add data-plane samples creation template (#13528)

* Add data-plane samples

* Simplified template

* webpubsub readme t1 del (#13953)

* Add $(multiapi) to QnA Maker's readme.md (#13819)

Generators were processing every tag when only a single one was desired. This is the common solution to support multi-api SDKs.

* IoT data-plane for drwill-ms (#13964)

* add missing usage.json to v5 sdk tag (#13960)

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

* Add new api version 2021

* remove managedIdentity since we won't support it in this version

* CR comments

* Add default value for contine on errros

* Fix swagger correctness issues

* Fix typo

* resource t2 readme config (#13974)

* Added new API and API version for private DNS zone suffix (#13789)

* Added new API and API version for private DNS zone suffix

* trigger validation pipelines

* Add new API to readme

* Fix ARM pipelines

* Try fix again

* Fix again

* Add Operations API

* Revert "Add Operations API"

This reverts commit 9d4ca9e557763feb3a6089ff9d4c958b3843730e.

* Revert "Revert "Add Operations API""

This reverts commit 7cf197c1d453764f0396713a2ab172a20e35b1c4.

* Revert "Revert "Revert "Add Operations API"""

This reverts commit 05744390e440984da8134b64a979a6e61fb9b7ae.

* Revert "Revert "Revert "Revert "Add Operations API""""

This reverts commit 61b76b1623d9e5796bb8187edf0fc46351e78231.

* Revert "Revert "Revert "Revert "Revert "Add Operations API"""""

This reverts commit 9f55eb4c399eb48a8578906f6bea43b10c91b8be.

* Address review comment from ARM

* Revert "Address review comment from ARM"

This reverts commit cb6d1b01860de72eec80856f64b602c72a1f26a7.

* Revert "Revert "Address review comment from ARM""

This reverts commit 227cf73797ee24a674d76e3ccd2990b84bc8d11a.

* Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API""""""

This reverts commit 34ae6c70a514e0290ffb41f7ddb5bbbd5c6cbee3.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API"""""""

This reverts commit a11c889a65b0fa4257b03a247d75fbea769f4e2c.

* Add previous APIs to tag

* Retrigger build

* fix service name for Java (#13979)

* Add optional param - private DNS zone to server API (#13716)

* Add optional param - private DNS zone to server API

* Follow comment to resolve go sdk issue.

* [Hub Generated] Review request for Microsoft.Synapse to add version preview/2021-04-01-preview (#13874)

* Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* add changed files for kustoPool

* Ravi changes to fix LinDiff validation

* Add Itay Sofer's changes

* filizt comments mid-way

* Remove clouderror and resplace with "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"

* Add IotHubDataConnection and EventGridDataConnection

* Modify PUT to OK, CREATED, ACCEPTED

* Change from provisioningState to ResourceProvisioningState

* Add BlobStorageEventType

* Remove 202 when creating a KustoPool

* Change PUT/PATCH 202 responses

* Remove 202 in PATCH/PUT operations where having both 200 & 201

* Add "isIdentityCertExprired" to custom-words.txt

* Remove isIdentityCertExprired from custom-words.txt

* Add Exprired to cSpell.json

Co-authored-by: Amit Elran <amelran@microsoft.com>

* Removing x-ms-flatten property (#13929)

* manual changes for swagger

* changes for long-running operations

* changes for validate for backup and restore

* removing 204 from operationResults

* changes for a monitoring

* adding format

* removing date-time from duration

* changing to readonly

* changes for listRPs

* fixes swagger

* reverting readonly for scheduleTimes

* fixes for checkgates

* prettier fixes

* cahnges for friendlyname checks

* fixing gates

* removing tracking-via

* model validation fixes

* powershell changes

* adding stable version

* changes for PatchResourceRequestInput

* change for req fields

* changes for description

* changes

* Updated swagger json for item level restore target info objects

* Fixed spelling errors

* Added missing required properties

* removed auth credentials property

* prettier fixes

* Prettier fix

* pr comments fixes

* fixing readme

* changes for go readme

* Removed x-ms-flatten property (#2)

* removed flatten prop

* removing x-ms-flatten

* removing friendlyName from req prop

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>
Co-authored-by: FAREAST\zakinkh <zakinkh@microsoft.com>

* confidentialledger readme t2 config (#13981)

* Additional 7.3-preview parameter name clean up (#13913)

* Enable multivariate anomaly detection (#13973)

* add multivarite

* add v1.1-preview

* reformat changepoint example

* change typo in readme

* fix prettier-check error

* add export model example

* fix prettier error

* [Azure Search] Add Knowledge Store feature to swagger (#13911)

* introduce knowledge store swagger

* add knowledge store to 2020 apis

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* make skillset count optional, and add it to 2020 GA Swagger (#13990)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* Adding support for message properties in ACS Chat (#13939)

* Initial commit (copying over stable API version)

* Making changes to support message metadata

* Added 201 response code for patch operation (#13956)

Co-authored-by: Akash Keshari <akkeshar@microsoft.com>

* Adding autoMitigate flag with false as default value (#13109)

* deploymentmanager - clean up duplicate parameters outside of method (#13948)

* clean up duplicate parameters outside of method

* maintain python order

* fix typo in Synapse (#13994)

* OperationalInsights - update readme files for cli extension update (#13999)

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* added Tables new api version

* changed bool to boolean types

* prettified jsons

* fix erroes in swagger

* undo changes to 2020-03-01-preview version

* pr fixes

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* changed ErrorResponse to default ErrorResponse without ref to local definition

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed SystemData

* creatted a new package containing all latest swagger files for publishing new SDK

* removed package 2021_02 and set default packate to 2020_10

* removed 2 packages

* removed DataCollectorLogs.json from readme.md 20202.10

* added empty line to try invoke pipeline validations that havent run

* Delete Tables.json

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* merge

* prettified jsons

* undo changes to 2020-03-01-preview version

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed whitespaces

* changed DataExportErrorResponse to common
.../v2/types.json#/definitions/ErrorResponse

* changed all Error response of 2020-08 to common definition

* added readme.az.md file for cli extension code generator

* added readme.ad.md with the same naming convention as in readme.python.md
added readme.cli.md file
updatted readme.md file with the new azure-cli-extensions tag
all updates were done by following: https://github.com/Azure/autorest.az/blob/9ed1aabd353385f8bdffbfa9f3892478111a029c/doc/how-to-author-readme-file.md

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [Cognitive Services Metrics Advisor] add missing required for allOf entities (#13957)

* add missing required for allOf entities

* fix incorrect required properties

* 7.2-Preview to GA (#13919)

* 7.2-Preview to GA

* Update packages to point to stable

* Readd exportable and update description

* Update description for exportable in preview versions

* Fix operation results contract for Tenant Git operations (#13903)

* fix operation results contract

* fix sync state contract

* iothub t2 readme config (#13980)

* iothub t2 readme config

* iothub readme t2 config

* iothub t2 readme config

* Making Offer details and User Details required properties (#13985)

* Making Offer details and User Details required properties and removing abandoned tag

* fix python configuration

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* cosmosdb t1 config del (#14008)

* Fixing issue with missing filter documentation in Access Review APIs (#13892)

* fix cred issue. block to merge in DSMainDev (#14014)

* fix serivce name for java (#14007)

* maintenance readme t2 config (#13982)

* maintenance readme t2 config

* readme t1 config

* [Service Fabric Managed Clusters] fix api 2020_05_01 (#13961)

* Use enums  and add missing properties

* model enum as string

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

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

* add isIsolated and channelSchemaTransformationVersion

* rename

* add v2 priavatelinks (#14026)

* copied from v1/privatelinks.json

* bump version

Co-authored-by: jianyexi <jianyxi@microsoft.com>

* APIM: improve developer portal operations docs (#13941)

* APIM: improve the documentation for dev portal operations

* Minor changes

* Removing OData parameters from the stable API version

* Remove new query params

* hotfix on extended location hierarchy (#13943)

* [Hub Generated] Public private branch 'wps' (#14002)

* Add webpubsub swagger

Add custom words

Update webpubsub.json

Update webpubsub.json

Resolve comments

Update webpubsub.json

resolve comments

Update operationId for existence check

[wps] update python generation section and client name for all languages (#1)

* add python stuff

* make title across languages the same

* Update version

* Update some constraints

* Update webpubsub.json

* rename to GetServiceStatus

* Update readme.md

* Update readme.md

* Update readme.md

* [Hub Generated] Review request for Microsoft.SecurityInsights to add version preview/2021-03-01-preview (#13563)

* Copied from 2019-01-01-preview version

* Updated references to common types

* Add itemsSearchKey field to Watchlists

* Add missing label definition

* Make itemsSearchKey as required field

* Formatting fixes

* Fix Prettier and Avocado errors

* Fix Lint error (subscription level resource)

* Update description and example for CreateOrUpdate watchlists and bulk create watchlist items

* Update Api version in examples

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

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

* Updates readme

* Updates API version in new specs and examples

* updated default package in readme.md to 2021-03

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* Updated required and default fields in Action Groups spec (#13677)

* Updated error response for Action Groups API

* spacing

* added missing fields to Action Group Resource spec

* Added missing fields for action group resource in older version

* Updated "resource" name

* Removed changes to errorResponse

* Removed errorObject

* format

* Updated required and default fields in Action groups spec

* Update default value to boolean

Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <rirajend@microsoft.com>
Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* Remove AML Compute File Server (#13944)

* Remove AML Compute File Server

* update

* update

* update

* update

* Cost Management: Reservation Recommendations API: Add multiple missing properties in specs (#13967)

* added totalCost, properties.resourceType, properties.subscriptionId, and eTag to various RiRec dfinitions

* moving eTag  property to right place

* remove duplicate description

* remove track1 configure (#14044)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* New API version (2021-02-10) for recovery services site recovery (#13525)

* Adding old API version(2018-07-10) to new folder for 2021-20-10

* all changes for swagger (2021-02-10)

* read me and custom word changes

* Ayesha's comments addressed

* adress PR comments from ayesha

* Adding suppressions

* fixing custom words

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13636)

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

* Updates readme

* Updates API version in new specs and examples

* Update readme.md

changing read me to include date too in tag

* cahnging examples API version to 2021-02-10

* fix read me syntax

* TaskStepProperties swagger fix (#13971)

* Adding "assignmentState" property to scope model in access review APIs (#14039)

* iothub readme.python package version change (#14043)

* iothub readme.python package version change

* multiapiscript add

* clear output folder

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* Bump y18n from 4.0.0 to 4.0.1 (#13704)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update (#14061)

* package-templatespecs-2021-03-preview tag added (python) (#13958)

* Added tag

* nit: ordering

Co-authored-by: Dania Etienne <daetienn@microsoft.com>

* Use 2014-04-01 replication link specs in V5 SDK (#14058)

* Use 2014-04-01 replication link specs in V5 SDK

* remove legacy file.

* Update cSpell.json for Key Vault 7.2 (storage) (#14060)

* automanage readme t1 del (#14029)

* automanage readme t1 del

* automanage readme t1 del

* readme.md t1 config del

* add missing reference (#13904)

* databoxedge readme modification (#14063)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13635)

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

* Updates readme

* Updates API version in new specs and examples

* fixing merge issue

* removing vault usages from 2021-02

* Adding back vault usages

* updating readme

* updated etag to eTag (#13968)

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-12-01 (#13931)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-10-01 to version 2020-12-01

* Updates readme

* Updates API version in new specs and examples

* Adding new spot VM fields

Co-authored-by: Joshua McCarthy <jmccarthy@microsoft.com>

* Add FaceAPI PersonDirectory spec updates to preview v1.0 (#13766)

* Add FaceAPI v1.0-preview

Add a preview version of FaceAPI specs intended for public preview.
Contains existing spec in v1.0 plus PersonDirectory feature changes.

* Fixes after running validation

* Fixing validation

* Fixes 2

* Fixes 3

* Add PersonDirectory examples and fix routes

* Fixes 4

* Fixes 5

* Fixes 5.5

Co-authored-by: Yang Chen <yachen4@microsoft.com>

* Update the name and format of a parameter for randomnumbers (#14017)

* Update the name and format of a parameter for randomnumbers

* Change the parameter name from 'bytes_length' back to 'bytesLength'

* Amalladi/extendedlocation update (#13849)

* Updating Specification to remove 400 Badrequest from Swagger File

* Removing 400 status code from examples

* Removing private preview API version from Repo

* Removing 2020-07-15-privatepreview tag from ReadME files

Co-authored-by: Aditi <amalladi@microsoft.com>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* Revert "remove track1 configure (#14044)" (#14047)

This reverts commit 867165cc24d81c487ad186c998c46ba55f81c77b.

* adding role assignment (#14077)

* add connectionPolicy spec back to V5 SDK (#14088)

* modification (#14087)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-04-01-preview (#13710)

* Adds base for updating Microsoft.DocumentDB from version preview/2021-03-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* adding Services APIs

* more changes

* updated examples

* prettier and readme updates

* importing changes missed from old versions

* nits

* fixing semantic validation

* fixing linter

* fix

* more fixes

* adding list operation and default error response

* specifying format integer

* attempt to fix sdks

* address arm comments and fix ci

* fixes

* fix

* try to fix ci

* fix examples

* .\services.json

* adding additionalProperties back to ServiceResouce

* adding additionalProperties back to ServiceResouce

* fix

* fix sdks

* fix linter

Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

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

* Adds base for updating Microsoft.Maps from version preview/2020-02-01-preview to version 2020-02-01

* Updates for 2021-02-01 api version swagger

* creator swagger fixes

* fix model examples

* nextLink, uniqueId

* build fixes

* fixing listkeys

* fix long running operations

* fixing spelling

* fixing async behavior and examples

* updating arm region

* reset package-lock

* [Hub Generated] Review request for Microsoft.Media to add version preview/2021-05-01-preview (#13838)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy Signed off 2021-03-01 swaggers here

* Update swaggers to 2021=05-01-preview

* add missing examples

* update title

* fix Operation id

* fix video analyzer examples

* update Video swagger

* add format for $top

* remove unnecessary example file

* use chackname definitions from types.json

* fix segment length readonly

* change getStreamingToken to listStreamingToken, getProvisioningToken to listProvisioningToken

* fix the example file name

* fix a readonly issue with a video property

* make type readonly

* edits to descriptions

* adding missing descriptions

* address review feedback,

* few cleanup for update class

Co-authored-by: Christopher Bennage <bennage@microsoft.com>

* Include the preview version of resource changes and resources history… (#14084)

* Include the preview version of resource changes and resources history APIs

* Address the review feedback on releasing the new package version.

* Update readme for Synapse management SDK May release (#14054)

* Update readme for Synapse management SDK May release

* Add package-2021-05-preview

* Address comment

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* removing read only property, no longer in use - NOT a breaking change (#13812)

* resources readme.python t2 config (#14091)

* peering readme t2 config (#14106)

* Remove replicationLinks_legacy.json (#14095)

PR #14058 removed this file: replicationLinks_legacy.json, removing from the schema config to prevent schema generation failures.

* Support sheet index in excel (#14062)

* Enable excel in public swagger

* update

* rollback dataflow change

* Support sheet index in excel

Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>

* Adding 2021-05-01 api-version to Template Specs (no changes over last preview spec) (#14065)

* Copy existing 2021-03-01-preview specs to new 2021-05-01 stable version (no schema changes)

* Changing api-version within specs to 2021-05-01

* Adding package tag for new stable version to readme.md, but not making it a default (yet)

* Fix SecurityInsights Go SDK versioning (#14030)

* Fix SecurityInsights Go SDK versioning

* rename stable api version tag

* remove 'only' from tags with full functionality

* chore: Move typo supression in RecoveryServices (#14120)

* Add missing Zone mapping property to Microsoft.Resources (#13936)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* add zoneMappings to ResoursesType

* backfill older versions of swagger with zonemapping property

* [Application Insights] Resolve duplicated definition names to fix track2 SDK generation error (#13951)

* Fix duplicate name

* Update readme.md

* Update readme.md

* Update and rename workbookOperations_API.json to aiOperations_API.json

* Update readme.md

* Update workbooks_API.json

* Update readme.md

* Update readme.python.md

* Update readme.md

* Update readme.md

* Update readme.md

* Rename aiOperations_API.json to workbookOperations_API.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

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

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

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

* Update swagger for SSIS-IR to support user-assigned managed identity (#14114)

Co-authored-by: Hongxian Yao <hoyao@microsoft.com>

* postgresql readme t2 config (#14067)

* Dev mediaservices microsoft.media 2021 05 01 (#13676)

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

* Updates readme

* Updates API version in new specs and examples

* [AMS] new 2021-05-01 release for Account service in AMS

* add missing example files

* fix the api version and missing example files

* Create a new Update definition to fix the "R2016 - PatchBodyParametersSchema "

* fix respnse

* fix update example

* add the 2016 supression for new tag as well.

* mixedreality t2 readme config(wave4) (#14105)

* mixedreality t2 readme config

* t2 config del

* [python] t2-confidentialledger config (#14144)

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md (#14145)

* update elastic swagger  (#14076)

* Update elastic.json

* added new examples

* taking the files from rpsaas master

* added suppression in readme

* [Cosmos DB] Introduce new api version 2021-04-15 (#13873)

* [Cosmos DB] Introduce new api version 2021-04-15

Initial Commit

* Updated for 2021-04-15

* Dummy Commit

* Fixing privatelinkresources.json

* Removing ErrorResponseUpdatedFormat

* Suppressing systemData check

* Relay - Fix typo in the NetworkRuleSet path (#13962)

* Relay - Fix typo in the NetworkRuleSet path

* Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version

* [Hub Generated] Review request for Microsoft.Portal to add version preview/2015-08-01-preview (#12732)

* Fixing properties in dashboard parts

* Updating Dashboard part metadata

* Updating based on prettier fixes

Co-authored-by: Himanshu Chandel <hich@microsoft.com>

* resources t1 config add (#14146)

* t1 config add

* package version

* [Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-05-01' (#14148)

* Adds base for updating Microsoft.Maintenance from version preview/2020-07-01-preview to version 2021-05-01

* Updates readme

* Updates API version in new specs and examples

* Added system data properties.

* Fixed lint error.
Added documentation.

* Use Host Maintenance scope and api version in exmaple.

Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com>

* Add Test Base Swagger Spec from RPSaaSMaster (#14113)

Co-authored-by: Bin Yu <biy@microsoft.com>

* rename property: change category to categories (#13883)

* Edit description of Update Iot Hub Resource Api (#13080)

Co-authored-by: Harini <codebyh.365@gmail.com>

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

* Adds base for updating Microsoft.RecoveryServices from version stable/2018-07-10 to version 2021-03-01

* Updates readme

* Updates API version in new specs and examples

* Update webpubsub.json (#14096)

* add dataFeedId in AnomalyResult and IncidentResult (#14127)

* add dataFeedId in AnomalyResult and IncidentResult

* fix examples

* Add new version 2021-03-31-preview1 for ACS Auth (#13965)

* Add new version 2021-03-31-preview

* Set required body

* Add all paths to new version

* Update description for property of TeamsAccessTokenRequest model

* Change version from 2021-03-31-preview to 2021-03-31-preview1 following standards https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/16790/Versioning

* Rename folder

* Update method description

* remove Turn endpoint

* Add examples

* Update readme

* Omit the word "skypetoken" from swagger

* Link example

* Update description and path for a new endpoint

Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com>

* Added example gneration document links (#14151)

* purview scanning service (#14021)

* purview scanning service

* Add custom words for spellcheck

* fix config files and add endpoint param

Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
Co-authored-by: iscai-msft <iscai@microsoft.com>

* MG RP new API versions: 2020-10-01 and 2021-04-01 (#13897)

* API 2020-10-01 with 2020-05-01 files

* 2020-10-01 API changes

* 2021-04-01 API version with 2020-10-01 files

* Changes for 2021-04-01 API

* PR fixes

* Fixed issues with model

* PR fixes

* Latest (#13917)

* Pick up previous Swagger Fix in 2019-09-01 version (#14092)

* Add missing swagger fix

* Fix bad copy-paste

* update the some capitalized words in the description

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event (#14049)

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event

* Removing contentLength/Offset from Microsoft.Storage.BlobTierChanged data schema

* Removing BlobTierInfo from BlobTierChanged and adding new event Microsoft.Storage.AsyncOperationInitiated

* adding ContentLength for BlobTierChanged and AsyncOperationInitiated events

* [Hub Generated] Review request for VideoAnalyzer.Edge to add version preview/1.0.0 (#13682)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy old LVA swaggers

* Rename old swaggers to new file names

* Update LVA swaggers with new AVA swagger

* fixed some paths and capitalization

* fix prettier check issues

* fixing a Pascal casing

* Updating swaggers to latest

* fix linting issue

* removed an unused definition

* Service fabric Client API 8.0 (#14011)

* spell checked and linted.

* updated tag version.

* reverted change outside of SF folder.

* updated version in swagger.

* changed credential issues.

* changed 1 more that looks like a credential.

* Kusto pools principal assignment (#14079)

* kustoPool PrincipalAssignments

* fixed list principal assignments

* principalAssignment list example

* principalAssignment get example

* KustoPoolPrincipalAssignmentsCreateOrUpdate

* KustoPoolPrincipalAssignmentsDelete

* databases PrincipalAssignments

* minor change

* KustoPoolDatabasePrincipalAssignmentsList

* KustoDatabasePrincipalAssignmentsGet

* KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate

* KustoPoolDatabasePrincipalAssignmentsDelete

* fixed example ref

* added system data

* kustoPoolCheckNameAvailability

* KustoPoolsCheckNameAvailability example

Co-authored-by: Itay Sofer <itsofer@microsoft.com>

* [Service Fabric Managed Clusters] fix api 2021_01_01-preview (#14012)

* Update preview api to disable broken properties and to add property that is working

* Update managed cluster description

* Add New Data Model RuleCollection to NetworkManager (#13827)

* Add New Data Model RuleCollection to NetworkManager

* fix typo

* test

* test

* Fix discriminator

* fix type

* Fix discriminator

* Fix type

* fix type

* Fix type

* Fix discriminator

* Fix discriminator

* fix type

* fix type

* Fix bug

* Fix type

* Fix format

* Fix name

* Fix name

* fix spell

* fix description

* Fix spell

* change to kind

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* Fix post body

* Fix as comments

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* change rule kind

* Fix as comments

* Fix as comments

* update lastest version

* Update type

* Update Skiptoken

* Fix discription

* Fix NG

* Fix NG

* add more example

* [python]Update readme.python.md for postgresql (#14182)

* Update readme.python.md

* Update readme.python.md

* Remove all schema readme (#13885)

* Remove all schema readme

* process new rp

* Remove after_scripts

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

* Adds base for updating Microsoft.AlertsManagement from version stable/2019-06-01 to version 2021-04-01

* Updates readme

* Updates API version in new specs and examples

* first commit

* some fixes

* try without alert management

* revert change to name of namespace

* Resolve lintdiff issues

* remove the copy of files and reference alert managment previous version

* update description of subscriptionId to solve error

* attemp to remove AlertsManagement from the package

* revert (put back AlertsManagment)

* add tags for go SDK release v54.0.0 (#14161)

* add tags for go SDK r…
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-go that referenced this pull request Apr 18, 2022
Dev cost management microsoft.cost management 2022 02 01 preview (#17856)

* Add new Azure Object Anchors API version 0.3-preview.0 (#17117)

* add 0.3-preview.0

* fix INVALID_FORMAT

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2021-08-08 (#17162)

* Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-08-08

* Updates readme

* Updates API version in new specs and examples

* 1. added input files to new tag
2. changed alerts management client tag to the new tag

Co-authored-by: Liran Englender <lienglender@microsoft.com>

* Add batch tag for streamanalytics readme.go.md (#17191)

* Add batch tag for streamanalytics readme.go.md

* fix

* S360 - fixing pending 3 Swagger KPIs (#17195)

* Update ResourceHealth.json

fixing Swagger changes

* Update ResourceHealth.json

fixing PR checks

* Create Operations_List.json

add new file

* Add AML skill to preview swagger for Search Service (#16910)

* add aml skill to preview swagger for search service'

* update

* Fixing S360 issues (#17014)

* Fixing S360 issues

* Fix style

* Add specs for ACS Chat preview7 (#16887)

* Baseline using previous API version

* Updates for preview7

* Update readme.md

* Prettier fix

* Fix readme

* Fix example for update-participant

Co-authored-by: Po Tsang <tsangpo@microsoft.com>

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService (#17036)

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService

* update

* revert some change

* Device update public preview refresh (#17205)

* Batch2: approved PR 4891

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

* Batch3: minor updates (PR 5556)

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

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* Azure Synapse Workspace PublicNetworkAccess Fix (#17210)

Co-authored-by: Nikhil Kumar <nikhilkumar@microsoft.com>

* 2021-08-01-only (#17224)

* [NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples (#17157)

* Fix volumeGroups tag, bakcup properties creationDate and examples

* Fix Staging model validations

* Example ref

* Microsoft.OperationalInsights: 2021-12-01-preview (#17138)

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* code review changes.

* Update Tables.json

* Update Tables.json

* OperationalManagement: 2021-12-01-preview

* more fixes.

* Update Clusters.json

* Tables: Sentinel+CLV2 changes.

* Tables: More descriptions.

* removing un related child resources.

* Create OperationsListByTenant.json

* Update Tables.json

* Update TablesGet.json

* Add systemData example.

* Model fixes + pretty

* adding description to ip data hint.

* Update Tables.json

Co-authored-by: Dudi Likvornik <dulikvor@microsoft.com>

* [DO NOT MERGE ] Introduce new scanners resource type (#17107)

* introduce new scanners resource type

* fix error

* fixing errors

* fixing errors

* fix error

* fixing errors

* fixing comments

* adding new tag

* Azure Batch 2022-01-01.15.0 Data Plane Update (#16960)

* Initial commit for comparison

* Update BatchService Swagger file

PR Feedback

* Update examples

Ran prettier

* Updated readme

Fixed tag

* Language API for TA (2021-11-01-preview) (#16256)

* WIP for language api spec for TA

* Updated preview version number; finished up async definitions

* Finished first draft of full spec

* Finished first draft of full spec, minus FHIR structuring in HC output

* Removed features not included in 2021-11-01 preview

* Update custom text tasks TODOs

* Moved common definitions to TA-specific definitions

* Added custom text tasks to JobManifest

* Addressing feedback from PR comments and internal review

* Addressed some PR comments

* Updated some remaining references to documents

* PR comments

* Updated a previous change

* Reverted references to 'records' back to 'documents'

* A few small updates to examples; removed base Task type to simplify structure

* PR comments

* Addressed TODO items; removed LD-related objects (will be added in another preview)

* Fixed anonymous types

* Removed required field for body in POST request

* Fix prettier check

* Added a few more details; experimental change for documents property

* Ran prettier

* Correction to AnalysisInput object

* PR comments

* Added custom entities task to examples

* PR comments

* Prettier check

* Troubleshooting model validation failure

Co-authored-by: Abigail Hartman <Abigail.Hartman@microsoft.com>
Co-authored-by: Kareem Yousef <kayousef@microsoft.com>
Co-authored-by: Abby Hartman <abhahn@microsoft.com>

* Fix flipped order in Face generated models (#16846)

* Fix flipped order in Face generated models

The recent change changing a nested parameter from optional to required
caused the AutoRest generated model to have a reversed order of two
string arguments. Expanding the nesting for affected models to avoid
breaking changes.

* Fix malformatted examples

* Update Resources.json (#16996)

* Update Resources.json

* Specify additionalProperties type

* CDS component type update - mismatch between swagger and code values  (#17183)

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2020-12-01-preview (#13609)

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* FixS360 | Microsoft.Billing (#13771)

* fixing billing accounts and operations

* adding total count.

* typo fix

* fixing spell check and prettier

* Vakuncha changingcsharpreadme (#13806)

* Update readme.csharp.md

* Update readme.csharp.md

* [aks] fix vm size model and osDiskType description  (#13763)

* fix: agent pool vm size should be string, not enum

* fix: osDiskType default description for >= 2020-11-01

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-03-01-preview (#13267)

* init

* fix format

* sync

* read only

* fix sample

* fix

Co-authored-by: Teng Pan <tepa@microsoft.com>

* storagesync readme t2 config (#13810)

* storagesync readme t2 config

* storagesync readme.python t2 config

* Updated SAS swagger with latest changes. (#13439)

* Fixed hostname in the Offazure swaggers.

* added newest swagger from service repo. This contains PE changes too.

* rewritten swagger changes on existing swagger

* some fixes to swagger

* added examples.

* fixes

* edit

* edit.

* fixes

* minor fix

* edit

* edit

* edited default api version tag

* Dev weather microsoft.maps 1.0 (#13796)

* Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true

* Revert changes to package-lock.json

* Fix spelling error

* Adding Azure Object Anchors error codes for IngestionProperties (#13787)

* Added Azure Object Anchors error code field to IngestionProperties

* Fixed spacing in example

* Moved changes to new version

* Addressed version mismatch, spacing

* Fixed versions on examples

* Readonly error code

* Seeing if readonly error code is breaking

* Revert "Seeing if readonly error code is breaking"

This reverts commit c0b16f07c4a46a07fc7831a1735bb290804242ea.

* Model error code as string

* Renamed examples to asset conversion nomenclature

* Fixed rename issues

* Fixed issue #9593 (#13262)

* Fixed issue #9593

* Removed redundant PrivateEndpointConnectionProperties attribute

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-05-01 (#13800)

* Fixed Swagger Validation Errors

* Fixed Model Validation

* [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13788)

* Fixed Swagger Validation Errors

* Fixed Type

* Fixed Type

* Fixed Setting Properties

* Fixed Punctuation

* Removed Item

* Added Items Properties

* Fixed Required Property

* azurestack wave4 t2 config (#13813)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version. (#13490)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version.

* Add system metadata to tracked resources in "Microsoft.AppConfiguration".
Updated ConfigurationStore to reference the common tracked resource type definition.

* Added disableLocalAuth property.

* Add new api version swagger to readme.

* Added/updated examples and added suppressions for standardized APIs.

* Fixed prettier.

* Add missing property fileStorageSkuName into MySQL Flexible Server spec (#13693)

* appplatform t2 readme config (#13829)

* customproviders t2 readme config (#13831)

* Update readme.csharp.md (#13807)

* [Sentine][Data connectors][Fix correctness bug] (#13175)

* update required fields

* update required fields

* Explicitly define KeyCreationTime in Feb21 (#13757)

* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example

* Add Microsoft.M365SecurityAndCompliance RP (#13646)

* Add Microsoft.M365SecurityAndCompliance RP

* fix datetime and common-types file path

* update common-types file path

* add preview path in readmego

* replace stable with preview

* remove duplicate tags

* refer MIPPolicySync json in readme

* service name for java (#13837)

* Dev keyvault microsoft.key vault 2021 04 01 preview (#13585)

* Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Open API change for Managed Hsm private endpoints feature (#12938)

* Open API change for Managed Hsm private endpoints feature

* Fixing spell check errors

* Fixing spell check errors

* Prettier fixes

* Fixing swagger validation errors

* Fixing systemData property reference

* Adding publicNetworkAccess property based on private endpoint requirement.

* GET responses following a successful DELETE should be returning 404. … (#13054)

* GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).

(cherry picked from commit b752a19c6cc1f8a8eed9f106e2c77b8d5b5db19f)

* Removing 404 as it is taken care by default response.

* Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282)

* Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC

* Fixing validation issues.

* Fixing errors in properties in example jsons

* Delete keyvault.json

Deleted an errant json file

* Fixed misspelling of property in examples

* Fixed x-ms-examples naming, fixed camelcasing

* Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate

* Added schema definitions for 404

* Removed 200 for purge

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Addressing Comments for PR 13585 (#13586)

* Removed 404s to allow requests to fall through to default

* Removing 404s from examples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Added deletedmanagedhsm object to examples and managedhsm.json (#13591)

* Added deletedmanagedhsm object to examples and managedhsm.json

* Fixing error in references to correct values

* Changed vaultId to mhsmId in exmaples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Try to use the common type for SystemData (#13723)

* Add SystemData property for KeyVault

* 04012021 fix schema (#13749)

* Resolving conflict with custom-words.txt

* Add 2021 preview to azureresourcechema, add suppression to readme

* Add 2021 preview to azureresourcechema

* Merging custom-words.txt

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Add missing default error response (#13762)

* Fix Lint error (#13765)

* Add missing default error response

* Update the integer format to fix Lint error

* Add securityDefinitions

* Added python tag for 2021 preview (#13805)

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (#13822)

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs

(cherry picked from commit c1c5aebfb98cacd0a4ee5596fb7b0d9f782a9a3e)

* prettier fix

* Add suppression for SystemData (#13835)

* Add suppression for SystemData

* Fix linting error R4036 - ImplementPrivateEndpointAPIs

* specify the suppression for SystemData

* Revert "specify the suppression for SystemData"

This reverts commit cbebab81ab08ec1a29b41c891c58cf08ff2eb3c4.

Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com>
Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com>
Co-authored-by: Soohwan Kim <sookim@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <you@example.com>

* add tags back in the adp readme (#13850)

* Add device principal type (#13799)

* copy files from previous version

* add device principal type, update versions

* fix

* system data requirement

* Added CheckNameAvailability, Identity, systemData, used ErrorResponse v2 in DeviceUpdate (#13750)

* Update deviceupdate.json

* Update deviceupdate.json

* Add files via upload

* Update deviceupdate.json

* Update deviceupdate.json

* Update Accounts_Update.json

* Update Accounts_Create.json

* Update Instances_Create.json

* Update deviceupdate.json

* Linux line ending

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update deviceupdate.json

* Update deviceupdate.json

* fixed typo in the example files (#13764)

* Update CODEOWNERS (#13795)

Updating list of Azure Cognitive Search team members

* Update GenerateDetailedCostReportBySubscriptionAndTimePeriod.json (#13772)

Update example data

* [Hub Generated] Public private branch 'stuartko/Mar21_NewTSVersion' (#13811)

* Adding version 2021-03-01-preview (copy of previous version)

* Adding new metadata property

* Adding uiDefinition property.

* Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality.

* Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates".

* Swagger changes for 2021-02-01-preview api version (#13794)

* Copy existing preview version

* Changes to databoxedge json file

* Update readme files

* Correct Spell Check

* Fix Readme.go error

* Update examples

* Update all schemas.md files (#13862)

* typo: implmentation -> implementation (#13644)

* Add MongoDB/MongoDBAtlas sink (#13669)

* Add MongoDB/MongoDBAtlas sink, add disableMetricsCollection in read/wirte properties

* Revert disableMetricsCollection related changes

* Azure ML new API version 20210401 (#12981)

* Add Identity to createWorkpace example

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* revert change on transitivePE and notebookKeys

* revert change on transitivePE and notebookKeys

* add new stable version 2021-01-01

* add ListNotebookAccessToken

* add primaryUserAssignedIdentity

* fix missing properties and apis

* fix one more missing property

* 202 status for start and stop CI

* make resync keys long runnin operation in version Jan2021

* resync keys 204

* update resync keys example

* Dont throw 204 for resync

* update resync keys

* Formatting

* revert Jan2021changes and add new version

* start apr2021 version for azure ml rp

* undo remove new line in jan2021

* use systemData definition in common

* removed old files

* fix small swagger bugs

* run prettier

* remove reference to sku

* update readme

* minimum agentCount should be 0

* add createdOn and ModifiedOn to compute properties

* add LoadBalancerType to aks compute

* add isNotebookInstanceCompute to virtualMachine

* add leafDomainLabel to SslConfiguration

* add overwriteExistingDomain to SslConfiguration

* add synapseSpark as supported compute-type

* update patch compute response to 202

* remove location from example responses

* Revert "remove location from example responses"

This reverts commit 048bf2551513afae842a9c4fbb5861aeddc6c33a.

* MachineLearningCompute_Update should have a 200 response

* sys data to use local def due to naming conflicts.

* Fix enum casing

* Fix operationId PR comment.

* Change opId in apr version

* remove 20210401 for easy review

* only change api version

* merge changes for 20210401 version

* Add x-ms-discriminator-value for Synapse spark

* camelcase loadbalancer properties

* add createdOn and Modified on to examples

* address AvoidAnonymousTypes error for SynapseSpark

* Minor fixes + new property

* Remove subscription state.

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>
Co-authored-by: Vinay Rajmal Soni <vison@microsoft.com>
Co-authored-by: jopet@microsoft.com <jopet@microsoft.com>
Co-authored-by: Josh Peterson <15050193+joshanator@users.noreply.github.com>

* datashare readme t2 config (#13833)

* add readme terraform (#13717)

* adding a new API version for Restore API and adding targetVirtualMachineId field for AzureWorkloadRestoreRequest (#13638)

* copying previous change

* Adding targetVirtualMachineId field for Azure Workload Restore requests

* updating crr version and examples

* removing new api-version

* adding back the new api-version

* removing Snapshot related fields

* updating readme.md

* corrected the path

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* chore: resort custom-words.txt from bad merge (#13868)

* [ApplicationInsights] Fix failure for python SDK (#13875)

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-10-05-preview (#13712)

* Adjustments to API to include validation grouping and updated text.

* Fixed missing curly brace

* adjusted name

* Added basic and standard examples

* adjusted type.

* corrected case for key value

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2021-03-03-preview (#13269)

* Adds base for updating Microsoft.Insights from version preview/2020-10-05-preview to version 2021-03-03-preview

* Updates readme

* Updates API version in new specs and examples

* Add DiagnosticServiceToken API

* Update examples to split tokens for readonly vs readwrite

* Fix accoding to code review feedback

* Update examples due to review feedback from ARM

* add configuration for vmware (#13879)

Co-authored-by: Your Name <you@example.com>

* keyvault t2 config (#13863)

* keyvault t2 config

* keyvault multi-api config

* multi api config

* config reset

* add package version

* hanaonazure t2 readme config (#13880)

* Remove x-ms-azure-resource (#13500)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Juniwang/sr202010401preview (#13664)

* prepare to add new api-version: copy everything from 2020-07-01-preview

* Adding new api-version

* Fix required body and annotate ms secrets

* remove secrets example from swagger

* fix prettier

* add datashare terraform configuration (#13876)

Co-authored-by: Your Name <you@example.com>

* storage readme t2 config (#13881)

* storage readme t2 config

* storage t2 config

* healthcareapis t2 config (#13884)

* typo: APIkeys -> APIKeys (#13641)

* Allow release_policy to be nullable (#13826)

* Fix type of Anserws and Captions (#13872)

* change the value of license header (#13886)

* [Synapse] - library_append API adds comp parameter (#13841)

* [Synapse] - add comp parameter

* Update example files

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Remove 200 response from async operation (#13190)

* Async operation always returns 202 on initial call

* Address review feedback

* Revert "Address review feedback"

This reverts commit 9ae550b95c1082c8383595a943a9abe5990fd4ef.

* add minimal tls version for mariadb (#11779)

* [Synapse] - add Swagger code owner (#13882)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <you@example.com>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <you@example.com>

* Reduce code owner scope for Monitor.Exporters team (#13898)

* [portal]Update readme.python.md (#13907)

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update readme.python.md

* Dev dfp microsoft.dfp 2021 02 01 privatepreview (#13305)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* DFP API specs. Copied from Azure-PPE

* Spelling fix. instnace => instance

* Fix resource provider name to pascal case

* Added '/providers/Microsoft.Dfp/operations'

* Added SystemData (fix R4009 error)

* Fix validation errors

* Prettier fixes

* Removed non-existend parameter sku

* Style fixes in DFP API specs

* Swagger ModelValidation failures fix

* Fix operations API

* Fix operations API validation failure

* 1. Added example for lists operations. 2. made the API preview instead of privatepreview

* Fix path in readme's

* Fix in readme

* Added readonly attribute to systemdata

* Added readonly attribute to systemdata

* Fix in python SDK readme

* Fixes in ListOperations.json examples

* Fixed API version

* Added type to response bodies

* Fix typos in examples (urls)

* Added 201 response into createInstance example

* Renamed RP name from Microsoft.Dfp to Microsoft.Dynamics365Fraudprotection

* Added long-running result for creation instance

* Added nextlink

* Fix in checkNameAvailability definition URL

* Next link parameter

* Using references to common types instead of re-declaring them

* Reused common type. Fixed provisioning state

* Nesting error fix

* Fixed examples

* Fix

* Fix in error response definition

* Rename RP. Fix examples in readme's

* Added http 202

* Added http 202 to examples

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-10-01 (#13818)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-09-01 to version 2020-10-01

* Updates readme

* Updates API version in new specs and examples

* Adding new fields for 2020-10-01

* Updating wording for disablePasswordAuthentication'

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

* Remove name check from client side (#13492)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* Update deviceupdate.json (#13900)

* [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2018-07-01 (#13817)

* Updated api-version

* Removed systemData

* Updated api-version

* Updated the example

* Add EligibleChildResources resource for PIM + update examples (#13803)

* PIM API Specs

* update readme

* Update

* Update readme

* operation id fix

* name fix

* Name changes

* fix

* Fix

* Changes based on docs generated

* Scope fix in example

* Updates for documentation

* Change operation name

* Update examples

* Add expanded properties

* Fix formatting

* Fixes

* Fix

* fixes

* Update the policy specs

* Fix the policy objects and pell checks

* fix the checks

* fix the property

* fix syntax

* Prettier

* Update Examples

* Update Enums

* ADd eligible child resource API specs

* prettier fix

* Update read me files

* update

* update

* fix

* update

* Update Enums

* update

* update

* update

* update example

Co-authored-by: Aman Swaika <amansw@microsoft.com>
Co-authored-by: Gaurav Mishra (IDENTITY) <gamish@microsoft.com>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <you@example.com>

* [Service Fabric Managed Clusters] adding api version 2020-05-01 (#13860)

* initial commit 2021-05-01 to compare with previous version 2021-01-01-preview

* update models

* update examples

* fix isStateless description

* add 2021-05-01 version to readme

* add x-ms-enum to diskType and add missing managedClsuterVersions paths

fix example names

add managed cluster version paths

add default error

* fix clusterversion by version and ClusterState descriptions

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

* Task 9639284: Swagger changes for new UK agreement templates (#13895)

* Task 9639284: Swagger changes for new UK agreement templates

* Renamed as per comments.

Co-authored-by: Umang Shah <umangshah@microsoft.com>

* Confluent new preview version + S360 fix (#13809)

* Adding new API version for Microsoft.Confluent

* Prettier fix

* updated status property in OfferDetail

updated status property in OfferDetail to fix swagger correctness issue

* fix swagger live validation

updated operations response to fix swagger live validation

Co-authored-by: Srinivas <alluri02@users.noreply.github.com>

* [Hub Generated] Public private branch 'juniwang/wps' (#13905)

* Onboarding Azure WebPubSub service

* reference ErrorResponse from common types and adding network ACL

* disable cors, enable feature flags and fix several policy violations

* remove anonymousConnectPolicy since it's not ready for now

* add property publicNetworkAccess per NRP requirement

* revert package-lock.json

* reset package-lock.json

* dns t2 readme config (#13923)

* update readme (#13918)

* add current readmes for generating python form recognizer (#12013)

* add current readmes for python form recognizer

* fix release tag

* updates for multiapi and preview.3

* fix so that gen code outputs in generated folder

* remove tag since swagger not in yet

* unbreak build

* just target preview 3

* don't run track 1 gen with python

* Set x-ms-api-version to false for vaults list (#13924)

* Set x-ms-api-version to false for vaults list (#13925)

* Update event description to include the event name (#13867)

* Update event description to include the event name

* Update readme to include guidelines for defining a new event

* Fix description

* Renamed enum values for SDK auto generation (#13938)

* Renamed enum values for SDK auto generation

* Tabs to spaces

* Newline added

* [Document Translator] update operation names (#13915)

* update operation names

* make body required

* Update ErrorName

* Apply changes to stable

* Fix samples

* fix sample

* Fix glossary sample

* Address comments and update definitions names

* Revert "Task 9639284: Swagger changes for new UK agreement templates (#13895)" (#13946)

This reverts commit ea5bc27ee9cadeb67767d774c82095be2420bcad.

* Adding new preview API for promotions (#11599)

* Adding new preview API for promotions

* Avacado fix

* Fixing JSON

* fixing the promo param

* fixning linting issues

* Fixing JSON

* fixing JSON

* fixing linting issues

* Adding delete 204a

* Adding delete 204

* Adding validation fixes

* fixing spellings

* Linting issues

* running prettier

* ARM review feedback

* Fixing linting issues

* Fixing prettier

* Fixing version

* Fixing SDK

* fixing go sdk

* revert go.md

Co-authored-by: Rishi Kapoor <rishik@microsoft.com>

* Exposing undocumented Databricks workspace properties for fixing S360 issues (#13683)

* exposing storage account name, sku

* Prettier fixes

* Fixing the review comment

* Adding No Public IP related properties

* Updating the remaining properties related to S360

* Fixing review comments

* Fixing Spell Check issue

* hybridcompute readme t2 config (#13910)

* readme t2 config

* hybridcompute t2 readme config

* web readme t2 config (#13909)

* web readme t2 config

* web readme.python t2 config

* Add x-ms-api-version (#13834)

* Update CheckNameAvailability_Available.json (#13914)

* webpubsub t2 config (#13949)

* Update StaticSite.json (#13768)

* Update StaticSite.json

Add private endpoint connections to static site object.

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* increment readme version

* address PR comments

* add examples

* fix examples

* Add data-plane samples creation template (#13528)

* Add data-plane samples

* Simplified template

* webpubsub readme t1 del (#13953)

* Add $(multiapi) to QnA Maker's readme.md (#13819)

Generators were processing every tag when only a single one was desired. This is the common solution to support multi-api SDKs.

* IoT data-plane for drwill-ms (#13964)

* add missing usage.json to v5 sdk tag (#13960)

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

* Add new api version 2021

* remove managedIdentity since we won't support it in this version

* CR comments

* Add default value for contine on errros

* Fix swagger correctness issues

* Fix typo

* resource t2 readme config (#13974)

* Added new API and API version for private DNS zone suffix (#13789)

* Added new API and API version for private DNS zone suffix

* trigger validation pipelines

* Add new API to readme

* Fix ARM pipelines

* Try fix again

* Fix again

* Add Operations API

* Revert "Add Operations API"

This reverts commit 9d4ca9e557763feb3a6089ff9d4c958b3843730e.

* Revert "Revert "Add Operations API""

This reverts commit 7cf197c1d453764f0396713a2ab172a20e35b1c4.

* Revert "Revert "Revert "Add Operations API"""

This reverts commit 05744390e440984da8134b64a979a6e61fb9b7ae.

* Revert "Revert "Revert "Revert "Add Operations API""""

This reverts commit 61b76b1623d9e5796bb8187edf0fc46351e78231.

* Revert "Revert "Revert "Revert "Revert "Add Operations API"""""

This reverts commit 9f55eb4c399eb48a8578906f6bea43b10c91b8be.

* Address review comment from ARM

* Revert "Address review comment from ARM"

This reverts commit cb6d1b01860de72eec80856f64b602c72a1f26a7.

* Revert "Revert "Address review comment from ARM""

This reverts commit 227cf73797ee24a674d76e3ccd2990b84bc8d11a.

* Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API""""""

This reverts commit 34ae6c70a514e0290ffb41f7ddb5bbbd5c6cbee3.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API"""""""

This reverts commit a11c889a65b0fa4257b03a247d75fbea769f4e2c.

* Add previous APIs to tag

* Retrigger build

* fix service name for Java (#13979)

* Add optional param - private DNS zone to server API (#13716)

* Add optional param - private DNS zone to server API

* Follow comment to resolve go sdk issue.

* [Hub Generated] Review request for Microsoft.Synapse to add version preview/2021-04-01-preview (#13874)

* Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* add changed files for kustoPool

* Ravi changes to fix LinDiff validation

* Add Itay Sofer's changes

* filizt comments mid-way

* Remove clouderror and resplace with "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"

* Add IotHubDataConnection and EventGridDataConnection

* Modify PUT to OK, CREATED, ACCEPTED

* Change from provisioningState to ResourceProvisioningState

* Add BlobStorageEventType

* Remove 202 when creating a KustoPool

* Change PUT/PATCH 202 responses

* Remove 202 in PATCH/PUT operations where having both 200 & 201

* Add "isIdentityCertExprired" to custom-words.txt

* Remove isIdentityCertExprired from custom-words.txt

* Add Exprired to cSpell.json

Co-authored-by: Amit Elran <amelran@microsoft.com>

* Removing x-ms-flatten property (#13929)

* manual changes for swagger

* changes for long-running operations

* changes for validate for backup and restore

* removing 204 from operationResults

* changes for a monitoring

* adding format

* removing date-time from duration

* changing to readonly

* changes for listRPs

* fixes swagger

* reverting readonly for scheduleTimes

* fixes for checkgates

* prettier fixes

* cahnges for friendlyname checks

* fixing gates

* removing tracking-via

* model validation fixes

* powershell changes

* adding stable version

* changes for PatchResourceRequestInput

* change for req fields

* changes for description

* changes

* Updated swagger json for item level restore target info objects

* Fixed spelling errors

* Added missing required properties

* removed auth credentials property

* prettier fixes

* Prettier fix

* pr comments fixes

* fixing readme

* changes for go readme

* Removed x-ms-flatten property (#2)

* removed flatten prop

* removing x-ms-flatten

* removing friendlyName from req prop

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>
Co-authored-by: FAREAST\zakinkh <zakinkh@microsoft.com>

* confidentialledger readme t2 config (#13981)

* Additional 7.3-preview parameter name clean up (#13913)

* Enable multivariate anomaly detection (#13973)

* add multivarite

* add v1.1-preview

* reformat changepoint example

* change typo in readme

* fix prettier-check error

* add export model example

* fix prettier error

* [Azure Search] Add Knowledge Store feature to swagger (#13911)

* introduce knowledge store swagger

* add knowledge store to 2020 apis

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* make skillset count optional, and add it to 2020 GA Swagger (#13990)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* Adding support for message properties in ACS Chat (#13939)

* Initial commit (copying over stable API version)

* Making changes to support message metadata

* Added 201 response code for patch operation (#13956)

Co-authored-by: Akash Keshari <akkeshar@microsoft.com>

* Adding autoMitigate flag with false as default value (#13109)

* deploymentmanager - clean up duplicate parameters outside of method (#13948)

* clean up duplicate parameters outside of method

* maintain python order

* fix typo in Synapse (#13994)

* OperationalInsights - update readme files for cli extension update (#13999)

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* added Tables new api version

* changed bool to boolean types

* prettified jsons

* fix erroes in swagger

* undo changes to 2020-03-01-preview version

* pr fixes

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* changed ErrorResponse to default ErrorResponse without ref to local definition

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed SystemData

* creatted a new package containing all latest swagger files for publishing new SDK

* removed package 2021_02 and set default packate to 2020_10

* removed 2 packages

* removed DataCollectorLogs.json from readme.md 20202.10

* added empty line to try invoke pipeline validations that havent run

* Delete Tables.json

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* merge

* prettified jsons

* undo changes to 2020-03-01-preview version

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed whitespaces

* changed DataExportErrorResponse to common
.../v2/types.json#/definitions/ErrorResponse

* changed all Error response of 2020-08 to common definition

* added readme.az.md file for cli extension code generator

* added readme.ad.md with the same naming convention as in readme.python.md
added readme.cli.md file
updatted readme.md file with the new azure-cli-extensions tag
all updates were done by following: https://github.com/Azure/autorest.az/blob/9ed1aabd353385f8bdffbfa9f3892478111a029c/doc/how-to-author-readme-file.md

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [Cognitive Services Metrics Advisor] add missing required for allOf entities (#13957)

* add missing required for allOf entities

* fix incorrect required properties

* 7.2-Preview to GA (#13919)

* 7.2-Preview to GA

* Update packages to point to stable

* Readd exportable and update description

* Update description for exportable in preview versions

* Fix operation results contract for Tenant Git operations (#13903)

* fix operation results contract

* fix sync state contract

* iothub t2 readme config (#13980)

* iothub t2 readme config

* iothub readme t2 config

* iothub t2 readme config

* Making Offer details and User Details required properties (#13985)

* Making Offer details and User Details required properties and removing abandoned tag

* fix python configuration

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* cosmosdb t1 config del (#14008)

* Fixing issue with missing filter documentation in Access Review APIs (#13892)

* fix cred issue. block to merge in DSMainDev (#14014)

* fix serivce name for java (#14007)

* maintenance readme t2 config (#13982)

* maintenance readme t2 config

* readme t1 config

* [Service Fabric Managed Clusters] fix api 2020_05_01 (#13961)

* Use enums  and add missing properties

* model enum as string

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

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

* add isIsolated and channelSchemaTransformationVersion

* rename

* add v2 priavatelinks (#14026)

* copied from v1/privatelinks.json

* bump version

Co-authored-by: jianyexi <jianyxi@microsoft.com>

* APIM: improve developer portal operations docs (#13941)

* APIM: improve the documentation for dev portal operations

* Minor changes

* Removing OData parameters from the stable API version

* Remove new query params

* hotfix on extended location hierarchy (#13943)

* [Hub Generated] Public private branch 'wps' (#14002)

* Add webpubsub swagger

Add custom words

Update webpubsub.json

Update webpubsub.json

Resolve comments

Update webpubsub.json

resolve comments

Update operationId for existence check

[wps] update python generation section and client name for all languages (#1)

* add python stuff

* make title across languages the same

* Update version

* Update some constraints

* Update webpubsub.json

* rename to GetServiceStatus

* Update readme.md

* Update readme.md

* Update readme.md

* [Hub Generated] Review request for Microsoft.SecurityInsights to add version preview/2021-03-01-preview (#13563)

* Copied from 2019-01-01-preview version

* Updated references to common types

* Add itemsSearchKey field to Watchlists

* Add missing label definition

* Make itemsSearchKey as required field

* Formatting fixes

* Fix Prettier and Avocado errors

* Fix Lint error (subscription level resource)

* Update description and example for CreateOrUpdate watchlists and bulk create watchlist items

* Update Api version in examples

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

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

* Updates readme

* Updates API version in new specs and examples

* updated default package in readme.md to 2021-03

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* Updated required and default fields in Action Groups spec (#13677)

* Updated error response for Action Groups API

* spacing

* added missing fields to Action Group Resource spec

* Added missing fields for action group resource in older version

* Updated "resource" name

* Removed changes to errorResponse

* Removed errorObject

* format

* Updated required and default fields in Action groups spec

* Update default value to boolean

Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <rirajend@microsoft.com>
Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* Remove AML Compute File Server (#13944)

* Remove AML Compute File Server

* update

* update

* update

* update

* Cost Management: Reservation Recommendations API: Add multiple missing properties in specs (#13967)

* added totalCost, properties.resourceType, properties.subscriptionId, and eTag to various RiRec dfinitions

* moving eTag  property to right place

* remove duplicate description

* remove track1 configure (#14044)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* New API version (2021-02-10) for recovery services site recovery (#13525)

* Adding old API version(2018-07-10) to new folder for 2021-20-10

* all changes for swagger (2021-02-10)

* read me and custom word changes

* Ayesha's comments addressed

* adress PR comments from ayesha

* Adding suppressions

* fixing custom words

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13636)

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

* Updates readme

* Updates API version in new specs and examples

* Update readme.md

changing read me to include date too in tag

* cahnging examples API version to 2021-02-10

* fix read me syntax

* TaskStepProperties swagger fix (#13971)

* Adding "assignmentState" property to scope model in access review APIs (#14039)

* iothub readme.python package version change (#14043)

* iothub readme.python package version change

* multiapiscript add

* clear output folder

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* Bump y18n from 4.0.0 to 4.0.1 (#13704)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update (#14061)

* package-templatespecs-2021-03-preview tag added (python) (#13958)

* Added tag

* nit: ordering

Co-authored-by: Dania Etienne <daetienn@microsoft.com>

* Use 2014-04-01 replication link specs in V5 SDK (#14058)

* Use 2014-04-01 replication link specs in V5 SDK

* remove legacy file.

* Update cSpell.json for Key Vault 7.2 (storage) (#14060)

* automanage readme t1 del (#14029)

* automanage readme t1 del

* automanage readme t1 del

* readme.md t1 config del

* add missing reference (#13904)

* databoxedge readme modification (#14063)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13635)

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

* Updates readme

* Updates API version in new specs and examples

* fixing merge issue

* removing vault usages from 2021-02

* Adding back vault usages

* updating readme

* updated etag to eTag (#13968)

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-12-01 (#13931)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-10-01 to version 2020-12-01

* Updates readme

* Updates API version in new specs and examples

* Adding new spot VM fields

Co-authored-by: Joshua McCarthy <jmccarthy@microsoft.com>

* Add FaceAPI PersonDirectory spec updates to preview v1.0 (#13766)

* Add FaceAPI v1.0-preview

Add a preview version of FaceAPI specs intended for public preview.
Contains existing spec in v1.0 plus PersonDirectory feature changes.

* Fixes after running validation

* Fixing validation

* Fixes 2

* Fixes 3

* Add PersonDirectory examples and fix routes

* Fixes 4

* Fixes 5

* Fixes 5.5

Co-authored-by: Yang Chen <yachen4@microsoft.com>

* Update the name and format of a parameter for randomnumbers (#14017)

* Update the name and format of a parameter for randomnumbers

* Change the parameter name from 'bytes_length' back to 'bytesLength'

* Amalladi/extendedlocation update (#13849)

* Updating Specification to remove 400 Badrequest from Swagger File

* Removing 400 status code from examples

* Removing private preview API version from Repo

* Removing 2020-07-15-privatepreview tag from ReadME files

Co-authored-by: Aditi <amalladi@microsoft.com>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* Revert "remove track1 configure (#14044)" (#14047)

This reverts commit 867165cc24d81c487ad186c998c46ba55f81c77b.

* adding role assignment (#14077)

* add connectionPolicy spec back to V5 SDK (#14088)

* modification (#14087)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-04-01-preview (#13710)

* Adds base for updating Microsoft.DocumentDB from version preview/2021-03-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* adding Services APIs

* more changes

* updated examples

* prettier and readme updates

* importing changes missed from old versions

* nits

* fixing semantic validation

* fixing linter

* fix

* more fixes

* adding list operation and default error response

* specifying format integer

* attempt to fix sdks

* address arm comments and fix ci

* fixes

* fix

* try to fix ci

* fix examples

* .\services.json

* adding additionalProperties back to ServiceResouce

* adding additionalProperties back to ServiceResouce

* fix

* fix sdks

* fix linter

Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

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

* Adds base for updating Microsoft.Maps from version preview/2020-02-01-preview to version 2020-02-01

* Updates for 2021-02-01 api version swagger

* creator swagger fixes

* fix model examples

* nextLink, uniqueId

* build fixes

* fixing listkeys

* fix long running operations

* fixing spelling

* fixing async behavior and examples

* updating arm region

* reset package-lock

* [Hub Generated] Review request for Microsoft.Media to add version preview/2021-05-01-preview (#13838)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy Signed off 2021-03-01 swaggers here

* Update swaggers to 2021=05-01-preview

* add missing examples

* update title

* fix Operation id

* fix video analyzer examples

* update Video swagger

* add format for $top

* remove unnecessary example file

* use chackname definitions from types.json

* fix segment length readonly

* change getStreamingToken to listStreamingToken, getProvisioningToken to listProvisioningToken

* fix the example file name

* fix a readonly issue with a video property

* make type readonly

* edits to descriptions

* adding missing descriptions

* address review feedback,

* few cleanup for update class

Co-authored-by: Christopher Bennage <bennage@microsoft.com>

* Include the preview version of resource changes and resources history… (#14084)

* Include the preview version of resource changes and resources history APIs

* Address the review feedback on releasing the new package version.

* Update readme for Synapse management SDK May release (#14054)

* Update readme for Synapse management SDK May release

* Add package-2021-05-preview

* Address comment

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* removing read only property, no longer in use - NOT a breaking change (#13812)

* resources readme.python t2 config (#14091)

* peering readme t2 config (#14106)

* Remove replicationLinks_legacy.json (#14095)

PR #14058 removed this file: replicationLinks_legacy.json, removing from the schema config to prevent schema generation failures.

* Support sheet index in excel (#14062)

* Enable excel in public swagger

* update

* rollback dataflow change

* Support sheet index in excel

Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>

* Adding 2021-05-01 api-version to Template Specs (no changes over last preview spec) (#14065)

* Copy existing 2021-03-01-preview specs to new 2021-05-01 stable version (no schema changes)

* Changing api-version within specs to 2021-05-01

* Adding package tag for new stable version to readme.md, but not making it a default (yet)

* Fix SecurityInsights Go SDK versioning (#14030)

* Fix SecurityInsights Go SDK versioning

* rename stable api version tag

* remove 'only' from tags with full functionality

* chore: Move typo supression in RecoveryServices (#14120)

* Add missing Zone mapping property to Microsoft.Resources (#13936)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* add zoneMappings to ResoursesType

* backfill older versions of swagger with zonemapping property

* [Application Insights] Resolve duplicated definition names to fix track2 SDK generation error (#13951)

* Fix duplicate name

* Update readme.md

* Update readme.md

* Update and rename workbookOperations_API.json to aiOperations_API.json

* Update readme.md

* Update workbooks_API.json

* Update readme.md

* Update readme.python.md

* Update readme.md

* Update readme.md

* Update readme.md

* Rename aiOperations_API.json to workbookOperations_API.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

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

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

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

* Update swagger for SSIS-IR to support user-assigned managed identity (#14114)

Co-authored-by: Hongxian Yao <hoyao@microsoft.com>

* postgresql readme t2 config (#14067)

* Dev mediaservices microsoft.media 2021 05 01 (#13676)

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

* Updates readme

* Updates API version in new specs and examples

* [AMS] new 2021-05-01 release for Account service in AMS

* add missing example files

* fix the api version and missing example files

* Create a new Update definition to fix the "R2016 - PatchBodyParametersSchema "

* fix respnse

* fix update example

* add the 2016 supression for new tag as well.

* mixedreality t2 readme config(wave4) (#14105)

* mixedreality t2 readme config

* t2 config del

* [python] t2-confidentialledger config (#14144)

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md (#14145)

* update elastic swagger  (#14076)

* Update elastic.json

* added new examples

* taking the files from rpsaas master

* added suppression in readme

* [Cosmos DB] Introduce new api version 2021-04-15 (#13873)

* [Cosmos DB] Introduce new api version 2021-04-15

Initial Commit

* Updated for 2021-04-15

* Dummy Commit

* Fixing privatelinkresources.json

* Removing ErrorResponseUpdatedFormat

* Suppressing systemData check

* Relay - Fix typo in the NetworkRuleSet path (#13962)

* Relay - Fix typo in the NetworkRuleSet path

* Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version

* [Hub Generated] Review request for Microsoft.Portal to add version preview/2015-08-01-preview (#12732)

* Fixing properties in dashboard parts

* Updating Dashboard part metadata

* Updating based on prettier fixes

Co-authored-by: Himanshu Chandel <hich@microsoft.com>

* resources t1 config add (#14146)

* t1 config add

* package version

* [Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-05-01' (#14148)

* Adds base for updating Microsoft.Maintenance from version preview/2020-07-01-preview to version 2021-05-01

* Updates readme

* Updates API version in new specs and examples

* Added system data properties.

* Fixed lint error.
Added documentation.

* Use Host Maintenance scope and api version in exmaple.

Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com>

* Add Test Base Swagger Spec from RPSaaSMaster (#14113)

Co-authored-by: Bin Yu <biy@microsoft.com>

* rename property: change category to categories (#13883)

* Edit description of Update Iot Hub Resource Api (#13080)

Co-authored-by: Harini <codebyh.365@gmail.com>

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

* Adds base for updating Microsoft.RecoveryServices from version stable/2018-07-10 to version 2021-03-01

* Updates readme

* Updates API version in new specs and examples

* Update webpubsub.json (#14096)

* add dataFeedId in AnomalyResult and IncidentResult (#14127)

* add dataFeedId in AnomalyResult and IncidentResult

* fix examples

* Add new version 2021-03-31-preview1 for ACS Auth (#13965)

* Add new version 2021-03-31-preview

* Set required body

* Add all paths to new version

* Update description for property of TeamsAccessTokenRequest model

* Change version from 2021-03-31-preview to 2021-03-31-preview1 following standards https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/16790/Versioning

* Rename folder

* Update method description

* remove Turn endpoint

* Add examples

* Update readme

* Omit the word "skypetoken" from swagger

* Link example

* Update description and path for a new endpoint

Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com>

* Added example gneration document links (#14151)

* purview scanning service (#14021)

* purview scanning service

* Add custom words for spellcheck

* fix config files and add endpoint param

Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
Co-authored-by: iscai-msft <iscai@microsoft.com>

* MG RP new API versions: 2020-10-01 and 2021-04-01 (#13897)

* API 2020-10-01 with 2020-05-01 files

* 2020-10-01 API changes

* 2021-04-01 API version with 2020-10-01 files

* Changes for 2021-04-01 API

* PR fixes

* Fixed issues with model

* PR fixes

* Latest (#13917)

* Pick up previous Swagger Fix in 2019-09-01 version (#14092)

* Add missing swagger fix

* Fix bad copy-paste

* update the some capitalized words in the description

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event (#14049)

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event

* Removing contentLength/Offset from Microsoft.Storage.BlobTierChanged data schema

* Removing BlobTierInfo from BlobTierChanged and adding new event Microsoft.Storage.AsyncOperationInitiated

* adding ContentLength for BlobTierChanged and AsyncOperationInitiated events

* [Hub Generated] Review request for VideoAnalyzer.Edge to add version preview/1.0.0 (#13682)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy old LVA swaggers

* Rename old swaggers to new file names

* Update LVA swaggers with new AVA swagger

* fixed some paths and capitalization

* fix prettier check issues

* fixing a Pascal casing

* Updating swaggers to latest

* fix linting issue

* removed an unused definition

* Service fabric Client API 8.0 (#14011)

* spell checked and linted.

* updated tag version.

* reverted change outside of SF folder.

* updated version in swagger.

* changed credential issues.

* changed 1 more that looks like a credential.

* Kusto pools principal assignment (#14079)

* kustoPool PrincipalAssignments

* fixed list principal assignments

* principalAssignment list example

* principalAssignment get example

* KustoPoolPrincipalAssignmentsCreateOrUpdate

* KustoPoolPrincipalAssignmentsDelete

* databases PrincipalAssignments

* minor change

* KustoPoolDatabasePrincipalAssignmentsList

* KustoDatabasePrincipalAssignmentsGet

* KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate

* KustoPoolDatabasePrincipalAssignmentsDelete

* fixed example ref

* added system data

* kustoPoolCheckNameAvailability

* KustoPoolsCheckNameAvailability example

Co-authored-by: Itay Sofer <itsofer@microsoft.com>

* [Service Fabric Managed Clusters] fix api 2021_01_01-preview (#14012)

* Update preview api to disable broken properties and to add property that is working

* Update managed cluster description

* Add New Data Model RuleCollection to NetworkManager (#13827)

* Add New Data Model RuleCollection to NetworkManager

* fix typo

* test

* test

* Fix discriminator

* fix type

* Fix discriminator

* Fix type

* fix type

* Fix type

* Fix discriminator

* Fix discriminator

* fix type

* fix type

* Fix bug

* Fix type

* Fix format

* Fix name

* Fix name

* fix spell

* fix description

* Fix spell

* change to kind

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* Fix post body

* Fix as comments

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* change rule kind

* Fix as comments

* Fix as comments

* update lastest version

* Update type

* Update Skiptoken

* Fix discription

* Fix NG

* Fix NG

* add more example

* [python]Update readme.python.md for postgresql (#14182)

* Update readme.python.md

* Update readme.python.md

* Remove all schema readme (#13885)

* Remove all schema readme

* process new rp

* Remove after_scripts

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

* Adds base for updating Microsoft.AlertsManagement from version stable/2019-06-01 to version 2021-04-01

* Updates readme

* Updates API version in new specs and examples

* first commit

* some fixes

* try without alert management

* revert change to name of namespace

* Resolve lintdiff issues

* remove the copy of files and reference alert managment previous version

* update description of subscriptionId to solve error

* attemp to remove AlertsManagement from the package

* revert (put back AlertsManagment)

* add tags for go SDK release v54.0.0 (#14161)

* add tags for go SDK r…
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-go that referenced this pull request Apr 18, 2022
Dev cost management microsoft.cost management 2022 02 01 preview (#17856)

* Add new Azure Object Anchors API version 0.3-preview.0 (#17117)

* add 0.3-preview.0

* fix INVALID_FORMAT

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2021-08-08 (#17162)

* Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-08-08

* Updates readme

* Updates API version in new specs and examples

* 1. added input files to new tag
2. changed alerts management client tag to the new tag

Co-authored-by: Liran Englender <lienglender@microsoft.com>

* Add batch tag for streamanalytics readme.go.md (#17191)

* Add batch tag for streamanalytics readme.go.md

* fix

* S360 - fixing pending 3 Swagger KPIs (#17195)

* Update ResourceHealth.json

fixing Swagger changes

* Update ResourceHealth.json

fixing PR checks

* Create Operations_List.json

add new file

* Add AML skill to preview swagger for Search Service (#16910)

* add aml skill to preview swagger for search service'

* update

* Fixing S360 issues (#17014)

* Fixing S360 issues

* Fix style

* Add specs for ACS Chat preview7 (#16887)

* Baseline using previous API version

* Updates for preview7

* Update readme.md

* Prettier fix

* Fix readme

* Fix example for update-participant

Co-authored-by: Po Tsang <tsangpo@microsoft.com>

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService (#17036)

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService

* update

* revert some change

* Device update public preview refresh (#17205)

* Batch2: approved PR 4891

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

* Batch3: minor updates (PR 5556)

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

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* Azure Synapse Workspace PublicNetworkAccess Fix (#17210)

Co-authored-by: Nikhil Kumar <nikhilkumar@microsoft.com>

* 2021-08-01-only (#17224)

* [NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples (#17157)

* Fix volumeGroups tag, bakcup properties creationDate and examples

* Fix Staging model validations

* Example ref

* Microsoft.OperationalInsights: 2021-12-01-preview (#17138)

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* code review changes.

* Update Tables.json

* Update Tables.json

* OperationalManagement: 2021-12-01-preview

* more fixes.

* Update Clusters.json

* Tables: Sentinel+CLV2 changes.

* Tables: More descriptions.

* removing un related child resources.

* Create OperationsListByTenant.json

* Update Tables.json

* Update TablesGet.json

* Add systemData example.

* Model fixes + pretty

* adding description to ip data hint.

* Update Tables.json

Co-authored-by: Dudi Likvornik <dulikvor@microsoft.com>

* [DO NOT MERGE ] Introduce new scanners resource type (#17107)

* introduce new scanners resource type

* fix error

* fixing errors

* fixing errors

* fix error

* fixing errors

* fixing comments

* adding new tag

* Azure Batch 2022-01-01.15.0 Data Plane Update (#16960)

* Initial commit for comparison

* Update BatchService Swagger file

PR Feedback

* Update examples

Ran prettier

* Updated readme

Fixed tag

* Language API for TA (2021-11-01-preview) (#16256)

* WIP for language api spec for TA

* Updated preview version number; finished up async definitions

* Finished first draft of full spec

* Finished first draft of full spec, minus FHIR structuring in HC output

* Removed features not included in 2021-11-01 preview

* Update custom text tasks TODOs

* Moved common definitions to TA-specific definitions

* Added custom text tasks to JobManifest

* Addressing feedback from PR comments and internal review

* Addressed some PR comments

* Updated some remaining references to documents

* PR comments

* Updated a previous change

* Reverted references to 'records' back to 'documents'

* A few small updates to examples; removed base Task type to simplify structure

* PR comments

* Addressed TODO items; removed LD-related objects (will be added in another preview)

* Fixed anonymous types

* Removed required field for body in POST request

* Fix prettier check

* Added a few more details; experimental change for documents property

* Ran prettier

* Correction to AnalysisInput object

* PR comments

* Added custom entities task to examples

* PR comments

* Prettier check

* Troubleshooting model validation failure

Co-authored-by: Abigail Hartman <Abigail.Hartman@microsoft.com>
Co-authored-by: Kareem Yousef <kayousef@microsoft.com>
Co-authored-by: Abby Hartman <abhahn@microsoft.com>

* Fix flipped order in Face generated models (#16846)

* Fix flipped order in Face generated models

The recent change changing a nested parameter from optional to required
caused the AutoRest generated model to have a reversed order of two
string arguments. Expanding the nesting for affected models to avoid
breaking changes.

* Fix malformatted examples

* Update Resources.json (#16996)

* Update Resources.json

* Specify additionalProperties type

* CDS component type update - mismatch between swagger and code values  (#17183)

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2020-12-01-preview (#13609)

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* FixS360 | Microsoft.Billing (#13771)

* fixing billing accounts and operations

* adding total count.

* typo fix

* fixing spell check and prettier

* Vakuncha changingcsharpreadme (#13806)

* Update readme.csharp.md

* Update readme.csharp.md

* [aks] fix vm size model and osDiskType description  (#13763)

* fix: agent pool vm size should be string, not enum

* fix: osDiskType default description for >= 2020-11-01

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-03-01-preview (#13267)

* init

* fix format

* sync

* read only

* fix sample

* fix

Co-authored-by: Teng Pan <tepa@microsoft.com>

* storagesync readme t2 config (#13810)

* storagesync readme t2 config

* storagesync readme.python t2 config

* Updated SAS swagger with latest changes. (#13439)

* Fixed hostname in the Offazure swaggers.

* added newest swagger from service repo. This contains PE changes too.

* rewritten swagger changes on existing swagger

* some fixes to swagger

* added examples.

* fixes

* edit

* edit.

* fixes

* minor fix

* edit

* edit

* edited default api version tag

* Dev weather microsoft.maps 1.0 (#13796)

* Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true

* Revert changes to package-lock.json

* Fix spelling error

* Adding Azure Object Anchors error codes for IngestionProperties (#13787)

* Added Azure Object Anchors error code field to IngestionProperties

* Fixed spacing in example

* Moved changes to new version

* Addressed version mismatch, spacing

* Fixed versions on examples

* Readonly error code

* Seeing if readonly error code is breaking

* Revert "Seeing if readonly error code is breaking"

This reverts commit c0b16f07c4a46a07fc7831a1735bb290804242ea.

* Model error code as string

* Renamed examples to asset conversion nomenclature

* Fixed rename issues

* Fixed issue #9593 (#13262)

* Fixed issue #9593

* Removed redundant PrivateEndpointConnectionProperties attribute

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-05-01 (#13800)

* Fixed Swagger Validation Errors

* Fixed Model Validation

* [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13788)

* Fixed Swagger Validation Errors

* Fixed Type

* Fixed Type

* Fixed Setting Properties

* Fixed Punctuation

* Removed Item

* Added Items Properties

* Fixed Required Property

* azurestack wave4 t2 config (#13813)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version. (#13490)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version.

* Add system metadata to tracked resources in "Microsoft.AppConfiguration".
Updated ConfigurationStore to reference the common tracked resource type definition.

* Added disableLocalAuth property.

* Add new api version swagger to readme.

* Added/updated examples and added suppressions for standardized APIs.

* Fixed prettier.

* Add missing property fileStorageSkuName into MySQL Flexible Server spec (#13693)

* appplatform t2 readme config (#13829)

* customproviders t2 readme config (#13831)

* Update readme.csharp.md (#13807)

* [Sentine][Data connectors][Fix correctness bug] (#13175)

* update required fields

* update required fields

* Explicitly define KeyCreationTime in Feb21 (#13757)

* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example

* Add Microsoft.M365SecurityAndCompliance RP (#13646)

* Add Microsoft.M365SecurityAndCompliance RP

* fix datetime and common-types file path

* update common-types file path

* add preview path in readmego

* replace stable with preview

* remove duplicate tags

* refer MIPPolicySync json in readme

* service name for java (#13837)

* Dev keyvault microsoft.key vault 2021 04 01 preview (#13585)

* Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Open API change for Managed Hsm private endpoints feature (#12938)

* Open API change for Managed Hsm private endpoints feature

* Fixing spell check errors

* Fixing spell check errors

* Prettier fixes

* Fixing swagger validation errors

* Fixing systemData property reference

* Adding publicNetworkAccess property based on private endpoint requirement.

* GET responses following a successful DELETE should be returning 404. … (#13054)

* GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).

(cherry picked from commit b752a19c6cc1f8a8eed9f106e2c77b8d5b5db19f)

* Removing 404 as it is taken care by default response.

* Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282)

* Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC

* Fixing validation issues.

* Fixing errors in properties in example jsons

* Delete keyvault.json

Deleted an errant json file

* Fixed misspelling of property in examples

* Fixed x-ms-examples naming, fixed camelcasing

* Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate

* Added schema definitions for 404

* Removed 200 for purge

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Addressing Comments for PR 13585 (#13586)

* Removed 404s to allow requests to fall through to default

* Removing 404s from examples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Added deletedmanagedhsm object to examples and managedhsm.json (#13591)

* Added deletedmanagedhsm object to examples and managedhsm.json

* Fixing error in references to correct values

* Changed vaultId to mhsmId in exmaples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Try to use the common type for SystemData (#13723)

* Add SystemData property for KeyVault

* 04012021 fix schema (#13749)

* Resolving conflict with custom-words.txt

* Add 2021 preview to azureresourcechema, add suppression to readme

* Add 2021 preview to azureresourcechema

* Merging custom-words.txt

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Add missing default error response (#13762)

* Fix Lint error (#13765)

* Add missing default error response

* Update the integer format to fix Lint error

* Add securityDefinitions

* Added python tag for 2021 preview (#13805)

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (#13822)

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs

(cherry picked from commit c1c5aebfb98cacd0a4ee5596fb7b0d9f782a9a3e)

* prettier fix

* Add suppression for SystemData (#13835)

* Add suppression for SystemData

* Fix linting error R4036 - ImplementPrivateEndpointAPIs

* specify the suppression for SystemData

* Revert "specify the suppression for SystemData"

This reverts commit cbebab81ab08ec1a29b41c891c58cf08ff2eb3c4.

Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com>
Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com>
Co-authored-by: Soohwan Kim <sookim@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <you@example.com>

* add tags back in the adp readme (#13850)

* Add device principal type (#13799)

* copy files from previous version

* add device principal type, update versions

* fix

* system data requirement

* Added CheckNameAvailability, Identity, systemData, used ErrorResponse v2 in DeviceUpdate (#13750)

* Update deviceupdate.json

* Update deviceupdate.json

* Add files via upload

* Update deviceupdate.json

* Update deviceupdate.json

* Update Accounts_Update.json

* Update Accounts_Create.json

* Update Instances_Create.json

* Update deviceupdate.json

* Linux line ending

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update deviceupdate.json

* Update deviceupdate.json

* fixed typo in the example files (#13764)

* Update CODEOWNERS (#13795)

Updating list of Azure Cognitive Search team members

* Update GenerateDetailedCostReportBySubscriptionAndTimePeriod.json (#13772)

Update example data

* [Hub Generated] Public private branch 'stuartko/Mar21_NewTSVersion' (#13811)

* Adding version 2021-03-01-preview (copy of previous version)

* Adding new metadata property

* Adding uiDefinition property.

* Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality.

* Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates".

* Swagger changes for 2021-02-01-preview api version (#13794)

* Copy existing preview version

* Changes to databoxedge json file

* Update readme files

* Correct Spell Check

* Fix Readme.go error

* Update examples

* Update all schemas.md files (#13862)

* typo: implmentation -> implementation (#13644)

* Add MongoDB/MongoDBAtlas sink (#13669)

* Add MongoDB/MongoDBAtlas sink, add disableMetricsCollection in read/wirte properties

* Revert disableMetricsCollection related changes

* Azure ML new API version 20210401 (#12981)

* Add Identity to createWorkpace example

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* revert change on transitivePE and notebookKeys

* revert change on transitivePE and notebookKeys

* add new stable version 2021-01-01

* add ListNotebookAccessToken

* add primaryUserAssignedIdentity

* fix missing properties and apis

* fix one more missing property

* 202 status for start and stop CI

* make resync keys long runnin operation in version Jan2021

* resync keys 204

* update resync keys example

* Dont throw 204 for resync

* update resync keys

* Formatting

* revert Jan2021changes and add new version

* start apr2021 version for azure ml rp

* undo remove new line in jan2021

* use systemData definition in common

* removed old files

* fix small swagger bugs

* run prettier

* remove reference to sku

* update readme

* minimum agentCount should be 0

* add createdOn and ModifiedOn to compute properties

* add LoadBalancerType to aks compute

* add isNotebookInstanceCompute to virtualMachine

* add leafDomainLabel to SslConfiguration

* add overwriteExistingDomain to SslConfiguration

* add synapseSpark as supported compute-type

* update patch compute response to 202

* remove location from example responses

* Revert "remove location from example responses"

This reverts commit 048bf2551513afae842a9c4fbb5861aeddc6c33a.

* MachineLearningCompute_Update should have a 200 response

* sys data to use local def due to naming conflicts.

* Fix enum casing

* Fix operationId PR comment.

* Change opId in apr version

* remove 20210401 for easy review

* only change api version

* merge changes for 20210401 version

* Add x-ms-discriminator-value for Synapse spark

* camelcase loadbalancer properties

* add createdOn and Modified on to examples

* address AvoidAnonymousTypes error for SynapseSpark

* Minor fixes + new property

* Remove subscription state.

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>
Co-authored-by: Vinay Rajmal Soni <vison@microsoft.com>
Co-authored-by: jopet@microsoft.com <jopet@microsoft.com>
Co-authored-by: Josh Peterson <15050193+joshanator@users.noreply.github.com>

* datashare readme t2 config (#13833)

* add readme terraform (#13717)

* adding a new API version for Restore API and adding targetVirtualMachineId field for AzureWorkloadRestoreRequest (#13638)

* copying previous change

* Adding targetVirtualMachineId field for Azure Workload Restore requests

* updating crr version and examples

* removing new api-version

* adding back the new api-version

* removing Snapshot related fields

* updating readme.md

* corrected the path

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* chore: resort custom-words.txt from bad merge (#13868)

* [ApplicationInsights] Fix failure for python SDK (#13875)

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-10-05-preview (#13712)

* Adjustments to API to include validation grouping and updated text.

* Fixed missing curly brace

* adjusted name

* Added basic and standard examples

* adjusted type.

* corrected case for key value

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2021-03-03-preview (#13269)

* Adds base for updating Microsoft.Insights from version preview/2020-10-05-preview to version 2021-03-03-preview

* Updates readme

* Updates API version in new specs and examples

* Add DiagnosticServiceToken API

* Update examples to split tokens for readonly vs readwrite

* Fix accoding to code review feedback

* Update examples due to review feedback from ARM

* add configuration for vmware (#13879)

Co-authored-by: Your Name <you@example.com>

* keyvault t2 config (#13863)

* keyvault t2 config

* keyvault multi-api config

* multi api config

* config reset

* add package version

* hanaonazure t2 readme config (#13880)

* Remove x-ms-azure-resource (#13500)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Juniwang/sr202010401preview (#13664)

* prepare to add new api-version: copy everything from 2020-07-01-preview

* Adding new api-version

* Fix required body and annotate ms secrets

* remove secrets example from swagger

* fix prettier

* add datashare terraform configuration (#13876)

Co-authored-by: Your Name <you@example.com>

* storage readme t2 config (#13881)

* storage readme t2 config

* storage t2 config

* healthcareapis t2 config (#13884)

* typo: APIkeys -> APIKeys (#13641)

* Allow release_policy to be nullable (#13826)

* Fix type of Anserws and Captions (#13872)

* change the value of license header (#13886)

* [Synapse] - library_append API adds comp parameter (#13841)

* [Synapse] - add comp parameter

* Update example files

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Remove 200 response from async operation (#13190)

* Async operation always returns 202 on initial call

* Address review feedback

* Revert "Address review feedback"

This reverts commit 9ae550b95c1082c8383595a943a9abe5990fd4ef.

* add minimal tls version for mariadb (#11779)

* [Synapse] - add Swagger code owner (#13882)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <you@example.com>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <you@example.com>

* Reduce code owner scope for Monitor.Exporters team (#13898)

* [portal]Update readme.python.md (#13907)

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update readme.python.md

* Dev dfp microsoft.dfp 2021 02 01 privatepreview (#13305)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* DFP API specs. Copied from Azure-PPE

* Spelling fix. instnace => instance

* Fix resource provider name to pascal case

* Added '/providers/Microsoft.Dfp/operations'

* Added SystemData (fix R4009 error)

* Fix validation errors

* Prettier fixes

* Removed non-existend parameter sku

* Style fixes in DFP API specs

* Swagger ModelValidation failures fix

* Fix operations API

* Fix operations API validation failure

* 1. Added example for lists operations. 2. made the API preview instead of privatepreview

* Fix path in readme's

* Fix in readme

* Added readonly attribute to systemdata

* Added readonly attribute to systemdata

* Fix in python SDK readme

* Fixes in ListOperations.json examples

* Fixed API version

* Added type to response bodies

* Fix typos in examples (urls)

* Added 201 response into createInstance example

* Renamed RP name from Microsoft.Dfp to Microsoft.Dynamics365Fraudprotection

* Added long-running result for creation instance

* Added nextlink

* Fix in checkNameAvailability definition URL

* Next link parameter

* Using references to common types instead of re-declaring them

* Reused common type. Fixed provisioning state

* Nesting error fix

* Fixed examples

* Fix

* Fix in error response definition

* Rename RP. Fix examples in readme's

* Added http 202

* Added http 202 to examples

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-10-01 (#13818)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-09-01 to version 2020-10-01

* Updates readme

* Updates API version in new specs and examples

* Adding new fields for 2020-10-01

* Updating wording for disablePasswordAuthentication'

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

* Remove name check from client side (#13492)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* Update deviceupdate.json (#13900)

* [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2018-07-01 (#13817)

* Updated api-version

* Removed systemData

* Updated api-version

* Updated the example

* Add EligibleChildResources resource for PIM + update examples (#13803)

* PIM API Specs

* update readme

* Update

* Update readme

* operation id fix

* name fix

* Name changes

* fix

* Fix

* Changes based on docs generated

* Scope fix in example

* Updates for documentation

* Change operation name

* Update examples

* Add expanded properties

* Fix formatting

* Fixes

* Fix

* fixes

* Update the policy specs

* Fix the policy objects and pell checks

* fix the checks

* fix the property

* fix syntax

* Prettier

* Update Examples

* Update Enums

* ADd eligible child resource API specs

* prettier fix

* Update read me files

* update

* update

* fix

* update

* Update Enums

* update

* update

* update

* update example

Co-authored-by: Aman Swaika <amansw@microsoft.com>
Co-authored-by: Gaurav Mishra (IDENTITY) <gamish@microsoft.com>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <you@example.com>

* [Service Fabric Managed Clusters] adding api version 2020-05-01 (#13860)

* initial commit 2021-05-01 to compare with previous version 2021-01-01-preview

* update models

* update examples

* fix isStateless description

* add 2021-05-01 version to readme

* add x-ms-enum to diskType and add missing managedClsuterVersions paths

fix example names

add managed cluster version paths

add default error

* fix clusterversion by version and ClusterState descriptions

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

* Task 9639284: Swagger changes for new UK agreement templates (#13895)

* Task 9639284: Swagger changes for new UK agreement templates

* Renamed as per comments.

Co-authored-by: Umang Shah <umangshah@microsoft.com>

* Confluent new preview version + S360 fix (#13809)

* Adding new API version for Microsoft.Confluent

* Prettier fix

* updated status property in OfferDetail

updated status property in OfferDetail to fix swagger correctness issue

* fix swagger live validation

updated operations response to fix swagger live validation

Co-authored-by: Srinivas <alluri02@users.noreply.github.com>

* [Hub Generated] Public private branch 'juniwang/wps' (#13905)

* Onboarding Azure WebPubSub service

* reference ErrorResponse from common types and adding network ACL

* disable cors, enable feature flags and fix several policy violations

* remove anonymousConnectPolicy since it's not ready for now

* add property publicNetworkAccess per NRP requirement

* revert package-lock.json

* reset package-lock.json

* dns t2 readme config (#13923)

* update readme (#13918)

* add current readmes for generating python form recognizer (#12013)

* add current readmes for python form recognizer

* fix release tag

* updates for multiapi and preview.3

* fix so that gen code outputs in generated folder

* remove tag since swagger not in yet

* unbreak build

* just target preview 3

* don't run track 1 gen with python

* Set x-ms-api-version to false for vaults list (#13924)

* Set x-ms-api-version to false for vaults list (#13925)

* Update event description to include the event name (#13867)

* Update event description to include the event name

* Update readme to include guidelines for defining a new event

* Fix description

* Renamed enum values for SDK auto generation (#13938)

* Renamed enum values for SDK auto generation

* Tabs to spaces

* Newline added

* [Document Translator] update operation names (#13915)

* update operation names

* make body required

* Update ErrorName

* Apply changes to stable

* Fix samples

* fix sample

* Fix glossary sample

* Address comments and update definitions names

* Revert "Task 9639284: Swagger changes for new UK agreement templates (#13895)" (#13946)

This reverts commit ea5bc27ee9cadeb67767d774c82095be2420bcad.

* Adding new preview API for promotions (#11599)

* Adding new preview API for promotions

* Avacado fix

* Fixing JSON

* fixing the promo param

* fixning linting issues

* Fixing JSON

* fixing JSON

* fixing linting issues

* Adding delete 204a

* Adding delete 204

* Adding validation fixes

* fixing spellings

* Linting issues

* running prettier

* ARM review feedback

* Fixing linting issues

* Fixing prettier

* Fixing version

* Fixing SDK

* fixing go sdk

* revert go.md

Co-authored-by: Rishi Kapoor <rishik@microsoft.com>

* Exposing undocumented Databricks workspace properties for fixing S360 issues (#13683)

* exposing storage account name, sku

* Prettier fixes

* Fixing the review comment

* Adding No Public IP related properties

* Updating the remaining properties related to S360

* Fixing review comments

* Fixing Spell Check issue

* hybridcompute readme t2 config (#13910)

* readme t2 config

* hybridcompute t2 readme config

* web readme t2 config (#13909)

* web readme t2 config

* web readme.python t2 config

* Add x-ms-api-version (#13834)

* Update CheckNameAvailability_Available.json (#13914)

* webpubsub t2 config (#13949)

* Update StaticSite.json (#13768)

* Update StaticSite.json

Add private endpoint connections to static site object.

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* increment readme version

* address PR comments

* add examples

* fix examples

* Add data-plane samples creation template (#13528)

* Add data-plane samples

* Simplified template

* webpubsub readme t1 del (#13953)

* Add $(multiapi) to QnA Maker's readme.md (#13819)

Generators were processing every tag when only a single one was desired. This is the common solution to support multi-api SDKs.

* IoT data-plane for drwill-ms (#13964)

* add missing usage.json to v5 sdk tag (#13960)

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

* Add new api version 2021

* remove managedIdentity since we won't support it in this version

* CR comments

* Add default value for contine on errros

* Fix swagger correctness issues

* Fix typo

* resource t2 readme config (#13974)

* Added new API and API version for private DNS zone suffix (#13789)

* Added new API and API version for private DNS zone suffix

* trigger validation pipelines

* Add new API to readme

* Fix ARM pipelines

* Try fix again

* Fix again

* Add Operations API

* Revert "Add Operations API"

This reverts commit 9d4ca9e557763feb3a6089ff9d4c958b3843730e.

* Revert "Revert "Add Operations API""

This reverts commit 7cf197c1d453764f0396713a2ab172a20e35b1c4.

* Revert "Revert "Revert "Add Operations API"""

This reverts commit 05744390e440984da8134b64a979a6e61fb9b7ae.

* Revert "Revert "Revert "Revert "Add Operations API""""

This reverts commit 61b76b1623d9e5796bb8187edf0fc46351e78231.

* Revert "Revert "Revert "Revert "Revert "Add Operations API"""""

This reverts commit 9f55eb4c399eb48a8578906f6bea43b10c91b8be.

* Address review comment from ARM

* Revert "Address review comment from ARM"

This reverts commit cb6d1b01860de72eec80856f64b602c72a1f26a7.

* Revert "Revert "Address review comment from ARM""

This reverts commit 227cf73797ee24a674d76e3ccd2990b84bc8d11a.

* Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API""""""

This reverts commit 34ae6c70a514e0290ffb41f7ddb5bbbd5c6cbee3.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API"""""""

This reverts commit a11c889a65b0fa4257b03a247d75fbea769f4e2c.

* Add previous APIs to tag

* Retrigger build

* fix service name for Java (#13979)

* Add optional param - private DNS zone to server API (#13716)

* Add optional param - private DNS zone to server API

* Follow comment to resolve go sdk issue.

* [Hub Generated] Review request for Microsoft.Synapse to add version preview/2021-04-01-preview (#13874)

* Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* add changed files for kustoPool

* Ravi changes to fix LinDiff validation

* Add Itay Sofer's changes

* filizt comments mid-way

* Remove clouderror and resplace with "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"

* Add IotHubDataConnection and EventGridDataConnection

* Modify PUT to OK, CREATED, ACCEPTED

* Change from provisioningState to ResourceProvisioningState

* Add BlobStorageEventType

* Remove 202 when creating a KustoPool

* Change PUT/PATCH 202 responses

* Remove 202 in PATCH/PUT operations where having both 200 & 201

* Add "isIdentityCertExprired" to custom-words.txt

* Remove isIdentityCertExprired from custom-words.txt

* Add Exprired to cSpell.json

Co-authored-by: Amit Elran <amelran@microsoft.com>

* Removing x-ms-flatten property (#13929)

* manual changes for swagger

* changes for long-running operations

* changes for validate for backup and restore

* removing 204 from operationResults

* changes for a monitoring

* adding format

* removing date-time from duration

* changing to readonly

* changes for listRPs

* fixes swagger

* reverting readonly for scheduleTimes

* fixes for checkgates

* prettier fixes

* cahnges for friendlyname checks

* fixing gates

* removing tracking-via

* model validation fixes

* powershell changes

* adding stable version

* changes for PatchResourceRequestInput

* change for req fields

* changes for description

* changes

* Updated swagger json for item level restore target info objects

* Fixed spelling errors

* Added missing required properties

* removed auth credentials property

* prettier fixes

* Prettier fix

* pr comments fixes

* fixing readme

* changes for go readme

* Removed x-ms-flatten property (#2)

* removed flatten prop

* removing x-ms-flatten

* removing friendlyName from req prop

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>
Co-authored-by: FAREAST\zakinkh <zakinkh@microsoft.com>

* confidentialledger readme t2 config (#13981)

* Additional 7.3-preview parameter name clean up (#13913)

* Enable multivariate anomaly detection (#13973)

* add multivarite

* add v1.1-preview

* reformat changepoint example

* change typo in readme

* fix prettier-check error

* add export model example

* fix prettier error

* [Azure Search] Add Knowledge Store feature to swagger (#13911)

* introduce knowledge store swagger

* add knowledge store to 2020 apis

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* make skillset count optional, and add it to 2020 GA Swagger (#13990)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* Adding support for message properties in ACS Chat (#13939)

* Initial commit (copying over stable API version)

* Making changes to support message metadata

* Added 201 response code for patch operation (#13956)

Co-authored-by: Akash Keshari <akkeshar@microsoft.com>

* Adding autoMitigate flag with false as default value (#13109)

* deploymentmanager - clean up duplicate parameters outside of method (#13948)

* clean up duplicate parameters outside of method

* maintain python order

* fix typo in Synapse (#13994)

* OperationalInsights - update readme files for cli extension update (#13999)

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* added Tables new api version

* changed bool to boolean types

* prettified jsons

* fix erroes in swagger

* undo changes to 2020-03-01-preview version

* pr fixes

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* changed ErrorResponse to default ErrorResponse without ref to local definition

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed SystemData

* creatted a new package containing all latest swagger files for publishing new SDK

* removed package 2021_02 and set default packate to 2020_10

* removed 2 packages

* removed DataCollectorLogs.json from readme.md 20202.10

* added empty line to try invoke pipeline validations that havent run

* Delete Tables.json

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* merge

* prettified jsons

* undo changes to 2020-03-01-preview version

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed whitespaces

* changed DataExportErrorResponse to common
.../v2/types.json#/definitions/ErrorResponse

* changed all Error response of 2020-08 to common definition

* added readme.az.md file for cli extension code generator

* added readme.ad.md with the same naming convention as in readme.python.md
added readme.cli.md file
updatted readme.md file with the new azure-cli-extensions tag
all updates were done by following: https://github.com/Azure/autorest.az/blob/9ed1aabd353385f8bdffbfa9f3892478111a029c/doc/how-to-author-readme-file.md

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [Cognitive Services Metrics Advisor] add missing required for allOf entities (#13957)

* add missing required for allOf entities

* fix incorrect required properties

* 7.2-Preview to GA (#13919)

* 7.2-Preview to GA

* Update packages to point to stable

* Readd exportable and update description

* Update description for exportable in preview versions

* Fix operation results contract for Tenant Git operations (#13903)

* fix operation results contract

* fix sync state contract

* iothub t2 readme config (#13980)

* iothub t2 readme config

* iothub readme t2 config

* iothub t2 readme config

* Making Offer details and User Details required properties (#13985)

* Making Offer details and User Details required properties and removing abandoned tag

* fix python configuration

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* cosmosdb t1 config del (#14008)

* Fixing issue with missing filter documentation in Access Review APIs (#13892)

* fix cred issue. block to merge in DSMainDev (#14014)

* fix serivce name for java (#14007)

* maintenance readme t2 config (#13982)

* maintenance readme t2 config

* readme t1 config

* [Service Fabric Managed Clusters] fix api 2020_05_01 (#13961)

* Use enums  and add missing properties

* model enum as string

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

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

* add isIsolated and channelSchemaTransformationVersion

* rename

* add v2 priavatelinks (#14026)

* copied from v1/privatelinks.json

* bump version

Co-authored-by: jianyexi <jianyxi@microsoft.com>

* APIM: improve developer portal operations docs (#13941)

* APIM: improve the documentation for dev portal operations

* Minor changes

* Removing OData parameters from the stable API version

* Remove new query params

* hotfix on extended location hierarchy (#13943)

* [Hub Generated] Public private branch 'wps' (#14002)

* Add webpubsub swagger

Add custom words

Update webpubsub.json

Update webpubsub.json

Resolve comments

Update webpubsub.json

resolve comments

Update operationId for existence check

[wps] update python generation section and client name for all languages (#1)

* add python stuff

* make title across languages the same

* Update version

* Update some constraints

* Update webpubsub.json

* rename to GetServiceStatus

* Update readme.md

* Update readme.md

* Update readme.md

* [Hub Generated] Review request for Microsoft.SecurityInsights to add version preview/2021-03-01-preview (#13563)

* Copied from 2019-01-01-preview version

* Updated references to common types

* Add itemsSearchKey field to Watchlists

* Add missing label definition

* Make itemsSearchKey as required field

* Formatting fixes

* Fix Prettier and Avocado errors

* Fix Lint error (subscription level resource)

* Update description and example for CreateOrUpdate watchlists and bulk create watchlist items

* Update Api version in examples

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

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

* Updates readme

* Updates API version in new specs and examples

* updated default package in readme.md to 2021-03

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* Updated required and default fields in Action Groups spec (#13677)

* Updated error response for Action Groups API

* spacing

* added missing fields to Action Group Resource spec

* Added missing fields for action group resource in older version

* Updated "resource" name

* Removed changes to errorResponse

* Removed errorObject

* format

* Updated required and default fields in Action groups spec

* Update default value to boolean

Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <rirajend@microsoft.com>
Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* Remove AML Compute File Server (#13944)

* Remove AML Compute File Server

* update

* update

* update

* update

* Cost Management: Reservation Recommendations API: Add multiple missing properties in specs (#13967)

* added totalCost, properties.resourceType, properties.subscriptionId, and eTag to various RiRec dfinitions

* moving eTag  property to right place

* remove duplicate description

* remove track1 configure (#14044)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* New API version (2021-02-10) for recovery services site recovery (#13525)

* Adding old API version(2018-07-10) to new folder for 2021-20-10

* all changes for swagger (2021-02-10)

* read me and custom word changes

* Ayesha's comments addressed

* adress PR comments from ayesha

* Adding suppressions

* fixing custom words

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13636)

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

* Updates readme

* Updates API version in new specs and examples

* Update readme.md

changing read me to include date too in tag

* cahnging examples API version to 2021-02-10

* fix read me syntax

* TaskStepProperties swagger fix (#13971)

* Adding "assignmentState" property to scope model in access review APIs (#14039)

* iothub readme.python package version change (#14043)

* iothub readme.python package version change

* multiapiscript add

* clear output folder

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* Bump y18n from 4.0.0 to 4.0.1 (#13704)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update (#14061)

* package-templatespecs-2021-03-preview tag added (python) (#13958)

* Added tag

* nit: ordering

Co-authored-by: Dania Etienne <daetienn@microsoft.com>

* Use 2014-04-01 replication link specs in V5 SDK (#14058)

* Use 2014-04-01 replication link specs in V5 SDK

* remove legacy file.

* Update cSpell.json for Key Vault 7.2 (storage) (#14060)

* automanage readme t1 del (#14029)

* automanage readme t1 del

* automanage readme t1 del

* readme.md t1 config del

* add missing reference (#13904)

* databoxedge readme modification (#14063)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13635)

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

* Updates readme

* Updates API version in new specs and examples

* fixing merge issue

* removing vault usages from 2021-02

* Adding back vault usages

* updating readme

* updated etag to eTag (#13968)

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-12-01 (#13931)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-10-01 to version 2020-12-01

* Updates readme

* Updates API version in new specs and examples

* Adding new spot VM fields

Co-authored-by: Joshua McCarthy <jmccarthy@microsoft.com>

* Add FaceAPI PersonDirectory spec updates to preview v1.0 (#13766)

* Add FaceAPI v1.0-preview

Add a preview version of FaceAPI specs intended for public preview.
Contains existing spec in v1.0 plus PersonDirectory feature changes.

* Fixes after running validation

* Fixing validation

* Fixes 2

* Fixes 3

* Add PersonDirectory examples and fix routes

* Fixes 4

* Fixes 5

* Fixes 5.5

Co-authored-by: Yang Chen <yachen4@microsoft.com>

* Update the name and format of a parameter for randomnumbers (#14017)

* Update the name and format of a parameter for randomnumbers

* Change the parameter name from 'bytes_length' back to 'bytesLength'

* Amalladi/extendedlocation update (#13849)

* Updating Specification to remove 400 Badrequest from Swagger File

* Removing 400 status code from examples

* Removing private preview API version from Repo

* Removing 2020-07-15-privatepreview tag from ReadME files

Co-authored-by: Aditi <amalladi@microsoft.com>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* Revert "remove track1 configure (#14044)" (#14047)

This reverts commit 867165cc24d81c487ad186c998c46ba55f81c77b.

* adding role assignment (#14077)

* add connectionPolicy spec back to V5 SDK (#14088)

* modification (#14087)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-04-01-preview (#13710)

* Adds base for updating Microsoft.DocumentDB from version preview/2021-03-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* adding Services APIs

* more changes

* updated examples

* prettier and readme updates

* importing changes missed from old versions

* nits

* fixing semantic validation

* fixing linter

* fix

* more fixes

* adding list operation and default error response

* specifying format integer

* attempt to fix sdks

* address arm comments and fix ci

* fixes

* fix

* try to fix ci

* fix examples

* .\services.json

* adding additionalProperties back to ServiceResouce

* adding additionalProperties back to ServiceResouce

* fix

* fix sdks

* fix linter

Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

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

* Adds base for updating Microsoft.Maps from version preview/2020-02-01-preview to version 2020-02-01

* Updates for 2021-02-01 api version swagger

* creator swagger fixes

* fix model examples

* nextLink, uniqueId

* build fixes

* fixing listkeys

* fix long running operations

* fixing spelling

* fixing async behavior and examples

* updating arm region

* reset package-lock

* [Hub Generated] Review request for Microsoft.Media to add version preview/2021-05-01-preview (#13838)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy Signed off 2021-03-01 swaggers here

* Update swaggers to 2021=05-01-preview

* add missing examples

* update title

* fix Operation id

* fix video analyzer examples

* update Video swagger

* add format for $top

* remove unnecessary example file

* use chackname definitions from types.json

* fix segment length readonly

* change getStreamingToken to listStreamingToken, getProvisioningToken to listProvisioningToken

* fix the example file name

* fix a readonly issue with a video property

* make type readonly

* edits to descriptions

* adding missing descriptions

* address review feedback,

* few cleanup for update class

Co-authored-by: Christopher Bennage <bennage@microsoft.com>

* Include the preview version of resource changes and resources history… (#14084)

* Include the preview version of resource changes and resources history APIs

* Address the review feedback on releasing the new package version.

* Update readme for Synapse management SDK May release (#14054)

* Update readme for Synapse management SDK May release

* Add package-2021-05-preview

* Address comment

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* removing read only property, no longer in use - NOT a breaking change (#13812)

* resources readme.python t2 config (#14091)

* peering readme t2 config (#14106)

* Remove replicationLinks_legacy.json (#14095)

PR #14058 removed this file: replicationLinks_legacy.json, removing from the schema config to prevent schema generation failures.

* Support sheet index in excel (#14062)

* Enable excel in public swagger

* update

* rollback dataflow change

* Support sheet index in excel

Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>

* Adding 2021-05-01 api-version to Template Specs (no changes over last preview spec) (#14065)

* Copy existing 2021-03-01-preview specs to new 2021-05-01 stable version (no schema changes)

* Changing api-version within specs to 2021-05-01

* Adding package tag for new stable version to readme.md, but not making it a default (yet)

* Fix SecurityInsights Go SDK versioning (#14030)

* Fix SecurityInsights Go SDK versioning

* rename stable api version tag

* remove 'only' from tags with full functionality

* chore: Move typo supression in RecoveryServices (#14120)

* Add missing Zone mapping property to Microsoft.Resources (#13936)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* add zoneMappings to ResoursesType

* backfill older versions of swagger with zonemapping property

* [Application Insights] Resolve duplicated definition names to fix track2 SDK generation error (#13951)

* Fix duplicate name

* Update readme.md

* Update readme.md

* Update and rename workbookOperations_API.json to aiOperations_API.json

* Update readme.md

* Update workbooks_API.json

* Update readme.md

* Update readme.python.md

* Update readme.md

* Update readme.md

* Update readme.md

* Rename aiOperations_API.json to workbookOperations_API.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

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

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

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

* Update swagger for SSIS-IR to support user-assigned managed identity (#14114)

Co-authored-by: Hongxian Yao <hoyao@microsoft.com>

* postgresql readme t2 config (#14067)

* Dev mediaservices microsoft.media 2021 05 01 (#13676)

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

* Updates readme

* Updates API version in new specs and examples

* [AMS] new 2021-05-01 release for Account service in AMS

* add missing example files

* fix the api version and missing example files

* Create a new Update definition to fix the "R2016 - PatchBodyParametersSchema "

* fix respnse

* fix update example

* add the 2016 supression for new tag as well.

* mixedreality t2 readme config(wave4) (#14105)

* mixedreality t2 readme config

* t2 config del

* [python] t2-confidentialledger config (#14144)

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md (#14145)

* update elastic swagger  (#14076)

* Update elastic.json

* added new examples

* taking the files from rpsaas master

* added suppression in readme

* [Cosmos DB] Introduce new api version 2021-04-15 (#13873)

* [Cosmos DB] Introduce new api version 2021-04-15

Initial Commit

* Updated for 2021-04-15

* Dummy Commit

* Fixing privatelinkresources.json

* Removing ErrorResponseUpdatedFormat

* Suppressing systemData check

* Relay - Fix typo in the NetworkRuleSet path (#13962)

* Relay - Fix typo in the NetworkRuleSet path

* Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version

* [Hub Generated] Review request for Microsoft.Portal to add version preview/2015-08-01-preview (#12732)

* Fixing properties in dashboard parts

* Updating Dashboard part metadata

* Updating based on prettier fixes

Co-authored-by: Himanshu Chandel <hich@microsoft.com>

* resources t1 config add (#14146)

* t1 config add

* package version

* [Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-05-01' (#14148)

* Adds base for updating Microsoft.Maintenance from version preview/2020-07-01-preview to version 2021-05-01

* Updates readme

* Updates API version in new specs and examples

* Added system data properties.

* Fixed lint error.
Added documentation.

* Use Host Maintenance scope and api version in exmaple.

Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com>

* Add Test Base Swagger Spec from RPSaaSMaster (#14113)

Co-authored-by: Bin Yu <biy@microsoft.com>

* rename property: change category to categories (#13883)

* Edit description of Update Iot Hub Resource Api (#13080)

Co-authored-by: Harini <codebyh.365@gmail.com>

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

* Adds base for updating Microsoft.RecoveryServices from version stable/2018-07-10 to version 2021-03-01

* Updates readme

* Updates API version in new specs and examples

* Update webpubsub.json (#14096)

* add dataFeedId in AnomalyResult and IncidentResult (#14127)

* add dataFeedId in AnomalyResult and IncidentResult

* fix examples

* Add new version 2021-03-31-preview1 for ACS Auth (#13965)

* Add new version 2021-03-31-preview

* Set required body

* Add all paths to new version

* Update description for property of TeamsAccessTokenRequest model

* Change version from 2021-03-31-preview to 2021-03-31-preview1 following standards https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/16790/Versioning

* Rename folder

* Update method description

* remove Turn endpoint

* Add examples

* Update readme

* Omit the word "skypetoken" from swagger

* Link example

* Update description and path for a new endpoint

Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com>

* Added example gneration document links (#14151)

* purview scanning service (#14021)

* purview scanning service

* Add custom words for spellcheck

* fix config files and add endpoint param

Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
Co-authored-by: iscai-msft <iscai@microsoft.com>

* MG RP new API versions: 2020-10-01 and 2021-04-01 (#13897)

* API 2020-10-01 with 2020-05-01 files

* 2020-10-01 API changes

* 2021-04-01 API version with 2020-10-01 files

* Changes for 2021-04-01 API

* PR fixes

* Fixed issues with model

* PR fixes

* Latest (#13917)

* Pick up previous Swagger Fix in 2019-09-01 version (#14092)

* Add missing swagger fix

* Fix bad copy-paste

* update the some capitalized words in the description

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event (#14049)

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event

* Removing contentLength/Offset from Microsoft.Storage.BlobTierChanged data schema

* Removing BlobTierInfo from BlobTierChanged and adding new event Microsoft.Storage.AsyncOperationInitiated

* adding ContentLength for BlobTierChanged and AsyncOperationInitiated events

* [Hub Generated] Review request for VideoAnalyzer.Edge to add version preview/1.0.0 (#13682)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy old LVA swaggers

* Rename old swaggers to new file names

* Update LVA swaggers with new AVA swagger

* fixed some paths and capitalization

* fix prettier check issues

* fixing a Pascal casing

* Updating swaggers to latest

* fix linting issue

* removed an unused definition

* Service fabric Client API 8.0 (#14011)

* spell checked and linted.

* updated tag version.

* reverted change outside of SF folder.

* updated version in swagger.

* changed credential issues.

* changed 1 more that looks like a credential.

* Kusto pools principal assignment (#14079)

* kustoPool PrincipalAssignments

* fixed list principal assignments

* principalAssignment list example

* principalAssignment get example

* KustoPoolPrincipalAssignmentsCreateOrUpdate

* KustoPoolPrincipalAssignmentsDelete

* databases PrincipalAssignments

* minor change

* KustoPoolDatabasePrincipalAssignmentsList

* KustoDatabasePrincipalAssignmentsGet

* KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate

* KustoPoolDatabasePrincipalAssignmentsDelete

* fixed example ref

* added system data

* kustoPoolCheckNameAvailability

* KustoPoolsCheckNameAvailability example

Co-authored-by: Itay Sofer <itsofer@microsoft.com>

* [Service Fabric Managed Clusters] fix api 2021_01_01-preview (#14012)

* Update preview api to disable broken properties and to add property that is working

* Update managed cluster description

* Add New Data Model RuleCollection to NetworkManager (#13827)

* Add New Data Model RuleCollection to NetworkManager

* fix typo

* test

* test

* Fix discriminator

* fix type

* Fix discriminator

* Fix type

* fix type

* Fix type

* Fix discriminator

* Fix discriminator

* fix type

* fix type

* Fix bug

* Fix type

* Fix format

* Fix name

* Fix name

* fix spell

* fix description

* Fix spell

* change to kind

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* Fix post body

* Fix as comments

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* change rule kind

* Fix as comments

* Fix as comments

* update lastest version

* Update type

* Update Skiptoken

* Fix discription

* Fix NG

* Fix NG

* add more example

* [python]Update readme.python.md for postgresql (#14182)

* Update readme.python.md

* Update readme.python.md

* Remove all schema readme (#13885)

* Remove all schema readme

* process new rp

* Remove after_scripts

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

* Adds base for updating Microsoft.AlertsManagement from version stable/2019-06-01 to version 2021-04-01

* Updates readme

* Updates API version in new specs and examples

* first commit

* some fixes

* try without alert management

* revert change to name of namespace

* Resolve lintdiff issues

* remove the copy of files and reference alert managment previous version

* update description of subscriptionId to solve error

* attemp to remove AlertsManagement from the package

* revert (put back AlertsManagment)

* add tags for go SDK release v54.0.0 (#14161)

* add tags for go SDK r…
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-go that referenced this pull request Apr 18, 2022
Dev cost management microsoft.cost management 2022 02 01 preview (#17856)

* Add new Azure Object Anchors API version 0.3-preview.0 (#17117)

* add 0.3-preview.0

* fix INVALID_FORMAT

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2021-08-08 (#17162)

* Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-08-08

* Updates readme

* Updates API version in new specs and examples

* 1. added input files to new tag
2. changed alerts management client tag to the new tag

Co-authored-by: Liran Englender <lienglender@microsoft.com>

* Add batch tag for streamanalytics readme.go.md (#17191)

* Add batch tag for streamanalytics readme.go.md

* fix

* S360 - fixing pending 3 Swagger KPIs (#17195)

* Update ResourceHealth.json

fixing Swagger changes

* Update ResourceHealth.json

fixing PR checks

* Create Operations_List.json

add new file

* Add AML skill to preview swagger for Search Service (#16910)

* add aml skill to preview swagger for search service'

* update

* Fixing S360 issues (#17014)

* Fixing S360 issues

* Fix style

* Add specs for ACS Chat preview7 (#16887)

* Baseline using previous API version

* Updates for preview7

* Update readme.md

* Prettier fix

* Fix readme

* Fix example for update-participant

Co-authored-by: Po Tsang <tsangpo@microsoft.com>

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService (#17036)

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService

* update

* revert some change

* Device update public preview refresh (#17205)

* Batch2: approved PR 4891

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

* Batch3: minor updates (PR 5556)

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

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* Azure Synapse Workspace PublicNetworkAccess Fix (#17210)

Co-authored-by: Nikhil Kumar <nikhilkumar@microsoft.com>

* 2021-08-01-only (#17224)

* [NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples (#17157)

* Fix volumeGroups tag, bakcup properties creationDate and examples

* Fix Staging model validations

* Example ref

* Microsoft.OperationalInsights: 2021-12-01-preview (#17138)

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* code review changes.

* Update Tables.json

* Update Tables.json

* OperationalManagement: 2021-12-01-preview

* more fixes.

* Update Clusters.json

* Tables: Sentinel+CLV2 changes.

* Tables: More descriptions.

* removing un related child resources.

* Create OperationsListByTenant.json

* Update Tables.json

* Update TablesGet.json

* Add systemData example.

* Model fixes + pretty

* adding description to ip data hint.

* Update Tables.json

Co-authored-by: Dudi Likvornik <dulikvor@microsoft.com>

* [DO NOT MERGE ] Introduce new scanners resource type (#17107)

* introduce new scanners resource type

* fix error

* fixing errors

* fixing errors

* fix error

* fixing errors

* fixing comments

* adding new tag

* Azure Batch 2022-01-01.15.0 Data Plane Update (#16960)

* Initial commit for comparison

* Update BatchService Swagger file

PR Feedback

* Update examples

Ran prettier

* Updated readme

Fixed tag

* Language API for TA (2021-11-01-preview) (#16256)

* WIP for language api spec for TA

* Updated preview version number; finished up async definitions

* Finished first draft of full spec

* Finished first draft of full spec, minus FHIR structuring in HC output

* Removed features not included in 2021-11-01 preview

* Update custom text tasks TODOs

* Moved common definitions to TA-specific definitions

* Added custom text tasks to JobManifest

* Addressing feedback from PR comments and internal review

* Addressed some PR comments

* Updated some remaining references to documents

* PR comments

* Updated a previous change

* Reverted references to 'records' back to 'documents'

* A few small updates to examples; removed base Task type to simplify structure

* PR comments

* Addressed TODO items; removed LD-related objects (will be added in another preview)

* Fixed anonymous types

* Removed required field for body in POST request

* Fix prettier check

* Added a few more details; experimental change for documents property

* Ran prettier

* Correction to AnalysisInput object

* PR comments

* Added custom entities task to examples

* PR comments

* Prettier check

* Troubleshooting model validation failure

Co-authored-by: Abigail Hartman <Abigail.Hartman@microsoft.com>
Co-authored-by: Kareem Yousef <kayousef@microsoft.com>
Co-authored-by: Abby Hartman <abhahn@microsoft.com>

* Fix flipped order in Face generated models (#16846)

* Fix flipped order in Face generated models

The recent change changing a nested parameter from optional to required
caused the AutoRest generated model to have a reversed order of two
string arguments. Expanding the nesting for affected models to avoid
breaking changes.

* Fix malformatted examples

* Update Resources.json (#16996)

* Update Resources.json

* Specify additionalProperties type

* CDS component type update - mismatch between swagger and code values  (#17183)

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2020-12-01-preview (#13609)

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* FixS360 | Microsoft.Billing (#13771)

* fixing billing accounts and operations

* adding total count.

* typo fix

* fixing spell check and prettier

* Vakuncha changingcsharpreadme (#13806)

* Update readme.csharp.md

* Update readme.csharp.md

* [aks] fix vm size model and osDiskType description  (#13763)

* fix: agent pool vm size should be string, not enum

* fix: osDiskType default description for >= 2020-11-01

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-03-01-preview (#13267)

* init

* fix format

* sync

* read only

* fix sample

* fix

Co-authored-by: Teng Pan <tepa@microsoft.com>

* storagesync readme t2 config (#13810)

* storagesync readme t2 config

* storagesync readme.python t2 config

* Updated SAS swagger with latest changes. (#13439)

* Fixed hostname in the Offazure swaggers.

* added newest swagger from service repo. This contains PE changes too.

* rewritten swagger changes on existing swagger

* some fixes to swagger

* added examples.

* fixes

* edit

* edit.

* fixes

* minor fix

* edit

* edit

* edited default api version tag

* Dev weather microsoft.maps 1.0 (#13796)

* Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true

* Revert changes to package-lock.json

* Fix spelling error

* Adding Azure Object Anchors error codes for IngestionProperties (#13787)

* Added Azure Object Anchors error code field to IngestionProperties

* Fixed spacing in example

* Moved changes to new version

* Addressed version mismatch, spacing

* Fixed versions on examples

* Readonly error code

* Seeing if readonly error code is breaking

* Revert "Seeing if readonly error code is breaking"

This reverts commit c0b16f07c4a46a07fc7831a1735bb290804242ea.

* Model error code as string

* Renamed examples to asset conversion nomenclature

* Fixed rename issues

* Fixed issue #9593 (#13262)

* Fixed issue #9593

* Removed redundant PrivateEndpointConnectionProperties attribute

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-05-01 (#13800)

* Fixed Swagger Validation Errors

* Fixed Model Validation

* [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13788)

* Fixed Swagger Validation Errors

* Fixed Type

* Fixed Type

* Fixed Setting Properties

* Fixed Punctuation

* Removed Item

* Added Items Properties

* Fixed Required Property

* azurestack wave4 t2 config (#13813)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version. (#13490)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version.

* Add system metadata to tracked resources in "Microsoft.AppConfiguration".
Updated ConfigurationStore to reference the common tracked resource type definition.

* Added disableLocalAuth property.

* Add new api version swagger to readme.

* Added/updated examples and added suppressions for standardized APIs.

* Fixed prettier.

* Add missing property fileStorageSkuName into MySQL Flexible Server spec (#13693)

* appplatform t2 readme config (#13829)

* customproviders t2 readme config (#13831)

* Update readme.csharp.md (#13807)

* [Sentine][Data connectors][Fix correctness bug] (#13175)

* update required fields

* update required fields

* Explicitly define KeyCreationTime in Feb21 (#13757)

* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example

* Add Microsoft.M365SecurityAndCompliance RP (#13646)

* Add Microsoft.M365SecurityAndCompliance RP

* fix datetime and common-types file path

* update common-types file path

* add preview path in readmego

* replace stable with preview

* remove duplicate tags

* refer MIPPolicySync json in readme

* service name for java (#13837)

* Dev keyvault microsoft.key vault 2021 04 01 preview (#13585)

* Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Open API change for Managed Hsm private endpoints feature (#12938)

* Open API change for Managed Hsm private endpoints feature

* Fixing spell check errors

* Fixing spell check errors

* Prettier fixes

* Fixing swagger validation errors

* Fixing systemData property reference

* Adding publicNetworkAccess property based on private endpoint requirement.

* GET responses following a successful DELETE should be returning 404. … (#13054)

* GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).

(cherry picked from commit b752a19c6cc1f8a8eed9f106e2c77b8d5b5db19f)

* Removing 404 as it is taken care by default response.

* Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282)

* Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC

* Fixing validation issues.

* Fixing errors in properties in example jsons

* Delete keyvault.json

Deleted an errant json file

* Fixed misspelling of property in examples

* Fixed x-ms-examples naming, fixed camelcasing

* Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate

* Added schema definitions for 404

* Removed 200 for purge

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Addressing Comments for PR 13585 (#13586)

* Removed 404s to allow requests to fall through to default

* Removing 404s from examples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Added deletedmanagedhsm object to examples and managedhsm.json (#13591)

* Added deletedmanagedhsm object to examples and managedhsm.json

* Fixing error in references to correct values

* Changed vaultId to mhsmId in exmaples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Try to use the common type for SystemData (#13723)

* Add SystemData property for KeyVault

* 04012021 fix schema (#13749)

* Resolving conflict with custom-words.txt

* Add 2021 preview to azureresourcechema, add suppression to readme

* Add 2021 preview to azureresourcechema

* Merging custom-words.txt

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Add missing default error response (#13762)

* Fix Lint error (#13765)

* Add missing default error response

* Update the integer format to fix Lint error

* Add securityDefinitions

* Added python tag for 2021 preview (#13805)

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (#13822)

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs

(cherry picked from commit c1c5aebfb98cacd0a4ee5596fb7b0d9f782a9a3e)

* prettier fix

* Add suppression for SystemData (#13835)

* Add suppression for SystemData

* Fix linting error R4036 - ImplementPrivateEndpointAPIs

* specify the suppression for SystemData

* Revert "specify the suppression for SystemData"

This reverts commit cbebab81ab08ec1a29b41c891c58cf08ff2eb3c4.

Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com>
Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com>
Co-authored-by: Soohwan Kim <sookim@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <you@example.com>

* add tags back in the adp readme (#13850)

* Add device principal type (#13799)

* copy files from previous version

* add device principal type, update versions

* fix

* system data requirement

* Added CheckNameAvailability, Identity, systemData, used ErrorResponse v2 in DeviceUpdate (#13750)

* Update deviceupdate.json

* Update deviceupdate.json

* Add files via upload

* Update deviceupdate.json

* Update deviceupdate.json

* Update Accounts_Update.json

* Update Accounts_Create.json

* Update Instances_Create.json

* Update deviceupdate.json

* Linux line ending

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update deviceupdate.json

* Update deviceupdate.json

* fixed typo in the example files (#13764)

* Update CODEOWNERS (#13795)

Updating list of Azure Cognitive Search team members

* Update GenerateDetailedCostReportBySubscriptionAndTimePeriod.json (#13772)

Update example data

* [Hub Generated] Public private branch 'stuartko/Mar21_NewTSVersion' (#13811)

* Adding version 2021-03-01-preview (copy of previous version)

* Adding new metadata property

* Adding uiDefinition property.

* Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality.

* Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates".

* Swagger changes for 2021-02-01-preview api version (#13794)

* Copy existing preview version

* Changes to databoxedge json file

* Update readme files

* Correct Spell Check

* Fix Readme.go error

* Update examples

* Update all schemas.md files (#13862)

* typo: implmentation -> implementation (#13644)

* Add MongoDB/MongoDBAtlas sink (#13669)

* Add MongoDB/MongoDBAtlas sink, add disableMetricsCollection in read/wirte properties

* Revert disableMetricsCollection related changes

* Azure ML new API version 20210401 (#12981)

* Add Identity to createWorkpace example

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* revert change on transitivePE and notebookKeys

* revert change on transitivePE and notebookKeys

* add new stable version 2021-01-01

* add ListNotebookAccessToken

* add primaryUserAssignedIdentity

* fix missing properties and apis

* fix one more missing property

* 202 status for start and stop CI

* make resync keys long runnin operation in version Jan2021

* resync keys 204

* update resync keys example

* Dont throw 204 for resync

* update resync keys

* Formatting

* revert Jan2021changes and add new version

* start apr2021 version for azure ml rp

* undo remove new line in jan2021

* use systemData definition in common

* removed old files

* fix small swagger bugs

* run prettier

* remove reference to sku

* update readme

* minimum agentCount should be 0

* add createdOn and ModifiedOn to compute properties

* add LoadBalancerType to aks compute

* add isNotebookInstanceCompute to virtualMachine

* add leafDomainLabel to SslConfiguration

* add overwriteExistingDomain to SslConfiguration

* add synapseSpark as supported compute-type

* update patch compute response to 202

* remove location from example responses

* Revert "remove location from example responses"

This reverts commit 048bf2551513afae842a9c4fbb5861aeddc6c33a.

* MachineLearningCompute_Update should have a 200 response

* sys data to use local def due to naming conflicts.

* Fix enum casing

* Fix operationId PR comment.

* Change opId in apr version

* remove 20210401 for easy review

* only change api version

* merge changes for 20210401 version

* Add x-ms-discriminator-value for Synapse spark

* camelcase loadbalancer properties

* add createdOn and Modified on to examples

* address AvoidAnonymousTypes error for SynapseSpark

* Minor fixes + new property

* Remove subscription state.

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>
Co-authored-by: Vinay Rajmal Soni <vison@microsoft.com>
Co-authored-by: jopet@microsoft.com <jopet@microsoft.com>
Co-authored-by: Josh Peterson <15050193+joshanator@users.noreply.github.com>

* datashare readme t2 config (#13833)

* add readme terraform (#13717)

* adding a new API version for Restore API and adding targetVirtualMachineId field for AzureWorkloadRestoreRequest (#13638)

* copying previous change

* Adding targetVirtualMachineId field for Azure Workload Restore requests

* updating crr version and examples

* removing new api-version

* adding back the new api-version

* removing Snapshot related fields

* updating readme.md

* corrected the path

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* chore: resort custom-words.txt from bad merge (#13868)

* [ApplicationInsights] Fix failure for python SDK (#13875)

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-10-05-preview (#13712)

* Adjustments to API to include validation grouping and updated text.

* Fixed missing curly brace

* adjusted name

* Added basic and standard examples

* adjusted type.

* corrected case for key value

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2021-03-03-preview (#13269)

* Adds base for updating Microsoft.Insights from version preview/2020-10-05-preview to version 2021-03-03-preview

* Updates readme

* Updates API version in new specs and examples

* Add DiagnosticServiceToken API

* Update examples to split tokens for readonly vs readwrite

* Fix accoding to code review feedback

* Update examples due to review feedback from ARM

* add configuration for vmware (#13879)

Co-authored-by: Your Name <you@example.com>

* keyvault t2 config (#13863)

* keyvault t2 config

* keyvault multi-api config

* multi api config

* config reset

* add package version

* hanaonazure t2 readme config (#13880)

* Remove x-ms-azure-resource (#13500)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Juniwang/sr202010401preview (#13664)

* prepare to add new api-version: copy everything from 2020-07-01-preview

* Adding new api-version

* Fix required body and annotate ms secrets

* remove secrets example from swagger

* fix prettier

* add datashare terraform configuration (#13876)

Co-authored-by: Your Name <you@example.com>

* storage readme t2 config (#13881)

* storage readme t2 config

* storage t2 config

* healthcareapis t2 config (#13884)

* typo: APIkeys -> APIKeys (#13641)

* Allow release_policy to be nullable (#13826)

* Fix type of Anserws and Captions (#13872)

* change the value of license header (#13886)

* [Synapse] - library_append API adds comp parameter (#13841)

* [Synapse] - add comp parameter

* Update example files

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Remove 200 response from async operation (#13190)

* Async operation always returns 202 on initial call

* Address review feedback

* Revert "Address review feedback"

This reverts commit 9ae550b95c1082c8383595a943a9abe5990fd4ef.

* add minimal tls version for mariadb (#11779)

* [Synapse] - add Swagger code owner (#13882)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <you@example.com>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <you@example.com>

* Reduce code owner scope for Monitor.Exporters team (#13898)

* [portal]Update readme.python.md (#13907)

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update readme.python.md

* Dev dfp microsoft.dfp 2021 02 01 privatepreview (#13305)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* DFP API specs. Copied from Azure-PPE

* Spelling fix. instnace => instance

* Fix resource provider name to pascal case

* Added '/providers/Microsoft.Dfp/operations'

* Added SystemData (fix R4009 error)

* Fix validation errors

* Prettier fixes

* Removed non-existend parameter sku

* Style fixes in DFP API specs

* Swagger ModelValidation failures fix

* Fix operations API

* Fix operations API validation failure

* 1. Added example for lists operations. 2. made the API preview instead of privatepreview

* Fix path in readme's

* Fix in readme

* Added readonly attribute to systemdata

* Added readonly attribute to systemdata

* Fix in python SDK readme

* Fixes in ListOperations.json examples

* Fixed API version

* Added type to response bodies

* Fix typos in examples (urls)

* Added 201 response into createInstance example

* Renamed RP name from Microsoft.Dfp to Microsoft.Dynamics365Fraudprotection

* Added long-running result for creation instance

* Added nextlink

* Fix in checkNameAvailability definition URL

* Next link parameter

* Using references to common types instead of re-declaring them

* Reused common type. Fixed provisioning state

* Nesting error fix

* Fixed examples

* Fix

* Fix in error response definition

* Rename RP. Fix examples in readme's

* Added http 202

* Added http 202 to examples

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-10-01 (#13818)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-09-01 to version 2020-10-01

* Updates readme

* Updates API version in new specs and examples

* Adding new fields for 2020-10-01

* Updating wording for disablePasswordAuthentication'

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

* Remove name check from client side (#13492)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* Update deviceupdate.json (#13900)

* [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2018-07-01 (#13817)

* Updated api-version

* Removed systemData

* Updated api-version

* Updated the example

* Add EligibleChildResources resource for PIM + update examples (#13803)

* PIM API Specs

* update readme

* Update

* Update readme

* operation id fix

* name fix

* Name changes

* fix

* Fix

* Changes based on docs generated

* Scope fix in example

* Updates for documentation

* Change operation name

* Update examples

* Add expanded properties

* Fix formatting

* Fixes

* Fix

* fixes

* Update the policy specs

* Fix the policy objects and pell checks

* fix the checks

* fix the property

* fix syntax

* Prettier

* Update Examples

* Update Enums

* ADd eligible child resource API specs

* prettier fix

* Update read me files

* update

* update

* fix

* update

* Update Enums

* update

* update

* update

* update example

Co-authored-by: Aman Swaika <amansw@microsoft.com>
Co-authored-by: Gaurav Mishra (IDENTITY) <gamish@microsoft.com>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <you@example.com>

* [Service Fabric Managed Clusters] adding api version 2020-05-01 (#13860)

* initial commit 2021-05-01 to compare with previous version 2021-01-01-preview

* update models

* update examples

* fix isStateless description

* add 2021-05-01 version to readme

* add x-ms-enum to diskType and add missing managedClsuterVersions paths

fix example names

add managed cluster version paths

add default error

* fix clusterversion by version and ClusterState descriptions

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

* Task 9639284: Swagger changes for new UK agreement templates (#13895)

* Task 9639284: Swagger changes for new UK agreement templates

* Renamed as per comments.

Co-authored-by: Umang Shah <umangshah@microsoft.com>

* Confluent new preview version + S360 fix (#13809)

* Adding new API version for Microsoft.Confluent

* Prettier fix

* updated status property in OfferDetail

updated status property in OfferDetail to fix swagger correctness issue

* fix swagger live validation

updated operations response to fix swagger live validation

Co-authored-by: Srinivas <alluri02@users.noreply.github.com>

* [Hub Generated] Public private branch 'juniwang/wps' (#13905)

* Onboarding Azure WebPubSub service

* reference ErrorResponse from common types and adding network ACL

* disable cors, enable feature flags and fix several policy violations

* remove anonymousConnectPolicy since it's not ready for now

* add property publicNetworkAccess per NRP requirement

* revert package-lock.json

* reset package-lock.json

* dns t2 readme config (#13923)

* update readme (#13918)

* add current readmes for generating python form recognizer (#12013)

* add current readmes for python form recognizer

* fix release tag

* updates for multiapi and preview.3

* fix so that gen code outputs in generated folder

* remove tag since swagger not in yet

* unbreak build

* just target preview 3

* don't run track 1 gen with python

* Set x-ms-api-version to false for vaults list (#13924)

* Set x-ms-api-version to false for vaults list (#13925)

* Update event description to include the event name (#13867)

* Update event description to include the event name

* Update readme to include guidelines for defining a new event

* Fix description

* Renamed enum values for SDK auto generation (#13938)

* Renamed enum values for SDK auto generation

* Tabs to spaces

* Newline added

* [Document Translator] update operation names (#13915)

* update operation names

* make body required

* Update ErrorName

* Apply changes to stable

* Fix samples

* fix sample

* Fix glossary sample

* Address comments and update definitions names

* Revert "Task 9639284: Swagger changes for new UK agreement templates (#13895)" (#13946)

This reverts commit ea5bc27ee9cadeb67767d774c82095be2420bcad.

* Adding new preview API for promotions (#11599)

* Adding new preview API for promotions

* Avacado fix

* Fixing JSON

* fixing the promo param

* fixning linting issues

* Fixing JSON

* fixing JSON

* fixing linting issues

* Adding delete 204a

* Adding delete 204

* Adding validation fixes

* fixing spellings

* Linting issues

* running prettier

* ARM review feedback

* Fixing linting issues

* Fixing prettier

* Fixing version

* Fixing SDK

* fixing go sdk

* revert go.md

Co-authored-by: Rishi Kapoor <rishik@microsoft.com>

* Exposing undocumented Databricks workspace properties for fixing S360 issues (#13683)

* exposing storage account name, sku

* Prettier fixes

* Fixing the review comment

* Adding No Public IP related properties

* Updating the remaining properties related to S360

* Fixing review comments

* Fixing Spell Check issue

* hybridcompute readme t2 config (#13910)

* readme t2 config

* hybridcompute t2 readme config

* web readme t2 config (#13909)

* web readme t2 config

* web readme.python t2 config

* Add x-ms-api-version (#13834)

* Update CheckNameAvailability_Available.json (#13914)

* webpubsub t2 config (#13949)

* Update StaticSite.json (#13768)

* Update StaticSite.json

Add private endpoint connections to static site object.

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* increment readme version

* address PR comments

* add examples

* fix examples

* Add data-plane samples creation template (#13528)

* Add data-plane samples

* Simplified template

* webpubsub readme t1 del (#13953)

* Add $(multiapi) to QnA Maker's readme.md (#13819)

Generators were processing every tag when only a single one was desired. This is the common solution to support multi-api SDKs.

* IoT data-plane for drwill-ms (#13964)

* add missing usage.json to v5 sdk tag (#13960)

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

* Add new api version 2021

* remove managedIdentity since we won't support it in this version

* CR comments

* Add default value for contine on errros

* Fix swagger correctness issues

* Fix typo

* resource t2 readme config (#13974)

* Added new API and API version for private DNS zone suffix (#13789)

* Added new API and API version for private DNS zone suffix

* trigger validation pipelines

* Add new API to readme

* Fix ARM pipelines

* Try fix again

* Fix again

* Add Operations API

* Revert "Add Operations API"

This reverts commit 9d4ca9e557763feb3a6089ff9d4c958b3843730e.

* Revert "Revert "Add Operations API""

This reverts commit 7cf197c1d453764f0396713a2ab172a20e35b1c4.

* Revert "Revert "Revert "Add Operations API"""

This reverts commit 05744390e440984da8134b64a979a6e61fb9b7ae.

* Revert "Revert "Revert "Revert "Add Operations API""""

This reverts commit 61b76b1623d9e5796bb8187edf0fc46351e78231.

* Revert "Revert "Revert "Revert "Revert "Add Operations API"""""

This reverts commit 9f55eb4c399eb48a8578906f6bea43b10c91b8be.

* Address review comment from ARM

* Revert "Address review comment from ARM"

This reverts commit cb6d1b01860de72eec80856f64b602c72a1f26a7.

* Revert "Revert "Address review comment from ARM""

This reverts commit 227cf73797ee24a674d76e3ccd2990b84bc8d11a.

* Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API""""""

This reverts commit 34ae6c70a514e0290ffb41f7ddb5bbbd5c6cbee3.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API"""""""

This reverts commit a11c889a65b0fa4257b03a247d75fbea769f4e2c.

* Add previous APIs to tag

* Retrigger build

* fix service name for Java (#13979)

* Add optional param - private DNS zone to server API (#13716)

* Add optional param - private DNS zone to server API

* Follow comment to resolve go sdk issue.

* [Hub Generated] Review request for Microsoft.Synapse to add version preview/2021-04-01-preview (#13874)

* Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* add changed files for kustoPool

* Ravi changes to fix LinDiff validation

* Add Itay Sofer's changes

* filizt comments mid-way

* Remove clouderror and resplace with "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"

* Add IotHubDataConnection and EventGridDataConnection

* Modify PUT to OK, CREATED, ACCEPTED

* Change from provisioningState to ResourceProvisioningState

* Add BlobStorageEventType

* Remove 202 when creating a KustoPool

* Change PUT/PATCH 202 responses

* Remove 202 in PATCH/PUT operations where having both 200 & 201

* Add "isIdentityCertExprired" to custom-words.txt

* Remove isIdentityCertExprired from custom-words.txt

* Add Exprired to cSpell.json

Co-authored-by: Amit Elran <amelran@microsoft.com>

* Removing x-ms-flatten property (#13929)

* manual changes for swagger

* changes for long-running operations

* changes for validate for backup and restore

* removing 204 from operationResults

* changes for a monitoring

* adding format

* removing date-time from duration

* changing to readonly

* changes for listRPs

* fixes swagger

* reverting readonly for scheduleTimes

* fixes for checkgates

* prettier fixes

* cahnges for friendlyname checks

* fixing gates

* removing tracking-via

* model validation fixes

* powershell changes

* adding stable version

* changes for PatchResourceRequestInput

* change for req fields

* changes for description

* changes

* Updated swagger json for item level restore target info objects

* Fixed spelling errors

* Added missing required properties

* removed auth credentials property

* prettier fixes

* Prettier fix

* pr comments fixes

* fixing readme

* changes for go readme

* Removed x-ms-flatten property (#2)

* removed flatten prop

* removing x-ms-flatten

* removing friendlyName from req prop

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>
Co-authored-by: FAREAST\zakinkh <zakinkh@microsoft.com>

* confidentialledger readme t2 config (#13981)

* Additional 7.3-preview parameter name clean up (#13913)

* Enable multivariate anomaly detection (#13973)

* add multivarite

* add v1.1-preview

* reformat changepoint example

* change typo in readme

* fix prettier-check error

* add export model example

* fix prettier error

* [Azure Search] Add Knowledge Store feature to swagger (#13911)

* introduce knowledge store swagger

* add knowledge store to 2020 apis

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* make skillset count optional, and add it to 2020 GA Swagger (#13990)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* Adding support for message properties in ACS Chat (#13939)

* Initial commit (copying over stable API version)

* Making changes to support message metadata

* Added 201 response code for patch operation (#13956)

Co-authored-by: Akash Keshari <akkeshar@microsoft.com>

* Adding autoMitigate flag with false as default value (#13109)

* deploymentmanager - clean up duplicate parameters outside of method (#13948)

* clean up duplicate parameters outside of method

* maintain python order

* fix typo in Synapse (#13994)

* OperationalInsights - update readme files for cli extension update (#13999)

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* added Tables new api version

* changed bool to boolean types

* prettified jsons

* fix erroes in swagger

* undo changes to 2020-03-01-preview version

* pr fixes

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* changed ErrorResponse to default ErrorResponse without ref to local definition

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed SystemData

* creatted a new package containing all latest swagger files for publishing new SDK

* removed package 2021_02 and set default packate to 2020_10

* removed 2 packages

* removed DataCollectorLogs.json from readme.md 20202.10

* added empty line to try invoke pipeline validations that havent run

* Delete Tables.json

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* merge

* prettified jsons

* undo changes to 2020-03-01-preview version

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed whitespaces

* changed DataExportErrorResponse to common
.../v2/types.json#/definitions/ErrorResponse

* changed all Error response of 2020-08 to common definition

* added readme.az.md file for cli extension code generator

* added readme.ad.md with the same naming convention as in readme.python.md
added readme.cli.md file
updatted readme.md file with the new azure-cli-extensions tag
all updates were done by following: https://github.com/Azure/autorest.az/blob/9ed1aabd353385f8bdffbfa9f3892478111a029c/doc/how-to-author-readme-file.md

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [Cognitive Services Metrics Advisor] add missing required for allOf entities (#13957)

* add missing required for allOf entities

* fix incorrect required properties

* 7.2-Preview to GA (#13919)

* 7.2-Preview to GA

* Update packages to point to stable

* Readd exportable and update description

* Update description for exportable in preview versions

* Fix operation results contract for Tenant Git operations (#13903)

* fix operation results contract

* fix sync state contract

* iothub t2 readme config (#13980)

* iothub t2 readme config

* iothub readme t2 config

* iothub t2 readme config

* Making Offer details and User Details required properties (#13985)

* Making Offer details and User Details required properties and removing abandoned tag

* fix python configuration

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* cosmosdb t1 config del (#14008)

* Fixing issue with missing filter documentation in Access Review APIs (#13892)

* fix cred issue. block to merge in DSMainDev (#14014)

* fix serivce name for java (#14007)

* maintenance readme t2 config (#13982)

* maintenance readme t2 config

* readme t1 config

* [Service Fabric Managed Clusters] fix api 2020_05_01 (#13961)

* Use enums  and add missing properties

* model enum as string

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

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

* add isIsolated and channelSchemaTransformationVersion

* rename

* add v2 priavatelinks (#14026)

* copied from v1/privatelinks.json

* bump version

Co-authored-by: jianyexi <jianyxi@microsoft.com>

* APIM: improve developer portal operations docs (#13941)

* APIM: improve the documentation for dev portal operations

* Minor changes

* Removing OData parameters from the stable API version

* Remove new query params

* hotfix on extended location hierarchy (#13943)

* [Hub Generated] Public private branch 'wps' (#14002)

* Add webpubsub swagger

Add custom words

Update webpubsub.json

Update webpubsub.json

Resolve comments

Update webpubsub.json

resolve comments

Update operationId for existence check

[wps] update python generation section and client name for all languages (#1)

* add python stuff

* make title across languages the same

* Update version

* Update some constraints

* Update webpubsub.json

* rename to GetServiceStatus

* Update readme.md

* Update readme.md

* Update readme.md

* [Hub Generated] Review request for Microsoft.SecurityInsights to add version preview/2021-03-01-preview (#13563)

* Copied from 2019-01-01-preview version

* Updated references to common types

* Add itemsSearchKey field to Watchlists

* Add missing label definition

* Make itemsSearchKey as required field

* Formatting fixes

* Fix Prettier and Avocado errors

* Fix Lint error (subscription level resource)

* Update description and example for CreateOrUpdate watchlists and bulk create watchlist items

* Update Api version in examples

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

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

* Updates readme

* Updates API version in new specs and examples

* updated default package in readme.md to 2021-03

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* Updated required and default fields in Action Groups spec (#13677)

* Updated error response for Action Groups API

* spacing

* added missing fields to Action Group Resource spec

* Added missing fields for action group resource in older version

* Updated "resource" name

* Removed changes to errorResponse

* Removed errorObject

* format

* Updated required and default fields in Action groups spec

* Update default value to boolean

Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <rirajend@microsoft.com>
Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* Remove AML Compute File Server (#13944)

* Remove AML Compute File Server

* update

* update

* update

* update

* Cost Management: Reservation Recommendations API: Add multiple missing properties in specs (#13967)

* added totalCost, properties.resourceType, properties.subscriptionId, and eTag to various RiRec dfinitions

* moving eTag  property to right place

* remove duplicate description

* remove track1 configure (#14044)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* New API version (2021-02-10) for recovery services site recovery (#13525)

* Adding old API version(2018-07-10) to new folder for 2021-20-10

* all changes for swagger (2021-02-10)

* read me and custom word changes

* Ayesha's comments addressed

* adress PR comments from ayesha

* Adding suppressions

* fixing custom words

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13636)

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

* Updates readme

* Updates API version in new specs and examples

* Update readme.md

changing read me to include date too in tag

* cahnging examples API version to 2021-02-10

* fix read me syntax

* TaskStepProperties swagger fix (#13971)

* Adding "assignmentState" property to scope model in access review APIs (#14039)

* iothub readme.python package version change (#14043)

* iothub readme.python package version change

* multiapiscript add

* clear output folder

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* Bump y18n from 4.0.0 to 4.0.1 (#13704)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update (#14061)

* package-templatespecs-2021-03-preview tag added (python) (#13958)

* Added tag

* nit: ordering

Co-authored-by: Dania Etienne <daetienn@microsoft.com>

* Use 2014-04-01 replication link specs in V5 SDK (#14058)

* Use 2014-04-01 replication link specs in V5 SDK

* remove legacy file.

* Update cSpell.json for Key Vault 7.2 (storage) (#14060)

* automanage readme t1 del (#14029)

* automanage readme t1 del

* automanage readme t1 del

* readme.md t1 config del

* add missing reference (#13904)

* databoxedge readme modification (#14063)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13635)

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

* Updates readme

* Updates API version in new specs and examples

* fixing merge issue

* removing vault usages from 2021-02

* Adding back vault usages

* updating readme

* updated etag to eTag (#13968)

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-12-01 (#13931)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-10-01 to version 2020-12-01

* Updates readme

* Updates API version in new specs and examples

* Adding new spot VM fields

Co-authored-by: Joshua McCarthy <jmccarthy@microsoft.com>

* Add FaceAPI PersonDirectory spec updates to preview v1.0 (#13766)

* Add FaceAPI v1.0-preview

Add a preview version of FaceAPI specs intended for public preview.
Contains existing spec in v1.0 plus PersonDirectory feature changes.

* Fixes after running validation

* Fixing validation

* Fixes 2

* Fixes 3

* Add PersonDirectory examples and fix routes

* Fixes 4

* Fixes 5

* Fixes 5.5

Co-authored-by: Yang Chen <yachen4@microsoft.com>

* Update the name and format of a parameter for randomnumbers (#14017)

* Update the name and format of a parameter for randomnumbers

* Change the parameter name from 'bytes_length' back to 'bytesLength'

* Amalladi/extendedlocation update (#13849)

* Updating Specification to remove 400 Badrequest from Swagger File

* Removing 400 status code from examples

* Removing private preview API version from Repo

* Removing 2020-07-15-privatepreview tag from ReadME files

Co-authored-by: Aditi <amalladi@microsoft.com>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* Revert "remove track1 configure (#14044)" (#14047)

This reverts commit 867165cc24d81c487ad186c998c46ba55f81c77b.

* adding role assignment (#14077)

* add connectionPolicy spec back to V5 SDK (#14088)

* modification (#14087)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-04-01-preview (#13710)

* Adds base for updating Microsoft.DocumentDB from version preview/2021-03-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* adding Services APIs

* more changes

* updated examples

* prettier and readme updates

* importing changes missed from old versions

* nits

* fixing semantic validation

* fixing linter

* fix

* more fixes

* adding list operation and default error response

* specifying format integer

* attempt to fix sdks

* address arm comments and fix ci

* fixes

* fix

* try to fix ci

* fix examples

* .\services.json

* adding additionalProperties back to ServiceResouce

* adding additionalProperties back to ServiceResouce

* fix

* fix sdks

* fix linter

Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

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

* Adds base for updating Microsoft.Maps from version preview/2020-02-01-preview to version 2020-02-01

* Updates for 2021-02-01 api version swagger

* creator swagger fixes

* fix model examples

* nextLink, uniqueId

* build fixes

* fixing listkeys

* fix long running operations

* fixing spelling

* fixing async behavior and examples

* updating arm region

* reset package-lock

* [Hub Generated] Review request for Microsoft.Media to add version preview/2021-05-01-preview (#13838)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy Signed off 2021-03-01 swaggers here

* Update swaggers to 2021=05-01-preview

* add missing examples

* update title

* fix Operation id

* fix video analyzer examples

* update Video swagger

* add format for $top

* remove unnecessary example file

* use chackname definitions from types.json

* fix segment length readonly

* change getStreamingToken to listStreamingToken, getProvisioningToken to listProvisioningToken

* fix the example file name

* fix a readonly issue with a video property

* make type readonly

* edits to descriptions

* adding missing descriptions

* address review feedback,

* few cleanup for update class

Co-authored-by: Christopher Bennage <bennage@microsoft.com>

* Include the preview version of resource changes and resources history… (#14084)

* Include the preview version of resource changes and resources history APIs

* Address the review feedback on releasing the new package version.

* Update readme for Synapse management SDK May release (#14054)

* Update readme for Synapse management SDK May release

* Add package-2021-05-preview

* Address comment

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* removing read only property, no longer in use - NOT a breaking change (#13812)

* resources readme.python t2 config (#14091)

* peering readme t2 config (#14106)

* Remove replicationLinks_legacy.json (#14095)

PR #14058 removed this file: replicationLinks_legacy.json, removing from the schema config to prevent schema generation failures.

* Support sheet index in excel (#14062)

* Enable excel in public swagger

* update

* rollback dataflow change

* Support sheet index in excel

Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>

* Adding 2021-05-01 api-version to Template Specs (no changes over last preview spec) (#14065)

* Copy existing 2021-03-01-preview specs to new 2021-05-01 stable version (no schema changes)

* Changing api-version within specs to 2021-05-01

* Adding package tag for new stable version to readme.md, but not making it a default (yet)

* Fix SecurityInsights Go SDK versioning (#14030)

* Fix SecurityInsights Go SDK versioning

* rename stable api version tag

* remove 'only' from tags with full functionality

* chore: Move typo supression in RecoveryServices (#14120)

* Add missing Zone mapping property to Microsoft.Resources (#13936)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* add zoneMappings to ResoursesType

* backfill older versions of swagger with zonemapping property

* [Application Insights] Resolve duplicated definition names to fix track2 SDK generation error (#13951)

* Fix duplicate name

* Update readme.md

* Update readme.md

* Update and rename workbookOperations_API.json to aiOperations_API.json

* Update readme.md

* Update workbooks_API.json

* Update readme.md

* Update readme.python.md

* Update readme.md

* Update readme.md

* Update readme.md

* Rename aiOperations_API.json to workbookOperations_API.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

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

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

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

* Update swagger for SSIS-IR to support user-assigned managed identity (#14114)

Co-authored-by: Hongxian Yao <hoyao@microsoft.com>

* postgresql readme t2 config (#14067)

* Dev mediaservices microsoft.media 2021 05 01 (#13676)

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

* Updates readme

* Updates API version in new specs and examples

* [AMS] new 2021-05-01 release for Account service in AMS

* add missing example files

* fix the api version and missing example files

* Create a new Update definition to fix the "R2016 - PatchBodyParametersSchema "

* fix respnse

* fix update example

* add the 2016 supression for new tag as well.

* mixedreality t2 readme config(wave4) (#14105)

* mixedreality t2 readme config

* t2 config del

* [python] t2-confidentialledger config (#14144)

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md (#14145)

* update elastic swagger  (#14076)

* Update elastic.json

* added new examples

* taking the files from rpsaas master

* added suppression in readme

* [Cosmos DB] Introduce new api version 2021-04-15 (#13873)

* [Cosmos DB] Introduce new api version 2021-04-15

Initial Commit

* Updated for 2021-04-15

* Dummy Commit

* Fixing privatelinkresources.json

* Removing ErrorResponseUpdatedFormat

* Suppressing systemData check

* Relay - Fix typo in the NetworkRuleSet path (#13962)

* Relay - Fix typo in the NetworkRuleSet path

* Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version

* [Hub Generated] Review request for Microsoft.Portal to add version preview/2015-08-01-preview (#12732)

* Fixing properties in dashboard parts

* Updating Dashboard part metadata

* Updating based on prettier fixes

Co-authored-by: Himanshu Chandel <hich@microsoft.com>

* resources t1 config add (#14146)

* t1 config add

* package version

* [Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-05-01' (#14148)

* Adds base for updating Microsoft.Maintenance from version preview/2020-07-01-preview to version 2021-05-01

* Updates readme

* Updates API version in new specs and examples

* Added system data properties.

* Fixed lint error.
Added documentation.

* Use Host Maintenance scope and api version in exmaple.

Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com>

* Add Test Base Swagger Spec from RPSaaSMaster (#14113)

Co-authored-by: Bin Yu <biy@microsoft.com>

* rename property: change category to categories (#13883)

* Edit description of Update Iot Hub Resource Api (#13080)

Co-authored-by: Harini <codebyh.365@gmail.com>

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

* Adds base for updating Microsoft.RecoveryServices from version stable/2018-07-10 to version 2021-03-01

* Updates readme

* Updates API version in new specs and examples

* Update webpubsub.json (#14096)

* add dataFeedId in AnomalyResult and IncidentResult (#14127)

* add dataFeedId in AnomalyResult and IncidentResult

* fix examples

* Add new version 2021-03-31-preview1 for ACS Auth (#13965)

* Add new version 2021-03-31-preview

* Set required body

* Add all paths to new version

* Update description for property of TeamsAccessTokenRequest model

* Change version from 2021-03-31-preview to 2021-03-31-preview1 following standards https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/16790/Versioning

* Rename folder

* Update method description

* remove Turn endpoint

* Add examples

* Update readme

* Omit the word "skypetoken" from swagger

* Link example

* Update description and path for a new endpoint

Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com>

* Added example gneration document links (#14151)

* purview scanning service (#14021)

* purview scanning service

* Add custom words for spellcheck

* fix config files and add endpoint param

Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
Co-authored-by: iscai-msft <iscai@microsoft.com>

* MG RP new API versions: 2020-10-01 and 2021-04-01 (#13897)

* API 2020-10-01 with 2020-05-01 files

* 2020-10-01 API changes

* 2021-04-01 API version with 2020-10-01 files

* Changes for 2021-04-01 API

* PR fixes

* Fixed issues with model

* PR fixes

* Latest (#13917)

* Pick up previous Swagger Fix in 2019-09-01 version (#14092)

* Add missing swagger fix

* Fix bad copy-paste

* update the some capitalized words in the description

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event (#14049)

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event

* Removing contentLength/Offset from Microsoft.Storage.BlobTierChanged data schema

* Removing BlobTierInfo from BlobTierChanged and adding new event Microsoft.Storage.AsyncOperationInitiated

* adding ContentLength for BlobTierChanged and AsyncOperationInitiated events

* [Hub Generated] Review request for VideoAnalyzer.Edge to add version preview/1.0.0 (#13682)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy old LVA swaggers

* Rename old swaggers to new file names

* Update LVA swaggers with new AVA swagger

* fixed some paths and capitalization

* fix prettier check issues

* fixing a Pascal casing

* Updating swaggers to latest

* fix linting issue

* removed an unused definition

* Service fabric Client API 8.0 (#14011)

* spell checked and linted.

* updated tag version.

* reverted change outside of SF folder.

* updated version in swagger.

* changed credential issues.

* changed 1 more that looks like a credential.

* Kusto pools principal assignment (#14079)

* kustoPool PrincipalAssignments

* fixed list principal assignments

* principalAssignment list example

* principalAssignment get example

* KustoPoolPrincipalAssignmentsCreateOrUpdate

* KustoPoolPrincipalAssignmentsDelete

* databases PrincipalAssignments

* minor change

* KustoPoolDatabasePrincipalAssignmentsList

* KustoDatabasePrincipalAssignmentsGet

* KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate

* KustoPoolDatabasePrincipalAssignmentsDelete

* fixed example ref

* added system data

* kustoPoolCheckNameAvailability

* KustoPoolsCheckNameAvailability example

Co-authored-by: Itay Sofer <itsofer@microsoft.com>

* [Service Fabric Managed Clusters] fix api 2021_01_01-preview (#14012)

* Update preview api to disable broken properties and to add property that is working

* Update managed cluster description

* Add New Data Model RuleCollection to NetworkManager (#13827)

* Add New Data Model RuleCollection to NetworkManager

* fix typo

* test

* test

* Fix discriminator

* fix type

* Fix discriminator

* Fix type

* fix type

* Fix type

* Fix discriminator

* Fix discriminator

* fix type

* fix type

* Fix bug

* Fix type

* Fix format

* Fix name

* Fix name

* fix spell

* fix description

* Fix spell

* change to kind

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* Fix post body

* Fix as comments

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* change rule kind

* Fix as comments

* Fix as comments

* update lastest version

* Update type

* Update Skiptoken

* Fix discription

* Fix NG

* Fix NG

* add more example

* [python]Update readme.python.md for postgresql (#14182)

* Update readme.python.md

* Update readme.python.md

* Remove all schema readme (#13885)

* Remove all schema readme

* process new rp

* Remove after_scripts

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

* Adds base for updating Microsoft.AlertsManagement from version stable/2019-06-01 to version 2021-04-01

* Updates readme

* Updates API version in new specs and examples

* first commit

* some fixes

* try without alert management

* revert change to name of namespace

* Resolve lintdiff issues

* remove the copy of files and reference alert managment previous version

* update description of subscriptionId to solve error

* attemp to remove AlertsManagement from the package

* revert (put back AlertsManagment)

* add tags for go SDK release v54.0.0 (#14161)

* add tags for go SDK r…
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-go that referenced this pull request Apr 18, 2022
Dev cost management microsoft.cost management 2022 02 01 preview (#17856)

* Add new Azure Object Anchors API version 0.3-preview.0 (#17117)

* add 0.3-preview.0

* fix INVALID_FORMAT

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2021-08-08 (#17162)

* Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-08-08

* Updates readme

* Updates API version in new specs and examples

* 1. added input files to new tag
2. changed alerts management client tag to the new tag

Co-authored-by: Liran Englender <lienglender@microsoft.com>

* Add batch tag for streamanalytics readme.go.md (#17191)

* Add batch tag for streamanalytics readme.go.md

* fix

* S360 - fixing pending 3 Swagger KPIs (#17195)

* Update ResourceHealth.json

fixing Swagger changes

* Update ResourceHealth.json

fixing PR checks

* Create Operations_List.json

add new file

* Add AML skill to preview swagger for Search Service (#16910)

* add aml skill to preview swagger for search service'

* update

* Fixing S360 issues (#17014)

* Fixing S360 issues

* Fix style

* Add specs for ACS Chat preview7 (#16887)

* Baseline using previous API version

* Updates for preview7

* Update readme.md

* Prettier fix

* Fix readme

* Fix example for update-participant

Co-authored-by: Po Tsang <tsangpo@microsoft.com>

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService (#17036)

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService

* update

* revert some change

* Device update public preview refresh (#17205)

* Batch2: approved PR 4891

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

* Batch3: minor updates (PR 5556)

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

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* Azure Synapse Workspace PublicNetworkAccess Fix (#17210)

Co-authored-by: Nikhil Kumar <nikhilkumar@microsoft.com>

* 2021-08-01-only (#17224)

* [NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples (#17157)

* Fix volumeGroups tag, bakcup properties creationDate and examples

* Fix Staging model validations

* Example ref

* Microsoft.OperationalInsights: 2021-12-01-preview (#17138)

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* code review changes.

* Update Tables.json

* Update Tables.json

* OperationalManagement: 2021-12-01-preview

* more fixes.

* Update Clusters.json

* Tables: Sentinel+CLV2 changes.

* Tables: More descriptions.

* removing un related child resources.

* Create OperationsListByTenant.json

* Update Tables.json

* Update TablesGet.json

* Add systemData example.

* Model fixes + pretty

* adding description to ip data hint.

* Update Tables.json

Co-authored-by: Dudi Likvornik <dulikvor@microsoft.com>

* [DO NOT MERGE ] Introduce new scanners resource type (#17107)

* introduce new scanners resource type

* fix error

* fixing errors

* fixing errors

* fix error

* fixing errors

* fixing comments

* adding new tag

* Azure Batch 2022-01-01.15.0 Data Plane Update (#16960)

* Initial commit for comparison

* Update BatchService Swagger file

PR Feedback

* Update examples

Ran prettier

* Updated readme

Fixed tag

* Language API for TA (2021-11-01-preview) (#16256)

* WIP for language api spec for TA

* Updated preview version number; finished up async definitions

* Finished first draft of full spec

* Finished first draft of full spec, minus FHIR structuring in HC output

* Removed features not included in 2021-11-01 preview

* Update custom text tasks TODOs

* Moved common definitions to TA-specific definitions

* Added custom text tasks to JobManifest

* Addressing feedback from PR comments and internal review

* Addressed some PR comments

* Updated some remaining references to documents

* PR comments

* Updated a previous change

* Reverted references to 'records' back to 'documents'

* A few small updates to examples; removed base Task type to simplify structure

* PR comments

* Addressed TODO items; removed LD-related objects (will be added in another preview)

* Fixed anonymous types

* Removed required field for body in POST request

* Fix prettier check

* Added a few more details; experimental change for documents property

* Ran prettier

* Correction to AnalysisInput object

* PR comments

* Added custom entities task to examples

* PR comments

* Prettier check

* Troubleshooting model validation failure

Co-authored-by: Abigail Hartman <Abigail.Hartman@microsoft.com>
Co-authored-by: Kareem Yousef <kayousef@microsoft.com>
Co-authored-by: Abby Hartman <abhahn@microsoft.com>

* Fix flipped order in Face generated models (#16846)

* Fix flipped order in Face generated models

The recent change changing a nested parameter from optional to required
caused the AutoRest generated model to have a reversed order of two
string arguments. Expanding the nesting for affected models to avoid
breaking changes.

* Fix malformatted examples

* Update Resources.json (#16996)

* Update Resources.json

* Specify additionalProperties type

* CDS component type update - mismatch between swagger and code values  (#17183)

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2020-12-01-preview (#13609)

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* FixS360 | Microsoft.Billing (#13771)

* fixing billing accounts and operations

* adding total count.

* typo fix

* fixing spell check and prettier

* Vakuncha changingcsharpreadme (#13806)

* Update readme.csharp.md

* Update readme.csharp.md

* [aks] fix vm size model and osDiskType description  (#13763)

* fix: agent pool vm size should be string, not enum

* fix: osDiskType default description for >= 2020-11-01

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-03-01-preview (#13267)

* init

* fix format

* sync

* read only

* fix sample

* fix

Co-authored-by: Teng Pan <tepa@microsoft.com>

* storagesync readme t2 config (#13810)

* storagesync readme t2 config

* storagesync readme.python t2 config

* Updated SAS swagger with latest changes. (#13439)

* Fixed hostname in the Offazure swaggers.

* added newest swagger from service repo. This contains PE changes too.

* rewritten swagger changes on existing swagger

* some fixes to swagger

* added examples.

* fixes

* edit

* edit.

* fixes

* minor fix

* edit

* edit

* edited default api version tag

* Dev weather microsoft.maps 1.0 (#13796)

* Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true

* Revert changes to package-lock.json

* Fix spelling error

* Adding Azure Object Anchors error codes for IngestionProperties (#13787)

* Added Azure Object Anchors error code field to IngestionProperties

* Fixed spacing in example

* Moved changes to new version

* Addressed version mismatch, spacing

* Fixed versions on examples

* Readonly error code

* Seeing if readonly error code is breaking

* Revert "Seeing if readonly error code is breaking"

This reverts commit c0b16f07c4a46a07fc7831a1735bb290804242ea.

* Model error code as string

* Renamed examples to asset conversion nomenclature

* Fixed rename issues

* Fixed issue #9593 (#13262)

* Fixed issue #9593

* Removed redundant PrivateEndpointConnectionProperties attribute

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-05-01 (#13800)

* Fixed Swagger Validation Errors

* Fixed Model Validation

* [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13788)

* Fixed Swagger Validation Errors

* Fixed Type

* Fixed Type

* Fixed Setting Properties

* Fixed Punctuation

* Removed Item

* Added Items Properties

* Fixed Required Property

* azurestack wave4 t2 config (#13813)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version. (#13490)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version.

* Add system metadata to tracked resources in "Microsoft.AppConfiguration".
Updated ConfigurationStore to reference the common tracked resource type definition.

* Added disableLocalAuth property.

* Add new api version swagger to readme.

* Added/updated examples and added suppressions for standardized APIs.

* Fixed prettier.

* Add missing property fileStorageSkuName into MySQL Flexible Server spec (#13693)

* appplatform t2 readme config (#13829)

* customproviders t2 readme config (#13831)

* Update readme.csharp.md (#13807)

* [Sentine][Data connectors][Fix correctness bug] (#13175)

* update required fields

* update required fields

* Explicitly define KeyCreationTime in Feb21 (#13757)

* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example

* Add Microsoft.M365SecurityAndCompliance RP (#13646)

* Add Microsoft.M365SecurityAndCompliance RP

* fix datetime and common-types file path

* update common-types file path

* add preview path in readmego

* replace stable with preview

* remove duplicate tags

* refer MIPPolicySync json in readme

* service name for java (#13837)

* Dev keyvault microsoft.key vault 2021 04 01 preview (#13585)

* Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Open API change for Managed Hsm private endpoints feature (#12938)

* Open API change for Managed Hsm private endpoints feature

* Fixing spell check errors

* Fixing spell check errors

* Prettier fixes

* Fixing swagger validation errors

* Fixing systemData property reference

* Adding publicNetworkAccess property based on private endpoint requirement.

* GET responses following a successful DELETE should be returning 404. … (#13054)

* GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).

(cherry picked from commit b752a19c6cc1f8a8eed9f106e2c77b8d5b5db19f)

* Removing 404 as it is taken care by default response.

* Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282)

* Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC

* Fixing validation issues.

* Fixing errors in properties in example jsons

* Delete keyvault.json

Deleted an errant json file

* Fixed misspelling of property in examples

* Fixed x-ms-examples naming, fixed camelcasing

* Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate

* Added schema definitions for 404

* Removed 200 for purge

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Addressing Comments for PR 13585 (#13586)

* Removed 404s to allow requests to fall through to default

* Removing 404s from examples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Added deletedmanagedhsm object to examples and managedhsm.json (#13591)

* Added deletedmanagedhsm object to examples and managedhsm.json

* Fixing error in references to correct values

* Changed vaultId to mhsmId in exmaples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Try to use the common type for SystemData (#13723)

* Add SystemData property for KeyVault

* 04012021 fix schema (#13749)

* Resolving conflict with custom-words.txt

* Add 2021 preview to azureresourcechema, add suppression to readme

* Add 2021 preview to azureresourcechema

* Merging custom-words.txt

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Add missing default error response (#13762)

* Fix Lint error (#13765)

* Add missing default error response

* Update the integer format to fix Lint error

* Add securityDefinitions

* Added python tag for 2021 preview (#13805)

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (#13822)

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs

(cherry picked from commit c1c5aebfb98cacd0a4ee5596fb7b0d9f782a9a3e)

* prettier fix

* Add suppression for SystemData (#13835)

* Add suppression for SystemData

* Fix linting error R4036 - ImplementPrivateEndpointAPIs

* specify the suppression for SystemData

* Revert "specify the suppression for SystemData"

This reverts commit cbebab81ab08ec1a29b41c891c58cf08ff2eb3c4.

Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com>
Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com>
Co-authored-by: Soohwan Kim <sookim@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <you@example.com>

* add tags back in the adp readme (#13850)

* Add device principal type (#13799)

* copy files from previous version

* add device principal type, update versions

* fix

* system data requirement

* Added CheckNameAvailability, Identity, systemData, used ErrorResponse v2 in DeviceUpdate (#13750)

* Update deviceupdate.json

* Update deviceupdate.json

* Add files via upload

* Update deviceupdate.json

* Update deviceupdate.json

* Update Accounts_Update.json

* Update Accounts_Create.json

* Update Instances_Create.json

* Update deviceupdate.json

* Linux line ending

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update deviceupdate.json

* Update deviceupdate.json

* fixed typo in the example files (#13764)

* Update CODEOWNERS (#13795)

Updating list of Azure Cognitive Search team members

* Update GenerateDetailedCostReportBySubscriptionAndTimePeriod.json (#13772)

Update example data

* [Hub Generated] Public private branch 'stuartko/Mar21_NewTSVersion' (#13811)

* Adding version 2021-03-01-preview (copy of previous version)

* Adding new metadata property

* Adding uiDefinition property.

* Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality.

* Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates".

* Swagger changes for 2021-02-01-preview api version (#13794)

* Copy existing preview version

* Changes to databoxedge json file

* Update readme files

* Correct Spell Check

* Fix Readme.go error

* Update examples

* Update all schemas.md files (#13862)

* typo: implmentation -> implementation (#13644)

* Add MongoDB/MongoDBAtlas sink (#13669)

* Add MongoDB/MongoDBAtlas sink, add disableMetricsCollection in read/wirte properties

* Revert disableMetricsCollection related changes

* Azure ML new API version 20210401 (#12981)

* Add Identity to createWorkpace example

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* revert change on transitivePE and notebookKeys

* revert change on transitivePE and notebookKeys

* add new stable version 2021-01-01

* add ListNotebookAccessToken

* add primaryUserAssignedIdentity

* fix missing properties and apis

* fix one more missing property

* 202 status for start and stop CI

* make resync keys long runnin operation in version Jan2021

* resync keys 204

* update resync keys example

* Dont throw 204 for resync

* update resync keys

* Formatting

* revert Jan2021changes and add new version

* start apr2021 version for azure ml rp

* undo remove new line in jan2021

* use systemData definition in common

* removed old files

* fix small swagger bugs

* run prettier

* remove reference to sku

* update readme

* minimum agentCount should be 0

* add createdOn and ModifiedOn to compute properties

* add LoadBalancerType to aks compute

* add isNotebookInstanceCompute to virtualMachine

* add leafDomainLabel to SslConfiguration

* add overwriteExistingDomain to SslConfiguration

* add synapseSpark as supported compute-type

* update patch compute response to 202

* remove location from example responses

* Revert "remove location from example responses"

This reverts commit 048bf2551513afae842a9c4fbb5861aeddc6c33a.

* MachineLearningCompute_Update should have a 200 response

* sys data to use local def due to naming conflicts.

* Fix enum casing

* Fix operationId PR comment.

* Change opId in apr version

* remove 20210401 for easy review

* only change api version

* merge changes for 20210401 version

* Add x-ms-discriminator-value for Synapse spark

* camelcase loadbalancer properties

* add createdOn and Modified on to examples

* address AvoidAnonymousTypes error for SynapseSpark

* Minor fixes + new property

* Remove subscription state.

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>
Co-authored-by: Vinay Rajmal Soni <vison@microsoft.com>
Co-authored-by: jopet@microsoft.com <jopet@microsoft.com>
Co-authored-by: Josh Peterson <15050193+joshanator@users.noreply.github.com>

* datashare readme t2 config (#13833)

* add readme terraform (#13717)

* adding a new API version for Restore API and adding targetVirtualMachineId field for AzureWorkloadRestoreRequest (#13638)

* copying previous change

* Adding targetVirtualMachineId field for Azure Workload Restore requests

* updating crr version and examples

* removing new api-version

* adding back the new api-version

* removing Snapshot related fields

* updating readme.md

* corrected the path

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* chore: resort custom-words.txt from bad merge (#13868)

* [ApplicationInsights] Fix failure for python SDK (#13875)

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-10-05-preview (#13712)

* Adjustments to API to include validation grouping and updated text.

* Fixed missing curly brace

* adjusted name

* Added basic and standard examples

* adjusted type.

* corrected case for key value

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2021-03-03-preview (#13269)

* Adds base for updating Microsoft.Insights from version preview/2020-10-05-preview to version 2021-03-03-preview

* Updates readme

* Updates API version in new specs and examples

* Add DiagnosticServiceToken API

* Update examples to split tokens for readonly vs readwrite

* Fix accoding to code review feedback

* Update examples due to review feedback from ARM

* add configuration for vmware (#13879)

Co-authored-by: Your Name <you@example.com>

* keyvault t2 config (#13863)

* keyvault t2 config

* keyvault multi-api config

* multi api config

* config reset

* add package version

* hanaonazure t2 readme config (#13880)

* Remove x-ms-azure-resource (#13500)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Juniwang/sr202010401preview (#13664)

* prepare to add new api-version: copy everything from 2020-07-01-preview

* Adding new api-version

* Fix required body and annotate ms secrets

* remove secrets example from swagger

* fix prettier

* add datashare terraform configuration (#13876)

Co-authored-by: Your Name <you@example.com>

* storage readme t2 config (#13881)

* storage readme t2 config

* storage t2 config

* healthcareapis t2 config (#13884)

* typo: APIkeys -> APIKeys (#13641)

* Allow release_policy to be nullable (#13826)

* Fix type of Anserws and Captions (#13872)

* change the value of license header (#13886)

* [Synapse] - library_append API adds comp parameter (#13841)

* [Synapse] - add comp parameter

* Update example files

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Remove 200 response from async operation (#13190)

* Async operation always returns 202 on initial call

* Address review feedback

* Revert "Address review feedback"

This reverts commit 9ae550b95c1082c8383595a943a9abe5990fd4ef.

* add minimal tls version for mariadb (#11779)

* [Synapse] - add Swagger code owner (#13882)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <you@example.com>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <you@example.com>

* Reduce code owner scope for Monitor.Exporters team (#13898)

* [portal]Update readme.python.md (#13907)

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update readme.python.md

* Dev dfp microsoft.dfp 2021 02 01 privatepreview (#13305)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* DFP API specs. Copied from Azure-PPE

* Spelling fix. instnace => instance

* Fix resource provider name to pascal case

* Added '/providers/Microsoft.Dfp/operations'

* Added SystemData (fix R4009 error)

* Fix validation errors

* Prettier fixes

* Removed non-existend parameter sku

* Style fixes in DFP API specs

* Swagger ModelValidation failures fix

* Fix operations API

* Fix operations API validation failure

* 1. Added example for lists operations. 2. made the API preview instead of privatepreview

* Fix path in readme's

* Fix in readme

* Added readonly attribute to systemdata

* Added readonly attribute to systemdata

* Fix in python SDK readme

* Fixes in ListOperations.json examples

* Fixed API version

* Added type to response bodies

* Fix typos in examples (urls)

* Added 201 response into createInstance example

* Renamed RP name from Microsoft.Dfp to Microsoft.Dynamics365Fraudprotection

* Added long-running result for creation instance

* Added nextlink

* Fix in checkNameAvailability definition URL

* Next link parameter

* Using references to common types instead of re-declaring them

* Reused common type. Fixed provisioning state

* Nesting error fix

* Fixed examples

* Fix

* Fix in error response definition

* Rename RP. Fix examples in readme's

* Added http 202

* Added http 202 to examples

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-10-01 (#13818)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-09-01 to version 2020-10-01

* Updates readme

* Updates API version in new specs and examples

* Adding new fields for 2020-10-01

* Updating wording for disablePasswordAuthentication'

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

* Remove name check from client side (#13492)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* Update deviceupdate.json (#13900)

* [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2018-07-01 (#13817)

* Updated api-version

* Removed systemData

* Updated api-version

* Updated the example

* Add EligibleChildResources resource for PIM + update examples (#13803)

* PIM API Specs

* update readme

* Update

* Update readme

* operation id fix

* name fix

* Name changes

* fix

* Fix

* Changes based on docs generated

* Scope fix in example

* Updates for documentation

* Change operation name

* Update examples

* Add expanded properties

* Fix formatting

* Fixes

* Fix

* fixes

* Update the policy specs

* Fix the policy objects and pell checks

* fix the checks

* fix the property

* fix syntax

* Prettier

* Update Examples

* Update Enums

* ADd eligible child resource API specs

* prettier fix

* Update read me files

* update

* update

* fix

* update

* Update Enums

* update

* update

* update

* update example

Co-authored-by: Aman Swaika <amansw@microsoft.com>
Co-authored-by: Gaurav Mishra (IDENTITY) <gamish@microsoft.com>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <you@example.com>

* [Service Fabric Managed Clusters] adding api version 2020-05-01 (#13860)

* initial commit 2021-05-01 to compare with previous version 2021-01-01-preview

* update models

* update examples

* fix isStateless description

* add 2021-05-01 version to readme

* add x-ms-enum to diskType and add missing managedClsuterVersions paths

fix example names

add managed cluster version paths

add default error

* fix clusterversion by version and ClusterState descriptions

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

* Task 9639284: Swagger changes for new UK agreement templates (#13895)

* Task 9639284: Swagger changes for new UK agreement templates

* Renamed as per comments.

Co-authored-by: Umang Shah <umangshah@microsoft.com>

* Confluent new preview version + S360 fix (#13809)

* Adding new API version for Microsoft.Confluent

* Prettier fix

* updated status property in OfferDetail

updated status property in OfferDetail to fix swagger correctness issue

* fix swagger live validation

updated operations response to fix swagger live validation

Co-authored-by: Srinivas <alluri02@users.noreply.github.com>

* [Hub Generated] Public private branch 'juniwang/wps' (#13905)

* Onboarding Azure WebPubSub service

* reference ErrorResponse from common types and adding network ACL

* disable cors, enable feature flags and fix several policy violations

* remove anonymousConnectPolicy since it's not ready for now

* add property publicNetworkAccess per NRP requirement

* revert package-lock.json

* reset package-lock.json

* dns t2 readme config (#13923)

* update readme (#13918)

* add current readmes for generating python form recognizer (#12013)

* add current readmes for python form recognizer

* fix release tag

* updates for multiapi and preview.3

* fix so that gen code outputs in generated folder

* remove tag since swagger not in yet

* unbreak build

* just target preview 3

* don't run track 1 gen with python

* Set x-ms-api-version to false for vaults list (#13924)

* Set x-ms-api-version to false for vaults list (#13925)

* Update event description to include the event name (#13867)

* Update event description to include the event name

* Update readme to include guidelines for defining a new event

* Fix description

* Renamed enum values for SDK auto generation (#13938)

* Renamed enum values for SDK auto generation

* Tabs to spaces

* Newline added

* [Document Translator] update operation names (#13915)

* update operation names

* make body required

* Update ErrorName

* Apply changes to stable

* Fix samples

* fix sample

* Fix glossary sample

* Address comments and update definitions names

* Revert "Task 9639284: Swagger changes for new UK agreement templates (#13895)" (#13946)

This reverts commit ea5bc27ee9cadeb67767d774c82095be2420bcad.

* Adding new preview API for promotions (#11599)

* Adding new preview API for promotions

* Avacado fix

* Fixing JSON

* fixing the promo param

* fixning linting issues

* Fixing JSON

* fixing JSON

* fixing linting issues

* Adding delete 204a

* Adding delete 204

* Adding validation fixes

* fixing spellings

* Linting issues

* running prettier

* ARM review feedback

* Fixing linting issues

* Fixing prettier

* Fixing version

* Fixing SDK

* fixing go sdk

* revert go.md

Co-authored-by: Rishi Kapoor <rishik@microsoft.com>

* Exposing undocumented Databricks workspace properties for fixing S360 issues (#13683)

* exposing storage account name, sku

* Prettier fixes

* Fixing the review comment

* Adding No Public IP related properties

* Updating the remaining properties related to S360

* Fixing review comments

* Fixing Spell Check issue

* hybridcompute readme t2 config (#13910)

* readme t2 config

* hybridcompute t2 readme config

* web readme t2 config (#13909)

* web readme t2 config

* web readme.python t2 config

* Add x-ms-api-version (#13834)

* Update CheckNameAvailability_Available.json (#13914)

* webpubsub t2 config (#13949)

* Update StaticSite.json (#13768)

* Update StaticSite.json

Add private endpoint connections to static site object.

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* increment readme version

* address PR comments

* add examples

* fix examples

* Add data-plane samples creation template (#13528)

* Add data-plane samples

* Simplified template

* webpubsub readme t1 del (#13953)

* Add $(multiapi) to QnA Maker's readme.md (#13819)

Generators were processing every tag when only a single one was desired. This is the common solution to support multi-api SDKs.

* IoT data-plane for drwill-ms (#13964)

* add missing usage.json to v5 sdk tag (#13960)

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

* Add new api version 2021

* remove managedIdentity since we won't support it in this version

* CR comments

* Add default value for contine on errros

* Fix swagger correctness issues

* Fix typo

* resource t2 readme config (#13974)

* Added new API and API version for private DNS zone suffix (#13789)

* Added new API and API version for private DNS zone suffix

* trigger validation pipelines

* Add new API to readme

* Fix ARM pipelines

* Try fix again

* Fix again

* Add Operations API

* Revert "Add Operations API"

This reverts commit 9d4ca9e557763feb3a6089ff9d4c958b3843730e.

* Revert "Revert "Add Operations API""

This reverts commit 7cf197c1d453764f0396713a2ab172a20e35b1c4.

* Revert "Revert "Revert "Add Operations API"""

This reverts commit 05744390e440984da8134b64a979a6e61fb9b7ae.

* Revert "Revert "Revert "Revert "Add Operations API""""

This reverts commit 61b76b1623d9e5796bb8187edf0fc46351e78231.

* Revert "Revert "Revert "Revert "Revert "Add Operations API"""""

This reverts commit 9f55eb4c399eb48a8578906f6bea43b10c91b8be.

* Address review comment from ARM

* Revert "Address review comment from ARM"

This reverts commit cb6d1b01860de72eec80856f64b602c72a1f26a7.

* Revert "Revert "Address review comment from ARM""

This reverts commit 227cf73797ee24a674d76e3ccd2990b84bc8d11a.

* Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API""""""

This reverts commit 34ae6c70a514e0290ffb41f7ddb5bbbd5c6cbee3.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API"""""""

This reverts commit a11c889a65b0fa4257b03a247d75fbea769f4e2c.

* Add previous APIs to tag

* Retrigger build

* fix service name for Java (#13979)

* Add optional param - private DNS zone to server API (#13716)

* Add optional param - private DNS zone to server API

* Follow comment to resolve go sdk issue.

* [Hub Generated] Review request for Microsoft.Synapse to add version preview/2021-04-01-preview (#13874)

* Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* add changed files for kustoPool

* Ravi changes to fix LinDiff validation

* Add Itay Sofer's changes

* filizt comments mid-way

* Remove clouderror and resplace with "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"

* Add IotHubDataConnection and EventGridDataConnection

* Modify PUT to OK, CREATED, ACCEPTED

* Change from provisioningState to ResourceProvisioningState

* Add BlobStorageEventType

* Remove 202 when creating a KustoPool

* Change PUT/PATCH 202 responses

* Remove 202 in PATCH/PUT operations where having both 200 & 201

* Add "isIdentityCertExprired" to custom-words.txt

* Remove isIdentityCertExprired from custom-words.txt

* Add Exprired to cSpell.json

Co-authored-by: Amit Elran <amelran@microsoft.com>

* Removing x-ms-flatten property (#13929)

* manual changes for swagger

* changes for long-running operations

* changes for validate for backup and restore

* removing 204 from operationResults

* changes for a monitoring

* adding format

* removing date-time from duration

* changing to readonly

* changes for listRPs

* fixes swagger

* reverting readonly for scheduleTimes

* fixes for checkgates

* prettier fixes

* cahnges for friendlyname checks

* fixing gates

* removing tracking-via

* model validation fixes

* powershell changes

* adding stable version

* changes for PatchResourceRequestInput

* change for req fields

* changes for description

* changes

* Updated swagger json for item level restore target info objects

* Fixed spelling errors

* Added missing required properties

* removed auth credentials property

* prettier fixes

* Prettier fix

* pr comments fixes

* fixing readme

* changes for go readme

* Removed x-ms-flatten property (#2)

* removed flatten prop

* removing x-ms-flatten

* removing friendlyName from req prop

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>
Co-authored-by: FAREAST\zakinkh <zakinkh@microsoft.com>

* confidentialledger readme t2 config (#13981)

* Additional 7.3-preview parameter name clean up (#13913)

* Enable multivariate anomaly detection (#13973)

* add multivarite

* add v1.1-preview

* reformat changepoint example

* change typo in readme

* fix prettier-check error

* add export model example

* fix prettier error

* [Azure Search] Add Knowledge Store feature to swagger (#13911)

* introduce knowledge store swagger

* add knowledge store to 2020 apis

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* make skillset count optional, and add it to 2020 GA Swagger (#13990)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* Adding support for message properties in ACS Chat (#13939)

* Initial commit (copying over stable API version)

* Making changes to support message metadata

* Added 201 response code for patch operation (#13956)

Co-authored-by: Akash Keshari <akkeshar@microsoft.com>

* Adding autoMitigate flag with false as default value (#13109)

* deploymentmanager - clean up duplicate parameters outside of method (#13948)

* clean up duplicate parameters outside of method

* maintain python order

* fix typo in Synapse (#13994)

* OperationalInsights - update readme files for cli extension update (#13999)

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* added Tables new api version

* changed bool to boolean types

* prettified jsons

* fix erroes in swagger

* undo changes to 2020-03-01-preview version

* pr fixes

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* changed ErrorResponse to default ErrorResponse without ref to local definition

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed SystemData

* creatted a new package containing all latest swagger files for publishing new SDK

* removed package 2021_02 and set default packate to 2020_10

* removed 2 packages

* removed DataCollectorLogs.json from readme.md 20202.10

* added empty line to try invoke pipeline validations that havent run

* Delete Tables.json

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* merge

* prettified jsons

* undo changes to 2020-03-01-preview version

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed whitespaces

* changed DataExportErrorResponse to common
.../v2/types.json#/definitions/ErrorResponse

* changed all Error response of 2020-08 to common definition

* added readme.az.md file for cli extension code generator

* added readme.ad.md with the same naming convention as in readme.python.md
added readme.cli.md file
updatted readme.md file with the new azure-cli-extensions tag
all updates were done by following: https://github.com/Azure/autorest.az/blob/9ed1aabd353385f8bdffbfa9f3892478111a029c/doc/how-to-author-readme-file.md

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [Cognitive Services Metrics Advisor] add missing required for allOf entities (#13957)

* add missing required for allOf entities

* fix incorrect required properties

* 7.2-Preview to GA (#13919)

* 7.2-Preview to GA

* Update packages to point to stable

* Readd exportable and update description

* Update description for exportable in preview versions

* Fix operation results contract for Tenant Git operations (#13903)

* fix operation results contract

* fix sync state contract

* iothub t2 readme config (#13980)

* iothub t2 readme config

* iothub readme t2 config

* iothub t2 readme config

* Making Offer details and User Details required properties (#13985)

* Making Offer details and User Details required properties and removing abandoned tag

* fix python configuration

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* cosmosdb t1 config del (#14008)

* Fixing issue with missing filter documentation in Access Review APIs (#13892)

* fix cred issue. block to merge in DSMainDev (#14014)

* fix serivce name for java (#14007)

* maintenance readme t2 config (#13982)

* maintenance readme t2 config

* readme t1 config

* [Service Fabric Managed Clusters] fix api 2020_05_01 (#13961)

* Use enums  and add missing properties

* model enum as string

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

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

* add isIsolated and channelSchemaTransformationVersion

* rename

* add v2 priavatelinks (#14026)

* copied from v1/privatelinks.json

* bump version

Co-authored-by: jianyexi <jianyxi@microsoft.com>

* APIM: improve developer portal operations docs (#13941)

* APIM: improve the documentation for dev portal operations

* Minor changes

* Removing OData parameters from the stable API version

* Remove new query params

* hotfix on extended location hierarchy (#13943)

* [Hub Generated] Public private branch 'wps' (#14002)

* Add webpubsub swagger

Add custom words

Update webpubsub.json

Update webpubsub.json

Resolve comments

Update webpubsub.json

resolve comments

Update operationId for existence check

[wps] update python generation section and client name for all languages (#1)

* add python stuff

* make title across languages the same

* Update version

* Update some constraints

* Update webpubsub.json

* rename to GetServiceStatus

* Update readme.md

* Update readme.md

* Update readme.md

* [Hub Generated] Review request for Microsoft.SecurityInsights to add version preview/2021-03-01-preview (#13563)

* Copied from 2019-01-01-preview version

* Updated references to common types

* Add itemsSearchKey field to Watchlists

* Add missing label definition

* Make itemsSearchKey as required field

* Formatting fixes

* Fix Prettier and Avocado errors

* Fix Lint error (subscription level resource)

* Update description and example for CreateOrUpdate watchlists and bulk create watchlist items

* Update Api version in examples

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

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

* Updates readme

* Updates API version in new specs and examples

* updated default package in readme.md to 2021-03

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* Updated required and default fields in Action Groups spec (#13677)

* Updated error response for Action Groups API

* spacing

* added missing fields to Action Group Resource spec

* Added missing fields for action group resource in older version

* Updated "resource" name

* Removed changes to errorResponse

* Removed errorObject

* format

* Updated required and default fields in Action groups spec

* Update default value to boolean

Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <rirajend@microsoft.com>
Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* Remove AML Compute File Server (#13944)

* Remove AML Compute File Server

* update

* update

* update

* update

* Cost Management: Reservation Recommendations API: Add multiple missing properties in specs (#13967)

* added totalCost, properties.resourceType, properties.subscriptionId, and eTag to various RiRec dfinitions

* moving eTag  property to right place

* remove duplicate description

* remove track1 configure (#14044)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* New API version (2021-02-10) for recovery services site recovery (#13525)

* Adding old API version(2018-07-10) to new folder for 2021-20-10

* all changes for swagger (2021-02-10)

* read me and custom word changes

* Ayesha's comments addressed

* adress PR comments from ayesha

* Adding suppressions

* fixing custom words

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13636)

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

* Updates readme

* Updates API version in new specs and examples

* Update readme.md

changing read me to include date too in tag

* cahnging examples API version to 2021-02-10

* fix read me syntax

* TaskStepProperties swagger fix (#13971)

* Adding "assignmentState" property to scope model in access review APIs (#14039)

* iothub readme.python package version change (#14043)

* iothub readme.python package version change

* multiapiscript add

* clear output folder

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* Bump y18n from 4.0.0 to 4.0.1 (#13704)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update (#14061)

* package-templatespecs-2021-03-preview tag added (python) (#13958)

* Added tag

* nit: ordering

Co-authored-by: Dania Etienne <daetienn@microsoft.com>

* Use 2014-04-01 replication link specs in V5 SDK (#14058)

* Use 2014-04-01 replication link specs in V5 SDK

* remove legacy file.

* Update cSpell.json for Key Vault 7.2 (storage) (#14060)

* automanage readme t1 del (#14029)

* automanage readme t1 del

* automanage readme t1 del

* readme.md t1 config del

* add missing reference (#13904)

* databoxedge readme modification (#14063)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13635)

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

* Updates readme

* Updates API version in new specs and examples

* fixing merge issue

* removing vault usages from 2021-02

* Adding back vault usages

* updating readme

* updated etag to eTag (#13968)

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-12-01 (#13931)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-10-01 to version 2020-12-01

* Updates readme

* Updates API version in new specs and examples

* Adding new spot VM fields

Co-authored-by: Joshua McCarthy <jmccarthy@microsoft.com>

* Add FaceAPI PersonDirectory spec updates to preview v1.0 (#13766)

* Add FaceAPI v1.0-preview

Add a preview version of FaceAPI specs intended for public preview.
Contains existing spec in v1.0 plus PersonDirectory feature changes.

* Fixes after running validation

* Fixing validation

* Fixes 2

* Fixes 3

* Add PersonDirectory examples and fix routes

* Fixes 4

* Fixes 5

* Fixes 5.5

Co-authored-by: Yang Chen <yachen4@microsoft.com>

* Update the name and format of a parameter for randomnumbers (#14017)

* Update the name and format of a parameter for randomnumbers

* Change the parameter name from 'bytes_length' back to 'bytesLength'

* Amalladi/extendedlocation update (#13849)

* Updating Specification to remove 400 Badrequest from Swagger File

* Removing 400 status code from examples

* Removing private preview API version from Repo

* Removing 2020-07-15-privatepreview tag from ReadME files

Co-authored-by: Aditi <amalladi@microsoft.com>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* Revert "remove track1 configure (#14044)" (#14047)

This reverts commit 867165cc24d81c487ad186c998c46ba55f81c77b.

* adding role assignment (#14077)

* add connectionPolicy spec back to V5 SDK (#14088)

* modification (#14087)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-04-01-preview (#13710)

* Adds base for updating Microsoft.DocumentDB from version preview/2021-03-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* adding Services APIs

* more changes

* updated examples

* prettier and readme updates

* importing changes missed from old versions

* nits

* fixing semantic validation

* fixing linter

* fix

* more fixes

* adding list operation and default error response

* specifying format integer

* attempt to fix sdks

* address arm comments and fix ci

* fixes

* fix

* try to fix ci

* fix examples

* .\services.json

* adding additionalProperties back to ServiceResouce

* adding additionalProperties back to ServiceResouce

* fix

* fix sdks

* fix linter

Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

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

* Adds base for updating Microsoft.Maps from version preview/2020-02-01-preview to version 2020-02-01

* Updates for 2021-02-01 api version swagger

* creator swagger fixes

* fix model examples

* nextLink, uniqueId

* build fixes

* fixing listkeys

* fix long running operations

* fixing spelling

* fixing async behavior and examples

* updating arm region

* reset package-lock

* [Hub Generated] Review request for Microsoft.Media to add version preview/2021-05-01-preview (#13838)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy Signed off 2021-03-01 swaggers here

* Update swaggers to 2021=05-01-preview

* add missing examples

* update title

* fix Operation id

* fix video analyzer examples

* update Video swagger

* add format for $top

* remove unnecessary example file

* use chackname definitions from types.json

* fix segment length readonly

* change getStreamingToken to listStreamingToken, getProvisioningToken to listProvisioningToken

* fix the example file name

* fix a readonly issue with a video property

* make type readonly

* edits to descriptions

* adding missing descriptions

* address review feedback,

* few cleanup for update class

Co-authored-by: Christopher Bennage <bennage@microsoft.com>

* Include the preview version of resource changes and resources history… (#14084)

* Include the preview version of resource changes and resources history APIs

* Address the review feedback on releasing the new package version.

* Update readme for Synapse management SDK May release (#14054)

* Update readme for Synapse management SDK May release

* Add package-2021-05-preview

* Address comment

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* removing read only property, no longer in use - NOT a breaking change (#13812)

* resources readme.python t2 config (#14091)

* peering readme t2 config (#14106)

* Remove replicationLinks_legacy.json (#14095)

PR #14058 removed this file: replicationLinks_legacy.json, removing from the schema config to prevent schema generation failures.

* Support sheet index in excel (#14062)

* Enable excel in public swagger

* update

* rollback dataflow change

* Support sheet index in excel

Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>

* Adding 2021-05-01 api-version to Template Specs (no changes over last preview spec) (#14065)

* Copy existing 2021-03-01-preview specs to new 2021-05-01 stable version (no schema changes)

* Changing api-version within specs to 2021-05-01

* Adding package tag for new stable version to readme.md, but not making it a default (yet)

* Fix SecurityInsights Go SDK versioning (#14030)

* Fix SecurityInsights Go SDK versioning

* rename stable api version tag

* remove 'only' from tags with full functionality

* chore: Move typo supression in RecoveryServices (#14120)

* Add missing Zone mapping property to Microsoft.Resources (#13936)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* add zoneMappings to ResoursesType

* backfill older versions of swagger with zonemapping property

* [Application Insights] Resolve duplicated definition names to fix track2 SDK generation error (#13951)

* Fix duplicate name

* Update readme.md

* Update readme.md

* Update and rename workbookOperations_API.json to aiOperations_API.json

* Update readme.md

* Update workbooks_API.json

* Update readme.md

* Update readme.python.md

* Update readme.md

* Update readme.md

* Update readme.md

* Rename aiOperations_API.json to workbookOperations_API.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

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

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

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

* Update swagger for SSIS-IR to support user-assigned managed identity (#14114)

Co-authored-by: Hongxian Yao <hoyao@microsoft.com>

* postgresql readme t2 config (#14067)

* Dev mediaservices microsoft.media 2021 05 01 (#13676)

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

* Updates readme

* Updates API version in new specs and examples

* [AMS] new 2021-05-01 release for Account service in AMS

* add missing example files

* fix the api version and missing example files

* Create a new Update definition to fix the "R2016 - PatchBodyParametersSchema "

* fix respnse

* fix update example

* add the 2016 supression for new tag as well.

* mixedreality t2 readme config(wave4) (#14105)

* mixedreality t2 readme config

* t2 config del

* [python] t2-confidentialledger config (#14144)

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md (#14145)

* update elastic swagger  (#14076)

* Update elastic.json

* added new examples

* taking the files from rpsaas master

* added suppression in readme

* [Cosmos DB] Introduce new api version 2021-04-15 (#13873)

* [Cosmos DB] Introduce new api version 2021-04-15

Initial Commit

* Updated for 2021-04-15

* Dummy Commit

* Fixing privatelinkresources.json

* Removing ErrorResponseUpdatedFormat

* Suppressing systemData check

* Relay - Fix typo in the NetworkRuleSet path (#13962)

* Relay - Fix typo in the NetworkRuleSet path

* Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version

* [Hub Generated] Review request for Microsoft.Portal to add version preview/2015-08-01-preview (#12732)

* Fixing properties in dashboard parts

* Updating Dashboard part metadata

* Updating based on prettier fixes

Co-authored-by: Himanshu Chandel <hich@microsoft.com>

* resources t1 config add (#14146)

* t1 config add

* package version

* [Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-05-01' (#14148)

* Adds base for updating Microsoft.Maintenance from version preview/2020-07-01-preview to version 2021-05-01

* Updates readme

* Updates API version in new specs and examples

* Added system data properties.

* Fixed lint error.
Added documentation.

* Use Host Maintenance scope and api version in exmaple.

Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com>

* Add Test Base Swagger Spec from RPSaaSMaster (#14113)

Co-authored-by: Bin Yu <biy@microsoft.com>

* rename property: change category to categories (#13883)

* Edit description of Update Iot Hub Resource Api (#13080)

Co-authored-by: Harini <codebyh.365@gmail.com>

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

* Adds base for updating Microsoft.RecoveryServices from version stable/2018-07-10 to version 2021-03-01

* Updates readme

* Updates API version in new specs and examples

* Update webpubsub.json (#14096)

* add dataFeedId in AnomalyResult and IncidentResult (#14127)

* add dataFeedId in AnomalyResult and IncidentResult

* fix examples

* Add new version 2021-03-31-preview1 for ACS Auth (#13965)

* Add new version 2021-03-31-preview

* Set required body

* Add all paths to new version

* Update description for property of TeamsAccessTokenRequest model

* Change version from 2021-03-31-preview to 2021-03-31-preview1 following standards https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/16790/Versioning

* Rename folder

* Update method description

* remove Turn endpoint

* Add examples

* Update readme

* Omit the word "skypetoken" from swagger

* Link example

* Update description and path for a new endpoint

Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com>

* Added example gneration document links (#14151)

* purview scanning service (#14021)

* purview scanning service

* Add custom words for spellcheck

* fix config files and add endpoint param

Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
Co-authored-by: iscai-msft <iscai@microsoft.com>

* MG RP new API versions: 2020-10-01 and 2021-04-01 (#13897)

* API 2020-10-01 with 2020-05-01 files

* 2020-10-01 API changes

* 2021-04-01 API version with 2020-10-01 files

* Changes for 2021-04-01 API

* PR fixes

* Fixed issues with model

* PR fixes

* Latest (#13917)

* Pick up previous Swagger Fix in 2019-09-01 version (#14092)

* Add missing swagger fix

* Fix bad copy-paste

* update the some capitalized words in the description

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event (#14049)

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event

* Removing contentLength/Offset from Microsoft.Storage.BlobTierChanged data schema

* Removing BlobTierInfo from BlobTierChanged and adding new event Microsoft.Storage.AsyncOperationInitiated

* adding ContentLength for BlobTierChanged and AsyncOperationInitiated events

* [Hub Generated] Review request for VideoAnalyzer.Edge to add version preview/1.0.0 (#13682)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy old LVA swaggers

* Rename old swaggers to new file names

* Update LVA swaggers with new AVA swagger

* fixed some paths and capitalization

* fix prettier check issues

* fixing a Pascal casing

* Updating swaggers to latest

* fix linting issue

* removed an unused definition

* Service fabric Client API 8.0 (#14011)

* spell checked and linted.

* updated tag version.

* reverted change outside of SF folder.

* updated version in swagger.

* changed credential issues.

* changed 1 more that looks like a credential.

* Kusto pools principal assignment (#14079)

* kustoPool PrincipalAssignments

* fixed list principal assignments

* principalAssignment list example

* principalAssignment get example

* KustoPoolPrincipalAssignmentsCreateOrUpdate

* KustoPoolPrincipalAssignmentsDelete

* databases PrincipalAssignments

* minor change

* KustoPoolDatabasePrincipalAssignmentsList

* KustoDatabasePrincipalAssignmentsGet

* KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate

* KustoPoolDatabasePrincipalAssignmentsDelete

* fixed example ref

* added system data

* kustoPoolCheckNameAvailability

* KustoPoolsCheckNameAvailability example

Co-authored-by: Itay Sofer <itsofer@microsoft.com>

* [Service Fabric Managed Clusters] fix api 2021_01_01-preview (#14012)

* Update preview api to disable broken properties and to add property that is working

* Update managed cluster description

* Add New Data Model RuleCollection to NetworkManager (#13827)

* Add New Data Model RuleCollection to NetworkManager

* fix typo

* test

* test

* Fix discriminator

* fix type

* Fix discriminator

* Fix type

* fix type

* Fix type

* Fix discriminator

* Fix discriminator

* fix type

* fix type

* Fix bug

* Fix type

* Fix format

* Fix name

* Fix name

* fix spell

* fix description

* Fix spell

* change to kind

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* Fix post body

* Fix as comments

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* change rule kind

* Fix as comments

* Fix as comments

* update lastest version

* Update type

* Update Skiptoken

* Fix discription

* Fix NG

* Fix NG

* add more example

* [python]Update readme.python.md for postgresql (#14182)

* Update readme.python.md

* Update readme.python.md

* Remove all schema readme (#13885)

* Remove all schema readme

* process new rp

* Remove after_scripts

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

* Adds base for updating Microsoft.AlertsManagement from version stable/2019-06-01 to version 2021-04-01

* Updates readme

* Updates API version in new specs and examples

* first commit

* some fixes

* try without alert management

* revert change to name of namespace

* Resolve lintdiff issues

* remove the copy of files and reference alert managment previous version

* update description of subscriptionId to solve error

* attemp to remove AlertsManagement from the package

* revert (put back AlertsManagment)

* add tags for go SDK release v54.0.0 (#14161)

* add tags for go SDK r…
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-go that referenced this pull request Apr 18, 2022
Dev cost management microsoft.cost management 2022 02 01 preview (#17856)

* Add new Azure Object Anchors API version 0.3-preview.0 (#17117)

* add 0.3-preview.0

* fix INVALID_FORMAT

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2021-08-08 (#17162)

* Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-08-08

* Updates readme

* Updates API version in new specs and examples

* 1. added input files to new tag
2. changed alerts management client tag to the new tag

Co-authored-by: Liran Englender <lienglender@microsoft.com>

* Add batch tag for streamanalytics readme.go.md (#17191)

* Add batch tag for streamanalytics readme.go.md

* fix

* S360 - fixing pending 3 Swagger KPIs (#17195)

* Update ResourceHealth.json

fixing Swagger changes

* Update ResourceHealth.json

fixing PR checks

* Create Operations_List.json

add new file

* Add AML skill to preview swagger for Search Service (#16910)

* add aml skill to preview swagger for search service'

* update

* Fixing S360 issues (#17014)

* Fixing S360 issues

* Fix style

* Add specs for ACS Chat preview7 (#16887)

* Baseline using previous API version

* Updates for preview7

* Update readme.md

* Prettier fix

* Fix readme

* Fix example for update-participant

Co-authored-by: Po Tsang <tsangpo@microsoft.com>

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService (#17036)

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService

* update

* revert some change

* Device update public preview refresh (#17205)

* Batch2: approved PR 4891

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

* Batch3: minor updates (PR 5556)

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

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* Azure Synapse Workspace PublicNetworkAccess Fix (#17210)

Co-authored-by: Nikhil Kumar <nikhilkumar@microsoft.com>

* 2021-08-01-only (#17224)

* [NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples (#17157)

* Fix volumeGroups tag, bakcup properties creationDate and examples

* Fix Staging model validations

* Example ref

* Microsoft.OperationalInsights: 2021-12-01-preview (#17138)

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* code review changes.

* Update Tables.json

* Update Tables.json

* OperationalManagement: 2021-12-01-preview

* more fixes.

* Update Clusters.json

* Tables: Sentinel+CLV2 changes.

* Tables: More descriptions.

* removing un related child resources.

* Create OperationsListByTenant.json

* Update Tables.json

* Update TablesGet.json

* Add systemData example.

* Model fixes + pretty

* adding description to ip data hint.

* Update Tables.json

Co-authored-by: Dudi Likvornik <dulikvor@microsoft.com>

* [DO NOT MERGE ] Introduce new scanners resource type (#17107)

* introduce new scanners resource type

* fix error

* fixing errors

* fixing errors

* fix error

* fixing errors

* fixing comments

* adding new tag

* Azure Batch 2022-01-01.15.0 Data Plane Update (#16960)

* Initial commit for comparison

* Update BatchService Swagger file

PR Feedback

* Update examples

Ran prettier

* Updated readme

Fixed tag

* Language API for TA (2021-11-01-preview) (#16256)

* WIP for language api spec for TA

* Updated preview version number; finished up async definitions

* Finished first draft of full spec

* Finished first draft of full spec, minus FHIR structuring in HC output

* Removed features not included in 2021-11-01 preview

* Update custom text tasks TODOs

* Moved common definitions to TA-specific definitions

* Added custom text tasks to JobManifest

* Addressing feedback from PR comments and internal review

* Addressed some PR comments

* Updated some remaining references to documents

* PR comments

* Updated a previous change

* Reverted references to 'records' back to 'documents'

* A few small updates to examples; removed base Task type to simplify structure

* PR comments

* Addressed TODO items; removed LD-related objects (will be added in another preview)

* Fixed anonymous types

* Removed required field for body in POST request

* Fix prettier check

* Added a few more details; experimental change for documents property

* Ran prettier

* Correction to AnalysisInput object

* PR comments

* Added custom entities task to examples

* PR comments

* Prettier check

* Troubleshooting model validation failure

Co-authored-by: Abigail Hartman <Abigail.Hartman@microsoft.com>
Co-authored-by: Kareem Yousef <kayousef@microsoft.com>
Co-authored-by: Abby Hartman <abhahn@microsoft.com>

* Fix flipped order in Face generated models (#16846)

* Fix flipped order in Face generated models

The recent change changing a nested parameter from optional to required
caused the AutoRest generated model to have a reversed order of two
string arguments. Expanding the nesting for affected models to avoid
breaking changes.

* Fix malformatted examples

* Update Resources.json (#16996)

* Update Resources.json

* Specify additionalProperties type

* CDS component type update - mismatch between swagger and code values  (#17183)

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2020-12-01-preview (#13609)

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* FixS360 | Microsoft.Billing (#13771)

* fixing billing accounts and operations

* adding total count.

* typo fix

* fixing spell check and prettier

* Vakuncha changingcsharpreadme (#13806)

* Update readme.csharp.md

* Update readme.csharp.md

* [aks] fix vm size model and osDiskType description  (#13763)

* fix: agent pool vm size should be string, not enum

* fix: osDiskType default description for >= 2020-11-01

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-03-01-preview (#13267)

* init

* fix format

* sync

* read only

* fix sample

* fix

Co-authored-by: Teng Pan <tepa@microsoft.com>

* storagesync readme t2 config (#13810)

* storagesync readme t2 config

* storagesync readme.python t2 config

* Updated SAS swagger with latest changes. (#13439)

* Fixed hostname in the Offazure swaggers.

* added newest swagger from service repo. This contains PE changes too.

* rewritten swagger changes on existing swagger

* some fixes to swagger

* added examples.

* fixes

* edit

* edit.

* fixes

* minor fix

* edit

* edit

* edited default api version tag

* Dev weather microsoft.maps 1.0 (#13796)

* Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true

* Revert changes to package-lock.json

* Fix spelling error

* Adding Azure Object Anchors error codes for IngestionProperties (#13787)

* Added Azure Object Anchors error code field to IngestionProperties

* Fixed spacing in example

* Moved changes to new version

* Addressed version mismatch, spacing

* Fixed versions on examples

* Readonly error code

* Seeing if readonly error code is breaking

* Revert "Seeing if readonly error code is breaking"

This reverts commit c0b16f07c4a46a07fc7831a1735bb290804242ea.

* Model error code as string

* Renamed examples to asset conversion nomenclature

* Fixed rename issues

* Fixed issue #9593 (#13262)

* Fixed issue #9593

* Removed redundant PrivateEndpointConnectionProperties attribute

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-05-01 (#13800)

* Fixed Swagger Validation Errors

* Fixed Model Validation

* [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13788)

* Fixed Swagger Validation Errors

* Fixed Type

* Fixed Type

* Fixed Setting Properties

* Fixed Punctuation

* Removed Item

* Added Items Properties

* Fixed Required Property

* azurestack wave4 t2 config (#13813)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version. (#13490)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version.

* Add system metadata to tracked resources in "Microsoft.AppConfiguration".
Updated ConfigurationStore to reference the common tracked resource type definition.

* Added disableLocalAuth property.

* Add new api version swagger to readme.

* Added/updated examples and added suppressions for standardized APIs.

* Fixed prettier.

* Add missing property fileStorageSkuName into MySQL Flexible Server spec (#13693)

* appplatform t2 readme config (#13829)

* customproviders t2 readme config (#13831)

* Update readme.csharp.md (#13807)

* [Sentine][Data connectors][Fix correctness bug] (#13175)

* update required fields

* update required fields

* Explicitly define KeyCreationTime in Feb21 (#13757)

* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example

* Add Microsoft.M365SecurityAndCompliance RP (#13646)

* Add Microsoft.M365SecurityAndCompliance RP

* fix datetime and common-types file path

* update common-types file path

* add preview path in readmego

* replace stable with preview

* remove duplicate tags

* refer MIPPolicySync json in readme

* service name for java (#13837)

* Dev keyvault microsoft.key vault 2021 04 01 preview (#13585)

* Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Open API change for Managed Hsm private endpoints feature (#12938)

* Open API change for Managed Hsm private endpoints feature

* Fixing spell check errors

* Fixing spell check errors

* Prettier fixes

* Fixing swagger validation errors

* Fixing systemData property reference

* Adding publicNetworkAccess property based on private endpoint requirement.

* GET responses following a successful DELETE should be returning 404. … (#13054)

* GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).

(cherry picked from commit b752a19c6cc1f8a8eed9f106e2c77b8d5b5db19f)

* Removing 404 as it is taken care by default response.

* Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282)

* Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC

* Fixing validation issues.

* Fixing errors in properties in example jsons

* Delete keyvault.json

Deleted an errant json file

* Fixed misspelling of property in examples

* Fixed x-ms-examples naming, fixed camelcasing

* Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate

* Added schema definitions for 404

* Removed 200 for purge

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Addressing Comments for PR 13585 (#13586)

* Removed 404s to allow requests to fall through to default

* Removing 404s from examples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Added deletedmanagedhsm object to examples and managedhsm.json (#13591)

* Added deletedmanagedhsm object to examples and managedhsm.json

* Fixing error in references to correct values

* Changed vaultId to mhsmId in exmaples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Try to use the common type for SystemData (#13723)

* Add SystemData property for KeyVault

* 04012021 fix schema (#13749)

* Resolving conflict with custom-words.txt

* Add 2021 preview to azureresourcechema, add suppression to readme

* Add 2021 preview to azureresourcechema

* Merging custom-words.txt

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Add missing default error response (#13762)

* Fix Lint error (#13765)

* Add missing default error response

* Update the integer format to fix Lint error

* Add securityDefinitions

* Added python tag for 2021 preview (#13805)

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (#13822)

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs

(cherry picked from commit c1c5aebfb98cacd0a4ee5596fb7b0d9f782a9a3e)

* prettier fix

* Add suppression for SystemData (#13835)

* Add suppression for SystemData

* Fix linting error R4036 - ImplementPrivateEndpointAPIs

* specify the suppression for SystemData

* Revert "specify the suppression for SystemData"

This reverts commit cbebab81ab08ec1a29b41c891c58cf08ff2eb3c4.

Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com>
Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com>
Co-authored-by: Soohwan Kim <sookim@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <you@example.com>

* add tags back in the adp readme (#13850)

* Add device principal type (#13799)

* copy files from previous version

* add device principal type, update versions

* fix

* system data requirement

* Added CheckNameAvailability, Identity, systemData, used ErrorResponse v2 in DeviceUpdate (#13750)

* Update deviceupdate.json

* Update deviceupdate.json

* Add files via upload

* Update deviceupdate.json

* Update deviceupdate.json

* Update Accounts_Update.json

* Update Accounts_Create.json

* Update Instances_Create.json

* Update deviceupdate.json

* Linux line ending

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update deviceupdate.json

* Update deviceupdate.json

* fixed typo in the example files (#13764)

* Update CODEOWNERS (#13795)

Updating list of Azure Cognitive Search team members

* Update GenerateDetailedCostReportBySubscriptionAndTimePeriod.json (#13772)

Update example data

* [Hub Generated] Public private branch 'stuartko/Mar21_NewTSVersion' (#13811)

* Adding version 2021-03-01-preview (copy of previous version)

* Adding new metadata property

* Adding uiDefinition property.

* Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality.

* Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates".

* Swagger changes for 2021-02-01-preview api version (#13794)

* Copy existing preview version

* Changes to databoxedge json file

* Update readme files

* Correct Spell Check

* Fix Readme.go error

* Update examples

* Update all schemas.md files (#13862)

* typo: implmentation -> implementation (#13644)

* Add MongoDB/MongoDBAtlas sink (#13669)

* Add MongoDB/MongoDBAtlas sink, add disableMetricsCollection in read/wirte properties

* Revert disableMetricsCollection related changes

* Azure ML new API version 20210401 (#12981)

* Add Identity to createWorkpace example

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* revert change on transitivePE and notebookKeys

* revert change on transitivePE and notebookKeys

* add new stable version 2021-01-01

* add ListNotebookAccessToken

* add primaryUserAssignedIdentity

* fix missing properties and apis

* fix one more missing property

* 202 status for start and stop CI

* make resync keys long runnin operation in version Jan2021

* resync keys 204

* update resync keys example

* Dont throw 204 for resync

* update resync keys

* Formatting

* revert Jan2021changes and add new version

* start apr2021 version for azure ml rp

* undo remove new line in jan2021

* use systemData definition in common

* removed old files

* fix small swagger bugs

* run prettier

* remove reference to sku

* update readme

* minimum agentCount should be 0

* add createdOn and ModifiedOn to compute properties

* add LoadBalancerType to aks compute

* add isNotebookInstanceCompute to virtualMachine

* add leafDomainLabel to SslConfiguration

* add overwriteExistingDomain to SslConfiguration

* add synapseSpark as supported compute-type

* update patch compute response to 202

* remove location from example responses

* Revert "remove location from example responses"

This reverts commit 048bf2551513afae842a9c4fbb5861aeddc6c33a.

* MachineLearningCompute_Update should have a 200 response

* sys data to use local def due to naming conflicts.

* Fix enum casing

* Fix operationId PR comment.

* Change opId in apr version

* remove 20210401 for easy review

* only change api version

* merge changes for 20210401 version

* Add x-ms-discriminator-value for Synapse spark

* camelcase loadbalancer properties

* add createdOn and Modified on to examples

* address AvoidAnonymousTypes error for SynapseSpark

* Minor fixes + new property

* Remove subscription state.

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>
Co-authored-by: Vinay Rajmal Soni <vison@microsoft.com>
Co-authored-by: jopet@microsoft.com <jopet@microsoft.com>
Co-authored-by: Josh Peterson <15050193+joshanator@users.noreply.github.com>

* datashare readme t2 config (#13833)

* add readme terraform (#13717)

* adding a new API version for Restore API and adding targetVirtualMachineId field for AzureWorkloadRestoreRequest (#13638)

* copying previous change

* Adding targetVirtualMachineId field for Azure Workload Restore requests

* updating crr version and examples

* removing new api-version

* adding back the new api-version

* removing Snapshot related fields

* updating readme.md

* corrected the path

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* chore: resort custom-words.txt from bad merge (#13868)

* [ApplicationInsights] Fix failure for python SDK (#13875)

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-10-05-preview (#13712)

* Adjustments to API to include validation grouping and updated text.

* Fixed missing curly brace

* adjusted name

* Added basic and standard examples

* adjusted type.

* corrected case for key value

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2021-03-03-preview (#13269)

* Adds base for updating Microsoft.Insights from version preview/2020-10-05-preview to version 2021-03-03-preview

* Updates readme

* Updates API version in new specs and examples

* Add DiagnosticServiceToken API

* Update examples to split tokens for readonly vs readwrite

* Fix accoding to code review feedback

* Update examples due to review feedback from ARM

* add configuration for vmware (#13879)

Co-authored-by: Your Name <you@example.com>

* keyvault t2 config (#13863)

* keyvault t2 config

* keyvault multi-api config

* multi api config

* config reset

* add package version

* hanaonazure t2 readme config (#13880)

* Remove x-ms-azure-resource (#13500)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Juniwang/sr202010401preview (#13664)

* prepare to add new api-version: copy everything from 2020-07-01-preview

* Adding new api-version

* Fix required body and annotate ms secrets

* remove secrets example from swagger

* fix prettier

* add datashare terraform configuration (#13876)

Co-authored-by: Your Name <you@example.com>

* storage readme t2 config (#13881)

* storage readme t2 config

* storage t2 config

* healthcareapis t2 config (#13884)

* typo: APIkeys -> APIKeys (#13641)

* Allow release_policy to be nullable (#13826)

* Fix type of Anserws and Captions (#13872)

* change the value of license header (#13886)

* [Synapse] - library_append API adds comp parameter (#13841)

* [Synapse] - add comp parameter

* Update example files

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Remove 200 response from async operation (#13190)

* Async operation always returns 202 on initial call

* Address review feedback

* Revert "Address review feedback"

This reverts commit 9ae550b95c1082c8383595a943a9abe5990fd4ef.

* add minimal tls version for mariadb (#11779)

* [Synapse] - add Swagger code owner (#13882)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <you@example.com>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <you@example.com>

* Reduce code owner scope for Monitor.Exporters team (#13898)

* [portal]Update readme.python.md (#13907)

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update readme.python.md

* Dev dfp microsoft.dfp 2021 02 01 privatepreview (#13305)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* DFP API specs. Copied from Azure-PPE

* Spelling fix. instnace => instance

* Fix resource provider name to pascal case

* Added '/providers/Microsoft.Dfp/operations'

* Added SystemData (fix R4009 error)

* Fix validation errors

* Prettier fixes

* Removed non-existend parameter sku

* Style fixes in DFP API specs

* Swagger ModelValidation failures fix

* Fix operations API

* Fix operations API validation failure

* 1. Added example for lists operations. 2. made the API preview instead of privatepreview

* Fix path in readme's

* Fix in readme

* Added readonly attribute to systemdata

* Added readonly attribute to systemdata

* Fix in python SDK readme

* Fixes in ListOperations.json examples

* Fixed API version

* Added type to response bodies

* Fix typos in examples (urls)

* Added 201 response into createInstance example

* Renamed RP name from Microsoft.Dfp to Microsoft.Dynamics365Fraudprotection

* Added long-running result for creation instance

* Added nextlink

* Fix in checkNameAvailability definition URL

* Next link parameter

* Using references to common types instead of re-declaring them

* Reused common type. Fixed provisioning state

* Nesting error fix

* Fixed examples

* Fix

* Fix in error response definition

* Rename RP. Fix examples in readme's

* Added http 202

* Added http 202 to examples

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-10-01 (#13818)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-09-01 to version 2020-10-01

* Updates readme

* Updates API version in new specs and examples

* Adding new fields for 2020-10-01

* Updating wording for disablePasswordAuthentication'

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

* Remove name check from client side (#13492)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* Update deviceupdate.json (#13900)

* [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2018-07-01 (#13817)

* Updated api-version

* Removed systemData

* Updated api-version

* Updated the example

* Add EligibleChildResources resource for PIM + update examples (#13803)

* PIM API Specs

* update readme

* Update

* Update readme

* operation id fix

* name fix

* Name changes

* fix

* Fix

* Changes based on docs generated

* Scope fix in example

* Updates for documentation

* Change operation name

* Update examples

* Add expanded properties

* Fix formatting

* Fixes

* Fix

* fixes

* Update the policy specs

* Fix the policy objects and pell checks

* fix the checks

* fix the property

* fix syntax

* Prettier

* Update Examples

* Update Enums

* ADd eligible child resource API specs

* prettier fix

* Update read me files

* update

* update

* fix

* update

* Update Enums

* update

* update

* update

* update example

Co-authored-by: Aman Swaika <amansw@microsoft.com>
Co-authored-by: Gaurav Mishra (IDENTITY) <gamish@microsoft.com>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <you@example.com>

* [Service Fabric Managed Clusters] adding api version 2020-05-01 (#13860)

* initial commit 2021-05-01 to compare with previous version 2021-01-01-preview

* update models

* update examples

* fix isStateless description

* add 2021-05-01 version to readme

* add x-ms-enum to diskType and add missing managedClsuterVersions paths

fix example names

add managed cluster version paths

add default error

* fix clusterversion by version and ClusterState descriptions

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

* Task 9639284: Swagger changes for new UK agreement templates (#13895)

* Task 9639284: Swagger changes for new UK agreement templates

* Renamed as per comments.

Co-authored-by: Umang Shah <umangshah@microsoft.com>

* Confluent new preview version + S360 fix (#13809)

* Adding new API version for Microsoft.Confluent

* Prettier fix

* updated status property in OfferDetail

updated status property in OfferDetail to fix swagger correctness issue

* fix swagger live validation

updated operations response to fix swagger live validation

Co-authored-by: Srinivas <alluri02@users.noreply.github.com>

* [Hub Generated] Public private branch 'juniwang/wps' (#13905)

* Onboarding Azure WebPubSub service

* reference ErrorResponse from common types and adding network ACL

* disable cors, enable feature flags and fix several policy violations

* remove anonymousConnectPolicy since it's not ready for now

* add property publicNetworkAccess per NRP requirement

* revert package-lock.json

* reset package-lock.json

* dns t2 readme config (#13923)

* update readme (#13918)

* add current readmes for generating python form recognizer (#12013)

* add current readmes for python form recognizer

* fix release tag

* updates for multiapi and preview.3

* fix so that gen code outputs in generated folder

* remove tag since swagger not in yet

* unbreak build

* just target preview 3

* don't run track 1 gen with python

* Set x-ms-api-version to false for vaults list (#13924)

* Set x-ms-api-version to false for vaults list (#13925)

* Update event description to include the event name (#13867)

* Update event description to include the event name

* Update readme to include guidelines for defining a new event

* Fix description

* Renamed enum values for SDK auto generation (#13938)

* Renamed enum values for SDK auto generation

* Tabs to spaces

* Newline added

* [Document Translator] update operation names (#13915)

* update operation names

* make body required

* Update ErrorName

* Apply changes to stable

* Fix samples

* fix sample

* Fix glossary sample

* Address comments and update definitions names

* Revert "Task 9639284: Swagger changes for new UK agreement templates (#13895)" (#13946)

This reverts commit ea5bc27ee9cadeb67767d774c82095be2420bcad.

* Adding new preview API for promotions (#11599)

* Adding new preview API for promotions

* Avacado fix

* Fixing JSON

* fixing the promo param

* fixning linting issues

* Fixing JSON

* fixing JSON

* fixing linting issues

* Adding delete 204a

* Adding delete 204

* Adding validation fixes

* fixing spellings

* Linting issues

* running prettier

* ARM review feedback

* Fixing linting issues

* Fixing prettier

* Fixing version

* Fixing SDK

* fixing go sdk

* revert go.md

Co-authored-by: Rishi Kapoor <rishik@microsoft.com>

* Exposing undocumented Databricks workspace properties for fixing S360 issues (#13683)

* exposing storage account name, sku

* Prettier fixes

* Fixing the review comment

* Adding No Public IP related properties

* Updating the remaining properties related to S360

* Fixing review comments

* Fixing Spell Check issue

* hybridcompute readme t2 config (#13910)

* readme t2 config

* hybridcompute t2 readme config

* web readme t2 config (#13909)

* web readme t2 config

* web readme.python t2 config

* Add x-ms-api-version (#13834)

* Update CheckNameAvailability_Available.json (#13914)

* webpubsub t2 config (#13949)

* Update StaticSite.json (#13768)

* Update StaticSite.json

Add private endpoint connections to static site object.

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* increment readme version

* address PR comments

* add examples

* fix examples

* Add data-plane samples creation template (#13528)

* Add data-plane samples

* Simplified template

* webpubsub readme t1 del (#13953)

* Add $(multiapi) to QnA Maker's readme.md (#13819)

Generators were processing every tag when only a single one was desired. This is the common solution to support multi-api SDKs.

* IoT data-plane for drwill-ms (#13964)

* add missing usage.json to v5 sdk tag (#13960)

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

* Add new api version 2021

* remove managedIdentity since we won't support it in this version

* CR comments

* Add default value for contine on errros

* Fix swagger correctness issues

* Fix typo

* resource t2 readme config (#13974)

* Added new API and API version for private DNS zone suffix (#13789)

* Added new API and API version for private DNS zone suffix

* trigger validation pipelines

* Add new API to readme

* Fix ARM pipelines

* Try fix again

* Fix again

* Add Operations API

* Revert "Add Operations API"

This reverts commit 9d4ca9e557763feb3a6089ff9d4c958b3843730e.

* Revert "Revert "Add Operations API""

This reverts commit 7cf197c1d453764f0396713a2ab172a20e35b1c4.

* Revert "Revert "Revert "Add Operations API"""

This reverts commit 05744390e440984da8134b64a979a6e61fb9b7ae.

* Revert "Revert "Revert "Revert "Add Operations API""""

This reverts commit 61b76b1623d9e5796bb8187edf0fc46351e78231.

* Revert "Revert "Revert "Revert "Revert "Add Operations API"""""

This reverts commit 9f55eb4c399eb48a8578906f6bea43b10c91b8be.

* Address review comment from ARM

* Revert "Address review comment from ARM"

This reverts commit cb6d1b01860de72eec80856f64b602c72a1f26a7.

* Revert "Revert "Address review comment from ARM""

This reverts commit 227cf73797ee24a674d76e3ccd2990b84bc8d11a.

* Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API""""""

This reverts commit 34ae6c70a514e0290ffb41f7ddb5bbbd5c6cbee3.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API"""""""

This reverts commit a11c889a65b0fa4257b03a247d75fbea769f4e2c.

* Add previous APIs to tag

* Retrigger build

* fix service name for Java (#13979)

* Add optional param - private DNS zone to server API (#13716)

* Add optional param - private DNS zone to server API

* Follow comment to resolve go sdk issue.

* [Hub Generated] Review request for Microsoft.Synapse to add version preview/2021-04-01-preview (#13874)

* Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* add changed files for kustoPool

* Ravi changes to fix LinDiff validation

* Add Itay Sofer's changes

* filizt comments mid-way

* Remove clouderror and resplace with "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"

* Add IotHubDataConnection and EventGridDataConnection

* Modify PUT to OK, CREATED, ACCEPTED

* Change from provisioningState to ResourceProvisioningState

* Add BlobStorageEventType

* Remove 202 when creating a KustoPool

* Change PUT/PATCH 202 responses

* Remove 202 in PATCH/PUT operations where having both 200 & 201

* Add "isIdentityCertExprired" to custom-words.txt

* Remove isIdentityCertExprired from custom-words.txt

* Add Exprired to cSpell.json

Co-authored-by: Amit Elran <amelran@microsoft.com>

* Removing x-ms-flatten property (#13929)

* manual changes for swagger

* changes for long-running operations

* changes for validate for backup and restore

* removing 204 from operationResults

* changes for a monitoring

* adding format

* removing date-time from duration

* changing to readonly

* changes for listRPs

* fixes swagger

* reverting readonly for scheduleTimes

* fixes for checkgates

* prettier fixes

* cahnges for friendlyname checks

* fixing gates

* removing tracking-via

* model validation fixes

* powershell changes

* adding stable version

* changes for PatchResourceRequestInput

* change for req fields

* changes for description

* changes

* Updated swagger json for item level restore target info objects

* Fixed spelling errors

* Added missing required properties

* removed auth credentials property

* prettier fixes

* Prettier fix

* pr comments fixes

* fixing readme

* changes for go readme

* Removed x-ms-flatten property (#2)

* removed flatten prop

* removing x-ms-flatten

* removing friendlyName from req prop

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>
Co-authored-by: FAREAST\zakinkh <zakinkh@microsoft.com>

* confidentialledger readme t2 config (#13981)

* Additional 7.3-preview parameter name clean up (#13913)

* Enable multivariate anomaly detection (#13973)

* add multivarite

* add v1.1-preview

* reformat changepoint example

* change typo in readme

* fix prettier-check error

* add export model example

* fix prettier error

* [Azure Search] Add Knowledge Store feature to swagger (#13911)

* introduce knowledge store swagger

* add knowledge store to 2020 apis

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* make skillset count optional, and add it to 2020 GA Swagger (#13990)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* Adding support for message properties in ACS Chat (#13939)

* Initial commit (copying over stable API version)

* Making changes to support message metadata

* Added 201 response code for patch operation (#13956)

Co-authored-by: Akash Keshari <akkeshar@microsoft.com>

* Adding autoMitigate flag with false as default value (#13109)

* deploymentmanager - clean up duplicate parameters outside of method (#13948)

* clean up duplicate parameters outside of method

* maintain python order

* fix typo in Synapse (#13994)

* OperationalInsights - update readme files for cli extension update (#13999)

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* added Tables new api version

* changed bool to boolean types

* prettified jsons

* fix erroes in swagger

* undo changes to 2020-03-01-preview version

* pr fixes

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* changed ErrorResponse to default ErrorResponse without ref to local definition

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed SystemData

* creatted a new package containing all latest swagger files for publishing new SDK

* removed package 2021_02 and set default packate to 2020_10

* removed 2 packages

* removed DataCollectorLogs.json from readme.md 20202.10

* added empty line to try invoke pipeline validations that havent run

* Delete Tables.json

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* merge

* prettified jsons

* undo changes to 2020-03-01-preview version

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed whitespaces

* changed DataExportErrorResponse to common
.../v2/types.json#/definitions/ErrorResponse

* changed all Error response of 2020-08 to common definition

* added readme.az.md file for cli extension code generator

* added readme.ad.md with the same naming convention as in readme.python.md
added readme.cli.md file
updatted readme.md file with the new azure-cli-extensions tag
all updates were done by following: https://github.com/Azure/autorest.az/blob/9ed1aabd353385f8bdffbfa9f3892478111a029c/doc/how-to-author-readme-file.md

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [Cognitive Services Metrics Advisor] add missing required for allOf entities (#13957)

* add missing required for allOf entities

* fix incorrect required properties

* 7.2-Preview to GA (#13919)

* 7.2-Preview to GA

* Update packages to point to stable

* Readd exportable and update description

* Update description for exportable in preview versions

* Fix operation results contract for Tenant Git operations (#13903)

* fix operation results contract

* fix sync state contract

* iothub t2 readme config (#13980)

* iothub t2 readme config

* iothub readme t2 config

* iothub t2 readme config

* Making Offer details and User Details required properties (#13985)

* Making Offer details and User Details required properties and removing abandoned tag

* fix python configuration

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* cosmosdb t1 config del (#14008)

* Fixing issue with missing filter documentation in Access Review APIs (#13892)

* fix cred issue. block to merge in DSMainDev (#14014)

* fix serivce name for java (#14007)

* maintenance readme t2 config (#13982)

* maintenance readme t2 config

* readme t1 config

* [Service Fabric Managed Clusters] fix api 2020_05_01 (#13961)

* Use enums  and add missing properties

* model enum as string

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

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

* add isIsolated and channelSchemaTransformationVersion

* rename

* add v2 priavatelinks (#14026)

* copied from v1/privatelinks.json

* bump version

Co-authored-by: jianyexi <jianyxi@microsoft.com>

* APIM: improve developer portal operations docs (#13941)

* APIM: improve the documentation for dev portal operations

* Minor changes

* Removing OData parameters from the stable API version

* Remove new query params

* hotfix on extended location hierarchy (#13943)

* [Hub Generated] Public private branch 'wps' (#14002)

* Add webpubsub swagger

Add custom words

Update webpubsub.json

Update webpubsub.json

Resolve comments

Update webpubsub.json

resolve comments

Update operationId for existence check

[wps] update python generation section and client name for all languages (#1)

* add python stuff

* make title across languages the same

* Update version

* Update some constraints

* Update webpubsub.json

* rename to GetServiceStatus

* Update readme.md

* Update readme.md

* Update readme.md

* [Hub Generated] Review request for Microsoft.SecurityInsights to add version preview/2021-03-01-preview (#13563)

* Copied from 2019-01-01-preview version

* Updated references to common types

* Add itemsSearchKey field to Watchlists

* Add missing label definition

* Make itemsSearchKey as required field

* Formatting fixes

* Fix Prettier and Avocado errors

* Fix Lint error (subscription level resource)

* Update description and example for CreateOrUpdate watchlists and bulk create watchlist items

* Update Api version in examples

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

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

* Updates readme

* Updates API version in new specs and examples

* updated default package in readme.md to 2021-03

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* Updated required and default fields in Action Groups spec (#13677)

* Updated error response for Action Groups API

* spacing

* added missing fields to Action Group Resource spec

* Added missing fields for action group resource in older version

* Updated "resource" name

* Removed changes to errorResponse

* Removed errorObject

* format

* Updated required and default fields in Action groups spec

* Update default value to boolean

Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <rirajend@microsoft.com>
Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* Remove AML Compute File Server (#13944)

* Remove AML Compute File Server

* update

* update

* update

* update

* Cost Management: Reservation Recommendations API: Add multiple missing properties in specs (#13967)

* added totalCost, properties.resourceType, properties.subscriptionId, and eTag to various RiRec dfinitions

* moving eTag  property to right place

* remove duplicate description

* remove track1 configure (#14044)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* New API version (2021-02-10) for recovery services site recovery (#13525)

* Adding old API version(2018-07-10) to new folder for 2021-20-10

* all changes for swagger (2021-02-10)

* read me and custom word changes

* Ayesha's comments addressed

* adress PR comments from ayesha

* Adding suppressions

* fixing custom words

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13636)

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

* Updates readme

* Updates API version in new specs and examples

* Update readme.md

changing read me to include date too in tag

* cahnging examples API version to 2021-02-10

* fix read me syntax

* TaskStepProperties swagger fix (#13971)

* Adding "assignmentState" property to scope model in access review APIs (#14039)

* iothub readme.python package version change (#14043)

* iothub readme.python package version change

* multiapiscript add

* clear output folder

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* Bump y18n from 4.0.0 to 4.0.1 (#13704)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update (#14061)

* package-templatespecs-2021-03-preview tag added (python) (#13958)

* Added tag

* nit: ordering

Co-authored-by: Dania Etienne <daetienn@microsoft.com>

* Use 2014-04-01 replication link specs in V5 SDK (#14058)

* Use 2014-04-01 replication link specs in V5 SDK

* remove legacy file.

* Update cSpell.json for Key Vault 7.2 (storage) (#14060)

* automanage readme t1 del (#14029)

* automanage readme t1 del

* automanage readme t1 del

* readme.md t1 config del

* add missing reference (#13904)

* databoxedge readme modification (#14063)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13635)

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

* Updates readme

* Updates API version in new specs and examples

* fixing merge issue

* removing vault usages from 2021-02

* Adding back vault usages

* updating readme

* updated etag to eTag (#13968)

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-12-01 (#13931)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-10-01 to version 2020-12-01

* Updates readme

* Updates API version in new specs and examples

* Adding new spot VM fields

Co-authored-by: Joshua McCarthy <jmccarthy@microsoft.com>

* Add FaceAPI PersonDirectory spec updates to preview v1.0 (#13766)

* Add FaceAPI v1.0-preview

Add a preview version of FaceAPI specs intended for public preview.
Contains existing spec in v1.0 plus PersonDirectory feature changes.

* Fixes after running validation

* Fixing validation

* Fixes 2

* Fixes 3

* Add PersonDirectory examples and fix routes

* Fixes 4

* Fixes 5

* Fixes 5.5

Co-authored-by: Yang Chen <yachen4@microsoft.com>

* Update the name and format of a parameter for randomnumbers (#14017)

* Update the name and format of a parameter for randomnumbers

* Change the parameter name from 'bytes_length' back to 'bytesLength'

* Amalladi/extendedlocation update (#13849)

* Updating Specification to remove 400 Badrequest from Swagger File

* Removing 400 status code from examples

* Removing private preview API version from Repo

* Removing 2020-07-15-privatepreview tag from ReadME files

Co-authored-by: Aditi <amalladi@microsoft.com>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* Revert "remove track1 configure (#14044)" (#14047)

This reverts commit 867165cc24d81c487ad186c998c46ba55f81c77b.

* adding role assignment (#14077)

* add connectionPolicy spec back to V5 SDK (#14088)

* modification (#14087)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-04-01-preview (#13710)

* Adds base for updating Microsoft.DocumentDB from version preview/2021-03-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* adding Services APIs

* more changes

* updated examples

* prettier and readme updates

* importing changes missed from old versions

* nits

* fixing semantic validation

* fixing linter

* fix

* more fixes

* adding list operation and default error response

* specifying format integer

* attempt to fix sdks

* address arm comments and fix ci

* fixes

* fix

* try to fix ci

* fix examples

* .\services.json

* adding additionalProperties back to ServiceResouce

* adding additionalProperties back to ServiceResouce

* fix

* fix sdks

* fix linter

Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

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

* Adds base for updating Microsoft.Maps from version preview/2020-02-01-preview to version 2020-02-01

* Updates for 2021-02-01 api version swagger

* creator swagger fixes

* fix model examples

* nextLink, uniqueId

* build fixes

* fixing listkeys

* fix long running operations

* fixing spelling

* fixing async behavior and examples

* updating arm region

* reset package-lock

* [Hub Generated] Review request for Microsoft.Media to add version preview/2021-05-01-preview (#13838)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy Signed off 2021-03-01 swaggers here

* Update swaggers to 2021=05-01-preview

* add missing examples

* update title

* fix Operation id

* fix video analyzer examples

* update Video swagger

* add format for $top

* remove unnecessary example file

* use chackname definitions from types.json

* fix segment length readonly

* change getStreamingToken to listStreamingToken, getProvisioningToken to listProvisioningToken

* fix the example file name

* fix a readonly issue with a video property

* make type readonly

* edits to descriptions

* adding missing descriptions

* address review feedback,

* few cleanup for update class

Co-authored-by: Christopher Bennage <bennage@microsoft.com>

* Include the preview version of resource changes and resources history… (#14084)

* Include the preview version of resource changes and resources history APIs

* Address the review feedback on releasing the new package version.

* Update readme for Synapse management SDK May release (#14054)

* Update readme for Synapse management SDK May release

* Add package-2021-05-preview

* Address comment

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* removing read only property, no longer in use - NOT a breaking change (#13812)

* resources readme.python t2 config (#14091)

* peering readme t2 config (#14106)

* Remove replicationLinks_legacy.json (#14095)

PR #14058 removed this file: replicationLinks_legacy.json, removing from the schema config to prevent schema generation failures.

* Support sheet index in excel (#14062)

* Enable excel in public swagger

* update

* rollback dataflow change

* Support sheet index in excel

Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>

* Adding 2021-05-01 api-version to Template Specs (no changes over last preview spec) (#14065)

* Copy existing 2021-03-01-preview specs to new 2021-05-01 stable version (no schema changes)

* Changing api-version within specs to 2021-05-01

* Adding package tag for new stable version to readme.md, but not making it a default (yet)

* Fix SecurityInsights Go SDK versioning (#14030)

* Fix SecurityInsights Go SDK versioning

* rename stable api version tag

* remove 'only' from tags with full functionality

* chore: Move typo supression in RecoveryServices (#14120)

* Add missing Zone mapping property to Microsoft.Resources (#13936)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* add zoneMappings to ResoursesType

* backfill older versions of swagger with zonemapping property

* [Application Insights] Resolve duplicated definition names to fix track2 SDK generation error (#13951)

* Fix duplicate name

* Update readme.md

* Update readme.md

* Update and rename workbookOperations_API.json to aiOperations_API.json

* Update readme.md

* Update workbooks_API.json

* Update readme.md

* Update readme.python.md

* Update readme.md

* Update readme.md

* Update readme.md

* Rename aiOperations_API.json to workbookOperations_API.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

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

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

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

* Update swagger for SSIS-IR to support user-assigned managed identity (#14114)

Co-authored-by: Hongxian Yao <hoyao@microsoft.com>

* postgresql readme t2 config (#14067)

* Dev mediaservices microsoft.media 2021 05 01 (#13676)

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

* Updates readme

* Updates API version in new specs and examples

* [AMS] new 2021-05-01 release for Account service in AMS

* add missing example files

* fix the api version and missing example files

* Create a new Update definition to fix the "R2016 - PatchBodyParametersSchema "

* fix respnse

* fix update example

* add the 2016 supression for new tag as well.

* mixedreality t2 readme config(wave4) (#14105)

* mixedreality t2 readme config

* t2 config del

* [python] t2-confidentialledger config (#14144)

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md (#14145)

* update elastic swagger  (#14076)

* Update elastic.json

* added new examples

* taking the files from rpsaas master

* added suppression in readme

* [Cosmos DB] Introduce new api version 2021-04-15 (#13873)

* [Cosmos DB] Introduce new api version 2021-04-15

Initial Commit

* Updated for 2021-04-15

* Dummy Commit

* Fixing privatelinkresources.json

* Removing ErrorResponseUpdatedFormat

* Suppressing systemData check

* Relay - Fix typo in the NetworkRuleSet path (#13962)

* Relay - Fix typo in the NetworkRuleSet path

* Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version

* [Hub Generated] Review request for Microsoft.Portal to add version preview/2015-08-01-preview (#12732)

* Fixing properties in dashboard parts

* Updating Dashboard part metadata

* Updating based on prettier fixes

Co-authored-by: Himanshu Chandel <hich@microsoft.com>

* resources t1 config add (#14146)

* t1 config add

* package version

* [Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-05-01' (#14148)

* Adds base for updating Microsoft.Maintenance from version preview/2020-07-01-preview to version 2021-05-01

* Updates readme

* Updates API version in new specs and examples

* Added system data properties.

* Fixed lint error.
Added documentation.

* Use Host Maintenance scope and api version in exmaple.

Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com>

* Add Test Base Swagger Spec from RPSaaSMaster (#14113)

Co-authored-by: Bin Yu <biy@microsoft.com>

* rename property: change category to categories (#13883)

* Edit description of Update Iot Hub Resource Api (#13080)

Co-authored-by: Harini <codebyh.365@gmail.com>

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

* Adds base for updating Microsoft.RecoveryServices from version stable/2018-07-10 to version 2021-03-01

* Updates readme

* Updates API version in new specs and examples

* Update webpubsub.json (#14096)

* add dataFeedId in AnomalyResult and IncidentResult (#14127)

* add dataFeedId in AnomalyResult and IncidentResult

* fix examples

* Add new version 2021-03-31-preview1 for ACS Auth (#13965)

* Add new version 2021-03-31-preview

* Set required body

* Add all paths to new version

* Update description for property of TeamsAccessTokenRequest model

* Change version from 2021-03-31-preview to 2021-03-31-preview1 following standards https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/16790/Versioning

* Rename folder

* Update method description

* remove Turn endpoint

* Add examples

* Update readme

* Omit the word "skypetoken" from swagger

* Link example

* Update description and path for a new endpoint

Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com>

* Added example gneration document links (#14151)

* purview scanning service (#14021)

* purview scanning service

* Add custom words for spellcheck

* fix config files and add endpoint param

Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
Co-authored-by: iscai-msft <iscai@microsoft.com>

* MG RP new API versions: 2020-10-01 and 2021-04-01 (#13897)

* API 2020-10-01 with 2020-05-01 files

* 2020-10-01 API changes

* 2021-04-01 API version with 2020-10-01 files

* Changes for 2021-04-01 API

* PR fixes

* Fixed issues with model

* PR fixes

* Latest (#13917)

* Pick up previous Swagger Fix in 2019-09-01 version (#14092)

* Add missing swagger fix

* Fix bad copy-paste

* update the some capitalized words in the description

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event (#14049)

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event

* Removing contentLength/Offset from Microsoft.Storage.BlobTierChanged data schema

* Removing BlobTierInfo from BlobTierChanged and adding new event Microsoft.Storage.AsyncOperationInitiated

* adding ContentLength for BlobTierChanged and AsyncOperationInitiated events

* [Hub Generated] Review request for VideoAnalyzer.Edge to add version preview/1.0.0 (#13682)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy old LVA swaggers

* Rename old swaggers to new file names

* Update LVA swaggers with new AVA swagger

* fixed some paths and capitalization

* fix prettier check issues

* fixing a Pascal casing

* Updating swaggers to latest

* fix linting issue

* removed an unused definition

* Service fabric Client API 8.0 (#14011)

* spell checked and linted.

* updated tag version.

* reverted change outside of SF folder.

* updated version in swagger.

* changed credential issues.

* changed 1 more that looks like a credential.

* Kusto pools principal assignment (#14079)

* kustoPool PrincipalAssignments

* fixed list principal assignments

* principalAssignment list example

* principalAssignment get example

* KustoPoolPrincipalAssignmentsCreateOrUpdate

* KustoPoolPrincipalAssignmentsDelete

* databases PrincipalAssignments

* minor change

* KustoPoolDatabasePrincipalAssignmentsList

* KustoDatabasePrincipalAssignmentsGet

* KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate

* KustoPoolDatabasePrincipalAssignmentsDelete

* fixed example ref

* added system data

* kustoPoolCheckNameAvailability

* KustoPoolsCheckNameAvailability example

Co-authored-by: Itay Sofer <itsofer@microsoft.com>

* [Service Fabric Managed Clusters] fix api 2021_01_01-preview (#14012)

* Update preview api to disable broken properties and to add property that is working

* Update managed cluster description

* Add New Data Model RuleCollection to NetworkManager (#13827)

* Add New Data Model RuleCollection to NetworkManager

* fix typo

* test

* test

* Fix discriminator

* fix type

* Fix discriminator

* Fix type

* fix type

* Fix type

* Fix discriminator

* Fix discriminator

* fix type

* fix type

* Fix bug

* Fix type

* Fix format

* Fix name

* Fix name

* fix spell

* fix description

* Fix spell

* change to kind

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* Fix post body

* Fix as comments

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* change rule kind

* Fix as comments

* Fix as comments

* update lastest version

* Update type

* Update Skiptoken

* Fix discription

* Fix NG

* Fix NG

* add more example

* [python]Update readme.python.md for postgresql (#14182)

* Update readme.python.md

* Update readme.python.md

* Remove all schema readme (#13885)

* Remove all schema readme

* process new rp

* Remove after_scripts

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

* Adds base for updating Microsoft.AlertsManagement from version stable/2019-06-01 to version 2021-04-01

* Updates readme

* Updates API version in new specs and examples

* first commit

* some fixes

* try without alert management

* revert change to name of namespace

* Resolve lintdiff issues

* remove the copy of files and reference alert managment previous version

* update description of subscriptionId to solve error

* attemp to remove AlertsManagement from the package

* revert (put back AlertsManagment)

* add tags for go SDK release v54.0.0 (#14161)

* add tags for go SDK r…
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-go that referenced this pull request Apr 18, 2022
Dev cost management microsoft.cost management 2022 02 01 preview (#17856)

* Add new Azure Object Anchors API version 0.3-preview.0 (#17117)

* add 0.3-preview.0

* fix INVALID_FORMAT

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2021-08-08 (#17162)

* Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-08-08

* Updates readme

* Updates API version in new specs and examples

* 1. added input files to new tag
2. changed alerts management client tag to the new tag

Co-authored-by: Liran Englender <lienglender@microsoft.com>

* Add batch tag for streamanalytics readme.go.md (#17191)

* Add batch tag for streamanalytics readme.go.md

* fix

* S360 - fixing pending 3 Swagger KPIs (#17195)

* Update ResourceHealth.json

fixing Swagger changes

* Update ResourceHealth.json

fixing PR checks

* Create Operations_List.json

add new file

* Add AML skill to preview swagger for Search Service (#16910)

* add aml skill to preview swagger for search service'

* update

* Fixing S360 issues (#17014)

* Fixing S360 issues

* Fix style

* Add specs for ACS Chat preview7 (#16887)

* Baseline using previous API version

* Updates for preview7

* Update readme.md

* Prettier fix

* Fix readme

* Fix example for update-participant

Co-authored-by: Po Tsang <tsangpo@microsoft.com>

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService (#17036)

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService

* update

* revert some change

* Device update public preview refresh (#17205)

* Batch2: approved PR 4891

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

* Batch3: minor updates (PR 5556)

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

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* Azure Synapse Workspace PublicNetworkAccess Fix (#17210)

Co-authored-by: Nikhil Kumar <nikhilkumar@microsoft.com>

* 2021-08-01-only (#17224)

* [NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples (#17157)

* Fix volumeGroups tag, bakcup properties creationDate and examples

* Fix Staging model validations

* Example ref

* Microsoft.OperationalInsights: 2021-12-01-preview (#17138)

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* code review changes.

* Update Tables.json

* Update Tables.json

* OperationalManagement: 2021-12-01-preview

* more fixes.

* Update Clusters.json

* Tables: Sentinel+CLV2 changes.

* Tables: More descriptions.

* removing un related child resources.

* Create OperationsListByTenant.json

* Update Tables.json

* Update TablesGet.json

* Add systemData example.

* Model fixes + pretty

* adding description to ip data hint.

* Update Tables.json

Co-authored-by: Dudi Likvornik <dulikvor@microsoft.com>

* [DO NOT MERGE ] Introduce new scanners resource type (#17107)

* introduce new scanners resource type

* fix error

* fixing errors

* fixing errors

* fix error

* fixing errors

* fixing comments

* adding new tag

* Azure Batch 2022-01-01.15.0 Data Plane Update (#16960)

* Initial commit for comparison

* Update BatchService Swagger file

PR Feedback

* Update examples

Ran prettier

* Updated readme

Fixed tag

* Language API for TA (2021-11-01-preview) (#16256)

* WIP for language api spec for TA

* Updated preview version number; finished up async definitions

* Finished first draft of full spec

* Finished first draft of full spec, minus FHIR structuring in HC output

* Removed features not included in 2021-11-01 preview

* Update custom text tasks TODOs

* Moved common definitions to TA-specific definitions

* Added custom text tasks to JobManifest

* Addressing feedback from PR comments and internal review

* Addressed some PR comments

* Updated some remaining references to documents

* PR comments

* Updated a previous change

* Reverted references to 'records' back to 'documents'

* A few small updates to examples; removed base Task type to simplify structure

* PR comments

* Addressed TODO items; removed LD-related objects (will be added in another preview)

* Fixed anonymous types

* Removed required field for body in POST request

* Fix prettier check

* Added a few more details; experimental change for documents property

* Ran prettier

* Correction to AnalysisInput object

* PR comments

* Added custom entities task to examples

* PR comments

* Prettier check

* Troubleshooting model validation failure

Co-authored-by: Abigail Hartman <Abigail.Hartman@microsoft.com>
Co-authored-by: Kareem Yousef <kayousef@microsoft.com>
Co-authored-by: Abby Hartman <abhahn@microsoft.com>

* Fix flipped order in Face generated models (#16846)

* Fix flipped order in Face generated models

The recent change changing a nested parameter from optional to required
caused the AutoRest generated model to have a reversed order of two
string arguments. Expanding the nesting for affected models to avoid
breaking changes.

* Fix malformatted examples

* Update Resources.json (#16996)

* Update Resources.json

* Specify additionalProperties type

* CDS component type update - mismatch between swagger and code values  (#17183)

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2020-12-01-preview (#13609)

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* FixS360 | Microsoft.Billing (#13771)

* fixing billing accounts and operations

* adding total count.

* typo fix

* fixing spell check and prettier

* Vakuncha changingcsharpreadme (#13806)

* Update readme.csharp.md

* Update readme.csharp.md

* [aks] fix vm size model and osDiskType description  (#13763)

* fix: agent pool vm size should be string, not enum

* fix: osDiskType default description for >= 2020-11-01

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-03-01-preview (#13267)

* init

* fix format

* sync

* read only

* fix sample

* fix

Co-authored-by: Teng Pan <tepa@microsoft.com>

* storagesync readme t2 config (#13810)

* storagesync readme t2 config

* storagesync readme.python t2 config

* Updated SAS swagger with latest changes. (#13439)

* Fixed hostname in the Offazure swaggers.

* added newest swagger from service repo. This contains PE changes too.

* rewritten swagger changes on existing swagger

* some fixes to swagger

* added examples.

* fixes

* edit

* edit.

* fixes

* minor fix

* edit

* edit

* edited default api version tag

* Dev weather microsoft.maps 1.0 (#13796)

* Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true

* Revert changes to package-lock.json

* Fix spelling error

* Adding Azure Object Anchors error codes for IngestionProperties (#13787)

* Added Azure Object Anchors error code field to IngestionProperties

* Fixed spacing in example

* Moved changes to new version

* Addressed version mismatch, spacing

* Fixed versions on examples

* Readonly error code

* Seeing if readonly error code is breaking

* Revert "Seeing if readonly error code is breaking"

This reverts commit c0b16f07c4a46a07fc7831a1735bb290804242ea.

* Model error code as string

* Renamed examples to asset conversion nomenclature

* Fixed rename issues

* Fixed issue #9593 (#13262)

* Fixed issue #9593

* Removed redundant PrivateEndpointConnectionProperties attribute

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-05-01 (#13800)

* Fixed Swagger Validation Errors

* Fixed Model Validation

* [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13788)

* Fixed Swagger Validation Errors

* Fixed Type

* Fixed Type

* Fixed Setting Properties

* Fixed Punctuation

* Removed Item

* Added Items Properties

* Fixed Required Property

* azurestack wave4 t2 config (#13813)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version. (#13490)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version.

* Add system metadata to tracked resources in "Microsoft.AppConfiguration".
Updated ConfigurationStore to reference the common tracked resource type definition.

* Added disableLocalAuth property.

* Add new api version swagger to readme.

* Added/updated examples and added suppressions for standardized APIs.

* Fixed prettier.

* Add missing property fileStorageSkuName into MySQL Flexible Server spec (#13693)

* appplatform t2 readme config (#13829)

* customproviders t2 readme config (#13831)

* Update readme.csharp.md (#13807)

* [Sentine][Data connectors][Fix correctness bug] (#13175)

* update required fields

* update required fields

* Explicitly define KeyCreationTime in Feb21 (#13757)

* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example

* Add Microsoft.M365SecurityAndCompliance RP (#13646)

* Add Microsoft.M365SecurityAndCompliance RP

* fix datetime and common-types file path

* update common-types file path

* add preview path in readmego

* replace stable with preview

* remove duplicate tags

* refer MIPPolicySync json in readme

* service name for java (#13837)

* Dev keyvault microsoft.key vault 2021 04 01 preview (#13585)

* Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Open API change for Managed Hsm private endpoints feature (#12938)

* Open API change for Managed Hsm private endpoints feature

* Fixing spell check errors

* Fixing spell check errors

* Prettier fixes

* Fixing swagger validation errors

* Fixing systemData property reference

* Adding publicNetworkAccess property based on private endpoint requirement.

* GET responses following a successful DELETE should be returning 404. … (#13054)

* GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).

(cherry picked from commit b752a19c6cc1f8a8eed9f106e2c77b8d5b5db19f)

* Removing 404 as it is taken care by default response.

* Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282)

* Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC

* Fixing validation issues.

* Fixing errors in properties in example jsons

* Delete keyvault.json

Deleted an errant json file

* Fixed misspelling of property in examples

* Fixed x-ms-examples naming, fixed camelcasing

* Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate

* Added schema definitions for 404

* Removed 200 for purge

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Addressing Comments for PR 13585 (#13586)

* Removed 404s to allow requests to fall through to default

* Removing 404s from examples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Added deletedmanagedhsm object to examples and managedhsm.json (#13591)

* Added deletedmanagedhsm object to examples and managedhsm.json

* Fixing error in references to correct values

* Changed vaultId to mhsmId in exmaples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Try to use the common type for SystemData (#13723)

* Add SystemData property for KeyVault

* 04012021 fix schema (#13749)

* Resolving conflict with custom-words.txt

* Add 2021 preview to azureresourcechema, add suppression to readme

* Add 2021 preview to azureresourcechema

* Merging custom-words.txt

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Add missing default error response (#13762)

* Fix Lint error (#13765)

* Add missing default error response

* Update the integer format to fix Lint error

* Add securityDefinitions

* Added python tag for 2021 preview (#13805)

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (#13822)

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs

(cherry picked from commit c1c5aebfb98cacd0a4ee5596fb7b0d9f782a9a3e)

* prettier fix

* Add suppression for SystemData (#13835)

* Add suppression for SystemData

* Fix linting error R4036 - ImplementPrivateEndpointAPIs

* specify the suppression for SystemData

* Revert "specify the suppression for SystemData"

This reverts commit cbebab81ab08ec1a29b41c891c58cf08ff2eb3c4.

Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com>
Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com>
Co-authored-by: Soohwan Kim <sookim@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <you@example.com>

* add tags back in the adp readme (#13850)

* Add device principal type (#13799)

* copy files from previous version

* add device principal type, update versions

* fix

* system data requirement

* Added CheckNameAvailability, Identity, systemData, used ErrorResponse v2 in DeviceUpdate (#13750)

* Update deviceupdate.json

* Update deviceupdate.json

* Add files via upload

* Update deviceupdate.json

* Update deviceupdate.json

* Update Accounts_Update.json

* Update Accounts_Create.json

* Update Instances_Create.json

* Update deviceupdate.json

* Linux line ending

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update deviceupdate.json

* Update deviceupdate.json

* fixed typo in the example files (#13764)

* Update CODEOWNERS (#13795)

Updating list of Azure Cognitive Search team members

* Update GenerateDetailedCostReportBySubscriptionAndTimePeriod.json (#13772)

Update example data

* [Hub Generated] Public private branch 'stuartko/Mar21_NewTSVersion' (#13811)

* Adding version 2021-03-01-preview (copy of previous version)

* Adding new metadata property

* Adding uiDefinition property.

* Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality.

* Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates".

* Swagger changes for 2021-02-01-preview api version (#13794)

* Copy existing preview version

* Changes to databoxedge json file

* Update readme files

* Correct Spell Check

* Fix Readme.go error

* Update examples

* Update all schemas.md files (#13862)

* typo: implmentation -> implementation (#13644)

* Add MongoDB/MongoDBAtlas sink (#13669)

* Add MongoDB/MongoDBAtlas sink, add disableMetricsCollection in read/wirte properties

* Revert disableMetricsCollection related changes

* Azure ML new API version 20210401 (#12981)

* Add Identity to createWorkpace example

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* revert change on transitivePE and notebookKeys

* revert change on transitivePE and notebookKeys

* add new stable version 2021-01-01

* add ListNotebookAccessToken

* add primaryUserAssignedIdentity

* fix missing properties and apis

* fix one more missing property

* 202 status for start and stop CI

* make resync keys long runnin operation in version Jan2021

* resync keys 204

* update resync keys example

* Dont throw 204 for resync

* update resync keys

* Formatting

* revert Jan2021changes and add new version

* start apr2021 version for azure ml rp

* undo remove new line in jan2021

* use systemData definition in common

* removed old files

* fix small swagger bugs

* run prettier

* remove reference to sku

* update readme

* minimum agentCount should be 0

* add createdOn and ModifiedOn to compute properties

* add LoadBalancerType to aks compute

* add isNotebookInstanceCompute to virtualMachine

* add leafDomainLabel to SslConfiguration

* add overwriteExistingDomain to SslConfiguration

* add synapseSpark as supported compute-type

* update patch compute response to 202

* remove location from example responses

* Revert "remove location from example responses"

This reverts commit 048bf2551513afae842a9c4fbb5861aeddc6c33a.

* MachineLearningCompute_Update should have a 200 response

* sys data to use local def due to naming conflicts.

* Fix enum casing

* Fix operationId PR comment.

* Change opId in apr version

* remove 20210401 for easy review

* only change api version

* merge changes for 20210401 version

* Add x-ms-discriminator-value for Synapse spark

* camelcase loadbalancer properties

* add createdOn and Modified on to examples

* address AvoidAnonymousTypes error for SynapseSpark

* Minor fixes + new property

* Remove subscription state.

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>
Co-authored-by: Vinay Rajmal Soni <vison@microsoft.com>
Co-authored-by: jopet@microsoft.com <jopet@microsoft.com>
Co-authored-by: Josh Peterson <15050193+joshanator@users.noreply.github.com>

* datashare readme t2 config (#13833)

* add readme terraform (#13717)

* adding a new API version for Restore API and adding targetVirtualMachineId field for AzureWorkloadRestoreRequest (#13638)

* copying previous change

* Adding targetVirtualMachineId field for Azure Workload Restore requests

* updating crr version and examples

* removing new api-version

* adding back the new api-version

* removing Snapshot related fields

* updating readme.md

* corrected the path

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* chore: resort custom-words.txt from bad merge (#13868)

* [ApplicationInsights] Fix failure for python SDK (#13875)

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-10-05-preview (#13712)

* Adjustments to API to include validation grouping and updated text.

* Fixed missing curly brace

* adjusted name

* Added basic and standard examples

* adjusted type.

* corrected case for key value

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2021-03-03-preview (#13269)

* Adds base for updating Microsoft.Insights from version preview/2020-10-05-preview to version 2021-03-03-preview

* Updates readme

* Updates API version in new specs and examples

* Add DiagnosticServiceToken API

* Update examples to split tokens for readonly vs readwrite

* Fix accoding to code review feedback

* Update examples due to review feedback from ARM

* add configuration for vmware (#13879)

Co-authored-by: Your Name <you@example.com>

* keyvault t2 config (#13863)

* keyvault t2 config

* keyvault multi-api config

* multi api config

* config reset

* add package version

* hanaonazure t2 readme config (#13880)

* Remove x-ms-azure-resource (#13500)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Juniwang/sr202010401preview (#13664)

* prepare to add new api-version: copy everything from 2020-07-01-preview

* Adding new api-version

* Fix required body and annotate ms secrets

* remove secrets example from swagger

* fix prettier

* add datashare terraform configuration (#13876)

Co-authored-by: Your Name <you@example.com>

* storage readme t2 config (#13881)

* storage readme t2 config

* storage t2 config

* healthcareapis t2 config (#13884)

* typo: APIkeys -> APIKeys (#13641)

* Allow release_policy to be nullable (#13826)

* Fix type of Anserws and Captions (#13872)

* change the value of license header (#13886)

* [Synapse] - library_append API adds comp parameter (#13841)

* [Synapse] - add comp parameter

* Update example files

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Remove 200 response from async operation (#13190)

* Async operation always returns 202 on initial call

* Address review feedback

* Revert "Address review feedback"

This reverts commit 9ae550b95c1082c8383595a943a9abe5990fd4ef.

* add minimal tls version for mariadb (#11779)

* [Synapse] - add Swagger code owner (#13882)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <you@example.com>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <you@example.com>

* Reduce code owner scope for Monitor.Exporters team (#13898)

* [portal]Update readme.python.md (#13907)

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update readme.python.md

* Dev dfp microsoft.dfp 2021 02 01 privatepreview (#13305)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* DFP API specs. Copied from Azure-PPE

* Spelling fix. instnace => instance

* Fix resource provider name to pascal case

* Added '/providers/Microsoft.Dfp/operations'

* Added SystemData (fix R4009 error)

* Fix validation errors

* Prettier fixes

* Removed non-existend parameter sku

* Style fixes in DFP API specs

* Swagger ModelValidation failures fix

* Fix operations API

* Fix operations API validation failure

* 1. Added example for lists operations. 2. made the API preview instead of privatepreview

* Fix path in readme's

* Fix in readme

* Added readonly attribute to systemdata

* Added readonly attribute to systemdata

* Fix in python SDK readme

* Fixes in ListOperations.json examples

* Fixed API version

* Added type to response bodies

* Fix typos in examples (urls)

* Added 201 response into createInstance example

* Renamed RP name from Microsoft.Dfp to Microsoft.Dynamics365Fraudprotection

* Added long-running result for creation instance

* Added nextlink

* Fix in checkNameAvailability definition URL

* Next link parameter

* Using references to common types instead of re-declaring them

* Reused common type. Fixed provisioning state

* Nesting error fix

* Fixed examples

* Fix

* Fix in error response definition

* Rename RP. Fix examples in readme's

* Added http 202

* Added http 202 to examples

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-10-01 (#13818)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-09-01 to version 2020-10-01

* Updates readme

* Updates API version in new specs and examples

* Adding new fields for 2020-10-01

* Updating wording for disablePasswordAuthentication'

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

* Remove name check from client side (#13492)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* Update deviceupdate.json (#13900)

* [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2018-07-01 (#13817)

* Updated api-version

* Removed systemData

* Updated api-version

* Updated the example

* Add EligibleChildResources resource for PIM + update examples (#13803)

* PIM API Specs

* update readme

* Update

* Update readme

* operation id fix

* name fix

* Name changes

* fix

* Fix

* Changes based on docs generated

* Scope fix in example

* Updates for documentation

* Change operation name

* Update examples

* Add expanded properties

* Fix formatting

* Fixes

* Fix

* fixes

* Update the policy specs

* Fix the policy objects and pell checks

* fix the checks

* fix the property

* fix syntax

* Prettier

* Update Examples

* Update Enums

* ADd eligible child resource API specs

* prettier fix

* Update read me files

* update

* update

* fix

* update

* Update Enums

* update

* update

* update

* update example

Co-authored-by: Aman Swaika <amansw@microsoft.com>
Co-authored-by: Gaurav Mishra (IDENTITY) <gamish@microsoft.com>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <you@example.com>

* [Service Fabric Managed Clusters] adding api version 2020-05-01 (#13860)

* initial commit 2021-05-01 to compare with previous version 2021-01-01-preview

* update models

* update examples

* fix isStateless description

* add 2021-05-01 version to readme

* add x-ms-enum to diskType and add missing managedClsuterVersions paths

fix example names

add managed cluster version paths

add default error

* fix clusterversion by version and ClusterState descriptions

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

* Task 9639284: Swagger changes for new UK agreement templates (#13895)

* Task 9639284: Swagger changes for new UK agreement templates

* Renamed as per comments.

Co-authored-by: Umang Shah <umangshah@microsoft.com>

* Confluent new preview version + S360 fix (#13809)

* Adding new API version for Microsoft.Confluent

* Prettier fix

* updated status property in OfferDetail

updated status property in OfferDetail to fix swagger correctness issue

* fix swagger live validation

updated operations response to fix swagger live validation

Co-authored-by: Srinivas <alluri02@users.noreply.github.com>

* [Hub Generated] Public private branch 'juniwang/wps' (#13905)

* Onboarding Azure WebPubSub service

* reference ErrorResponse from common types and adding network ACL

* disable cors, enable feature flags and fix several policy violations

* remove anonymousConnectPolicy since it's not ready for now

* add property publicNetworkAccess per NRP requirement

* revert package-lock.json

* reset package-lock.json

* dns t2 readme config (#13923)

* update readme (#13918)

* add current readmes for generating python form recognizer (#12013)

* add current readmes for python form recognizer

* fix release tag

* updates for multiapi and preview.3

* fix so that gen code outputs in generated folder

* remove tag since swagger not in yet

* unbreak build

* just target preview 3

* don't run track 1 gen with python

* Set x-ms-api-version to false for vaults list (#13924)

* Set x-ms-api-version to false for vaults list (#13925)

* Update event description to include the event name (#13867)

* Update event description to include the event name

* Update readme to include guidelines for defining a new event

* Fix description

* Renamed enum values for SDK auto generation (#13938)

* Renamed enum values for SDK auto generation

* Tabs to spaces

* Newline added

* [Document Translator] update operation names (#13915)

* update operation names

* make body required

* Update ErrorName

* Apply changes to stable

* Fix samples

* fix sample

* Fix glossary sample

* Address comments and update definitions names

* Revert "Task 9639284: Swagger changes for new UK agreement templates (#13895)" (#13946)

This reverts commit ea5bc27ee9cadeb67767d774c82095be2420bcad.

* Adding new preview API for promotions (#11599)

* Adding new preview API for promotions

* Avacado fix

* Fixing JSON

* fixing the promo param

* fixning linting issues

* Fixing JSON

* fixing JSON

* fixing linting issues

* Adding delete 204a

* Adding delete 204

* Adding validation fixes

* fixing spellings

* Linting issues

* running prettier

* ARM review feedback

* Fixing linting issues

* Fixing prettier

* Fixing version

* Fixing SDK

* fixing go sdk

* revert go.md

Co-authored-by: Rishi Kapoor <rishik@microsoft.com>

* Exposing undocumented Databricks workspace properties for fixing S360 issues (#13683)

* exposing storage account name, sku

* Prettier fixes

* Fixing the review comment

* Adding No Public IP related properties

* Updating the remaining properties related to S360

* Fixing review comments

* Fixing Spell Check issue

* hybridcompute readme t2 config (#13910)

* readme t2 config

* hybridcompute t2 readme config

* web readme t2 config (#13909)

* web readme t2 config

* web readme.python t2 config

* Add x-ms-api-version (#13834)

* Update CheckNameAvailability_Available.json (#13914)

* webpubsub t2 config (#13949)

* Update StaticSite.json (#13768)

* Update StaticSite.json

Add private endpoint connections to static site object.

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* increment readme version

* address PR comments

* add examples

* fix examples

* Add data-plane samples creation template (#13528)

* Add data-plane samples

* Simplified template

* webpubsub readme t1 del (#13953)

* Add $(multiapi) to QnA Maker's readme.md (#13819)

Generators were processing every tag when only a single one was desired. This is the common solution to support multi-api SDKs.

* IoT data-plane for drwill-ms (#13964)

* add missing usage.json to v5 sdk tag (#13960)

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

* Add new api version 2021

* remove managedIdentity since we won't support it in this version

* CR comments

* Add default value for contine on errros

* Fix swagger correctness issues

* Fix typo

* resource t2 readme config (#13974)

* Added new API and API version for private DNS zone suffix (#13789)

* Added new API and API version for private DNS zone suffix

* trigger validation pipelines

* Add new API to readme

* Fix ARM pipelines

* Try fix again

* Fix again

* Add Operations API

* Revert "Add Operations API"

This reverts commit 9d4ca9e557763feb3a6089ff9d4c958b3843730e.

* Revert "Revert "Add Operations API""

This reverts commit 7cf197c1d453764f0396713a2ab172a20e35b1c4.

* Revert "Revert "Revert "Add Operations API"""

This reverts commit 05744390e440984da8134b64a979a6e61fb9b7ae.

* Revert "Revert "Revert "Revert "Add Operations API""""

This reverts commit 61b76b1623d9e5796bb8187edf0fc46351e78231.

* Revert "Revert "Revert "Revert "Revert "Add Operations API"""""

This reverts commit 9f55eb4c399eb48a8578906f6bea43b10c91b8be.

* Address review comment from ARM

* Revert "Address review comment from ARM"

This reverts commit cb6d1b01860de72eec80856f64b602c72a1f26a7.

* Revert "Revert "Address review comment from ARM""

This reverts commit 227cf73797ee24a674d76e3ccd2990b84bc8d11a.

* Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API""""""

This reverts commit 34ae6c70a514e0290ffb41f7ddb5bbbd5c6cbee3.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API"""""""

This reverts commit a11c889a65b0fa4257b03a247d75fbea769f4e2c.

* Add previous APIs to tag

* Retrigger build

* fix service name for Java (#13979)

* Add optional param - private DNS zone to server API (#13716)

* Add optional param - private DNS zone to server API

* Follow comment to resolve go sdk issue.

* [Hub Generated] Review request for Microsoft.Synapse to add version preview/2021-04-01-preview (#13874)

* Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* add changed files for kustoPool

* Ravi changes to fix LinDiff validation

* Add Itay Sofer's changes

* filizt comments mid-way

* Remove clouderror and resplace with "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"

* Add IotHubDataConnection and EventGridDataConnection

* Modify PUT to OK, CREATED, ACCEPTED

* Change from provisioningState to ResourceProvisioningState

* Add BlobStorageEventType

* Remove 202 when creating a KustoPool

* Change PUT/PATCH 202 responses

* Remove 202 in PATCH/PUT operations where having both 200 & 201

* Add "isIdentityCertExprired" to custom-words.txt

* Remove isIdentityCertExprired from custom-words.txt

* Add Exprired to cSpell.json

Co-authored-by: Amit Elran <amelran@microsoft.com>

* Removing x-ms-flatten property (#13929)

* manual changes for swagger

* changes for long-running operations

* changes for validate for backup and restore

* removing 204 from operationResults

* changes for a monitoring

* adding format

* removing date-time from duration

* changing to readonly

* changes for listRPs

* fixes swagger

* reverting readonly for scheduleTimes

* fixes for checkgates

* prettier fixes

* cahnges for friendlyname checks

* fixing gates

* removing tracking-via

* model validation fixes

* powershell changes

* adding stable version

* changes for PatchResourceRequestInput

* change for req fields

* changes for description

* changes

* Updated swagger json for item level restore target info objects

* Fixed spelling errors

* Added missing required properties

* removed auth credentials property

* prettier fixes

* Prettier fix

* pr comments fixes

* fixing readme

* changes for go readme

* Removed x-ms-flatten property (#2)

* removed flatten prop

* removing x-ms-flatten

* removing friendlyName from req prop

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>
Co-authored-by: FAREAST\zakinkh <zakinkh@microsoft.com>

* confidentialledger readme t2 config (#13981)

* Additional 7.3-preview parameter name clean up (#13913)

* Enable multivariate anomaly detection (#13973)

* add multivarite

* add v1.1-preview

* reformat changepoint example

* change typo in readme

* fix prettier-check error

* add export model example

* fix prettier error

* [Azure Search] Add Knowledge Store feature to swagger (#13911)

* introduce knowledge store swagger

* add knowledge store to 2020 apis

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* make skillset count optional, and add it to 2020 GA Swagger (#13990)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* Adding support for message properties in ACS Chat (#13939)

* Initial commit (copying over stable API version)

* Making changes to support message metadata

* Added 201 response code for patch operation (#13956)

Co-authored-by: Akash Keshari <akkeshar@microsoft.com>

* Adding autoMitigate flag with false as default value (#13109)

* deploymentmanager - clean up duplicate parameters outside of method (#13948)

* clean up duplicate parameters outside of method

* maintain python order

* fix typo in Synapse (#13994)

* OperationalInsights - update readme files for cli extension update (#13999)

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* added Tables new api version

* changed bool to boolean types

* prettified jsons

* fix erroes in swagger

* undo changes to 2020-03-01-preview version

* pr fixes

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* changed ErrorResponse to default ErrorResponse without ref to local definition

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed SystemData

* creatted a new package containing all latest swagger files for publishing new SDK

* removed package 2021_02 and set default packate to 2020_10

* removed 2 packages

* removed DataCollectorLogs.json from readme.md 20202.10

* added empty line to try invoke pipeline validations that havent run

* Delete Tables.json

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* merge

* prettified jsons

* undo changes to 2020-03-01-preview version

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed whitespaces

* changed DataExportErrorResponse to common
.../v2/types.json#/definitions/ErrorResponse

* changed all Error response of 2020-08 to common definition

* added readme.az.md file for cli extension code generator

* added readme.ad.md with the same naming convention as in readme.python.md
added readme.cli.md file
updatted readme.md file with the new azure-cli-extensions tag
all updates were done by following: https://github.com/Azure/autorest.az/blob/9ed1aabd353385f8bdffbfa9f3892478111a029c/doc/how-to-author-readme-file.md

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [Cognitive Services Metrics Advisor] add missing required for allOf entities (#13957)

* add missing required for allOf entities

* fix incorrect required properties

* 7.2-Preview to GA (#13919)

* 7.2-Preview to GA

* Update packages to point to stable

* Readd exportable and update description

* Update description for exportable in preview versions

* Fix operation results contract for Tenant Git operations (#13903)

* fix operation results contract

* fix sync state contract

* iothub t2 readme config (#13980)

* iothub t2 readme config

* iothub readme t2 config

* iothub t2 readme config

* Making Offer details and User Details required properties (#13985)

* Making Offer details and User Details required properties and removing abandoned tag

* fix python configuration

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* cosmosdb t1 config del (#14008)

* Fixing issue with missing filter documentation in Access Review APIs (#13892)

* fix cred issue. block to merge in DSMainDev (#14014)

* fix serivce name for java (#14007)

* maintenance readme t2 config (#13982)

* maintenance readme t2 config

* readme t1 config

* [Service Fabric Managed Clusters] fix api 2020_05_01 (#13961)

* Use enums  and add missing properties

* model enum as string

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

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

* add isIsolated and channelSchemaTransformationVersion

* rename

* add v2 priavatelinks (#14026)

* copied from v1/privatelinks.json

* bump version

Co-authored-by: jianyexi <jianyxi@microsoft.com>

* APIM: improve developer portal operations docs (#13941)

* APIM: improve the documentation for dev portal operations

* Minor changes

* Removing OData parameters from the stable API version

* Remove new query params

* hotfix on extended location hierarchy (#13943)

* [Hub Generated] Public private branch 'wps' (#14002)

* Add webpubsub swagger

Add custom words

Update webpubsub.json

Update webpubsub.json

Resolve comments

Update webpubsub.json

resolve comments

Update operationId for existence check

[wps] update python generation section and client name for all languages (#1)

* add python stuff

* make title across languages the same

* Update version

* Update some constraints

* Update webpubsub.json

* rename to GetServiceStatus

* Update readme.md

* Update readme.md

* Update readme.md

* [Hub Generated] Review request for Microsoft.SecurityInsights to add version preview/2021-03-01-preview (#13563)

* Copied from 2019-01-01-preview version

* Updated references to common types

* Add itemsSearchKey field to Watchlists

* Add missing label definition

* Make itemsSearchKey as required field

* Formatting fixes

* Fix Prettier and Avocado errors

* Fix Lint error (subscription level resource)

* Update description and example for CreateOrUpdate watchlists and bulk create watchlist items

* Update Api version in examples

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

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

* Updates readme

* Updates API version in new specs and examples

* updated default package in readme.md to 2021-03

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* Updated required and default fields in Action Groups spec (#13677)

* Updated error response for Action Groups API

* spacing

* added missing fields to Action Group Resource spec

* Added missing fields for action group resource in older version

* Updated "resource" name

* Removed changes to errorResponse

* Removed errorObject

* format

* Updated required and default fields in Action groups spec

* Update default value to boolean

Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <rirajend@microsoft.com>
Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* Remove AML Compute File Server (#13944)

* Remove AML Compute File Server

* update

* update

* update

* update

* Cost Management: Reservation Recommendations API: Add multiple missing properties in specs (#13967)

* added totalCost, properties.resourceType, properties.subscriptionId, and eTag to various RiRec dfinitions

* moving eTag  property to right place

* remove duplicate description

* remove track1 configure (#14044)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* New API version (2021-02-10) for recovery services site recovery (#13525)

* Adding old API version(2018-07-10) to new folder for 2021-20-10

* all changes for swagger (2021-02-10)

* read me and custom word changes

* Ayesha's comments addressed

* adress PR comments from ayesha

* Adding suppressions

* fixing custom words

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13636)

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

* Updates readme

* Updates API version in new specs and examples

* Update readme.md

changing read me to include date too in tag

* cahnging examples API version to 2021-02-10

* fix read me syntax

* TaskStepProperties swagger fix (#13971)

* Adding "assignmentState" property to scope model in access review APIs (#14039)

* iothub readme.python package version change (#14043)

* iothub readme.python package version change

* multiapiscript add

* clear output folder

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* Bump y18n from 4.0.0 to 4.0.1 (#13704)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update (#14061)

* package-templatespecs-2021-03-preview tag added (python) (#13958)

* Added tag

* nit: ordering

Co-authored-by: Dania Etienne <daetienn@microsoft.com>

* Use 2014-04-01 replication link specs in V5 SDK (#14058)

* Use 2014-04-01 replication link specs in V5 SDK

* remove legacy file.

* Update cSpell.json for Key Vault 7.2 (storage) (#14060)

* automanage readme t1 del (#14029)

* automanage readme t1 del

* automanage readme t1 del

* readme.md t1 config del

* add missing reference (#13904)

* databoxedge readme modification (#14063)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13635)

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

* Updates readme

* Updates API version in new specs and examples

* fixing merge issue

* removing vault usages from 2021-02

* Adding back vault usages

* updating readme

* updated etag to eTag (#13968)

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-12-01 (#13931)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-10-01 to version 2020-12-01

* Updates readme

* Updates API version in new specs and examples

* Adding new spot VM fields

Co-authored-by: Joshua McCarthy <jmccarthy@microsoft.com>

* Add FaceAPI PersonDirectory spec updates to preview v1.0 (#13766)

* Add FaceAPI v1.0-preview

Add a preview version of FaceAPI specs intended for public preview.
Contains existing spec in v1.0 plus PersonDirectory feature changes.

* Fixes after running validation

* Fixing validation

* Fixes 2

* Fixes 3

* Add PersonDirectory examples and fix routes

* Fixes 4

* Fixes 5

* Fixes 5.5

Co-authored-by: Yang Chen <yachen4@microsoft.com>

* Update the name and format of a parameter for randomnumbers (#14017)

* Update the name and format of a parameter for randomnumbers

* Change the parameter name from 'bytes_length' back to 'bytesLength'

* Amalladi/extendedlocation update (#13849)

* Updating Specification to remove 400 Badrequest from Swagger File

* Removing 400 status code from examples

* Removing private preview API version from Repo

* Removing 2020-07-15-privatepreview tag from ReadME files

Co-authored-by: Aditi <amalladi@microsoft.com>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* Revert "remove track1 configure (#14044)" (#14047)

This reverts commit 867165cc24d81c487ad186c998c46ba55f81c77b.

* adding role assignment (#14077)

* add connectionPolicy spec back to V5 SDK (#14088)

* modification (#14087)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-04-01-preview (#13710)

* Adds base for updating Microsoft.DocumentDB from version preview/2021-03-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* adding Services APIs

* more changes

* updated examples

* prettier and readme updates

* importing changes missed from old versions

* nits

* fixing semantic validation

* fixing linter

* fix

* more fixes

* adding list operation and default error response

* specifying format integer

* attempt to fix sdks

* address arm comments and fix ci

* fixes

* fix

* try to fix ci

* fix examples

* .\services.json

* adding additionalProperties back to ServiceResouce

* adding additionalProperties back to ServiceResouce

* fix

* fix sdks

* fix linter

Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

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

* Adds base for updating Microsoft.Maps from version preview/2020-02-01-preview to version 2020-02-01

* Updates for 2021-02-01 api version swagger

* creator swagger fixes

* fix model examples

* nextLink, uniqueId

* build fixes

* fixing listkeys

* fix long running operations

* fixing spelling

* fixing async behavior and examples

* updating arm region

* reset package-lock

* [Hub Generated] Review request for Microsoft.Media to add version preview/2021-05-01-preview (#13838)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy Signed off 2021-03-01 swaggers here

* Update swaggers to 2021=05-01-preview

* add missing examples

* update title

* fix Operation id

* fix video analyzer examples

* update Video swagger

* add format for $top

* remove unnecessary example file

* use chackname definitions from types.json

* fix segment length readonly

* change getStreamingToken to listStreamingToken, getProvisioningToken to listProvisioningToken

* fix the example file name

* fix a readonly issue with a video property

* make type readonly

* edits to descriptions

* adding missing descriptions

* address review feedback,

* few cleanup for update class

Co-authored-by: Christopher Bennage <bennage@microsoft.com>

* Include the preview version of resource changes and resources history… (#14084)

* Include the preview version of resource changes and resources history APIs

* Address the review feedback on releasing the new package version.

* Update readme for Synapse management SDK May release (#14054)

* Update readme for Synapse management SDK May release

* Add package-2021-05-preview

* Address comment

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* removing read only property, no longer in use - NOT a breaking change (#13812)

* resources readme.python t2 config (#14091)

* peering readme t2 config (#14106)

* Remove replicationLinks_legacy.json (#14095)

PR #14058 removed this file: replicationLinks_legacy.json, removing from the schema config to prevent schema generation failures.

* Support sheet index in excel (#14062)

* Enable excel in public swagger

* update

* rollback dataflow change

* Support sheet index in excel

Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>

* Adding 2021-05-01 api-version to Template Specs (no changes over last preview spec) (#14065)

* Copy existing 2021-03-01-preview specs to new 2021-05-01 stable version (no schema changes)

* Changing api-version within specs to 2021-05-01

* Adding package tag for new stable version to readme.md, but not making it a default (yet)

* Fix SecurityInsights Go SDK versioning (#14030)

* Fix SecurityInsights Go SDK versioning

* rename stable api version tag

* remove 'only' from tags with full functionality

* chore: Move typo supression in RecoveryServices (#14120)

* Add missing Zone mapping property to Microsoft.Resources (#13936)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* add zoneMappings to ResoursesType

* backfill older versions of swagger with zonemapping property

* [Application Insights] Resolve duplicated definition names to fix track2 SDK generation error (#13951)

* Fix duplicate name

* Update readme.md

* Update readme.md

* Update and rename workbookOperations_API.json to aiOperations_API.json

* Update readme.md

* Update workbooks_API.json

* Update readme.md

* Update readme.python.md

* Update readme.md

* Update readme.md

* Update readme.md

* Rename aiOperations_API.json to workbookOperations_API.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

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

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

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

* Update swagger for SSIS-IR to support user-assigned managed identity (#14114)

Co-authored-by: Hongxian Yao <hoyao@microsoft.com>

* postgresql readme t2 config (#14067)

* Dev mediaservices microsoft.media 2021 05 01 (#13676)

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

* Updates readme

* Updates API version in new specs and examples

* [AMS] new 2021-05-01 release for Account service in AMS

* add missing example files

* fix the api version and missing example files

* Create a new Update definition to fix the "R2016 - PatchBodyParametersSchema "

* fix respnse

* fix update example

* add the 2016 supression for new tag as well.

* mixedreality t2 readme config(wave4) (#14105)

* mixedreality t2 readme config

* t2 config del

* [python] t2-confidentialledger config (#14144)

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md (#14145)

* update elastic swagger  (#14076)

* Update elastic.json

* added new examples

* taking the files from rpsaas master

* added suppression in readme

* [Cosmos DB] Introduce new api version 2021-04-15 (#13873)

* [Cosmos DB] Introduce new api version 2021-04-15

Initial Commit

* Updated for 2021-04-15

* Dummy Commit

* Fixing privatelinkresources.json

* Removing ErrorResponseUpdatedFormat

* Suppressing systemData check

* Relay - Fix typo in the NetworkRuleSet path (#13962)

* Relay - Fix typo in the NetworkRuleSet path

* Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version

* [Hub Generated] Review request for Microsoft.Portal to add version preview/2015-08-01-preview (#12732)

* Fixing properties in dashboard parts

* Updating Dashboard part metadata

* Updating based on prettier fixes

Co-authored-by: Himanshu Chandel <hich@microsoft.com>

* resources t1 config add (#14146)

* t1 config add

* package version

* [Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-05-01' (#14148)

* Adds base for updating Microsoft.Maintenance from version preview/2020-07-01-preview to version 2021-05-01

* Updates readme

* Updates API version in new specs and examples

* Added system data properties.

* Fixed lint error.
Added documentation.

* Use Host Maintenance scope and api version in exmaple.

Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com>

* Add Test Base Swagger Spec from RPSaaSMaster (#14113)

Co-authored-by: Bin Yu <biy@microsoft.com>

* rename property: change category to categories (#13883)

* Edit description of Update Iot Hub Resource Api (#13080)

Co-authored-by: Harini <codebyh.365@gmail.com>

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

* Adds base for updating Microsoft.RecoveryServices from version stable/2018-07-10 to version 2021-03-01

* Updates readme

* Updates API version in new specs and examples

* Update webpubsub.json (#14096)

* add dataFeedId in AnomalyResult and IncidentResult (#14127)

* add dataFeedId in AnomalyResult and IncidentResult

* fix examples

* Add new version 2021-03-31-preview1 for ACS Auth (#13965)

* Add new version 2021-03-31-preview

* Set required body

* Add all paths to new version

* Update description for property of TeamsAccessTokenRequest model

* Change version from 2021-03-31-preview to 2021-03-31-preview1 following standards https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/16790/Versioning

* Rename folder

* Update method description

* remove Turn endpoint

* Add examples

* Update readme

* Omit the word "skypetoken" from swagger

* Link example

* Update description and path for a new endpoint

Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com>

* Added example gneration document links (#14151)

* purview scanning service (#14021)

* purview scanning service

* Add custom words for spellcheck

* fix config files and add endpoint param

Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
Co-authored-by: iscai-msft <iscai@microsoft.com>

* MG RP new API versions: 2020-10-01 and 2021-04-01 (#13897)

* API 2020-10-01 with 2020-05-01 files

* 2020-10-01 API changes

* 2021-04-01 API version with 2020-10-01 files

* Changes for 2021-04-01 API

* PR fixes

* Fixed issues with model

* PR fixes

* Latest (#13917)

* Pick up previous Swagger Fix in 2019-09-01 version (#14092)

* Add missing swagger fix

* Fix bad copy-paste

* update the some capitalized words in the description

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event (#14049)

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event

* Removing contentLength/Offset from Microsoft.Storage.BlobTierChanged data schema

* Removing BlobTierInfo from BlobTierChanged and adding new event Microsoft.Storage.AsyncOperationInitiated

* adding ContentLength for BlobTierChanged and AsyncOperationInitiated events

* [Hub Generated] Review request for VideoAnalyzer.Edge to add version preview/1.0.0 (#13682)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy old LVA swaggers

* Rename old swaggers to new file names

* Update LVA swaggers with new AVA swagger

* fixed some paths and capitalization

* fix prettier check issues

* fixing a Pascal casing

* Updating swaggers to latest

* fix linting issue

* removed an unused definition

* Service fabric Client API 8.0 (#14011)

* spell checked and linted.

* updated tag version.

* reverted change outside of SF folder.

* updated version in swagger.

* changed credential issues.

* changed 1 more that looks like a credential.

* Kusto pools principal assignment (#14079)

* kustoPool PrincipalAssignments

* fixed list principal assignments

* principalAssignment list example

* principalAssignment get example

* KustoPoolPrincipalAssignmentsCreateOrUpdate

* KustoPoolPrincipalAssignmentsDelete

* databases PrincipalAssignments

* minor change

* KustoPoolDatabasePrincipalAssignmentsList

* KustoDatabasePrincipalAssignmentsGet

* KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate

* KustoPoolDatabasePrincipalAssignmentsDelete

* fixed example ref

* added system data

* kustoPoolCheckNameAvailability

* KustoPoolsCheckNameAvailability example

Co-authored-by: Itay Sofer <itsofer@microsoft.com>

* [Service Fabric Managed Clusters] fix api 2021_01_01-preview (#14012)

* Update preview api to disable broken properties and to add property that is working

* Update managed cluster description

* Add New Data Model RuleCollection to NetworkManager (#13827)

* Add New Data Model RuleCollection to NetworkManager

* fix typo

* test

* test

* Fix discriminator

* fix type

* Fix discriminator

* Fix type

* fix type

* Fix type

* Fix discriminator

* Fix discriminator

* fix type

* fix type

* Fix bug

* Fix type

* Fix format

* Fix name

* Fix name

* fix spell

* fix description

* Fix spell

* change to kind

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* Fix post body

* Fix as comments

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* change rule kind

* Fix as comments

* Fix as comments

* update lastest version

* Update type

* Update Skiptoken

* Fix discription

* Fix NG

* Fix NG

* add more example

* [python]Update readme.python.md for postgresql (#14182)

* Update readme.python.md

* Update readme.python.md

* Remove all schema readme (#13885)

* Remove all schema readme

* process new rp

* Remove after_scripts

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

* Adds base for updating Microsoft.AlertsManagement from version stable/2019-06-01 to version 2021-04-01

* Updates readme

* Updates API version in new specs and examples

* first commit

* some fixes

* try without alert management

* revert change to name of namespace

* Resolve lintdiff issues

* remove the copy of files and reference alert managment previous version

* update description of subscriptionId to solve error

* attemp to remove AlertsManagement from the package

* revert (put back AlertsManagment)

* add tags for go SDK release v54.0.0 (#14161)

* add tags for go SDK r…
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-go that referenced this pull request Apr 18, 2022
Dev cost management microsoft.cost management 2022 02 01 preview (#17856)

* Add new Azure Object Anchors API version 0.3-preview.0 (#17117)

* add 0.3-preview.0

* fix INVALID_FORMAT

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2021-08-08 (#17162)

* Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-08-08

* Updates readme

* Updates API version in new specs and examples

* 1. added input files to new tag
2. changed alerts management client tag to the new tag

Co-authored-by: Liran Englender <lienglender@microsoft.com>

* Add batch tag for streamanalytics readme.go.md (#17191)

* Add batch tag for streamanalytics readme.go.md

* fix

* S360 - fixing pending 3 Swagger KPIs (#17195)

* Update ResourceHealth.json

fixing Swagger changes

* Update ResourceHealth.json

fixing PR checks

* Create Operations_List.json

add new file

* Add AML skill to preview swagger for Search Service (#16910)

* add aml skill to preview swagger for search service'

* update

* Fixing S360 issues (#17014)

* Fixing S360 issues

* Fix style

* Add specs for ACS Chat preview7 (#16887)

* Baseline using previous API version

* Updates for preview7

* Update readme.md

* Prettier fix

* Fix readme

* Fix example for update-participant

Co-authored-by: Po Tsang <tsangpo@microsoft.com>

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService (#17036)

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService

* update

* revert some change

* Device update public preview refresh (#17205)

* Batch2: approved PR 4891

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

* Batch3: minor updates (PR 5556)

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

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* Azure Synapse Workspace PublicNetworkAccess Fix (#17210)

Co-authored-by: Nikhil Kumar <nikhilkumar@microsoft.com>

* 2021-08-01-only (#17224)

* [NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples (#17157)

* Fix volumeGroups tag, bakcup properties creationDate and examples

* Fix Staging model validations

* Example ref

* Microsoft.OperationalInsights: 2021-12-01-preview (#17138)

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* code review changes.

* Update Tables.json

* Update Tables.json

* OperationalManagement: 2021-12-01-preview

* more fixes.

* Update Clusters.json

* Tables: Sentinel+CLV2 changes.

* Tables: More descriptions.

* removing un related child resources.

* Create OperationsListByTenant.json

* Update Tables.json

* Update TablesGet.json

* Add systemData example.

* Model fixes + pretty

* adding description to ip data hint.

* Update Tables.json

Co-authored-by: Dudi Likvornik <dulikvor@microsoft.com>

* [DO NOT MERGE ] Introduce new scanners resource type (#17107)

* introduce new scanners resource type

* fix error

* fixing errors

* fixing errors

* fix error

* fixing errors

* fixing comments

* adding new tag

* Azure Batch 2022-01-01.15.0 Data Plane Update (#16960)

* Initial commit for comparison

* Update BatchService Swagger file

PR Feedback

* Update examples

Ran prettier

* Updated readme

Fixed tag

* Language API for TA (2021-11-01-preview) (#16256)

* WIP for language api spec for TA

* Updated preview version number; finished up async definitions

* Finished first draft of full spec

* Finished first draft of full spec, minus FHIR structuring in HC output

* Removed features not included in 2021-11-01 preview

* Update custom text tasks TODOs

* Moved common definitions to TA-specific definitions

* Added custom text tasks to JobManifest

* Addressing feedback from PR comments and internal review

* Addressed some PR comments

* Updated some remaining references to documents

* PR comments

* Updated a previous change

* Reverted references to 'records' back to 'documents'

* A few small updates to examples; removed base Task type to simplify structure

* PR comments

* Addressed TODO items; removed LD-related objects (will be added in another preview)

* Fixed anonymous types

* Removed required field for body in POST request

* Fix prettier check

* Added a few more details; experimental change for documents property

* Ran prettier

* Correction to AnalysisInput object

* PR comments

* Added custom entities task to examples

* PR comments

* Prettier check

* Troubleshooting model validation failure

Co-authored-by: Abigail Hartman <Abigail.Hartman@microsoft.com>
Co-authored-by: Kareem Yousef <kayousef@microsoft.com>
Co-authored-by: Abby Hartman <abhahn@microsoft.com>

* Fix flipped order in Face generated models (#16846)

* Fix flipped order in Face generated models

The recent change changing a nested parameter from optional to required
caused the AutoRest generated model to have a reversed order of two
string arguments. Expanding the nesting for affected models to avoid
breaking changes.

* Fix malformatted examples

* Update Resources.json (#16996)

* Update Resources.json

* Specify additionalProperties type

* CDS component type update - mismatch between swagger and code values  (#17183)

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2020-12-01-preview (#13609)

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* FixS360 | Microsoft.Billing (#13771)

* fixing billing accounts and operations

* adding total count.

* typo fix

* fixing spell check and prettier

* Vakuncha changingcsharpreadme (#13806)

* Update readme.csharp.md

* Update readme.csharp.md

* [aks] fix vm size model and osDiskType description  (#13763)

* fix: agent pool vm size should be string, not enum

* fix: osDiskType default description for >= 2020-11-01

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-03-01-preview (#13267)

* init

* fix format

* sync

* read only

* fix sample

* fix

Co-authored-by: Teng Pan <tepa@microsoft.com>

* storagesync readme t2 config (#13810)

* storagesync readme t2 config

* storagesync readme.python t2 config

* Updated SAS swagger with latest changes. (#13439)

* Fixed hostname in the Offazure swaggers.

* added newest swagger from service repo. This contains PE changes too.

* rewritten swagger changes on existing swagger

* some fixes to swagger

* added examples.

* fixes

* edit

* edit.

* fixes

* minor fix

* edit

* edit

* edited default api version tag

* Dev weather microsoft.maps 1.0 (#13796)

* Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true

* Revert changes to package-lock.json

* Fix spelling error

* Adding Azure Object Anchors error codes for IngestionProperties (#13787)

* Added Azure Object Anchors error code field to IngestionProperties

* Fixed spacing in example

* Moved changes to new version

* Addressed version mismatch, spacing

* Fixed versions on examples

* Readonly error code

* Seeing if readonly error code is breaking

* Revert "Seeing if readonly error code is breaking"

This reverts commit c0b16f07c4a46a07fc7831a1735bb290804242ea.

* Model error code as string

* Renamed examples to asset conversion nomenclature

* Fixed rename issues

* Fixed issue #9593 (#13262)

* Fixed issue #9593

* Removed redundant PrivateEndpointConnectionProperties attribute

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-05-01 (#13800)

* Fixed Swagger Validation Errors

* Fixed Model Validation

* [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13788)

* Fixed Swagger Validation Errors

* Fixed Type

* Fixed Type

* Fixed Setting Properties

* Fixed Punctuation

* Removed Item

* Added Items Properties

* Fixed Required Property

* azurestack wave4 t2 config (#13813)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version. (#13490)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version.

* Add system metadata to tracked resources in "Microsoft.AppConfiguration".
Updated ConfigurationStore to reference the common tracked resource type definition.

* Added disableLocalAuth property.

* Add new api version swagger to readme.

* Added/updated examples and added suppressions for standardized APIs.

* Fixed prettier.

* Add missing property fileStorageSkuName into MySQL Flexible Server spec (#13693)

* appplatform t2 readme config (#13829)

* customproviders t2 readme config (#13831)

* Update readme.csharp.md (#13807)

* [Sentine][Data connectors][Fix correctness bug] (#13175)

* update required fields

* update required fields

* Explicitly define KeyCreationTime in Feb21 (#13757)

* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example

* Add Microsoft.M365SecurityAndCompliance RP (#13646)

* Add Microsoft.M365SecurityAndCompliance RP

* fix datetime and common-types file path

* update common-types file path

* add preview path in readmego

* replace stable with preview

* remove duplicate tags

* refer MIPPolicySync json in readme

* service name for java (#13837)

* Dev keyvault microsoft.key vault 2021 04 01 preview (#13585)

* Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Open API change for Managed Hsm private endpoints feature (#12938)

* Open API change for Managed Hsm private endpoints feature

* Fixing spell check errors

* Fixing spell check errors

* Prettier fixes

* Fixing swagger validation errors

* Fixing systemData property reference

* Adding publicNetworkAccess property based on private endpoint requirement.

* GET responses following a successful DELETE should be returning 404. … (#13054)

* GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).

(cherry picked from commit b752a19c6cc1f8a8eed9f106e2c77b8d5b5db19f)

* Removing 404 as it is taken care by default response.

* Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282)

* Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC

* Fixing validation issues.

* Fixing errors in properties in example jsons

* Delete keyvault.json

Deleted an errant json file

* Fixed misspelling of property in examples

* Fixed x-ms-examples naming, fixed camelcasing

* Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate

* Added schema definitions for 404

* Removed 200 for purge

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Addressing Comments for PR 13585 (#13586)

* Removed 404s to allow requests to fall through to default

* Removing 404s from examples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Added deletedmanagedhsm object to examples and managedhsm.json (#13591)

* Added deletedmanagedhsm object to examples and managedhsm.json

* Fixing error in references to correct values

* Changed vaultId to mhsmId in exmaples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Try to use the common type for SystemData (#13723)

* Add SystemData property for KeyVault

* 04012021 fix schema (#13749)

* Resolving conflict with custom-words.txt

* Add 2021 preview to azureresourcechema, add suppression to readme

* Add 2021 preview to azureresourcechema

* Merging custom-words.txt

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Add missing default error response (#13762)

* Fix Lint error (#13765)

* Add missing default error response

* Update the integer format to fix Lint error

* Add securityDefinitions

* Added python tag for 2021 preview (#13805)

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (#13822)

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs

(cherry picked from commit c1c5aebfb98cacd0a4ee5596fb7b0d9f782a9a3e)

* prettier fix

* Add suppression for SystemData (#13835)

* Add suppression for SystemData

* Fix linting error R4036 - ImplementPrivateEndpointAPIs

* specify the suppression for SystemData

* Revert "specify the suppression for SystemData"

This reverts commit cbebab81ab08ec1a29b41c891c58cf08ff2eb3c4.

Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com>
Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com>
Co-authored-by: Soohwan Kim <sookim@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <you@example.com>

* add tags back in the adp readme (#13850)

* Add device principal type (#13799)

* copy files from previous version

* add device principal type, update versions

* fix

* system data requirement

* Added CheckNameAvailability, Identity, systemData, used ErrorResponse v2 in DeviceUpdate (#13750)

* Update deviceupdate.json

* Update deviceupdate.json

* Add files via upload

* Update deviceupdate.json

* Update deviceupdate.json

* Update Accounts_Update.json

* Update Accounts_Create.json

* Update Instances_Create.json

* Update deviceupdate.json

* Linux line ending

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update deviceupdate.json

* Update deviceupdate.json

* fixed typo in the example files (#13764)

* Update CODEOWNERS (#13795)

Updating list of Azure Cognitive Search team members

* Update GenerateDetailedCostReportBySubscriptionAndTimePeriod.json (#13772)

Update example data

* [Hub Generated] Public private branch 'stuartko/Mar21_NewTSVersion' (#13811)

* Adding version 2021-03-01-preview (copy of previous version)

* Adding new metadata property

* Adding uiDefinition property.

* Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality.

* Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates".

* Swagger changes for 2021-02-01-preview api version (#13794)

* Copy existing preview version

* Changes to databoxedge json file

* Update readme files

* Correct Spell Check

* Fix Readme.go error

* Update examples

* Update all schemas.md files (#13862)

* typo: implmentation -> implementation (#13644)

* Add MongoDB/MongoDBAtlas sink (#13669)

* Add MongoDB/MongoDBAtlas sink, add disableMetricsCollection in read/wirte properties

* Revert disableMetricsCollection related changes

* Azure ML new API version 20210401 (#12981)

* Add Identity to createWorkpace example

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* revert change on transitivePE and notebookKeys

* revert change on transitivePE and notebookKeys

* add new stable version 2021-01-01

* add ListNotebookAccessToken

* add primaryUserAssignedIdentity

* fix missing properties and apis

* fix one more missing property

* 202 status for start and stop CI

* make resync keys long runnin operation in version Jan2021

* resync keys 204

* update resync keys example

* Dont throw 204 for resync

* update resync keys

* Formatting

* revert Jan2021changes and add new version

* start apr2021 version for azure ml rp

* undo remove new line in jan2021

* use systemData definition in common

* removed old files

* fix small swagger bugs

* run prettier

* remove reference to sku

* update readme

* minimum agentCount should be 0

* add createdOn and ModifiedOn to compute properties

* add LoadBalancerType to aks compute

* add isNotebookInstanceCompute to virtualMachine

* add leafDomainLabel to SslConfiguration

* add overwriteExistingDomain to SslConfiguration

* add synapseSpark as supported compute-type

* update patch compute response to 202

* remove location from example responses

* Revert "remove location from example responses"

This reverts commit 048bf2551513afae842a9c4fbb5861aeddc6c33a.

* MachineLearningCompute_Update should have a 200 response

* sys data to use local def due to naming conflicts.

* Fix enum casing

* Fix operationId PR comment.

* Change opId in apr version

* remove 20210401 for easy review

* only change api version

* merge changes for 20210401 version

* Add x-ms-discriminator-value for Synapse spark

* camelcase loadbalancer properties

* add createdOn and Modified on to examples

* address AvoidAnonymousTypes error for SynapseSpark

* Minor fixes + new property

* Remove subscription state.

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>
Co-authored-by: Vinay Rajmal Soni <vison@microsoft.com>
Co-authored-by: jopet@microsoft.com <jopet@microsoft.com>
Co-authored-by: Josh Peterson <15050193+joshanator@users.noreply.github.com>

* datashare readme t2 config (#13833)

* add readme terraform (#13717)

* adding a new API version for Restore API and adding targetVirtualMachineId field for AzureWorkloadRestoreRequest (#13638)

* copying previous change

* Adding targetVirtualMachineId field for Azure Workload Restore requests

* updating crr version and examples

* removing new api-version

* adding back the new api-version

* removing Snapshot related fields

* updating readme.md

* corrected the path

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* chore: resort custom-words.txt from bad merge (#13868)

* [ApplicationInsights] Fix failure for python SDK (#13875)

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-10-05-preview (#13712)

* Adjustments to API to include validation grouping and updated text.

* Fixed missing curly brace

* adjusted name

* Added basic and standard examples

* adjusted type.

* corrected case for key value

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2021-03-03-preview (#13269)

* Adds base for updating Microsoft.Insights from version preview/2020-10-05-preview to version 2021-03-03-preview

* Updates readme

* Updates API version in new specs and examples

* Add DiagnosticServiceToken API

* Update examples to split tokens for readonly vs readwrite

* Fix accoding to code review feedback

* Update examples due to review feedback from ARM

* add configuration for vmware (#13879)

Co-authored-by: Your Name <you@example.com>

* keyvault t2 config (#13863)

* keyvault t2 config

* keyvault multi-api config

* multi api config

* config reset

* add package version

* hanaonazure t2 readme config (#13880)

* Remove x-ms-azure-resource (#13500)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Juniwang/sr202010401preview (#13664)

* prepare to add new api-version: copy everything from 2020-07-01-preview

* Adding new api-version

* Fix required body and annotate ms secrets

* remove secrets example from swagger

* fix prettier

* add datashare terraform configuration (#13876)

Co-authored-by: Your Name <you@example.com>

* storage readme t2 config (#13881)

* storage readme t2 config

* storage t2 config

* healthcareapis t2 config (#13884)

* typo: APIkeys -> APIKeys (#13641)

* Allow release_policy to be nullable (#13826)

* Fix type of Anserws and Captions (#13872)

* change the value of license header (#13886)

* [Synapse] - library_append API adds comp parameter (#13841)

* [Synapse] - add comp parameter

* Update example files

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Remove 200 response from async operation (#13190)

* Async operation always returns 202 on initial call

* Address review feedback

* Revert "Address review feedback"

This reverts commit 9ae550b95c1082c8383595a943a9abe5990fd4ef.

* add minimal tls version for mariadb (#11779)

* [Synapse] - add Swagger code owner (#13882)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <you@example.com>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <you@example.com>

* Reduce code owner scope for Monitor.Exporters team (#13898)

* [portal]Update readme.python.md (#13907)

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update readme.python.md

* Dev dfp microsoft.dfp 2021 02 01 privatepreview (#13305)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* DFP API specs. Copied from Azure-PPE

* Spelling fix. instnace => instance

* Fix resource provider name to pascal case

* Added '/providers/Microsoft.Dfp/operations'

* Added SystemData (fix R4009 error)

* Fix validation errors

* Prettier fixes

* Removed non-existend parameter sku

* Style fixes in DFP API specs

* Swagger ModelValidation failures fix

* Fix operations API

* Fix operations API validation failure

* 1. Added example for lists operations. 2. made the API preview instead of privatepreview

* Fix path in readme's

* Fix in readme

* Added readonly attribute to systemdata

* Added readonly attribute to systemdata

* Fix in python SDK readme

* Fixes in ListOperations.json examples

* Fixed API version

* Added type to response bodies

* Fix typos in examples (urls)

* Added 201 response into createInstance example

* Renamed RP name from Microsoft.Dfp to Microsoft.Dynamics365Fraudprotection

* Added long-running result for creation instance

* Added nextlink

* Fix in checkNameAvailability definition URL

* Next link parameter

* Using references to common types instead of re-declaring them

* Reused common type. Fixed provisioning state

* Nesting error fix

* Fixed examples

* Fix

* Fix in error response definition

* Rename RP. Fix examples in readme's

* Added http 202

* Added http 202 to examples

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-10-01 (#13818)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-09-01 to version 2020-10-01

* Updates readme

* Updates API version in new specs and examples

* Adding new fields for 2020-10-01

* Updating wording for disablePasswordAuthentication'

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

* Remove name check from client side (#13492)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* Update deviceupdate.json (#13900)

* [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2018-07-01 (#13817)

* Updated api-version

* Removed systemData

* Updated api-version

* Updated the example

* Add EligibleChildResources resource for PIM + update examples (#13803)

* PIM API Specs

* update readme

* Update

* Update readme

* operation id fix

* name fix

* Name changes

* fix

* Fix

* Changes based on docs generated

* Scope fix in example

* Updates for documentation

* Change operation name

* Update examples

* Add expanded properties

* Fix formatting

* Fixes

* Fix

* fixes

* Update the policy specs

* Fix the policy objects and pell checks

* fix the checks

* fix the property

* fix syntax

* Prettier

* Update Examples

* Update Enums

* ADd eligible child resource API specs

* prettier fix

* Update read me files

* update

* update

* fix

* update

* Update Enums

* update

* update

* update

* update example

Co-authored-by: Aman Swaika <amansw@microsoft.com>
Co-authored-by: Gaurav Mishra (IDENTITY) <gamish@microsoft.com>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <you@example.com>

* [Service Fabric Managed Clusters] adding api version 2020-05-01 (#13860)

* initial commit 2021-05-01 to compare with previous version 2021-01-01-preview

* update models

* update examples

* fix isStateless description

* add 2021-05-01 version to readme

* add x-ms-enum to diskType and add missing managedClsuterVersions paths

fix example names

add managed cluster version paths

add default error

* fix clusterversion by version and ClusterState descriptions

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

* Task 9639284: Swagger changes for new UK agreement templates (#13895)

* Task 9639284: Swagger changes for new UK agreement templates

* Renamed as per comments.

Co-authored-by: Umang Shah <umangshah@microsoft.com>

* Confluent new preview version + S360 fix (#13809)

* Adding new API version for Microsoft.Confluent

* Prettier fix

* updated status property in OfferDetail

updated status property in OfferDetail to fix swagger correctness issue

* fix swagger live validation

updated operations response to fix swagger live validation

Co-authored-by: Srinivas <alluri02@users.noreply.github.com>

* [Hub Generated] Public private branch 'juniwang/wps' (#13905)

* Onboarding Azure WebPubSub service

* reference ErrorResponse from common types and adding network ACL

* disable cors, enable feature flags and fix several policy violations

* remove anonymousConnectPolicy since it's not ready for now

* add property publicNetworkAccess per NRP requirement

* revert package-lock.json

* reset package-lock.json

* dns t2 readme config (#13923)

* update readme (#13918)

* add current readmes for generating python form recognizer (#12013)

* add current readmes for python form recognizer

* fix release tag

* updates for multiapi and preview.3

* fix so that gen code outputs in generated folder

* remove tag since swagger not in yet

* unbreak build

* just target preview 3

* don't run track 1 gen with python

* Set x-ms-api-version to false for vaults list (#13924)

* Set x-ms-api-version to false for vaults list (#13925)

* Update event description to include the event name (#13867)

* Update event description to include the event name

* Update readme to include guidelines for defining a new event

* Fix description

* Renamed enum values for SDK auto generation (#13938)

* Renamed enum values for SDK auto generation

* Tabs to spaces

* Newline added

* [Document Translator] update operation names (#13915)

* update operation names

* make body required

* Update ErrorName

* Apply changes to stable

* Fix samples

* fix sample

* Fix glossary sample

* Address comments and update definitions names

* Revert "Task 9639284: Swagger changes for new UK agreement templates (#13895)" (#13946)

This reverts commit ea5bc27ee9cadeb67767d774c82095be2420bcad.

* Adding new preview API for promotions (#11599)

* Adding new preview API for promotions

* Avacado fix

* Fixing JSON

* fixing the promo param

* fixning linting issues

* Fixing JSON

* fixing JSON

* fixing linting issues

* Adding delete 204a

* Adding delete 204

* Adding validation fixes

* fixing spellings

* Linting issues

* running prettier

* ARM review feedback

* Fixing linting issues

* Fixing prettier

* Fixing version

* Fixing SDK

* fixing go sdk

* revert go.md

Co-authored-by: Rishi Kapoor <rishik@microsoft.com>

* Exposing undocumented Databricks workspace properties for fixing S360 issues (#13683)

* exposing storage account name, sku

* Prettier fixes

* Fixing the review comment

* Adding No Public IP related properties

* Updating the remaining properties related to S360

* Fixing review comments

* Fixing Spell Check issue

* hybridcompute readme t2 config (#13910)

* readme t2 config

* hybridcompute t2 readme config

* web readme t2 config (#13909)

* web readme t2 config

* web readme.python t2 config

* Add x-ms-api-version (#13834)

* Update CheckNameAvailability_Available.json (#13914)

* webpubsub t2 config (#13949)

* Update StaticSite.json (#13768)

* Update StaticSite.json

Add private endpoint connections to static site object.

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* increment readme version

* address PR comments

* add examples

* fix examples

* Add data-plane samples creation template (#13528)

* Add data-plane samples

* Simplified template

* webpubsub readme t1 del (#13953)

* Add $(multiapi) to QnA Maker's readme.md (#13819)

Generators were processing every tag when only a single one was desired. This is the common solution to support multi-api SDKs.

* IoT data-plane for drwill-ms (#13964)

* add missing usage.json to v5 sdk tag (#13960)

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

* Add new api version 2021

* remove managedIdentity since we won't support it in this version

* CR comments

* Add default value for contine on errros

* Fix swagger correctness issues

* Fix typo

* resource t2 readme config (#13974)

* Added new API and API version for private DNS zone suffix (#13789)

* Added new API and API version for private DNS zone suffix

* trigger validation pipelines

* Add new API to readme

* Fix ARM pipelines

* Try fix again

* Fix again

* Add Operations API

* Revert "Add Operations API"

This reverts commit 9d4ca9e557763feb3a6089ff9d4c958b3843730e.

* Revert "Revert "Add Operations API""

This reverts commit 7cf197c1d453764f0396713a2ab172a20e35b1c4.

* Revert "Revert "Revert "Add Operations API"""

This reverts commit 05744390e440984da8134b64a979a6e61fb9b7ae.

* Revert "Revert "Revert "Revert "Add Operations API""""

This reverts commit 61b76b1623d9e5796bb8187edf0fc46351e78231.

* Revert "Revert "Revert "Revert "Revert "Add Operations API"""""

This reverts commit 9f55eb4c399eb48a8578906f6bea43b10c91b8be.

* Address review comment from ARM

* Revert "Address review comment from ARM"

This reverts commit cb6d1b01860de72eec80856f64b602c72a1f26a7.

* Revert "Revert "Address review comment from ARM""

This reverts commit 227cf73797ee24a674d76e3ccd2990b84bc8d11a.

* Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API""""""

This reverts commit 34ae6c70a514e0290ffb41f7ddb5bbbd5c6cbee3.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API"""""""

This reverts commit a11c889a65b0fa4257b03a247d75fbea769f4e2c.

* Add previous APIs to tag

* Retrigger build

* fix service name for Java (#13979)

* Add optional param - private DNS zone to server API (#13716)

* Add optional param - private DNS zone to server API

* Follow comment to resolve go sdk issue.

* [Hub Generated] Review request for Microsoft.Synapse to add version preview/2021-04-01-preview (#13874)

* Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* add changed files for kustoPool

* Ravi changes to fix LinDiff validation

* Add Itay Sofer's changes

* filizt comments mid-way

* Remove clouderror and resplace with "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"

* Add IotHubDataConnection and EventGridDataConnection

* Modify PUT to OK, CREATED, ACCEPTED

* Change from provisioningState to ResourceProvisioningState

* Add BlobStorageEventType

* Remove 202 when creating a KustoPool

* Change PUT/PATCH 202 responses

* Remove 202 in PATCH/PUT operations where having both 200 & 201

* Add "isIdentityCertExprired" to custom-words.txt

* Remove isIdentityCertExprired from custom-words.txt

* Add Exprired to cSpell.json

Co-authored-by: Amit Elran <amelran@microsoft.com>

* Removing x-ms-flatten property (#13929)

* manual changes for swagger

* changes for long-running operations

* changes for validate for backup and restore

* removing 204 from operationResults

* changes for a monitoring

* adding format

* removing date-time from duration

* changing to readonly

* changes for listRPs

* fixes swagger

* reverting readonly for scheduleTimes

* fixes for checkgates

* prettier fixes

* cahnges for friendlyname checks

* fixing gates

* removing tracking-via

* model validation fixes

* powershell changes

* adding stable version

* changes for PatchResourceRequestInput

* change for req fields

* changes for description

* changes

* Updated swagger json for item level restore target info objects

* Fixed spelling errors

* Added missing required properties

* removed auth credentials property

* prettier fixes

* Prettier fix

* pr comments fixes

* fixing readme

* changes for go readme

* Removed x-ms-flatten property (#2)

* removed flatten prop

* removing x-ms-flatten

* removing friendlyName from req prop

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>
Co-authored-by: FAREAST\zakinkh <zakinkh@microsoft.com>

* confidentialledger readme t2 config (#13981)

* Additional 7.3-preview parameter name clean up (#13913)

* Enable multivariate anomaly detection (#13973)

* add multivarite

* add v1.1-preview

* reformat changepoint example

* change typo in readme

* fix prettier-check error

* add export model example

* fix prettier error

* [Azure Search] Add Knowledge Store feature to swagger (#13911)

* introduce knowledge store swagger

* add knowledge store to 2020 apis

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* make skillset count optional, and add it to 2020 GA Swagger (#13990)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* Adding support for message properties in ACS Chat (#13939)

* Initial commit (copying over stable API version)

* Making changes to support message metadata

* Added 201 response code for patch operation (#13956)

Co-authored-by: Akash Keshari <akkeshar@microsoft.com>

* Adding autoMitigate flag with false as default value (#13109)

* deploymentmanager - clean up duplicate parameters outside of method (#13948)

* clean up duplicate parameters outside of method

* maintain python order

* fix typo in Synapse (#13994)

* OperationalInsights - update readme files for cli extension update (#13999)

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* added Tables new api version

* changed bool to boolean types

* prettified jsons

* fix erroes in swagger

* undo changes to 2020-03-01-preview version

* pr fixes

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* changed ErrorResponse to default ErrorResponse without ref to local definition

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed SystemData

* creatted a new package containing all latest swagger files for publishing new SDK

* removed package 2021_02 and set default packate to 2020_10

* removed 2 packages

* removed DataCollectorLogs.json from readme.md 20202.10

* added empty line to try invoke pipeline validations that havent run

* Delete Tables.json

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* merge

* prettified jsons

* undo changes to 2020-03-01-preview version

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed whitespaces

* changed DataExportErrorResponse to common
.../v2/types.json#/definitions/ErrorResponse

* changed all Error response of 2020-08 to common definition

* added readme.az.md file for cli extension code generator

* added readme.ad.md with the same naming convention as in readme.python.md
added readme.cli.md file
updatted readme.md file with the new azure-cli-extensions tag
all updates were done by following: https://github.com/Azure/autorest.az/blob/9ed1aabd353385f8bdffbfa9f3892478111a029c/doc/how-to-author-readme-file.md

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [Cognitive Services Metrics Advisor] add missing required for allOf entities (#13957)

* add missing required for allOf entities

* fix incorrect required properties

* 7.2-Preview to GA (#13919)

* 7.2-Preview to GA

* Update packages to point to stable

* Readd exportable and update description

* Update description for exportable in preview versions

* Fix operation results contract for Tenant Git operations (#13903)

* fix operation results contract

* fix sync state contract

* iothub t2 readme config (#13980)

* iothub t2 readme config

* iothub readme t2 config

* iothub t2 readme config

* Making Offer details and User Details required properties (#13985)

* Making Offer details and User Details required properties and removing abandoned tag

* fix python configuration

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* cosmosdb t1 config del (#14008)

* Fixing issue with missing filter documentation in Access Review APIs (#13892)

* fix cred issue. block to merge in DSMainDev (#14014)

* fix serivce name for java (#14007)

* maintenance readme t2 config (#13982)

* maintenance readme t2 config

* readme t1 config

* [Service Fabric Managed Clusters] fix api 2020_05_01 (#13961)

* Use enums  and add missing properties

* model enum as string

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

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

* add isIsolated and channelSchemaTransformationVersion

* rename

* add v2 priavatelinks (#14026)

* copied from v1/privatelinks.json

* bump version

Co-authored-by: jianyexi <jianyxi@microsoft.com>

* APIM: improve developer portal operations docs (#13941)

* APIM: improve the documentation for dev portal operations

* Minor changes

* Removing OData parameters from the stable API version

* Remove new query params

* hotfix on extended location hierarchy (#13943)

* [Hub Generated] Public private branch 'wps' (#14002)

* Add webpubsub swagger

Add custom words

Update webpubsub.json

Update webpubsub.json

Resolve comments

Update webpubsub.json

resolve comments

Update operationId for existence check

[wps] update python generation section and client name for all languages (#1)

* add python stuff

* make title across languages the same

* Update version

* Update some constraints

* Update webpubsub.json

* rename to GetServiceStatus

* Update readme.md

* Update readme.md

* Update readme.md

* [Hub Generated] Review request for Microsoft.SecurityInsights to add version preview/2021-03-01-preview (#13563)

* Copied from 2019-01-01-preview version

* Updated references to common types

* Add itemsSearchKey field to Watchlists

* Add missing label definition

* Make itemsSearchKey as required field

* Formatting fixes

* Fix Prettier and Avocado errors

* Fix Lint error (subscription level resource)

* Update description and example for CreateOrUpdate watchlists and bulk create watchlist items

* Update Api version in examples

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

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

* Updates readme

* Updates API version in new specs and examples

* updated default package in readme.md to 2021-03

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* Updated required and default fields in Action Groups spec (#13677)

* Updated error response for Action Groups API

* spacing

* added missing fields to Action Group Resource spec

* Added missing fields for action group resource in older version

* Updated "resource" name

* Removed changes to errorResponse

* Removed errorObject

* format

* Updated required and default fields in Action groups spec

* Update default value to boolean

Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <rirajend@microsoft.com>
Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* Remove AML Compute File Server (#13944)

* Remove AML Compute File Server

* update

* update

* update

* update

* Cost Management: Reservation Recommendations API: Add multiple missing properties in specs (#13967)

* added totalCost, properties.resourceType, properties.subscriptionId, and eTag to various RiRec dfinitions

* moving eTag  property to right place

* remove duplicate description

* remove track1 configure (#14044)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* New API version (2021-02-10) for recovery services site recovery (#13525)

* Adding old API version(2018-07-10) to new folder for 2021-20-10

* all changes for swagger (2021-02-10)

* read me and custom word changes

* Ayesha's comments addressed

* adress PR comments from ayesha

* Adding suppressions

* fixing custom words

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13636)

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

* Updates readme

* Updates API version in new specs and examples

* Update readme.md

changing read me to include date too in tag

* cahnging examples API version to 2021-02-10

* fix read me syntax

* TaskStepProperties swagger fix (#13971)

* Adding "assignmentState" property to scope model in access review APIs (#14039)

* iothub readme.python package version change (#14043)

* iothub readme.python package version change

* multiapiscript add

* clear output folder

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* Bump y18n from 4.0.0 to 4.0.1 (#13704)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update (#14061)

* package-templatespecs-2021-03-preview tag added (python) (#13958)

* Added tag

* nit: ordering

Co-authored-by: Dania Etienne <daetienn@microsoft.com>

* Use 2014-04-01 replication link specs in V5 SDK (#14058)

* Use 2014-04-01 replication link specs in V5 SDK

* remove legacy file.

* Update cSpell.json for Key Vault 7.2 (storage) (#14060)

* automanage readme t1 del (#14029)

* automanage readme t1 del

* automanage readme t1 del

* readme.md t1 config del

* add missing reference (#13904)

* databoxedge readme modification (#14063)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13635)

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

* Updates readme

* Updates API version in new specs and examples

* fixing merge issue

* removing vault usages from 2021-02

* Adding back vault usages

* updating readme

* updated etag to eTag (#13968)

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-12-01 (#13931)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-10-01 to version 2020-12-01

* Updates readme

* Updates API version in new specs and examples

* Adding new spot VM fields

Co-authored-by: Joshua McCarthy <jmccarthy@microsoft.com>

* Add FaceAPI PersonDirectory spec updates to preview v1.0 (#13766)

* Add FaceAPI v1.0-preview

Add a preview version of FaceAPI specs intended for public preview.
Contains existing spec in v1.0 plus PersonDirectory feature changes.

* Fixes after running validation

* Fixing validation

* Fixes 2

* Fixes 3

* Add PersonDirectory examples and fix routes

* Fixes 4

* Fixes 5

* Fixes 5.5

Co-authored-by: Yang Chen <yachen4@microsoft.com>

* Update the name and format of a parameter for randomnumbers (#14017)

* Update the name and format of a parameter for randomnumbers

* Change the parameter name from 'bytes_length' back to 'bytesLength'

* Amalladi/extendedlocation update (#13849)

* Updating Specification to remove 400 Badrequest from Swagger File

* Removing 400 status code from examples

* Removing private preview API version from Repo

* Removing 2020-07-15-privatepreview tag from ReadME files

Co-authored-by: Aditi <amalladi@microsoft.com>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* Revert "remove track1 configure (#14044)" (#14047)

This reverts commit 867165cc24d81c487ad186c998c46ba55f81c77b.

* adding role assignment (#14077)

* add connectionPolicy spec back to V5 SDK (#14088)

* modification (#14087)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-04-01-preview (#13710)

* Adds base for updating Microsoft.DocumentDB from version preview/2021-03-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* adding Services APIs

* more changes

* updated examples

* prettier and readme updates

* importing changes missed from old versions

* nits

* fixing semantic validation

* fixing linter

* fix

* more fixes

* adding list operation and default error response

* specifying format integer

* attempt to fix sdks

* address arm comments and fix ci

* fixes

* fix

* try to fix ci

* fix examples

* .\services.json

* adding additionalProperties back to ServiceResouce

* adding additionalProperties back to ServiceResouce

* fix

* fix sdks

* fix linter

Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

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

* Adds base for updating Microsoft.Maps from version preview/2020-02-01-preview to version 2020-02-01

* Updates for 2021-02-01 api version swagger

* creator swagger fixes

* fix model examples

* nextLink, uniqueId

* build fixes

* fixing listkeys

* fix long running operations

* fixing spelling

* fixing async behavior and examples

* updating arm region

* reset package-lock

* [Hub Generated] Review request for Microsoft.Media to add version preview/2021-05-01-preview (#13838)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy Signed off 2021-03-01 swaggers here

* Update swaggers to 2021=05-01-preview

* add missing examples

* update title

* fix Operation id

* fix video analyzer examples

* update Video swagger

* add format for $top

* remove unnecessary example file

* use chackname definitions from types.json

* fix segment length readonly

* change getStreamingToken to listStreamingToken, getProvisioningToken to listProvisioningToken

* fix the example file name

* fix a readonly issue with a video property

* make type readonly

* edits to descriptions

* adding missing descriptions

* address review feedback,

* few cleanup for update class

Co-authored-by: Christopher Bennage <bennage@microsoft.com>

* Include the preview version of resource changes and resources history… (#14084)

* Include the preview version of resource changes and resources history APIs

* Address the review feedback on releasing the new package version.

* Update readme for Synapse management SDK May release (#14054)

* Update readme for Synapse management SDK May release

* Add package-2021-05-preview

* Address comment

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* removing read only property, no longer in use - NOT a breaking change (#13812)

* resources readme.python t2 config (#14091)

* peering readme t2 config (#14106)

* Remove replicationLinks_legacy.json (#14095)

PR #14058 removed this file: replicationLinks_legacy.json, removing from the schema config to prevent schema generation failures.

* Support sheet index in excel (#14062)

* Enable excel in public swagger

* update

* rollback dataflow change

* Support sheet index in excel

Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>

* Adding 2021-05-01 api-version to Template Specs (no changes over last preview spec) (#14065)

* Copy existing 2021-03-01-preview specs to new 2021-05-01 stable version (no schema changes)

* Changing api-version within specs to 2021-05-01

* Adding package tag for new stable version to readme.md, but not making it a default (yet)

* Fix SecurityInsights Go SDK versioning (#14030)

* Fix SecurityInsights Go SDK versioning

* rename stable api version tag

* remove 'only' from tags with full functionality

* chore: Move typo supression in RecoveryServices (#14120)

* Add missing Zone mapping property to Microsoft.Resources (#13936)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* add zoneMappings to ResoursesType

* backfill older versions of swagger with zonemapping property

* [Application Insights] Resolve duplicated definition names to fix track2 SDK generation error (#13951)

* Fix duplicate name

* Update readme.md

* Update readme.md

* Update and rename workbookOperations_API.json to aiOperations_API.json

* Update readme.md

* Update workbooks_API.json

* Update readme.md

* Update readme.python.md

* Update readme.md

* Update readme.md

* Update readme.md

* Rename aiOperations_API.json to workbookOperations_API.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

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

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

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

* Update swagger for SSIS-IR to support user-assigned managed identity (#14114)

Co-authored-by: Hongxian Yao <hoyao@microsoft.com>

* postgresql readme t2 config (#14067)

* Dev mediaservices microsoft.media 2021 05 01 (#13676)

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

* Updates readme

* Updates API version in new specs and examples

* [AMS] new 2021-05-01 release for Account service in AMS

* add missing example files

* fix the api version and missing example files

* Create a new Update definition to fix the "R2016 - PatchBodyParametersSchema "

* fix respnse

* fix update example

* add the 2016 supression for new tag as well.

* mixedreality t2 readme config(wave4) (#14105)

* mixedreality t2 readme config

* t2 config del

* [python] t2-confidentialledger config (#14144)

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md (#14145)

* update elastic swagger  (#14076)

* Update elastic.json

* added new examples

* taking the files from rpsaas master

* added suppression in readme

* [Cosmos DB] Introduce new api version 2021-04-15 (#13873)

* [Cosmos DB] Introduce new api version 2021-04-15

Initial Commit

* Updated for 2021-04-15

* Dummy Commit

* Fixing privatelinkresources.json

* Removing ErrorResponseUpdatedFormat

* Suppressing systemData check

* Relay - Fix typo in the NetworkRuleSet path (#13962)

* Relay - Fix typo in the NetworkRuleSet path

* Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version

* [Hub Generated] Review request for Microsoft.Portal to add version preview/2015-08-01-preview (#12732)

* Fixing properties in dashboard parts

* Updating Dashboard part metadata

* Updating based on prettier fixes

Co-authored-by: Himanshu Chandel <hich@microsoft.com>

* resources t1 config add (#14146)

* t1 config add

* package version

* [Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-05-01' (#14148)

* Adds base for updating Microsoft.Maintenance from version preview/2020-07-01-preview to version 2021-05-01

* Updates readme

* Updates API version in new specs and examples

* Added system data properties.

* Fixed lint error.
Added documentation.

* Use Host Maintenance scope and api version in exmaple.

Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com>

* Add Test Base Swagger Spec from RPSaaSMaster (#14113)

Co-authored-by: Bin Yu <biy@microsoft.com>

* rename property: change category to categories (#13883)

* Edit description of Update Iot Hub Resource Api (#13080)

Co-authored-by: Harini <codebyh.365@gmail.com>

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

* Adds base for updating Microsoft.RecoveryServices from version stable/2018-07-10 to version 2021-03-01

* Updates readme

* Updates API version in new specs and examples

* Update webpubsub.json (#14096)

* add dataFeedId in AnomalyResult and IncidentResult (#14127)

* add dataFeedId in AnomalyResult and IncidentResult

* fix examples

* Add new version 2021-03-31-preview1 for ACS Auth (#13965)

* Add new version 2021-03-31-preview

* Set required body

* Add all paths to new version

* Update description for property of TeamsAccessTokenRequest model

* Change version from 2021-03-31-preview to 2021-03-31-preview1 following standards https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/16790/Versioning

* Rename folder

* Update method description

* remove Turn endpoint

* Add examples

* Update readme

* Omit the word "skypetoken" from swagger

* Link example

* Update description and path for a new endpoint

Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com>

* Added example gneration document links (#14151)

* purview scanning service (#14021)

* purview scanning service

* Add custom words for spellcheck

* fix config files and add endpoint param

Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
Co-authored-by: iscai-msft <iscai@microsoft.com>

* MG RP new API versions: 2020-10-01 and 2021-04-01 (#13897)

* API 2020-10-01 with 2020-05-01 files

* 2020-10-01 API changes

* 2021-04-01 API version with 2020-10-01 files

* Changes for 2021-04-01 API

* PR fixes

* Fixed issues with model

* PR fixes

* Latest (#13917)

* Pick up previous Swagger Fix in 2019-09-01 version (#14092)

* Add missing swagger fix

* Fix bad copy-paste

* update the some capitalized words in the description

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event (#14049)

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event

* Removing contentLength/Offset from Microsoft.Storage.BlobTierChanged data schema

* Removing BlobTierInfo from BlobTierChanged and adding new event Microsoft.Storage.AsyncOperationInitiated

* adding ContentLength for BlobTierChanged and AsyncOperationInitiated events

* [Hub Generated] Review request for VideoAnalyzer.Edge to add version preview/1.0.0 (#13682)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy old LVA swaggers

* Rename old swaggers to new file names

* Update LVA swaggers with new AVA swagger

* fixed some paths and capitalization

* fix prettier check issues

* fixing a Pascal casing

* Updating swaggers to latest

* fix linting issue

* removed an unused definition

* Service fabric Client API 8.0 (#14011)

* spell checked and linted.

* updated tag version.

* reverted change outside of SF folder.

* updated version in swagger.

* changed credential issues.

* changed 1 more that looks like a credential.

* Kusto pools principal assignment (#14079)

* kustoPool PrincipalAssignments

* fixed list principal assignments

* principalAssignment list example

* principalAssignment get example

* KustoPoolPrincipalAssignmentsCreateOrUpdate

* KustoPoolPrincipalAssignmentsDelete

* databases PrincipalAssignments

* minor change

* KustoPoolDatabasePrincipalAssignmentsList

* KustoDatabasePrincipalAssignmentsGet

* KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate

* KustoPoolDatabasePrincipalAssignmentsDelete

* fixed example ref

* added system data

* kustoPoolCheckNameAvailability

* KustoPoolsCheckNameAvailability example

Co-authored-by: Itay Sofer <itsofer@microsoft.com>

* [Service Fabric Managed Clusters] fix api 2021_01_01-preview (#14012)

* Update preview api to disable broken properties and to add property that is working

* Update managed cluster description

* Add New Data Model RuleCollection to NetworkManager (#13827)

* Add New Data Model RuleCollection to NetworkManager

* fix typo

* test

* test

* Fix discriminator

* fix type

* Fix discriminator

* Fix type

* fix type

* Fix type

* Fix discriminator

* Fix discriminator

* fix type

* fix type

* Fix bug

* Fix type

* Fix format

* Fix name

* Fix name

* fix spell

* fix description

* Fix spell

* change to kind

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* Fix post body

* Fix as comments

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* change rule kind

* Fix as comments

* Fix as comments

* update lastest version

* Update type

* Update Skiptoken

* Fix discription

* Fix NG

* Fix NG

* add more example

* [python]Update readme.python.md for postgresql (#14182)

* Update readme.python.md

* Update readme.python.md

* Remove all schema readme (#13885)

* Remove all schema readme

* process new rp

* Remove after_scripts

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

* Adds base for updating Microsoft.AlertsManagement from version stable/2019-06-01 to version 2021-04-01

* Updates readme

* Updates API version in new specs and examples

* first commit

* some fixes

* try without alert management

* revert change to name of namespace

* Resolve lintdiff issues

* remove the copy of files and reference alert managment previous version

* update description of subscriptionId to solve error

* attemp to remove AlertsManagement from the package

* revert (put back AlertsManagment)

* add tags for go SDK release v54.0.0 (#14161)

* add tags for go SDK r…
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-go that referenced this pull request Apr 18, 2022
Dev cost management microsoft.cost management 2022 02 01 preview (#17856)

* Add new Azure Object Anchors API version 0.3-preview.0 (#17117)

* add 0.3-preview.0

* fix INVALID_FORMAT

* [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2021-08-08 (#17162)

* Adds base for updating Microsoft.AlertsManagement from version preview/2021-08-08-preview to version 2021-08-08

* Updates readme

* Updates API version in new specs and examples

* 1. added input files to new tag
2. changed alerts management client tag to the new tag

Co-authored-by: Liran Englender <lienglender@microsoft.com>

* Add batch tag for streamanalytics readme.go.md (#17191)

* Add batch tag for streamanalytics readme.go.md

* fix

* S360 - fixing pending 3 Swagger KPIs (#17195)

* Update ResourceHealth.json

fixing Swagger changes

* Update ResourceHealth.json

fixing PR checks

* Create Operations_List.json

add new file

* Add AML skill to preview swagger for Search Service (#16910)

* add aml skill to preview swagger for search service'

* update

* Fixing S360 issues (#17014)

* Fixing S360 issues

* Fix style

* Add specs for ACS Chat preview7 (#16887)

* Baseline using previous API version

* Updates for preview7

* Update readme.md

* Prettier fix

* Fix readme

* Fix example for update-participant

Co-authored-by: Po Tsang <tsangpo@microsoft.com>

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService (#17036)

* Add servicePrincipalCredentialType and servicePrincipalCredential into AzureBlobFSLinkedService

* update

* revert some change

* Device update public preview refresh (#17205)

* Batch2: approved PR 4891

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

* Batch3: minor updates (PR 5556)

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

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>

* Azure Synapse Workspace PublicNetworkAccess Fix (#17210)

Co-authored-by: Nikhil Kumar <nikhilkumar@microsoft.com>

* 2021-08-01-only (#17224)

* [NetApp Files] Bug Fix volumeGroups tag, backup properties creationDate and examples (#17157)

* Fix volumeGroups tag, bakcup properties creationDate and examples

* Fix Staging model validations

* Example ref

* Microsoft.OperationalInsights: 2021-12-01-preview (#17138)

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* Microsoft.OperationalInsights: tables privatepreview

* code review changes.

* Update Tables.json

* Update Tables.json

* OperationalManagement: 2021-12-01-preview

* more fixes.

* Update Clusters.json

* Tables: Sentinel+CLV2 changes.

* Tables: More descriptions.

* removing un related child resources.

* Create OperationsListByTenant.json

* Update Tables.json

* Update TablesGet.json

* Add systemData example.

* Model fixes + pretty

* adding description to ip data hint.

* Update Tables.json

Co-authored-by: Dudi Likvornik <dulikvor@microsoft.com>

* [DO NOT MERGE ] Introduce new scanners resource type (#17107)

* introduce new scanners resource type

* fix error

* fixing errors

* fixing errors

* fix error

* fixing errors

* fixing comments

* adding new tag

* Azure Batch 2022-01-01.15.0 Data Plane Update (#16960)

* Initial commit for comparison

* Update BatchService Swagger file

PR Feedback

* Update examples

Ran prettier

* Updated readme

Fixed tag

* Language API for TA (2021-11-01-preview) (#16256)

* WIP for language api spec for TA

* Updated preview version number; finished up async definitions

* Finished first draft of full spec

* Finished first draft of full spec, minus FHIR structuring in HC output

* Removed features not included in 2021-11-01 preview

* Update custom text tasks TODOs

* Moved common definitions to TA-specific definitions

* Added custom text tasks to JobManifest

* Addressing feedback from PR comments and internal review

* Addressed some PR comments

* Updated some remaining references to documents

* PR comments

* Updated a previous change

* Reverted references to 'records' back to 'documents'

* A few small updates to examples; removed base Task type to simplify structure

* PR comments

* Addressed TODO items; removed LD-related objects (will be added in another preview)

* Fixed anonymous types

* Removed required field for body in POST request

* Fix prettier check

* Added a few more details; experimental change for documents property

* Ran prettier

* Correction to AnalysisInput object

* PR comments

* Added custom entities task to examples

* PR comments

* Prettier check

* Troubleshooting model validation failure

Co-authored-by: Abigail Hartman <Abigail.Hartman@microsoft.com>
Co-authored-by: Kareem Yousef <kayousef@microsoft.com>
Co-authored-by: Abby Hartman <abhahn@microsoft.com>

* Fix flipped order in Face generated models (#16846)

* Fix flipped order in Face generated models

The recent change changing a nested parameter from optional to required
caused the AutoRest generated model to have a reversed order of two
string arguments. Expanding the nesting for affected models to avoid
breaking changes.

* Fix malformatted examples

* Update Resources.json (#16996)

* Update Resources.json

* Specify additionalProperties type

* CDS component type update - mismatch between swagger and code values  (#17183)

* [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2020-12-01-preview (#13609)

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* Latest

* FixS360 | Microsoft.Billing (#13771)

* fixing billing accounts and operations

* adding total count.

* typo fix

* fixing spell check and prettier

* Vakuncha changingcsharpreadme (#13806)

* Update readme.csharp.md

* Update readme.csharp.md

* [aks] fix vm size model and osDiskType description  (#13763)

* fix: agent pool vm size should be string, not enum

* fix: osDiskType default description for >= 2020-11-01

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-03-01-preview (#13267)

* init

* fix format

* sync

* read only

* fix sample

* fix

Co-authored-by: Teng Pan <tepa@microsoft.com>

* storagesync readme t2 config (#13810)

* storagesync readme t2 config

* storagesync readme.python t2 config

* Updated SAS swagger with latest changes. (#13439)

* Fixed hostname in the Offazure swaggers.

* added newest swagger from service repo. This contains PE changes too.

* rewritten swagger changes on existing swagger

* some fixes to swagger

* added examples.

* fixes

* edit

* edit.

* fixes

* minor fix

* edit

* edit

* edited default api version tag

* Dev weather microsoft.maps 1.0 (#13796)

* Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true

* Revert changes to package-lock.json

* Fix spelling error

* Adding Azure Object Anchors error codes for IngestionProperties (#13787)

* Added Azure Object Anchors error code field to IngestionProperties

* Fixed spacing in example

* Moved changes to new version

* Addressed version mismatch, spacing

* Fixed versions on examples

* Readonly error code

* Seeing if readonly error code is breaking

* Revert "Seeing if readonly error code is breaking"

This reverts commit c0b16f07c4a46a07fc7831a1735bb290804242ea.

* Model error code as string

* Renamed examples to asset conversion nomenclature

* Fixed rename issues

* Fixed issue #9593 (#13262)

* Fixed issue #9593

* Removed redundant PrivateEndpointConnectionProperties attribute

* [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-05-01 (#13800)

* Fixed Swagger Validation Errors

* Fixed Model Validation

* [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13788)

* Fixed Swagger Validation Errors

* Fixed Type

* Fixed Type

* Fixed Setting Properties

* Fixed Punctuation

* Removed Item

* Added Items Properties

* Fixed Required Property

* azurestack wave4 t2 config (#13813)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version. (#13490)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version.

* Add system metadata to tracked resources in "Microsoft.AppConfiguration".
Updated ConfigurationStore to reference the common tracked resource type definition.

* Added disableLocalAuth property.

* Add new api version swagger to readme.

* Added/updated examples and added suppressions for standardized APIs.

* Fixed prettier.

* Add missing property fileStorageSkuName into MySQL Flexible Server spec (#13693)

* appplatform t2 readme config (#13829)

* customproviders t2 readme config (#13831)

* Update readme.csharp.md (#13807)

* [Sentine][Data connectors][Fix correctness bug] (#13175)

* update required fields

* update required fields

* Explicitly define KeyCreationTime in Feb21 (#13757)

* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example

* Add Microsoft.M365SecurityAndCompliance RP (#13646)

* Add Microsoft.M365SecurityAndCompliance RP

* fix datetime and common-types file path

* update common-types file path

* add preview path in readmego

* replace stable with preview

* remove duplicate tags

* refer MIPPolicySync json in readme

* service name for java (#13837)

* Dev keyvault microsoft.key vault 2021 04 01 preview (#13585)

* Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Open API change for Managed Hsm private endpoints feature (#12938)

* Open API change for Managed Hsm private endpoints feature

* Fixing spell check errors

* Fixing spell check errors

* Prettier fixes

* Fixing swagger validation errors

* Fixing systemData property reference

* Adding publicNetworkAccess property based on private endpoint requirement.

* GET responses following a successful DELETE should be returning 404. … (#13054)

* GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).

(cherry picked from commit b752a19c6cc1f8a8eed9f106e2c77b8d5b5db19f)

* Removing 404 as it is taken care by default response.

* Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282)

* Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC

* Fixing validation issues.

* Fixing errors in properties in example jsons

* Delete keyvault.json

Deleted an errant json file

* Fixed misspelling of property in examples

* Fixed x-ms-examples naming, fixed camelcasing

* Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate

* Added schema definitions for 404

* Removed 200 for purge

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Addressing Comments for PR 13585 (#13586)

* Removed 404s to allow requests to fall through to default

* Removing 404s from examples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Added deletedmanagedhsm object to examples and managedhsm.json (#13591)

* Added deletedmanagedhsm object to examples and managedhsm.json

* Fixing error in references to correct values

* Changed vaultId to mhsmId in exmaples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Try to use the common type for SystemData (#13723)

* Add SystemData property for KeyVault

* 04012021 fix schema (#13749)

* Resolving conflict with custom-words.txt

* Add 2021 preview to azureresourcechema, add suppression to readme

* Add 2021 preview to azureresourcechema

* Merging custom-words.txt

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Add missing default error response (#13762)

* Fix Lint error (#13765)

* Add missing default error response

* Update the integer format to fix Lint error

* Add securityDefinitions

* Added python tag for 2021 preview (#13805)

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (#13822)

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs

(cherry picked from commit c1c5aebfb98cacd0a4ee5596fb7b0d9f782a9a3e)

* prettier fix

* Add suppression for SystemData (#13835)

* Add suppression for SystemData

* Fix linting error R4036 - ImplementPrivateEndpointAPIs

* specify the suppression for SystemData

* Revert "specify the suppression for SystemData"

This reverts commit cbebab81ab08ec1a29b41c891c58cf08ff2eb3c4.

Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com>
Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com>
Co-authored-by: Soohwan Kim <sookim@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <you@example.com>

* add tags back in the adp readme (#13850)

* Add device principal type (#13799)

* copy files from previous version

* add device principal type, update versions

* fix

* system data requirement

* Added CheckNameAvailability, Identity, systemData, used ErrorResponse v2 in DeviceUpdate (#13750)

* Update deviceupdate.json

* Update deviceupdate.json

* Add files via upload

* Update deviceupdate.json

* Update deviceupdate.json

* Update Accounts_Update.json

* Update Accounts_Create.json

* Update Instances_Create.json

* Update deviceupdate.json

* Linux line ending

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update deviceupdate.json

* Update deviceupdate.json

* fixed typo in the example files (#13764)

* Update CODEOWNERS (#13795)

Updating list of Azure Cognitive Search team members

* Update GenerateDetailedCostReportBySubscriptionAndTimePeriod.json (#13772)

Update example data

* [Hub Generated] Public private branch 'stuartko/Mar21_NewTSVersion' (#13811)

* Adding version 2021-03-01-preview (copy of previous version)

* Adding new metadata property

* Adding uiDefinition property.

* Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality.

* Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates".

* Swagger changes for 2021-02-01-preview api version (#13794)

* Copy existing preview version

* Changes to databoxedge json file

* Update readme files

* Correct Spell Check

* Fix Readme.go error

* Update examples

* Update all schemas.md files (#13862)

* typo: implmentation -> implementation (#13644)

* Add MongoDB/MongoDBAtlas sink (#13669)

* Add MongoDB/MongoDBAtlas sink, add disableMetricsCollection in read/wirte properties

* Revert disableMetricsCollection related changes

* Azure ML new API version 20210401 (#12981)

* Add Identity to createWorkpace example

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* change for getTransitivePEUsages

* update

* prettier code

* add another new endpoint

* address comments

* revert change on transitivePE and notebookKeys

* revert change on transitivePE and notebookKeys

* add new stable version 2021-01-01

* add ListNotebookAccessToken

* add primaryUserAssignedIdentity

* fix missing properties and apis

* fix one more missing property

* 202 status for start and stop CI

* make resync keys long runnin operation in version Jan2021

* resync keys 204

* update resync keys example

* Dont throw 204 for resync

* update resync keys

* Formatting

* revert Jan2021changes and add new version

* start apr2021 version for azure ml rp

* undo remove new line in jan2021

* use systemData definition in common

* removed old files

* fix small swagger bugs

* run prettier

* remove reference to sku

* update readme

* minimum agentCount should be 0

* add createdOn and ModifiedOn to compute properties

* add LoadBalancerType to aks compute

* add isNotebookInstanceCompute to virtualMachine

* add leafDomainLabel to SslConfiguration

* add overwriteExistingDomain to SslConfiguration

* add synapseSpark as supported compute-type

* update patch compute response to 202

* remove location from example responses

* Revert "remove location from example responses"

This reverts commit 048bf2551513afae842a9c4fbb5861aeddc6c33a.

* MachineLearningCompute_Update should have a 200 response

* sys data to use local def due to naming conflicts.

* Fix enum casing

* Fix operationId PR comment.

* Change opId in apr version

* remove 20210401 for easy review

* only change api version

* merge changes for 20210401 version

* Add x-ms-discriminator-value for Synapse spark

* camelcase loadbalancer properties

* add createdOn and Modified on to examples

* address AvoidAnonymousTypes error for SynapseSpark

* Minor fixes + new property

* Remove subscription state.

Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com>
Co-authored-by: Vinay Rajmal Soni <vison@microsoft.com>
Co-authored-by: jopet@microsoft.com <jopet@microsoft.com>
Co-authored-by: Josh Peterson <15050193+joshanator@users.noreply.github.com>

* datashare readme t2 config (#13833)

* add readme terraform (#13717)

* adding a new API version for Restore API and adding targetVirtualMachineId field for AzureWorkloadRestoreRequest (#13638)

* copying previous change

* Adding targetVirtualMachineId field for Azure Workload Restore requests

* updating crr version and examples

* removing new api-version

* adding back the new api-version

* removing Snapshot related fields

* updating readme.md

* corrected the path

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* chore: resort custom-words.txt from bad merge (#13868)

* [ApplicationInsights] Fix failure for python SDK (#13875)

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-10-05-preview (#13712)

* Adjustments to API to include validation grouping and updated text.

* Fixed missing curly brace

* adjusted name

* Added basic and standard examples

* adjusted type.

* corrected case for key value

* [Hub Generated] Review request for Microsoft.Insights to add version preview/2021-03-03-preview (#13269)

* Adds base for updating Microsoft.Insights from version preview/2020-10-05-preview to version 2021-03-03-preview

* Updates readme

* Updates API version in new specs and examples

* Add DiagnosticServiceToken API

* Update examples to split tokens for readonly vs readwrite

* Fix accoding to code review feedback

* Update examples due to review feedback from ARM

* add configuration for vmware (#13879)

Co-authored-by: Your Name <you@example.com>

* keyvault t2 config (#13863)

* keyvault t2 config

* keyvault multi-api config

* multi api config

* config reset

* add package version

* hanaonazure t2 readme config (#13880)

* Remove x-ms-azure-resource (#13500)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Juniwang/sr202010401preview (#13664)

* prepare to add new api-version: copy everything from 2020-07-01-preview

* Adding new api-version

* Fix required body and annotate ms secrets

* remove secrets example from swagger

* fix prettier

* add datashare terraform configuration (#13876)

Co-authored-by: Your Name <you@example.com>

* storage readme t2 config (#13881)

* storage readme t2 config

* storage t2 config

* healthcareapis t2 config (#13884)

* typo: APIkeys -> APIKeys (#13641)

* Allow release_policy to be nullable (#13826)

* Fix type of Anserws and Captions (#13872)

* change the value of license header (#13886)

* [Synapse] - library_append API adds comp parameter (#13841)

* [Synapse] - add comp parameter

* Update example files

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* Remove 200 response from async operation (#13190)

* Async operation always returns 202 on initial call

* Address review feedback

* Revert "Address review feedback"

This reverts commit 9ae550b95c1082c8383595a943a9abe5990fd4ef.

* add minimal tls version for mariadb (#11779)

* [Synapse] - add Swagger code owner (#13882)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <you@example.com>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <you@example.com>

* Reduce code owner scope for Monitor.Exporters team (#13898)

* [portal]Update readme.python.md (#13907)

* Update readme.python.md

* Update readme.md

* Update readme.python.md

* Update readme.python.md

* Dev dfp microsoft.dfp 2021 02 01 privatepreview (#13305)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* DFP API specs. Copied from Azure-PPE

* Spelling fix. instnace => instance

* Fix resource provider name to pascal case

* Added '/providers/Microsoft.Dfp/operations'

* Added SystemData (fix R4009 error)

* Fix validation errors

* Prettier fixes

* Removed non-existend parameter sku

* Style fixes in DFP API specs

* Swagger ModelValidation failures fix

* Fix operations API

* Fix operations API validation failure

* 1. Added example for lists operations. 2. made the API preview instead of privatepreview

* Fix path in readme's

* Fix in readme

* Added readonly attribute to systemdata

* Added readonly attribute to systemdata

* Fix in python SDK readme

* Fixes in ListOperations.json examples

* Fixed API version

* Added type to response bodies

* Fix typos in examples (urls)

* Added 201 response into createInstance example

* Renamed RP name from Microsoft.Dfp to Microsoft.Dynamics365Fraudprotection

* Added long-running result for creation instance

* Added nextlink

* Fix in checkNameAvailability definition URL

* Next link parameter

* Using references to common types instead of re-declaring them

* Reused common type. Fixed provisioning state

* Nesting error fix

* Fixed examples

* Fix

* Fix in error response definition

* Rename RP. Fix examples in readme's

* Added http 202

* Added http 202 to examples

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-10-01 (#13818)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-09-01 to version 2020-10-01

* Updates readme

* Updates API version in new specs and examples

* Adding new fields for 2020-10-01

* Updating wording for disablePasswordAuthentication'

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

* Remove name check from client side (#13492)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* Update deviceupdate.json (#13900)

* [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2018-07-01 (#13817)

* Updated api-version

* Removed systemData

* Updated api-version

* Updated the example

* Add EligibleChildResources resource for PIM + update examples (#13803)

* PIM API Specs

* update readme

* Update

* Update readme

* operation id fix

* name fix

* Name changes

* fix

* Fix

* Changes based on docs generated

* Scope fix in example

* Updates for documentation

* Change operation name

* Update examples

* Add expanded properties

* Fix formatting

* Fixes

* Fix

* fixes

* Update the policy specs

* Fix the policy objects and pell checks

* fix the checks

* fix the property

* fix syntax

* Prettier

* Update Examples

* Update Enums

* ADd eligible child resource API specs

* prettier fix

* Update read me files

* update

* update

* fix

* update

* Update Enums

* update

* update

* update

* update example

Co-authored-by: Aman Swaika <amansw@microsoft.com>
Co-authored-by: Gaurav Mishra (IDENTITY) <gamish@microsoft.com>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <you@example.com>

* [Service Fabric Managed Clusters] adding api version 2020-05-01 (#13860)

* initial commit 2021-05-01 to compare with previous version 2021-01-01-preview

* update models

* update examples

* fix isStateless description

* add 2021-05-01 version to readme

* add x-ms-enum to diskType and add missing managedClsuterVersions paths

fix example names

add managed cluster version paths

add default error

* fix clusterversion by version and ClusterState descriptions

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

* Task 9639284: Swagger changes for new UK agreement templates (#13895)

* Task 9639284: Swagger changes for new UK agreement templates

* Renamed as per comments.

Co-authored-by: Umang Shah <umangshah@microsoft.com>

* Confluent new preview version + S360 fix (#13809)

* Adding new API version for Microsoft.Confluent

* Prettier fix

* updated status property in OfferDetail

updated status property in OfferDetail to fix swagger correctness issue

* fix swagger live validation

updated operations response to fix swagger live validation

Co-authored-by: Srinivas <alluri02@users.noreply.github.com>

* [Hub Generated] Public private branch 'juniwang/wps' (#13905)

* Onboarding Azure WebPubSub service

* reference ErrorResponse from common types and adding network ACL

* disable cors, enable feature flags and fix several policy violations

* remove anonymousConnectPolicy since it's not ready for now

* add property publicNetworkAccess per NRP requirement

* revert package-lock.json

* reset package-lock.json

* dns t2 readme config (#13923)

* update readme (#13918)

* add current readmes for generating python form recognizer (#12013)

* add current readmes for python form recognizer

* fix release tag

* updates for multiapi and preview.3

* fix so that gen code outputs in generated folder

* remove tag since swagger not in yet

* unbreak build

* just target preview 3

* don't run track 1 gen with python

* Set x-ms-api-version to false for vaults list (#13924)

* Set x-ms-api-version to false for vaults list (#13925)

* Update event description to include the event name (#13867)

* Update event description to include the event name

* Update readme to include guidelines for defining a new event

* Fix description

* Renamed enum values for SDK auto generation (#13938)

* Renamed enum values for SDK auto generation

* Tabs to spaces

* Newline added

* [Document Translator] update operation names (#13915)

* update operation names

* make body required

* Update ErrorName

* Apply changes to stable

* Fix samples

* fix sample

* Fix glossary sample

* Address comments and update definitions names

* Revert "Task 9639284: Swagger changes for new UK agreement templates (#13895)" (#13946)

This reverts commit ea5bc27ee9cadeb67767d774c82095be2420bcad.

* Adding new preview API for promotions (#11599)

* Adding new preview API for promotions

* Avacado fix

* Fixing JSON

* fixing the promo param

* fixning linting issues

* Fixing JSON

* fixing JSON

* fixing linting issues

* Adding delete 204a

* Adding delete 204

* Adding validation fixes

* fixing spellings

* Linting issues

* running prettier

* ARM review feedback

* Fixing linting issues

* Fixing prettier

* Fixing version

* Fixing SDK

* fixing go sdk

* revert go.md

Co-authored-by: Rishi Kapoor <rishik@microsoft.com>

* Exposing undocumented Databricks workspace properties for fixing S360 issues (#13683)

* exposing storage account name, sku

* Prettier fixes

* Fixing the review comment

* Adding No Public IP related properties

* Updating the remaining properties related to S360

* Fixing review comments

* Fixing Spell Check issue

* hybridcompute readme t2 config (#13910)

* readme t2 config

* hybridcompute t2 readme config

* web readme t2 config (#13909)

* web readme t2 config

* web readme.python t2 config

* Add x-ms-api-version (#13834)

* Update CheckNameAvailability_Available.json (#13914)

* webpubsub t2 config (#13949)

* Update StaticSite.json (#13768)

* Update StaticSite.json

Add private endpoint connections to static site object.

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* Update StaticSites.json

* increment readme version

* address PR comments

* add examples

* fix examples

* Add data-plane samples creation template (#13528)

* Add data-plane samples

* Simplified template

* webpubsub readme t1 del (#13953)

* Add $(multiapi) to QnA Maker's readme.md (#13819)

Generators were processing every tag when only a single one was desired. This is the common solution to support multi-api SDKs.

* IoT data-plane for drwill-ms (#13964)

* add missing usage.json to v5 sdk tag (#13960)

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

* Add new api version 2021

* remove managedIdentity since we won't support it in this version

* CR comments

* Add default value for contine on errros

* Fix swagger correctness issues

* Fix typo

* resource t2 readme config (#13974)

* Added new API and API version for private DNS zone suffix (#13789)

* Added new API and API version for private DNS zone suffix

* trigger validation pipelines

* Add new API to readme

* Fix ARM pipelines

* Try fix again

* Fix again

* Add Operations API

* Revert "Add Operations API"

This reverts commit 9d4ca9e557763feb3a6089ff9d4c958b3843730e.

* Revert "Revert "Add Operations API""

This reverts commit 7cf197c1d453764f0396713a2ab172a20e35b1c4.

* Revert "Revert "Revert "Add Operations API"""

This reverts commit 05744390e440984da8134b64a979a6e61fb9b7ae.

* Revert "Revert "Revert "Revert "Add Operations API""""

This reverts commit 61b76b1623d9e5796bb8187edf0fc46351e78231.

* Revert "Revert "Revert "Revert "Revert "Add Operations API"""""

This reverts commit 9f55eb4c399eb48a8578906f6bea43b10c91b8be.

* Address review comment from ARM

* Revert "Address review comment from ARM"

This reverts commit cb6d1b01860de72eec80856f64b602c72a1f26a7.

* Revert "Revert "Address review comment from ARM""

This reverts commit 227cf73797ee24a674d76e3ccd2990b84bc8d11a.

* Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API""""""

This reverts commit 34ae6c70a514e0290ffb41f7ddb5bbbd5c6cbee3.

* Revert "Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API"""""""

This reverts commit a11c889a65b0fa4257b03a247d75fbea769f4e2c.

* Add previous APIs to tag

* Retrigger build

* fix service name for Java (#13979)

* Add optional param - private DNS zone to server API (#13716)

* Add optional param - private DNS zone to server API

* Follow comment to resolve go sdk issue.

* [Hub Generated] Review request for Microsoft.Synapse to add version preview/2021-04-01-preview (#13874)

* Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* add changed files for kustoPool

* Ravi changes to fix LinDiff validation

* Add Itay Sofer's changes

* filizt comments mid-way

* Remove clouderror and resplace with "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse"

* Add IotHubDataConnection and EventGridDataConnection

* Modify PUT to OK, CREATED, ACCEPTED

* Change from provisioningState to ResourceProvisioningState

* Add BlobStorageEventType

* Remove 202 when creating a KustoPool

* Change PUT/PATCH 202 responses

* Remove 202 in PATCH/PUT operations where having both 200 & 201

* Add "isIdentityCertExprired" to custom-words.txt

* Remove isIdentityCertExprired from custom-words.txt

* Add Exprired to cSpell.json

Co-authored-by: Amit Elran <amelran@microsoft.com>

* Removing x-ms-flatten property (#13929)

* manual changes for swagger

* changes for long-running operations

* changes for validate for backup and restore

* removing 204 from operationResults

* changes for a monitoring

* adding format

* removing date-time from duration

* changing to readonly

* changes for listRPs

* fixes swagger

* reverting readonly for scheduleTimes

* fixes for checkgates

* prettier fixes

* cahnges for friendlyname checks

* fixing gates

* removing tracking-via

* model validation fixes

* powershell changes

* adding stable version

* changes for PatchResourceRequestInput

* change for req fields

* changes for description

* changes

* Updated swagger json for item level restore target info objects

* Fixed spelling errors

* Added missing required properties

* removed auth credentials property

* prettier fixes

* Prettier fix

* pr comments fixes

* fixing readme

* changes for go readme

* Removed x-ms-flatten property (#2)

* removed flatten prop

* removing x-ms-flatten

* removing friendlyName from req prop

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>

Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com>
Co-authored-by: FAREAST\zakinkh <zakinkh@microsoft.com>

* confidentialledger readme t2 config (#13981)

* Additional 7.3-preview parameter name clean up (#13913)

* Enable multivariate anomaly detection (#13973)

* add multivarite

* add v1.1-preview

* reformat changepoint example

* change typo in readme

* fix prettier-check error

* add export model example

* fix prettier error

* [Azure Search] Add Knowledge Store feature to swagger (#13911)

* introduce knowledge store swagger

* add knowledge store to 2020 apis

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* make skillset count optional, and add it to 2020 GA Swagger (#13990)

Co-authored-by: Austin Drefke <jdrefke@microsoft.com>

* Adding support for message properties in ACS Chat (#13939)

* Initial commit (copying over stable API version)

* Making changes to support message metadata

* Added 201 response code for patch operation (#13956)

Co-authored-by: Akash Keshari <akkeshar@microsoft.com>

* Adding autoMitigate flag with false as default value (#13109)

* deploymentmanager - clean up duplicate parameters outside of method (#13948)

* clean up duplicate parameters outside of method

* maintain python order

* fix typo in Synapse (#13994)

* OperationalInsights - update readme files for cli extension update (#13999)

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* added Tables new api version

* changed bool to boolean types

* prettified jsons

* fix erroes in swagger

* undo changes to 2020-03-01-preview version

* pr fixes

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* changed ErrorResponse to default ErrorResponse without ref to local definition

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed SystemData

* creatted a new package containing all latest swagger files for publishing new SDK

* removed package 2021_02 and set default packate to 2020_10

* removed 2 packages

* removed DataCollectorLogs.json from readme.md 20202.10

* added empty line to try invoke pipeline validations that havent run

* Delete Tables.json

* added3 new properties to TableProperties:
IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation.

* merge

* prettified jsons

* undo changes to 2020-03-01-preview version

* updated TableUpdate example

* changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example

* changed v1 to v2

* changed WorkspaceNameParameter back to V1

* added systemData

* removed systemData

* added systemData to Patch and Get

* moved systemData to Table properties

* deleted systemData from Table.json, added to Get and Put examles

* changed location of systemData in Tables.json

* moved systemData to inside Table definition

* moved systemData inside Table properties

* removed whitespaces

* changed DataExportErrorResponse to common
.../v2/types.json#/definitions/ErrorResponse

* changed all Error response of 2020-08 to common definition

* added readme.az.md file for cli extension code generator

* added readme.ad.md with the same naming convention as in readme.python.md
added readme.cli.md file
updatted readme.md file with the new azure-cli-extensions tag
all updates were done by following: https://github.com/Azure/autorest.az/blob/9ed1aabd353385f8bdffbfa9f3892478111a029c/doc/how-to-author-readme-file.md

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* Update specification/operationalinsights/resource-manager/readme.az.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com>

* [Cognitive Services Metrics Advisor] add missing required for allOf entities (#13957)

* add missing required for allOf entities

* fix incorrect required properties

* 7.2-Preview to GA (#13919)

* 7.2-Preview to GA

* Update packages to point to stable

* Readd exportable and update description

* Update description for exportable in preview versions

* Fix operation results contract for Tenant Git operations (#13903)

* fix operation results contract

* fix sync state contract

* iothub t2 readme config (#13980)

* iothub t2 readme config

* iothub readme t2 config

* iothub t2 readme config

* Making Offer details and User Details required properties (#13985)

* Making Offer details and User Details required properties and removing abandoned tag

* fix python configuration

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* cosmosdb t1 config del (#14008)

* Fixing issue with missing filter documentation in Access Review APIs (#13892)

* fix cred issue. block to merge in DSMainDev (#14014)

* fix serivce name for java (#14007)

* maintenance readme t2 config (#13982)

* maintenance readme t2 config

* readme t1 config

* [Service Fabric Managed Clusters] fix api 2020_05_01 (#13961)

* Use enums  and add missing properties

* model enum as string

Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com>

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

* add isIsolated and channelSchemaTransformationVersion

* rename

* add v2 priavatelinks (#14026)

* copied from v1/privatelinks.json

* bump version

Co-authored-by: jianyexi <jianyxi@microsoft.com>

* APIM: improve developer portal operations docs (#13941)

* APIM: improve the documentation for dev portal operations

* Minor changes

* Removing OData parameters from the stable API version

* Remove new query params

* hotfix on extended location hierarchy (#13943)

* [Hub Generated] Public private branch 'wps' (#14002)

* Add webpubsub swagger

Add custom words

Update webpubsub.json

Update webpubsub.json

Resolve comments

Update webpubsub.json

resolve comments

Update operationId for existence check

[wps] update python generation section and client name for all languages (#1)

* add python stuff

* make title across languages the same

* Update version

* Update some constraints

* Update webpubsub.json

* rename to GetServiceStatus

* Update readme.md

* Update readme.md

* Update readme.md

* [Hub Generated] Review request for Microsoft.SecurityInsights to add version preview/2021-03-01-preview (#13563)

* Copied from 2019-01-01-preview version

* Updated references to common types

* Add itemsSearchKey field to Watchlists

* Add missing label definition

* Make itemsSearchKey as required field

* Formatting fixes

* Fix Prettier and Avocado errors

* Fix Lint error (subscription level resource)

* Update description and example for CreateOrUpdate watchlists and bulk create watchlist items

* Update Api version in examples

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

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

* Updates readme

* Updates API version in new specs and examples

* updated default package in readme.md to 2021-03

Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com>

* Updated required and default fields in Action Groups spec (#13677)

* Updated error response for Action Groups API

* spacing

* added missing fields to Action Group Resource spec

* Added missing fields for action group resource in older version

* Updated "resource" name

* Removed changes to errorResponse

* Removed errorObject

* format

* Updated required and default fields in Action groups spec

* Update default value to boolean

Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <rirajend@microsoft.com>
Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>

* Remove AML Compute File Server (#13944)

* Remove AML Compute File Server

* update

* update

* update

* update

* Cost Management: Reservation Recommendations API: Add multiple missing properties in specs (#13967)

* added totalCost, properties.resourceType, properties.subscriptionId, and eTag to various RiRec dfinitions

* moving eTag  property to right place

* remove duplicate description

* remove track1 configure (#14044)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* New API version (2021-02-10) for recovery services site recovery (#13525)

* Adding old API version(2018-07-10) to new folder for 2021-20-10

* all changes for swagger (2021-02-10)

* read me and custom word changes

* Ayesha's comments addressed

* adress PR comments from ayesha

* Adding suppressions

* fixing custom words

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13636)

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

* Updates readme

* Updates API version in new specs and examples

* Update readme.md

changing read me to include date too in tag

* cahnging examples API version to 2021-02-10

* fix read me syntax

* TaskStepProperties swagger fix (#13971)

* Adding "assignmentState" property to scope model in access review APIs (#14039)

* iothub readme.python package version change (#14043)

* iothub readme.python package version change

* multiapiscript add

* clear output folder

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>

* Bump y18n from 4.0.0 to 4.0.1 (#13704)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update (#14061)

* package-templatespecs-2021-03-preview tag added (python) (#13958)

* Added tag

* nit: ordering

Co-authored-by: Dania Etienne <daetienn@microsoft.com>

* Use 2014-04-01 replication link specs in V5 SDK (#14058)

* Use 2014-04-01 replication link specs in V5 SDK

* remove legacy file.

* Update cSpell.json for Key Vault 7.2 (storage) (#14060)

* automanage readme t1 del (#14029)

* automanage readme t1 del

* automanage readme t1 del

* readme.md t1 config del

* add missing reference (#13904)

* databoxedge readme modification (#14063)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13635)

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

* Updates readme

* Updates API version in new specs and examples

* fixing merge issue

* removing vault usages from 2021-02

* Adding back vault usages

* updating readme

* updated etag to eTag (#13968)

* [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-12-01 (#13931)

* Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-10-01 to version 2020-12-01

* Updates readme

* Updates API version in new specs and examples

* Adding new spot VM fields

Co-authored-by: Joshua McCarthy <jmccarthy@microsoft.com>

* Add FaceAPI PersonDirectory spec updates to preview v1.0 (#13766)

* Add FaceAPI v1.0-preview

Add a preview version of FaceAPI specs intended for public preview.
Contains existing spec in v1.0 plus PersonDirectory feature changes.

* Fixes after running validation

* Fixing validation

* Fixes 2

* Fixes 3

* Add PersonDirectory examples and fix routes

* Fixes 4

* Fixes 5

* Fixes 5.5

Co-authored-by: Yang Chen <yachen4@microsoft.com>

* Update the name and format of a parameter for randomnumbers (#14017)

* Update the name and format of a parameter for randomnumbers

* Change the parameter name from 'bytes_length' back to 'bytesLength'

* Amalladi/extendedlocation update (#13849)

* Updating Specification to remove 400 Badrequest from Swagger File

* Removing 400 status code from examples

* Removing private preview API version from Repo

* Removing 2020-07-15-privatepreview tag from ReadME files

Co-authored-by: Aditi <amalladi@microsoft.com>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* Revert "remove track1 configure (#14044)" (#14047)

This reverts commit 867165cc24d81c487ad186c998c46ba55f81c77b.

* adding role assignment (#14077)

* add connectionPolicy spec back to V5 SDK (#14088)

* modification (#14087)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-04-01-preview (#13710)

* Adds base for updating Microsoft.DocumentDB from version preview/2021-03-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json

* adding Services APIs

* more changes

* updated examples

* prettier and readme updates

* importing changes missed from old versions

* nits

* fixing semantic validation

* fixing linter

* fix

* more fixes

* adding list operation and default error response

* specifying format integer

* attempt to fix sdks

* address arm comments and fix ci

* fixes

* fix

* try to fix ci

* fix examples

* .\services.json

* adding additionalProperties back to ServiceResouce

* adding additionalProperties back to ServiceResouce

* fix

* fix sdks

* fix linter

Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

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

* Adds base for updating Microsoft.Maps from version preview/2020-02-01-preview to version 2020-02-01

* Updates for 2021-02-01 api version swagger

* creator swagger fixes

* fix model examples

* nextLink, uniqueId

* build fixes

* fixing listkeys

* fix long running operations

* fixing spelling

* fixing async behavior and examples

* updating arm region

* reset package-lock

* [Hub Generated] Review request for Microsoft.Media to add version preview/2021-05-01-preview (#13838)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy Signed off 2021-03-01 swaggers here

* Update swaggers to 2021=05-01-preview

* add missing examples

* update title

* fix Operation id

* fix video analyzer examples

* update Video swagger

* add format for $top

* remove unnecessary example file

* use chackname definitions from types.json

* fix segment length readonly

* change getStreamingToken to listStreamingToken, getProvisioningToken to listProvisioningToken

* fix the example file name

* fix a readonly issue with a video property

* make type readonly

* edits to descriptions

* adding missing descriptions

* address review feedback,

* few cleanup for update class

Co-authored-by: Christopher Bennage <bennage@microsoft.com>

* Include the preview version of resource changes and resources history… (#14084)

* Include the preview version of resource changes and resources history APIs

* Address the review feedback on releasing the new package version.

* Update readme for Synapse management SDK May release (#14054)

* Update readme for Synapse management SDK May release

* Add package-2021-05-preview

* Address comment

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

* removing read only property, no longer in use - NOT a breaking change (#13812)

* resources readme.python t2 config (#14091)

* peering readme t2 config (#14106)

* Remove replicationLinks_legacy.json (#14095)

PR #14058 removed this file: replicationLinks_legacy.json, removing from the schema config to prevent schema generation failures.

* Support sheet index in excel (#14062)

* Enable excel in public swagger

* update

* rollback dataflow change

* Support sheet index in excel

Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>

* Adding 2021-05-01 api-version to Template Specs (no changes over last preview spec) (#14065)

* Copy existing 2021-03-01-preview specs to new 2021-05-01 stable version (no schema changes)

* Changing api-version within specs to 2021-05-01

* Adding package tag for new stable version to readme.md, but not making it a default (yet)

* Fix SecurityInsights Go SDK versioning (#14030)

* Fix SecurityInsights Go SDK versioning

* rename stable api version tag

* remove 'only' from tags with full functionality

* chore: Move typo supression in RecoveryServices (#14120)

* Add missing Zone mapping property to Microsoft.Resources (#13936)

* remove name validation from client side

* remove name check from deploymentScripts swagger

* remove name check from previous swagger versions

* remove pattern from resourcegroupname parameter

* add zoneMappings to ResoursesType

* backfill older versions of swagger with zonemapping property

* [Application Insights] Resolve duplicated definition names to fix track2 SDK generation error (#13951)

* Fix duplicate name

* Update readme.md

* Update readme.md

* Update and rename workbookOperations_API.json to aiOperations_API.json

* Update readme.md

* Update workbooks_API.json

* Update readme.md

* Update readme.python.md

* Update readme.md

* Update readme.md

* Update readme.md

* Rename aiOperations_API.json to workbookOperations_API.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

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

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

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

* Update swagger for SSIS-IR to support user-assigned managed identity (#14114)

Co-authored-by: Hongxian Yao <hoyao@microsoft.com>

* postgresql readme t2 config (#14067)

* Dev mediaservices microsoft.media 2021 05 01 (#13676)

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

* Updates readme

* Updates API version in new specs and examples

* [AMS] new 2021-05-01 release for Account service in AMS

* add missing example files

* fix the api version and missing example files

* Create a new Update definition to fix the "R2016 - PatchBodyParametersSchema "

* fix respnse

* fix update example

* add the 2016 supression for new tag as well.

* mixedreality t2 readme config(wave4) (#14105)

* mixedreality t2 readme config

* t2 config del

* [python] t2-confidentialledger config (#14144)

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md (#14145)

* update elastic swagger  (#14076)

* Update elastic.json

* added new examples

* taking the files from rpsaas master

* added suppression in readme

* [Cosmos DB] Introduce new api version 2021-04-15 (#13873)

* [Cosmos DB] Introduce new api version 2021-04-15

Initial Commit

* Updated for 2021-04-15

* Dummy Commit

* Fixing privatelinkresources.json

* Removing ErrorResponseUpdatedFormat

* Suppressing systemData check

* Relay - Fix typo in the NetworkRuleSet path (#13962)

* Relay - Fix typo in the NetworkRuleSet path

* Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version

* [Hub Generated] Review request for Microsoft.Portal to add version preview/2015-08-01-preview (#12732)

* Fixing properties in dashboard parts

* Updating Dashboard part metadata

* Updating based on prettier fixes

Co-authored-by: Himanshu Chandel <hich@microsoft.com>

* resources t1 config add (#14146)

* t1 config add

* package version

* [Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-05-01' (#14148)

* Adds base for updating Microsoft.Maintenance from version preview/2020-07-01-preview to version 2021-05-01

* Updates readme

* Updates API version in new specs and examples

* Added system data properties.

* Fixed lint error.
Added documentation.

* Use Host Maintenance scope and api version in exmaple.

Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com>

* Add Test Base Swagger Spec from RPSaaSMaster (#14113)

Co-authored-by: Bin Yu <biy@microsoft.com>

* rename property: change category to categories (#13883)

* Edit description of Update Iot Hub Resource Api (#13080)

Co-authored-by: Harini <codebyh.365@gmail.com>

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

* Adds base for updating Microsoft.RecoveryServices from version stable/2018-07-10 to version 2021-03-01

* Updates readme

* Updates API version in new specs and examples

* Update webpubsub.json (#14096)

* add dataFeedId in AnomalyResult and IncidentResult (#14127)

* add dataFeedId in AnomalyResult and IncidentResult

* fix examples

* Add new version 2021-03-31-preview1 for ACS Auth (#13965)

* Add new version 2021-03-31-preview

* Set required body

* Add all paths to new version

* Update description for property of TeamsAccessTokenRequest model

* Change version from 2021-03-31-preview to 2021-03-31-preview1 following standards https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/16790/Versioning

* Rename folder

* Update method description

* remove Turn endpoint

* Add examples

* Update readme

* Omit the word "skypetoken" from swagger

* Link example

* Update description and path for a new endpoint

Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com>

* Added example gneration document links (#14151)

* purview scanning service (#14021)

* purview scanning service

* Add custom words for spellcheck

* fix config files and add endpoint param

Co-authored-by: Parv Saxena <pasaxena@microsoft.com>
Co-authored-by: iscai-msft <iscai@microsoft.com>

* MG RP new API versions: 2020-10-01 and 2021-04-01 (#13897)

* API 2020-10-01 with 2020-05-01 files

* 2020-10-01 API changes

* 2021-04-01 API version with 2020-10-01 files

* Changes for 2021-04-01 API

* PR fixes

* Fixed issues with model

* PR fixes

* Latest (#13917)

* Pick up previous Swagger Fix in 2019-09-01 version (#14092)

* Add missing swagger fix

* Fix bad copy-paste

* update the some capitalized words in the description

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event (#14049)

* Adding EventData schema for Microsoft.Storage.BlobTierChanged event

* Removing contentLength/Offset from Microsoft.Storage.BlobTierChanged data schema

* Removing BlobTierInfo from BlobTierChanged and adding new event Microsoft.Storage.AsyncOperationInitiated

* adding ContentLength for BlobTierChanged and AsyncOperationInitiated events

* [Hub Generated] Review request for VideoAnalyzer.Edge to add version preview/1.0.0 (#13682)

* New Readme Config File

* New Go Language Readme Config File

* New Azure AZ Readme Config File

* New Azure CLI Readme Config File

* New Typescript Language Readme Config File

* New Python Language Readme Config File

* New C# Language Readme Config File

* New AzureResourceSchema Readme Config File

* New Swagger Spec File

* New Swagger Example Spec File

* Copy old LVA swaggers

* Rename old swaggers to new file names

* Update LVA swaggers with new AVA swagger

* fixed some paths and capitalization

* fix prettier check issues

* fixing a Pascal casing

* Updating swaggers to latest

* fix linting issue

* removed an unused definition

* Service fabric Client API 8.0 (#14011)

* spell checked and linted.

* updated tag version.

* reverted change outside of SF folder.

* updated version in swagger.

* changed credential issues.

* changed 1 more that looks like a credential.

* Kusto pools principal assignment (#14079)

* kustoPool PrincipalAssignments

* fixed list principal assignments

* principalAssignment list example

* principalAssignment get example

* KustoPoolPrincipalAssignmentsCreateOrUpdate

* KustoPoolPrincipalAssignmentsDelete

* databases PrincipalAssignments

* minor change

* KustoPoolDatabasePrincipalAssignmentsList

* KustoDatabasePrincipalAssignmentsGet

* KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate

* KustoPoolDatabasePrincipalAssignmentsDelete

* fixed example ref

* added system data

* kustoPoolCheckNameAvailability

* KustoPoolsCheckNameAvailability example

Co-authored-by: Itay Sofer <itsofer@microsoft.com>

* [Service Fabric Managed Clusters] fix api 2021_01_01-preview (#14012)

* Update preview api to disable broken properties and to add property that is working

* Update managed cluster description

* Add New Data Model RuleCollection to NetworkManager (#13827)

* Add New Data Model RuleCollection to NetworkManager

* fix typo

* test

* test

* Fix discriminator

* fix type

* Fix discriminator

* Fix type

* fix type

* Fix type

* Fix discriminator

* Fix discriminator

* fix type

* fix type

* Fix bug

* Fix type

* Fix format

* Fix name

* Fix name

* fix spell

* fix description

* Fix spell

* change to kind

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

* Fix post body

* Fix as comments

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* fix bug

* change rule kind

* Fix as comments

* Fix as comments

* update lastest version

* Update type

* Update Skiptoken

* Fix discription

* Fix NG

* Fix NG

* add more example

* [python]Update readme.python.md for postgresql (#14182)

* Update readme.python.md

* Update readme.python.md

* Remove all schema readme (#13885)

* Remove all schema readme

* process new rp

* Remove after_scripts

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

* Adds base for updating Microsoft.AlertsManagement from version stable/2019-06-01 to version 2021-04-01

* Updates readme

* Updates API version in new specs and examples

* first commit

* some fixes

* try without alert management

* revert change to name of namespace

* Resolve lintdiff issues

* remove the copy of files and reference alert managment previous version

* update description of subscriptionId to solve error

* attemp to remove AlertsManagement from the package

* revert (put back AlertsManagment)

* add tags for go SDK release v54.0.0 (#14161)

* add tags for go SDK r…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants