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

Increment version for identity releases #13190

Merged

Conversation

azure-sdk
Copy link
Collaborator

Increment package version after release of azure-identity

@ramya-rao-a ramya-rao-a merged commit 2ae1fb8 into Azure:master Jan 15, 2021
ljian3377 pushed a commit to ljian3377/azure-sdk-for-js that referenced this pull request Jan 22, 2021
LuChen-Microsoft added a commit that referenced this pull request Jan 25, 2021
* [Synapse] Land the initial generated code (#12713)

* WIP

* WIP

* WIP

* WIP

* Add last two to workspace

* Add basic READMEs and test builds

* Add basic READMEs and test builds

* Fix package versions

* Skip tests

* Address feedback

* Address feedback

* Rerun swagger codegen

* Rerun swagger codegen

* Add rolled up type files

* WIP

* WIP

* New regeneration with tracing

* New regeneration with tracing

* Remove prepack

* Add sdk-type

* Add lint

* Skip lint for now

* Add copyright and improve generation

* Add copyright and improve generation

* Fix keyvault lint

* Export fixes

* Export fixes

* Fix release dates

* Fix synapse versions (#12840)

* Increment version for storage releases (#12846)

* Increment package version after release of azure-storage-blob

* Increment package version after release of azure-storage-file-datalake

* Increment package version after release of azure-storage-file-share

* Increment package version after release of azure-storage-queue

* [test-utils-recorder] Refactor to separate node/browser codepaths (#12796)

* [test-utils-recorder] Refactored recorder to separate node.js dependencies

* Repaired metricsadvisor build

* Repaired textanalytics build

* Repaired formrecognizer build

* Repaired template build

* Fixed base rollup config

* Updated CHANGELOG for recorder

* Removed some no-longer-used dependencies and options.

* Added `chai` to imports

(How was this not a type error??)

* Apply suggestions from code review

Co-authored-by: Harsha Nalluru <[email protected]>

* Removed unused 'env' import

Co-authored-by: Harsha Nalluru <[email protected]>

* [Cosmos] Fix a strictness issues in utils/encode (#12765)

Fix a strictness issue in `utils/encode.ts` in #12745.

* [Synapse] Add back missing Spark example (#12842)

* Create PR to target against master (#12852)

Co-authored-by: Sima Zhu <[email protected]>

* Rush update (#12860)

* [monitor] Change package namespace back to @azure (#12843)

Change namespace back to @azure

* [communication-administration] fix option passing for LROs and slow playback tests (#12863)

* Add PR CI step to build samples (#12715)

* Add PR CI step to build samples

* Made a change to rush-runner

* Fixed an issue with rush-runner patch

* Repaired metricsadvisor and anomalydetector samples builds

* Repaired storage samples build scripts, added skip to storage-internal-avro

* Added skips to core packages without samples

* Resolved conflicting options in identity samples

* Skipped broken test scripts

* pnpm-lock

* [eventhubs-checkpointstore-blob] fix build:samples script (#3)

* [event-processor-host] fix build:samples script

* Revert sorting of package.json script entries

* Fixed merge artifact in dev-tool package.json

* pnpm-lock

* Revert formatting changes to anomalydetector

* Run build phase with transitive dependencies.

* Add stub build:samples commands for synapse

* Added samples build setup for tables

* Repaired two broken links in EPH

Co-authored-by: chradek <[email protected]>
Co-authored-by: chradek <[email protected]>

* update invalid sample products (#12849)

Co-authored-by: Shuang Jiang <[email protected]>

* [MQ: build reliability] Export the SERVICE_BUS_ENDPOINT output value for usingAadAuth.js (#12818)

There were several issues causing the smoke tests to not be a useful signal - this PR improves on the situation and gets us back to green. There are still some issues that require followup which I'll be filing soon.

Fixes:
* ServiceBus was only whitelisting a single sample (usingAadAuth.js) which _used_ to pass but only because it wasn't doing any real work. When we changed it awhile back to actually attempt to use it's connection it failed. This still needs some investigation but in the meantime I've swapped it out and brought in some more useful samples like sendMessages.js, browseMessages.js and sessions.js, which should give us some coverage. This also required altering the test-resources.json so it properly created the sample queues as well as outputting them so they'd get set in the environment.
* FormRecognizer had some failing samples. After talking with @willmtemple I ignored one of them that will require some actual test data to be bootstrapped reasonably (so not necessarily a good candidate for this). I fixed another one that appeared to just not handle some data being empty (seems legitimate, but perhaps it's a bug).d up in the sample's environment.

Fixes #12803

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

* resolve git longpath error when applying documentation updates

Co-authored-by: scbedd <[email protected]>

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

* 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 <[email protected]>

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

* 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 <[email protected]>

* [synapse] Added 'clean' commands. (#12870)

Being able to use `rush clean` is blocked on these commands being defined.

* [service-bus] Addressing some incorrect samples and missing migrationguide.md section (#12879)

Fixes #12861

* Upgrade TypeScript compiler version to 4.1.2 (#12770)

* upgrade TS version and fix compilation issues

* upgrade the linting parser version and fix new linting issues

* fix cosmos sample

* address feedback

* fix linting issues in formrecognizer tests

* use unknown instead of any across our code

* address more issues

* cleanup package.json in core-http

* revert noisy linting changes caused by vanilla eslint rules not TS aware

* allow the poller to have results of type void

* fixing samples

* fix keyvault-certificates' sample

* [communication] update samples (#12810)

* Upgrade ESLint version to 7.15.0 (#12894)

All the heavy lifting for upgrading our linting packages has been already done here https://github.com/Azure/azure-sdk-for-js/pull/12770. This PR upgrades ESLint only and fixes https://github.com/Azure/azure-sdk-for-js/issues/9050.

* OpenTelemetry Exporter using Resources API to get service properties (#12893)

* OT Exporter use Resources API to get service properties

* Test

* Addung pnpm-lock

* Addressing comments

* Updating pnpm

* [communication-sms] enable live tests using pipeline variables (#12920)

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

Co-authored-by: Sima Zhu <[email protected]>

* When we go down the 'drain' code path for batching receivers we need to keep the event listeners in place until we actually resolve the promise. (#12908)

When we went down the 'drain' path with BatchingReceiver we'd actually remove the event listeners. 

With the old code this could happen:

1. message received, debounce timer set
2. debounce timer fires
3. drain is requested (also removed the event listeners!)
4. message arrives (ignored)
5. receiver_drain arrives and resolve's the promise but the message in step 4 is lost.

The simplest way to reproduce this was to just connect over a slower link (created an SB in AU, which is slower than connecting over to something in the US) and send some about 100 messages (I used 2k-ish of text for each one) - this made it more likely that you'd end up with only a partial transfer of messages and have a drain. This became even more obvious once we moved to scheduling the promise resolution with setTimeout() as it widened the gap (this bug was less easy to see before!).

Many thanks to @enoeden for finding this bug!

Fixes #12711

* [Event Hubs] Remove @constructor tags (#12927)

* Standardization of our documentation comments (#12912)

# Status quo
Some of our documentation comments are [TypeDoc](http://typedoc.org/guides/doccomments/) and some of them are JSDoc with type description in the comments even though it is for typed TS code.

# Standardization
I decided the best way to go about this is to migrate to [TSDoc](https://github.com/Microsoft/tsdoc) and enforcing it using the [tsdoc eslint plugin](https://www.npmjs.com/package/eslint-plugin-tsdoc).

Pros:
- TSDoc is a proposal to standardize the doc comments used in TypeScript code, so that different tools can extract content without getting confused by each other’s markup.
- It is being developed at Microsoft, with the TypeScript team.
- It has an ESLint plugin that enforces it and will error when it sees unsupported tags (e.g. `@memberof`, `@class`, `@constructor`, `@type`, etc).

Cons:
- It is still in early stages (adoption is ongoing though, e.g. it is being used by the API extractor tool).
- TSDoc != TypeDoc (the tool we currently use for generating our documentation). However, TypeDoc plans to officially support TSDoc in v1.1 (see https://github.com/TypeStrong/typedoc/issues/1266).

# Notable tag changes
- `@ignore` is a JSDoc tag and was used in conjunction with `@internal`. These tags were needed because [TypeDoc does not yet support documenting only definitions exported by the entry point](https://github.com/TypeStrong/typedoc/pull/1184#issuecomment-650809143) and still documents everything exported from all files. I removed `@ignore` because [`@internal`](https://tsdoc.org/pages/tags/internal) only should suffice
- `@ignore` when used alone is replaced with TypeDoc's [`hidden`](http://typedoc.org/guides/doccomments/#hidden-and-ignore). EDIT: I replaced `@ignore` with [`@hidden`](https://github.com/TypeStrong/typedoc/releases/tag/v0.12.0) because the TypeDoc version used for `docs.microsoft.com` is v0.15.0 which does not support `--stripInternal`. After, they upgrade, I will remove all `@hidden` tags. 
- `@summary` is gone because it is not part of TSDoc or TypeDoc

This PR applies the changes to packages that respect our linting rules. Ones that do not yet will be migrated later when we start fixing their linting issues.

Here are vanilla examples of TypeDoc 0.18.0 (version used by our EngSys) after the changes here as a sanity check:
- random method:
![typedoc](https://user-images.githubusercontent.com/6074665/102302881-f6186380-3f27-11eb-8cc6-93e4c8f7d42d.PNG)
- a class constructor that used to have type information in the documentation comments:
![constructor](https://user-images.githubusercontent.com/6074665/102357078-f8a4a880-3f7b-11eb-92d1-c086ecc39c0b.PNG)

# `@hidden` works the same way as `@ignore`
Here are the list of documented functions generated by `TypeDoc v0.15.0` for the text analytics package and there is no function that was marked `@hidden`, e.g. `combineSuccessfulAndErroneousDocumentsWithStatisticsAndModelVersion`
![image](https://user-images.githubusercontent.com/6074665/102426196-e018aa80-3fdc-11eb-8b69-1ac265391fad.png)

# Things to consider
- Our documentation must be generated using the TypeDoc flag [`--stripInternal`](http://typedoc.org/guides/options/#stripinternal)
- Should we add a `docs` npm script to our `package.json`s (similar to [Cosmos's](https://github.com/Azure/azure-sdk-for-js/blob/2424b74f029273677f62433f28dd1390806f682c/sdk/cosmosdb/cosmos/package.json#L60)) so that we can see how our docs are generated as we write our comments?

Fixes https://github.com/Azure/azure-sdk-for-js/issues/3027.

* Fix code snippet in README (#12930)

* [cosmos] modify package.json with the test scripts (#12872)

* add express sample for event hub (#12246)

* add express sample

* update README.md

* update doc

* update doc

* add apiref

* update curl sample

* [event-hubs] express sample with sendBatch

* remove duplicated eventProducer

* update readme fix broken link

* Update sdk/eventhub/event-hubs/samples/expressSample/src/index.ts

Co-authored-by: chradek <[email protected]>

* Update sdk/eventhub/event-hubs/samples/expressSample/src/README.md

Co-authored-by: chradek <[email protected]>

* Update sdk/eventhub/event-hubs/samples/expressSample/src/README.md

Co-authored-by: chradek <[email protected]>

* Update sdk/eventhub/event-hubs/samples/expressSample/src/README.md

Co-authored-by: chradek <[email protected]>

* Update sdk/eventhub/event-hubs/samples/expressSample/src/README.md

Co-authored-by: chradek <[email protected]>

* Update sdk/eventhub/event-hubs/samples/expressSample/src/README.md

Co-authored-by: chradek <[email protected]>

* Update sdk/eventhub/event-hubs/samples/expressSample/src/asyncBatchingProducer.ts

Co-authored-by: chradek <[email protected]>

* Update sdk/eventhub/event-hubs/samples/expressSample/src/index.ts

Co-authored-by: chradek <[email protected]>

* sample code batchSendSize=20

* renaming

* remove metadata from readme

Co-authored-by: chradek <[email protected]>
Co-authored-by: chradek <[email protected]>

* [Synapse] Remove duplicate clean command (#12940)

* Add dataplane pckgs (#12942)

* add a bunch of packages to dataplane workspace

* add storage-internal-avro

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

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

* [Docs] Adding docs npm script (#12941)

This newly added command `docs` can help increase the quality of our documentation comments. It enables us to have a tight feedback loop on what is being generated as a documentation of our packages. I am pinning `typedoc` to v0.15.0 for now because this is the version being used for generating docs at `docs.microsoft.com`. This version should be updated when that team updates theirs.

Fixes https://github.com/Azure/azure-sdk-for-js/issues/12928

* [Identity] Manual test fix (#12858)

* manual fix

* ci doesnt like http on localhost links. making it a code segment

* DeletedKey -> KeyVaultKey

* feedback by Jonathan

* Remove @param and @returns tags if they have no description (#12943)

Address feedback for https://github.com/Azure/azure-sdk-for-js/pull/12912.

* [Identity] More standard samples (#12800)

* [Identity] More standard samples

* missing files

* Feedback and other cleanups

* removing device code and interactive samples because of user input

* more info on how to set up the keyvault

* apiref fix

* using-azure-identity.md fix

* no more tsconfig.samples.json

* fixed version

* wip

* now it should work

* formatting

* Skipped the build samples step for now. Will log an issue.

Skipped the build samples step for now. Will log an issue.

* pnpm-lock after merge master

* removing kv keys from package.json

* [core-amqp][event-hubs] support specifying a custom endpoint (#12909)

Fixes #12901 

### Purpose of change

Some users run their applications in a private network that lacks access to public endpoints, such as <namespace>.servicebus.windows.net. Due to these restrictions, these applications are unable to create direct connections to the Azure Event Hubs service using the standard endpoint address and require the ability to specify a custom host name to ensure they route through the proper intermediary for the connection to be made.

### Testing

I've added tests that verify the connection has been configured with the custom endpoint correctly.

I also manually ran these changes by setting up an Application Gateway in Azure with:
- backend pool with a backend target that points to the FQDN of my Event Hubs Namespace (`<namespace>.servicebus.windows.net`)
- A front-end listener using a HTTPS and a nonstandard port (200).
- HTTP settings with the following:
   - backend port: 443
   - Override with new host name: set to 'Yes'
- A rule that maps the front-end listener to the back-end target and uses the HTTP settings above.

I then had a test script that sent events, received events, and called operations on the $management link setting the `customEndpointAddress` to the public IP address from my application gateway.

Here's a simplified version of that script:
```js
const { EventHubProducerClient } = require('@azure/event-hubs');
const ws = require('ws');
const connectionString = `Endpoint=sb://<namespace>.servicebus.windows.net/;SharedAccessKeyName=sakn;SharedAccessKey=key`;
const eventHubName = `my-hub`;

async function run() {
  const client = new EventHubProducerClient(connectionString, eventHubName, {
    customEndpointAddress: `https://my.ip.address:200`,
    webSocketOptions: {
      webSocket: ws
    }
  });

  const props = await client.getEventHubProperties();
  console.log(props);
  return client.close();
}
run().catch(console.error);
```

Note that in my application gateway I also used self-signed certs so needed to do some additional work so node.js would recognize my certificate, but that's separate from the customEndpointAddress work and doesn't require changes from our SDK.

* Create API review from scheduled CI (#12965)

* Create API review from scheduled CI

* [keyvault] MQ docs: minor fixes to the readmes for samples (#12977)

* deploy buttons were referring to 'tests-resources.json' rather than 'test-resources.json' (ie, no 's')
* prettier auto-lowercased the purgeAllKeys ref in the md. Cosmetic and harmless.

* [Key Vault Keys] Migration guide (#12978)

* [Key Vault Secrets] Migration guide (#12980)

* [Key Vault Certificates] Migration guide (#12981)

* release-for-mgmt-network (#12889)

* Sdk auto/@azure arm recoveryservices (#12782)

* CodeGen from PR 11739 in Azure/azure-rest-api-specs
Changes to avoid Breaking changes for dotnet (#11739)

* update

Co-authored-by: SDKAuto <[email protected]>

* [@azure/service-bus] Fix invalid check for Node (#12985)

* [Service Bus] Update changelog for 7.0.1 (#12989)

This PR adds changelog entry for https://github.com/Azure/azure-sdk-for-js/issues/12983

* React sample integrating with Azure SDKs (#12924)

## What
Adds a React sample that integrates with multiple Azure services

## Why
As part of our investigation into how well our SDKs integrate into existing
frameworks we created a few sample apps that showcase how to use the
various SDKs. Adding a sample here would ensure that we have something
to reference and provide to folks who are interested in using our SDKs in React.

* Use npm link instead of github for readme (#12982)

This PR updates the migration guides for Key Vault to use npm link instead of github as the latter can point to previews if we were working on previews in the master branch

* arm-synapse-release (#12913)

* arm-synapse-release

* update

* [Code Coverage] Node Tests - Generate reports for live tests (#12968)

Resolves part of the issue - https://github.com/Azure/azure-sdk-for-js/issues/12935

To the reviewers, go to the links corresponding to your library to see the code coverage report. (Example here https://github.com/Azure/azure-sdk-for-js/pull/12968#issuecomment-749320030)
### Enables code coverage for the following packages
- [x] `/sdk/storage/storage-file-datalake` - https://dev.azure.com/azure-sdk/internal/_build/results?buildId=660382&view=codecoverage-tab
- [x] `/sdk/storage/storage-blob` - https://dev.azure.com/azure-sdk/internal/_build/results?buildId=655864&view=codecoverage-tab (Moved from https://github.com/Azure/azure-sdk-for-js/pull/12903)
- [x] `/sdk/search/search-documents` - https://dev.azure.com/azure-sdk/internal/_build/results?buildId=663568&view=results
- [x] `/sdk/textanalytics/` - Live tests are failing hence cannot see CC - https://dev.azure.com/azure-sdk/internal/_build/results?buildId=658221&view=logs&j=bbd7d436-e05d-51a8-99a8-0701dc9dffeb&t=c89e2f7b-6fd1-516c-25fe-9220efbf116c
- [x]  `/sdk/keyvault/keyvault-keys` https://dev.azure.com/azure-sdk/internal/_build/results?buildId=663575&view=results
- [x] `/sdk/keyvault/keyvault-secrets` https://dev.azure.com/azure-sdk/internal/_build/results?buildId=663579&view=results
- [x] `/sdk/keyvault/keyvault-certificates` https://dev.azure.com/azure-sdk/internal/_build/results?buildId=663580&view=results
- [x] `/sdk/template/`
- [x] `/sdk/appconfiguration/` - https://dev.azure.com/azure-sdk/internal/_build/results?buildId=660325&view=codecoverage-tab
- [x] `communication-sms` - https://dev.azure.com/azure-sdk/internal/_build/results?buildId=660326&view=codecoverage-tab
- [x] `communication-chat` - https://dev.azure.com/azure-sdk/internal/_build/results?buildId=660327&view=codecoverage-tab
- [x] `communication-administration` - https://dev.azure.com/azure-sdk/internal/_build/results?buildId=660328&view=codecoverage-tab

#### Others
- [ ] `/sdk/tables/`  - The live test pipeline was failing due to compile issues - moved it to a different PR - https://github.com/Azure/azure-sdk-for-js/pull/12976

* [Communication] - Common - Renaming CommunicationUserCredential to CommunicationTokenCredential (#12992)

* [Text Analytics] Tests read env vars only after they were read by the recorder (#12991)

Use the API Key from the corresponding environment var only after it was read by the recorder. 
Also does the following:
- split `createRecordedClient` into `createRecorder` and `createClient` with better arguments.
- get rid of `testEnv`.
- use `createClient` everywhere.

Fixes #12990 and part of https://github.com/Azure/azure-sdk-for-js/issues/12819.

* [Service Bus] Update migration guide to follow template (#12995)

This PR updates the Service Bus migration guide to follow the [template](https://github.com/Azure/azure-sdk/pull/2132) to fix #12366

* [Communication] - Common - Rename RefreshOptions to CommunicationTokenRefreshOptions  (#13004)

* Rename RefreshOptions

* Update changelog

* Update changelog

Co-authored-by: Minnie Liu <[email protected]>

* Communication common add Microsoft Teams user identifier, rename types with Identifier suffix (#13002)

* [event-hubs] Update migration guide to follow template (#13003)

This PR updates the Event Hubs migration guide to follow the [template](https://github.com/Azure/azure-sdk/pull/2132/files) to fix #12364.

* [Text Analytics] Fix timeout issues (#13006)

* [Text Analytics] Fix timeout issues

* add recordings

* [Service Bus] Delete v1 stress tests and move track 2 tests to "stress" folder (#13008)

This PR does nothing more than cleaning up.

* arm-hdinsight-release (#12971)

* Arm netapp release (#12984)

* arm-netapp-release

* arm-netapp-release

* [Synapse] Remove old synapse (#13011)

* [Service Bus] Perf tests for track 2 and update track 1 ones to latest (#11854)

* perf tests for track 2 and update track 1 ones to latest

* Add memory consumption too

* batch API call update

* Update _messages increment in send track 1 test

* \t in logged output

* Add peeklock variation for streaming test

* Batch api perf test

* fix converting to bool

* Move to GA v7

* "private": true,

* Import v7

* fix instructions

* omit paths

* Update sdk/servicebus/service-bus/test/perf/service-bus-v1/receiveBatch.ts

Co-authored-by: chradek <[email protected]>

* Update sdk/servicebus/service-bus/test/perf/service-bus-v7/receive.ts

Co-authored-by: chradek <[email protected]>

* Update sdk/servicebus/service-bus/test/perf/service-bus-v7/receiveBatch.ts

Co-authored-by: chradek <[email protected]>

Co-authored-by: chradek <[email protected]>

* [Perf Tests] Helper methods from perf framework (#13012)

* [Docs] Add --excludeExternals to rushx docs command (#12987)

* Add a note for EPH on EH service level readme (#13017)

* Add note on admin client features in SB service level readme (#13018)

* Electron sample (#12960)

## What

Add an Electron sample that integrates with multiple Azure services.

## Why

As part of our investigation into how well our SDKs integrate into existing
frameworks we created a few sample apps that showcase how to use the
various SDKs. Adding a sample here would ensure that we have something
to reference and provide to folks who are interested in using our SDKs in Electron.

* [event-hubs] add checkkpointing to migration guide sample  (#13016)

* Callout that the admin package is still in preview (#13020)

The service level readme is meant to show all packages available for customers to use for the said service. In case of Key Vault, we do mention the admin package, but do not call out that it is in preview. This PR adds that information

* [Perf Tests] streamToBuffer helper method (#13014)

This address the comment at https://github.com/Azure/azure-sdk-for-js/pull/12746#discussion_r546922303 by adding a new `readStream` method in perf framework so that it could be reused.

Inspired from https://github.com/Azure/azure-sdk-for-js/blob/ee733377bd63a7aba6e80b5cc0d895a251cb70e1/sdk/storage/storage-blob/src/utils/utils.node.ts#L118

This new method is meant to be used by the perf tests in various storage packages(in various different versions).
https://github.com/Azure/azure-sdk-for-js/pull/12737 https://github.com/Azure/azure-sdk-for-js/pull/12746 https://github.com/Azure/azure-sdk-for-js/pull/12806

* [tables] Code coverage tables (#12976)



Co-authored-by: HarshaNalluru <[email protected]>

* [Text Analytics] Diagnose issue with test resources (#13015)

* [Text Analytics] Diagnose issue with test resources

* cancel only if not completed yet

* arm-appplatform-release (#13025)

* add the environment variable (#12934)

* Add richardpark-msft as CODEOWNER for monitor and core-tracing (#13045)

Just discussed this with @xirzec. Should give me better visibility since I'll be working on those projects.

* [core-http(s)] Reuse DefaultHttpClient between ServiceClient instances (#12966)

Today `ServiceClient` ends up creating a new instance of `DefaultHttpClient` each time one is not passed in via `ServiceClientOptions`. Since it is unusual for a custom `HttpClient` to be passed in, this means we recreate the `HttpClient` each time a someone creates a convenience client that wraps a generated client.

Normally, this isn't a big deal since clients are heavy enough to be cached/re-used by customer code. However, a KeyVault customer ran into a scenario where they had to recreate `CryptographyClient` many times (i.e. 5 times per second) and they noticed some pretty bad performance characteristics (out of memory, out of sockets, etc.)

While there is still more we can do with improving `CryptographyClient` to perhaps not need to be constructed so often (or making it cache its own copy of `KeyVaultClient` internally), this PR aims to solve the biggest issue with the above scenario: many copies of `DefaultHttpClient` each allocating NodeJS `http.Agent`s that then are tied to real OS resources that take a while to cleanup.

Another related note is that the Storage packages already do this today in their custom Pipeline implementation: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/src/utils/cache.ts

* [schema registry] Facilitate live test runs on arbitrary endpoint (#13030)

* Parameterize schema registry group. It was hard-coded, which
  bumped up against 1 group per resource limit in cheapest tier.

* Remove test of mutating schema and re-registering. When the
  schema changes back and forth between runs like that, it causes
  the service to keep bumping the schema version, which
  eventually hits a limit on total number of schemas.

* [app-configuration] Fixing some lint issues (#13055)

- Make eslint run clean for typedoc (still has other warnings/errors that I need to get back to)
- Ran eslint auto fix, which got some simple stuff like being able to use 'const' and the copyright header.

Fixes #12948

* replace @ignore with @hidden (#12963)

`@ignore` is a JSDoc construct which we no longer use. This PR replaces it with `TypeDoc`'s `@hidden` which [exhibits the same behavior](https://github.com/TypeStrong/typedoc/releases/tag/v0.12.0).

* Update migrationguide.md (#13067)

* Add support to test multi service API version (#12719)

* [WIP] prototype: multi-service-version test support

* Move multi-version test support into its own package

* Add some unit tests

* Add README

* Fix missing rollup error in CI build

* Disable browser test bundling

* Remove option to specify custom string comparison function

Now it's required to have a sorted list of API version strings
supported by the service from the oldest to the latest. This list is
used to compare version strings.

Add missing `skip` method to the chain object.

Add unit tests

* Fix README analysis issue

* Move `forEach()` and `onVersions()` into `versionsToTest()`

* Ignore README verification errors

* Fix rollup error

* Undo file moves

* Minor README tweak

* Fix build error in pipeline

* Add `DISABLE_MULTI_VERSION_TESTING` env var

* [Cosmos] Return undefined for sum aggregate when one partition is undefined (#12988)

* Remove commit revert for sum aggregation PR

* sum progress

* format

* WIP

* Adds correct logic for bailing early on undefined group by result

* Formats

* Adds changelog

* Adds tests for other falsy values

* formatting

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

Co-authored-by: Chidozie Ononiwu <[email protected]>

* [EventGrid] Make `build:samples" work (#13057)

- Update to the GA version of the Service Bus package in our samples and
  deal with the breaking changes.

- Add `@azure/service-bus` as a dev-dependency since the samples use it
  and we need it around when we do `build:samples`

- Have `build:samples` use `dev-tool` to prepare the samples and then build
  them, like our other packages do

Fixes #12730

* Add Devops Release Item scripts (#13074)

- 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 <[email protected]>

* [core-auth] remove core-tracing dependency (#13075)

* [core-auth] remove core-tracing dependency

* add license header

* add note to keep tracing.ts in sync with core-tracing

* Fix datalake Readme issue (#12269)

Fix https://github.com/Azure/azure-sdk-for-js/issues/11495
@jongio for notification.

* arm-healthbot-release (#13059)

* arm-iotcentral-release (#13084)

* Storage/sas improvement (#12850)

* fix a bug: need expiresOn AND permission

* parse sas permission from raw object

* use vanilla instead of map for SASPermissionsLike

* separate the SASPermissionsLike

* me

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

* 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 <[email protected]>

* [storage-blob] allow empty blobName to support root directory in datalake (#12890)

* allow empty blobName to support root directory in datalake

* remove .only

* Merge branch 'master' into storage/issues/12813

* changelog

* [Tables] Fix typos in samples (#13072)

Fixes #12914 . Also adding a sample on how to query topN items

* [Identity] upgrade axios version (#13090)

* Update update changelog (#13079)

* Add function for retrieving existing versions of packages

* Add SetPackageVersion function

* Update versioning tools

* Add GetPackageInstallNotes function

* Remove changes not related to changelog

* [service-bus] Making BatchingReceiver properly cleanup after an abort (#13073)

Some more fixes related to the prior PRs around making BatchingReceiver behavior consistent:

* When we are closed (without error) or if we're in receiveAndDelete mode, we use the setTimeout() to ensure that we run after all pending message callbacks have fired
* We always cleanup our handlers before resolve/reject and it's made more clear if we're resolving immediately or resolving after pending message callbacks.

I also did some small refactors to make unit testing a bit easier, which should help make it simpler to validate this code path in the future.

Fixes #12922

* [Service Bus] Bug Fix: Correlation Rule Filter with the "label" doesn't filter the messages (#13069)

### BUG
https://github.com/Azure/azure-sdk-for-js/issues/13063
The correlation filter with the "subject" set using the `createRule` method doesn't filter the messages to the subscription. However, when we create the rule with the same correlation filter from the service bus explorer, messages get filtered as expected.

### CAUSE
The key-value pairs having undefined/null as the values can be present in the request object at any level. They get serialized as empty tags in the XML request for the ATOM management operations.

If such empty tags are present at the top level, the service throws a "Bad Request" error. This was handled by the SDK to make sure that the top-level of the request body doesn't have any empty tags.

If such empty tags are present at the inner levels, the service assigns the empty strings as values to the empty tags instead of throwing an error. This wasn't handled and the empty tags at the rule filter created an unexpected filter for the subscription. This PR attempts to fix this issue.

### FIX
The key-value pairs having undefined/null as the values are removed recursively from the object that is being serialized.

* arm-containerservice-release (#13026)

* arm-containerservice-release

* arm-containersevice-release

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

* Make the user agent configurable.

* Address comments

* Default to current Chrome version

* Revert the yaml file changes

Co-authored-by: Sima Zhu <[email protected]>

* [storage-file-datalake] Allow DataLakePathClient.move() use sas to authenticate source and destination (#12769)

* Make storage-file-datalake move() support adding both sasToken to x-ms-rename-source and the destination url

* Format

* Add comment to util function

* Fallback to use the source's SAS if both
- source authenticates with SAS
- destination isn't provided a SAS

* Reformat

* Do not encode sas query parameter values in x-ms-rename-source header

* Don't set query parameter for snapshot or versionid at the destination when fallback to use sas token in the source url

* Reformat

* Resolve merge conflict

* Remove fallback logic
Throw an error when the source path contains multiple ? query strings, causing ambiguity

* Encode source path segment by segment to avoid encoding "/" characters

* Add unit tests for move operation with SAS credentials

* Add move related test recordings

* Add a bullet for the fix in the change log

* Take PR suggestion

Co-authored-by: Lin Jian <[email protected]>

* [core-amqp] Revert 2.1.0 changes and prep for 2.0.1 release (#13096)

* Revert "[core-amqp][event-hubs] support specifying a custom endpoint (#12909)"

This reverts commit 336c6cfba1fa354b464a6aa2a2f6646b5ff54f1d.

* [core-amqp] prep for 2.0.1 release

* Fix package.json linting errors (#13070)

## What

Audit Track 2 libraries and address any linting errors in package.json
Fixed anything that seemed safe, and anything that seemed like a 
potential breaking change was confirmed with the owners or reduced
to a warning.

## Why

Another step towards being able to run the linter in our builds.

fixes #10597

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

Co-authored-by: Chidozie Ononiwu <[email protected]>

* OT Exporter retry when there are network issues (#12905)

* OT Exporter retry when there are network issues

* Adding network error check

* Fixing issue with tests

* reverting unnecessary change

* [eph] Skip EPH samples from smoke-test runs (#13106)

* [core] prepare for January 2021 release (#13104)

Same as #12797 except in January!

Note that all of the core packages are just being released so that the published version pulls in tslib 2.x instead of tslib 1.x. This fixes #12631, where it was discovered that using a bundler (e.g. webpack) to generate an application bundle that includes our SDK also pulled in multiple copies of tslib 1.x.

Multiple copies of tslib were pulled in because due to the way node_modules were being resolved, tslib 2.x would be at the root of a package's node_modules directory, and every package that used tslib 1.x had its own copy of tslib that would then be included in the bundle.

* Key vault keys migration (#13092)

* Readme Configuration Changes

* Generated Code Changes

* Custom Code Changes

* Other Changes

* Fix Linter errors

* MInor Version Fix

* Additional Changes

* Formatting Changes

* Updated Version Number in Recordings

* More Recording Modifications

* Updating Test Cases

* Increment version for core releases (#13110)

* Increment package version after release of azure-logger

* Increment package version after release of azure-core-auth

* Increment package version after release of azure-abort-controller

* Increment package version after release of azure-core-lro

* Increment package version after release of azure-core-amqp

* Increment package version after release of azure-core-http

* Changelog entry for Identity 1.2.1 (#13112)

Please review.

* [Search] Fix the Linter Errors (#13060)

* Fix the Linter Errors

* Further Modifications

* Formatting Changes

* Response to PR Comments

* Treat any new lint regression as hard failure in CI (#13114)

* Remove outdated list of packages that support identity package (#13113)

It is not practical to maintain an entire set of packages that take TokenCredential. Therefore, removing the corresponding section from the readme for `@azure/identity`

* arm-machinelearningcompute (#13116)

* arm-machinelearningcompute

* version update

* version update

* version update

* Storage/stg75 GA API fix (#12885)

* make tagValue required

* hide allowPermanentDelete

* api

* fix ShareProperties

* fix CI

* duplicate ServiceFindBlobsByTagsSegmentResponse instead of using Omit

* duplicate generated interfaces instead of using Omit for ServiceListSharesSegmentResponse and ShareGetPropertiesResponse, use extend instead of duplicating since enabledProtocols is renamed to protocols

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

Co-authored-by: scbedd <[email protected]>

* Update CODEOWNERS with my new GitHub account (#13066)

I'm switching to using this account for all work-related GitHub activity.

* Adding the autogenerated attestation package (#13120)

This PR adds the autogenerated attestation package along with a test suite.

* [Service Bus] Remove message count check - flaky rule filter test (#13131)

https://github.com/Azure/azure-sdk-for-js/pull/13105 investigates the flakyness.

The reason why the message count in the test can sometimes(5/1000 times) be zero is that the sent messages might not have been filtered into the subscription by the time we call the runtime properties method.

If we call the receiveMessages directly, the inherent delay would help in receiving the messages and should be enough for the test.

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

This reverts commit b967cb62bd8db451a2f02d903f3658cf21f92db1.

Co-authored-by: Chidozie Ononiwu <[email protected]>

* [Keys] Revert change that introduced enum for API version that had only the latest API version value (#13115)

* Remove version value back to previous method

* Modify Latest API Version

* Getting the smoke testing pipeline green again: (#13111)

* Ignore a sample that's clearly intended to only be run with caution and manually in form-recognizer
* Create the first ignore for the communixcation-administration package, just to be helpful (hopefully)

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

Co-authored-by: Wes Haggard <[email protected]>

* [Service Bus] 7.0.1 release prep  (#13144)

* Increase timeout (#13108)

* [eventhub] Remove old uglify dependency (#13148)

Uglify was used to ship minified browser builds, but we don't actually ship browser bundles.

* [core-auth] Add AzureSASCredential (#13091)

This change adds an interfance and supporting class for use by services
which support authentication used a shared acccess signature.

Fixes #13053

* Increment package version after release of azure-service-bus (#13154)

* Enable 1ES pools in JS repository (#13064)

* Initial pass of enabling 1ES pools in JS repo.

* Fix links to remove en-us (#13146)

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

* Add quotes around the parameter

* Add variable group for test options.

Co-authored-by: Wes Haggard <[email protected]>
Co-authored-by: Wes Haggard <[email protected]>

* Update rush and npm (#13153)

* [storage] doc fix (#13087)

* use uploadData instead of uploadBrowserData in samples: Fixes #12939

* fix client constructor doc: fixes https://github.com/MicrosoftDocs/azure-docs-sdk-node/issues/1003

* Fix doc for #7097

* Mention InteractiveBrowserCredential in aad sample

* Update sdk/storage/storage-blob/samples/javascript/advanced.js

Co-authored-by: Jeremy Meng <[email protected]>

Co-authored-by: Jeremy Meng <[email protected]>

* [KeyVault][Keys] Fix Live Test Failures (#13152)

* Remove references to 7.2-preview

* Updated Recordings

* Reordering & Updated Recordings in Challenge File

* [Cosmos] Update README to use non deprecated method (#13151)

This commit makes a minor update to the Cosmos README to use
keys list instead of list-keys since the latter is deprecated and
shows a warning on the CLI when ran.

* [storage] stg75/ga/release prepare (#13160)

* bump up version

* fix re-use generator bug in BlobQuickQueryStream

* [Communication] - ALL - Adding PowerShell Docs to README (#13157)

* Adding PowerShell Docs to README

* Update wording

Co-authored-by: Minnie Liu <[email protected]>

* [monitor] Fix monitor CI script (#13171)

Forgot to update this path when we renamed the package

* [Cosmos] Defaults partitionKeyValue to '[{}]' when missing in Read/Delete bulk operations (#13143)

* Defaults to '[{}]' partition for Read/Delete when partitionKey not present in args

* format

* Update changelog

* Update sdk/cosmosdb/cosmos/CHANGELOG.md

Co-authored-by: Steve Faulkner <[email protected]>

Co-authored-by: Steve Faulkner <[email protected]>

* [monitor] Add rollup build (#13182)

#13070 broke the monitor package for non-module imports, since the "main" file it references doesn't exist.

This PR brings the package into our normal build process, exposing real module exports and also bundling a cjs version.

* [Identity] Bump msal-node dep (#13179)

* Bump msal-node dependency and update package version

* Bump msal-node dependency and update package version

* Address feedback

* Address feedback

* Address feedback

* Address feedback

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

Co-authored-by: Wes Haggard <[email protected]>

* [core-client] Switch _response property for callback. (#13132)

* Switch _response property for callback.

* Adding hidden tag to generated clients (#13183)

* Adding hidden tag to generated clients

* Add Missing Comments

* [event-hubs] Update browser sample with AAD troubleshooting tip (#13180)

* [event-hubs] Update browser sample with AAD troubleshooting tip

* call out setting redirect uri to localhost

* [Tables] Support Emulator and Azurite (#13165)

* Support Emulator and Azurite

* Support UseDevelopmentStorage connection string

* make usedevelopmentstorage case-insensitive

* Use toLowerCase

* Key vault secrets migration  (#12821)

* Updated Readme File

* Regenerated Code Changes

* Custom Layer Changes I

* Formatting Changes

* Custom & Regen Changes II

* Add Hidden to generated Layer

* Change similar to one in keyvault-keys

* DigitalTwins: Add E2E tests (#13135)

* feat(azure-digitaltwins): update swagger

* feat(azure-digitaltwins): update client to swagger

* chore(azure-digitaltwins-core): rename package

* chore(azure-digitaltwins-core): rename package

* feat(azure-digital-twins-core): add span

* feat(azure-digital-twins-core): update for GA

* chore(azure-digital-twins-core): fix readme

* Update Readme.md

* chore(azure-digital-twins-core): fix exports

* chore(azure-digital-twins-core): fix broken links

* chore(azure-digital-twins-core): update changelog

* chore(azure-digital-twins-core): comment changelog

* chore(azure-digital-twins-core): more comment

* Update CHANGELOG.md

* fix(azure-digital-twins-core): address feedbacks

* fix(azure-digital-twins-core): add ifmatch

* fix(azure-digital-twins-core): add ifMatch

* fix(digitaltwins): hide ifmatch to options

* chore(digitaltwin): autofix

* fix(digitaltwins): fix export warnings

* fix(digitaltwins): fix diagnostic namespace

* fix(digitaltwins): improve tracing

* chore(digitaltwins): autofix

* fix(digitaltwins: fix tracing

* chore(digitaltwins): autofix

* fix(digitaltwins): delete parameter grouping

* chore(digitaltwins): autofix

* chore(digitaltwins): clean up

* Add E2E tests

* Add E2E tests

* Update recordings

* Remove comments

* --harmony flag for async iterators

* Update CHANGELOG.md

* Update version in package.json

Co-authored-by: Jeff Fisher <[email protected]>
Co-authored-by: HarshaNalluru <[email protected]>

* [communication] update release phone numbers sample (#13147)

* Removed step to build samples temporarily (#13197)

* [Service Bus] Bug Fix: Sessions - Receive messages beyond 2048 in "receiveAndDelete" mode (#13178)

### Problem
Send 10K messages... 10K messages are received just fine for non-sessionful queues. For sessionful queues, receiving stops after receiving 2048 messages with `subscribe` method and leaves the receiver hanging. (Same with `receiveMessages` API if requested for a large number of messages or called in a loop)

### Reason
The difference between messages from sessionful and non-sessionful queues is the "settled" flag - it is "true" for non-sessions but "false" for sessions which makes the circular buffer full. ("rhea" checks the "settled" flag to pop the deliveries from the circular buffer)

The "settled" flag is updated in rhea mainly by a couple of methods, auto_settle and auto_accept. And this "auto_accept" method can be invoked by setting the "autoaccept" option to true in the receiver options while creating the receiver in the receiveAndDelete mode, which is being set for the non-sessions case, but not for the sessions at the SB SDK level.

### Fix
Set the "autoaccept" option to true in the receiver options for the receiveAndDelete mode for sessions to be able to clear the buffer in "rhea".

### Related issues
https://github.com/Azure/azure-sdk-for-js/issues/13109 https://github.com/Azure/azure-sdk-for-js/issues/11633 https://github.com/Azure/azure-sdk-for-js/issues/8875

### TODO
- [x] There is common code in `messageReceiver.ts` and `messageSession.ts` that can be refactored.
- [x] Test that this PR fixes the receiveBatch scenarios too
- [x] Changelog

* [ESLint Plugin] Fix failing tests (#13189)

* Updating OpenTelemetry version for Azure Exporter (#13193)

* Updating Open Telemetry to latest version

* Updating to latest OR

* Addressing comments

* Addressing comments

* skip purchase phone number sample in smoke testing (#13198)

* Increment package version after release of azure-data-tables (#13195)

* [Service Bus] Release prep - 7.0.2 (#13203)

* [Communication] - Identity - Auth with Token Credential (#12906)

* [communicationIdentityClient] adding new constructor using token credential

* [communicationIdentityClient] new implementation to take pass in token credential to constructor

* Revert changes to this file

* [communicationIdentityClient] adding linted files

* [communicationIdentityClient] remove unused import

* [communicationIdentityClient] fixing the comments as per PR feedback

* [communicationIdentityClient] import for bearerTokenAuthenticationPolicy

* [Token] adding in live tests for constructor with token credential

* [karma] added the environment vars to karma for browser

* [recordedClient] adding in a mock token credential for playback mode

* [Recordings] removing the port from endpoint url

* [recordedClient] using ClientSecretCredential instead of DefaultAzureCredential

* [communicationIdentityClientWithToken] for browser we stick to the old way of authentication for the time being

* [createRecordedCommunicationIdentityClient] formatting fixes

* [README] update the read me samples and the changelog

* [communicationIdentityClientWithToken] updating test to skip if the token is not created properly

* [communicationAuthPolicy] Created new auth policy to so client has cleaner implementation

* [recordedClient] remove the sinon lib

* Update sdk/communication/communication-administration/src/communicationIdentity/communicationIdentityClient.ts

Co-authored-by: Dominik <[email protected]>

* OpenTelemetry exporter use correct error code when there is a network issue (#13205)

* Adding correct error code when there is an issue in core-http

* Initial commit

* [dev-tool] Adds unit-test:node and fix unit test (#13204)

* [dev-tool] Adds unit-test:node and fix unit test

* Update common/tools/dev-tool/package.json

Co-authored-by: Harsha Nalluru <[email protected]>

Co-authored-by: Harsha Nalluru <[email protected]>

* [monitor] Set changelog release date (#13208)

Forgot to set this for the release. Oops!

* Increment package version after release of azure-service-bus (#13206)

* [Attestation] Adds missing npm scripts and adds tsdoc.json (#13162)

The attestation pipeline failed for various errors (listed below), mainly because some crucial `npm` scripts were missing. This PR adds the standard ones and fixes linting issues in all but `src`.

## Failures 
Link: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=682555&view=logs&j=23e2e6de-b7c3-5918-7121-f16b46172e49&t=7bd26578-88b4-5baa-f548-7813777930ca

- `ERROR: The project [@azure/dev-tool] does not define a 'unit-test:node' command`
- `ERROR: The project [@azure/attestation] does not define a 'pack' command`
- failures in the eslint plugin, opened https://github.com/Azure/azure-sdk-for-js/pull/13189 to fix them and rebased
- failures in dev-tool because of an outdated unit test. After fixing this issue , now I get this https://github.com/Azure/azure-sdk-for-js/issues/13202 instead:
```
  1 failing
npm ERR! code ELIFECYCLE

npm ERR! errno 1
  1) Project Resolution
npm ERR! @azure/[email protected] unit-test: `mocha --require ts-node/register test/**/*.spec.ts`
       resolution finds dev-tool package:
npm ERR! Exit status 1
     AssertionError: expected 'D:\\vss-agent-2.179.0\\_work\\1\\s\\common\\tools\\dev-tool' to match /.*\common\tools\dev-tool/
npm ERR! 
      at D:\vss-agent-2.179.0\_work\1\s\common\tools\dev-tool\test\resolveProject.spec.ts:25:12
npm ERR! Failed at the @azure/[email protected] unit-test script.
      at Generator.next (<anonymous>)
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      at fulfilled (test\resolveProject.spec.ts:7:58)
```
EDIT: I moved `dev-tool` changes to https://github.com/Azure/azure-sdk-for-js/pull/13204.

* Add condition for making TestPipeline true. (#13175)

* [Cosmos] Throws better continuation token error when it's malformed (#13163)

* Throw a better continuation token error when malformed

* format

* Check for query info, otherwise error

* format

* Format and change error check

* adds another string message includes

* Format

* throw reused error

* format

* [Attestation] Adds sdk-type to package.json (#13213)

This is required for CI pipeline to behave correctly.

* [ESLint Plugin] ts-doc-internal checks for hidden instead of ignore (#13038)

* [ESLint Plugin] ts-doc-internal checks for hidden instead of ignore

* fix a bug

* update docs

* Increment package version after release of azure-digital-twins-core (#13201)

* [Attestation] Add linting and coverage (#13221)

* [Digital Twins] Fix types shipping (#13222)

* App configuration migration (#13095)

* Generated Code changes

* Custom Code Changes

* Formatting Changes

* Configuration Readme Changes

* Add Transformations

* Add Hidden to Client Classes & Update Version Tool

* [Digital Twins] Remove @hidden in favor of @internal (#13226)

* Update CHANGELOG for digital-twins-core (#13225)

Add an entry listing a recent bug fix where we did not
ship the renamed type definition file.

* rush update --full (#13188)

This should shake out some recently removed dependencies.

* Increment package version after release of azure-identity (#13190)

* arm-confluent-relesae (#13121)

* arm-confluent-relesae

* package update

* package update

* Removing npm clean step from build samples and run step before pack (#13199)

* [Digital Twins] Include the correct type declaration file (#13249)

* [Digital Twins] bump version (#13252)

to v1.0.3 in `package.json` and in `src`. This is the version of the release prepared here: https://github.com/Azure/azure-sdk-for-js/pull/13249.

* Key vault certificates migration (#12820)

* Update Swagger for v6 migration

* Regenerated Code Changes

* Custom Code Changes - Round I

* Format Changes

* Custom & Regen Changes II

* Some more changes

* Fix Recordings

* Additional Changes

* Additional Change

* Formatting changes

* Fix ESLInt Errors

* Adding Documentation

* Further Modifications

* Formatting Changes

* Correct the Version

* Modified Recordings

* Revert "Fix Recordings"

This reverts commit 98018d0bab183b46d22396ae74f15a980f809e76.

* Revert All Recordings

* Remove 7.2-preview

* Add Hidden and Regenerate SDK

* Update required property in spec mapper

* More refactorings

* Updated Recordings

* Tweak client behavior to not set a default content-type when there is no request body. (#13233)

* [Attestation] Set release date (#13256)

We are releasing today!

* [Docs] Upgrade typedoc to v0.15.2 to match that used by docs team (#13250)

* [Docs] Upgrade typedoc to v0.15.2 to match that used by docs team

* standardize the docs script for cosmos, kv-admin, comm-common, and storage-internal-avro

* Increment package version after release of azure-attestation (#13259)

* 3.9.5 release (#13262)

* [core] Add documentation for core-https, core-client, and an overview README (#13089)

This PR adds some key concepts to both `core-https` and `core-client`, as well as creating a new overview README for the core namespace. This is intended to be a start of more detailed documentation that we can link to when ramping up new library authors.

Suggestion comments are greatly appreciated! 😄

* Mark @azure/event-processor-host as deprecated (#13261)

* arm-network release (#13240)

* Fix release date (#13269)

* [communication] switch to bearerTokenAuthenticationPolicy (#13220)

* [KeyVault] - Enable node unit tests for KeyVault Administrator (#13230)

## What

- Enable Node unit tests for KV administration package
- Align our KV test-resources ARM template with dotnet's
- Add Managed HSM to ARM template
- Add script to enable Managed HSM from dotnet's script

## Why

We have lots of changes we want to make, but tests weren't currently runnable. 
Making the entire suite runnable seemed like something we'd want to do early 
before making behavior changes. Unfortunately there are some service integration 
issues we want to address before we can enable _all_ the tests so we decided to pend
the ones that need some extra TLC to get the suite running.

Aligning with dotnet on the ARM template allows us to easily add the Managed HSM 
bits from them and helps standardize what our template looks like across repos.

Finally, Managed HSM support is coming, so we might as well get the deployment correct
now.

* [communication-common] Add serializer for communication identifiers (#13248)

* Regenerate and Release Attestation SDK (#13279)

* Regenerate and Release Attestation SDK

* Update Version

* [Communication] - Authentication - SmsClient auth using token credential (#13260)

* [smsClient] introduce new constructor
* [smsClientWithToken] flesh out the unit test for sms client
* [smsClientWithToken.spec.ts] adding new replacable variables for token auth
* [smsClientWithToken.spec] Adding new sms recordings and skipping tests if credentials cannot be created. Mainly for browser mode
* [recording] adding browser recordings
* [recordedClient] introducing new utils for sms test

* Add LanguageDisplayName variable to Language-Settings file (#13282)

* [event-hubs] re-add support for custom endpoint address (#13287)

We had reverted the custom endpoint address changes in #13096 so that we could do a core-amqp release.

This PR reverts that revert and removes the 'beta' moniker from the event hubs version number.

Original PR: #12909

* [Service Bus] Bug Fix: getSubscriptionRuntimeProperties returns activeMessageCount as zero  (#13229)

### User issue
User complained that the active message count that was returned in the subscription runtime properties is zero when there are three messages. #13219
Reason for the failure is that the manually written parser in the service-bus JS SDK looks for the "d2p1" xmlns-prefix while the response had "d3p1" as the xmlns-prefix.
### More Background
`MessageCountDetails` from the list runtime method has "d2p1" prefix whereas the runtime props method for a single subscription has "d3p1" prefix.
Swagger mentions only the "d2p1" prefix: https://github.com/Azure/azure-rest-api-specs/blob/1f4095f20a2b89c056c40e85b17af7a534bffc4d/specification/servicebus/data-plane/servicebus-swagger.json#L367
### Fix
As a fix for JS, since we have a manual parser and not depending on codegen, this PR attempts to get the xmlns prefix from the response to be able to obtain the details.
### Followup
.NET, Java, and Python SDKs do not fail in the same way as they don't depend on the prefix that is mentioned in the swagger to parse the details.

* [core-https][core-client] Core v2 cleanup work (#13266)

* Fix an issue where policies could make phases execute out of order.
* Remove keepAlivePolicy
* Let clients add ndJsonPolicy manually
* Disable redirects by removing the policy instead of an option
* Invert response decompression policy
* Remove request cloning, to optimize pipeline allocations and replace additionalInfo with WeakMaps.

* Update error message in tools repo (#13286)

Co-authored-by: Chidozie Ononiwu <[email protected]>

* Increment package version after release of azure-attestation (#13283)

* Enable 1ES pools for live tests. (#13216)

* Increment package version after release of azure-digital-twins-core (#13253)

* [app-configuration] Fix selecting ConfigurationSetting fields when they contain an underscore (#13258)

Fixing problem where some fields could not be properly `select`'d for ConfigurationSettings because they had an underscore.

This revealed some other underlying issues (like inconsistency in how the `select` field was populated in GetConfigurationSetting vs the List*Setting operations). Tests have been added, code refactored and hopefully things look better after this.

Fixes #13126

* [Monitor] Ship type declarations (#13299)

* [Monitor] Ship type declarations file

* prepare release

* [Monitor] Update code ownsers (#13300)

* add chradek to API codeowners list (#13303)

* Added credscan steps for JS (#13200)

* [core-http] Clean up event listener when streaming is done (#12038)

Currently our cleanup code removes the abort event listener when the response is
returned. In streaming case even the response is returned, the work is not done
yet, however, with the abort listener removed, we lost the ability to cancel the
streaming. This change fixes the issue by unregistering the abort listener for
streaming when the stream ends.

Now that aborting streaming is working, we are getting AbortError from
node-fetch which use a different message "The user aborted a request."
than the browser fetch API does. so stop verifying error.message.

Port fix to core-https

* [event-hubs] fixes flaky service communication error tests (#13302)

We're seeing a reoccurrence of the EAI_AGAIN error in some of our tests that check behavior against non-existent event hub namespaces again.

Since what we _really_ want to ensure is that the node.js error is surfaced to the user, I loosened the check on `err.code` so that we just make sure `err.code` is defined, and that the message on the error isn't the one we'd expect to see if the test failed.

* [communication] add COMMUNICATION_ENDPOINT_STRING to test-resources.json (#13284)

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

* retarget the tool clone to a release tag

Co-authored-by: scbedd <[email protected]>

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

* [Communication] - Auth - SMS live test authentication (#13288)

* [smsClientWithToken.spec] remove COMMUNICATION_ENDPOINT and replace by parsing connection string
* [recording] adding new recordings node and browser
* [smsClientWithToken] using parseConnectionString instead of own function
* [connectionString] adding missing documentation

* [Service Bus] Minor updates to stress tests (#12561)

This PR adds 
- a new option `sendAllMessagesBeforeReceiveStarts` which would be useful if we want to receive a ton of messages in the queue.
- tracking more info related to the messages
- other minor fixes

* [Service Bus] Flaky Test - Report a meaningful error (#13311)

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

Co-authored-by: Ben Broderick Phillips <[email protected]>

* arm-cosmosdb-release (#13241)

* [storage] add shim for UserDelegationKeyCredential in browser (#13275)

* add shim for UserDelegationKeyCredential in browser

* datalake & changelog

* [Perf Tests] Storage blob perf tests - track 1 and track 2 (#12737)

### Depends on https://github.com/Azure/azure-sdk-for-js/pull/12662

### Changes in the PR
- Track 2 tests are part of the test folder, which would be compiled along with the regular tests and would require changes if the API is updated
- Track 1 tests - a separate npm project, takes dependence on the perf package, doesn't get compiled along with the regular tests

### To run track 2 perf tests
1. Build the storage-blob package `rush build -t storage-blob`.
2. Navigate to `storage-blob` folder `cd sdk\storage\storage-blob\`.
3. Create a storage account and populate the .env file at `storage\storage-blob` folder with `ACCOUNT_NAME` and `ACCOUNT_KEY` variables.
4. Run the tests as follows
   - download
     - `npm run perfstress-test:node -- StorageBlobDownloadTest --warmup 2 --duration 7 --iterations 2 --parallel 2`
   - upload
     - `npm run perfstress-test:node -- StorageBlobUploadTest --warmup 2 --duration 7 --iterations 2 --parallel 2`
   - upload file
     - `npm run perfstress-test:node -- StorageBlobUploadFileTest --warmup 2 --duration 7 --iterations 2 --parallel 2`
   - list blobs
     - `npm run perfstress-test:node -- StorageBlobListTest --warmup 2 --duration 7 --iterations 2…
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-js that referenced this pull request Jul 13, 2021
Remove table retention limit from swagger (#15079)

* Eiot sensors type alignment for new provider (#13780)

* change boolean to enum

* align new provider with new sensor field

* eiot-sensor-type-align

Co-authored-by: Gal Moshe <[email protected]>

* Add SQL DB v5 SDK (#12107)

* add v5 sdk

* change recommendedAction.

* update a min sdk

* replace RecommendedAction defs with common type

* remove redundant defs in the 2014-04-01 legacy files.

* add RestorableDroppedDatabase json file.

* update RecommendedAction

* update update swagger to use 2020-11-01 preview spec

* revert int format change

* Dev weather microsoft.maps 1.0 (#13791)

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

* Revert changes to package-lock.json

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

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

* Updates readme

* Updates API version in new specs and examples

* New changes for 2020-09-01

* Prettier

Co-authored-by: Joshua McCarthy <[email protected]>

* Iot new device (#13503)

* new device model for iot swcurity

* spelling

* fixed lint error

* changed readme and added "x-ms-pageable" to device list

* moved the "x-ms-pageable" from get to list

* prettier

* PR comments

* Cplat sharedgallery2020 09 30 (#13655)

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: kim-soohwan <[email protected]>
Co-authored-by: Soohwan Kim <[email protected]>
Co-authored-by: Arthur Ning <[email protected]>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <[email protected]>

* 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 <[email protected]>
Co-authored-by: Vinay Rajmal Soni <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Josh Peterson <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <[email protected]>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Gaurav Mishra (IDENTITY) <[email protected]>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

Co-authored-by: Mayank Aggarwal <[email protected]>
Co-authored-by: FAREAST\zakinkh <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Austin Drefke <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <[email protected]>
Co-authored-by: kai ru <[email protected]>

* 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) <[email protected]>

* 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 <[email protected]>

* 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] <[email protected]>

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 <[email protected]>

* 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) <[email protected]>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* 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) <[email protected]>

* [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 <[email protected]>
Co-authored-by: Meha Kaushik <[email protected]>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Bin Yu <[email protected]>

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

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

Co-authored-by: Harini <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: iscai-msft <[email protected]>

* 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 <[email protected]>

* [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 release v54.0.0

* add a new tag

* FRv2.1 GA Stable Release (#13997)

* Standardized Errors, sample list.

* removing from master from now as this is just a proposal

* FRv2.1 GA Initial commit.

Co-authored-by: Sandeep Parab <[email protected]>

* remove extra / from host template (#14176)

* [Hub Generated] Review request for Microsoft.Batch to add version stable/2020-09-01.12.0 (#14170)

* [Batch] Update RemoveNodes description to include max nodes/request

* Added suppressions to readme

* Update swagger for a new version 2021-03-31-preview1 for ACS Auth (#14168)

* Unify names

* Update tag

* Update due to review meeting

* update example description

Co-authored-by: Alexandra Lamiova Pistrakova <[email protected]>

* Add new 1.0 version for IoT Central API (#13713)

* Add new 1.0.0 version for IoT Central API

* fix swagger style

* fix wrong json file name

* remove unused examples

* revert back email format

* remove non-used examples

* update with latest examples

* update preview from 2019-10-28-preview to 2021-04-30-preview

* remove extra ---

* update version from 1.0.0 to 1.0

* rollback collections for common entities

* update _id to Id, update _name to Name from operation, add sdk generation

* fix go sdk file

* remove go sdk

* updatedevicve_templateId to deviceTemplateId

* Add query parameter based versioning, remove resource schema

* fix example docs reference

* fix typo in comments

* renaming execute to run for command operations

* add api-version to samples files, fix devices_update missining issue

* add devices_update.json for 1.0

* fix rerun_id, add missing parameters to examples for preview, fix command comments from execute to run

* fix annoymous type issues

* add title to readme. (#14179)

* videoanalyzers-fix-missing-host (#14181)

* New API version for Microsoft.Resources stable/2021-04-01 (#14132)

* base for Microsoft.Resources 2021-04-01

* update readme

* update api version

* API changes for S2S

* readme

Co-authored-by: Wendy Chang <[email protected]>

* Swagger Changes for Get Recoverable Servers and create server with Geo-Restore. (#14013)

* Added Recoverable Servers API and GeoRestore API.

* Fixed spell check and prettier

* Fixed readme.md file issue and changed the postgreSQL to restore.

* Fixed duplicate schema issue.

* Fixed the mismatch with namespace names.

* change the tag name from georestore to servers

* Fixed the SDK validation issues.

* Fixed objects w.r.t preview version

* Fixed operation required properties.

* Included 2020-04-10 in the SDK versions

* Change the folder path.

* Add missing multiapi entry for go sdk v54.0.0 release (#14200)

* add missing multiapi entry

* fix one output-folder

* Azure security insights - add data connectors preview version (#13998)

* add new API

* ad name to enum

* updatre defenition names

* update readme

* update readme

* update readme path files

* fix errors

* add missing connectors

* execute validation

* execute pre

* update readme

* add description ans x-ms-enum

* update description

* update properties

* add description

* rename enum - fix new error that didnt display until now

* rename enum unser x-ms-enum property

* [Hub Generated] Review request for Microsoft.Maps/Alias to add version preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0 and preview/2.0 (#13921)

* Copy Creator API 1.0 to 2.0

* draft of planB

* adding ontology properties; adding DataUpload

* updated alias apis

* put v1 API back so diffing is easier

* reapplying v2 so diffs are easier

* remove type from datasetsources

* incorporate suggestions from review board

* adding ontology field

* Update alias v2 apis.

* fix conversion descriptions, update alias

* Fix the alias file.

* Add get details example.

* fix casing on headers; mapData more consistent

* minor comment and linting fixes
…
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-js that referenced this pull request Nov 16, 2021
Add PUT operation for Tables endpoint and longRunning op for cluster Patch (#16690)

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: kim-soohwan <[email protected]>
Co-authored-by: Soohwan Kim <[email protected]>
Co-authored-by: Arthur Ning <[email protected]>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <[email protected]>

* 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 <[email protected]>
Co-authored-by: Vinay Rajmal Soni <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Josh Peterson <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <[email protected]>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Gaurav Mishra (IDENTITY) <[email protected]>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

Co-authored-by: Mayank Aggarwal <[email protected]>
Co-authored-by: FAREAST\zakinkh <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Austin Drefke <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <[email protected]>
Co-authored-by: kai ru <[email protected]>

* 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) <[email protected]>

* 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 <[email protected]>

* 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] <[email protected]>

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 <[email protected]>

* 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) <[email protected]>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* 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) <[email protected]>

* [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 <[email protected]>
Co-authored-by: Meha Kaushik <[email protected]>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Bin Yu <[email protected]>

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

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

Co-authored-by: Harini <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: iscai-msft <[email protected]>

* 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 <[email protected]>

* [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 release v54.0.0

* add a new tag

* FRv2.1 GA Stable Release (#13997)

* Standardized Errors, sample list.

* removing from master from now as this is just a proposal

* FRv2.1 GA Initial commit.

Co-authored-by: Sandeep Parab <[email protected]>

* remove extra / from host template (#14176)

* [Hub Generated] Review request for Microsoft.Batch to add version stable/2020-09-01.12.0 (#14170)

* [Batch] Update RemoveNodes description to include max nodes/request

* Added suppressions to readme

* Update swagger for a new version 2021-03-31-preview1 for ACS Auth (#14168)

* Unify names

* Update tag

* Update due to review meeting

* update example description

Co-authored-by: Alexandra Lamiova Pistrakova <[email protected]>

* Add new 1.0 version for IoT Central API (#13713)

* Add new 1.0.0 version for IoT Central API

* fix swagger style

* fix wrong json file name

* remove unused examples

* revert back email format

* remove non-used examples

* update with latest examples

* update preview from 2019-10-28-preview to 2021-04-30-preview

* remove extra ---

* update version from 1.0.0 to 1.0

* rollback collections for common entities

* update _id to Id, update _name to Name from operation, add sdk generation

* fix go sdk file

* remove go sdk

* updatedevicve_templateId to deviceTemplateId

* Add query parameter based versioning, remove resource schema

* fix example docs reference

* fix typo in comments

* renaming execute to run for command operations

* add api-version to samples files, fix devices_update missining issue

* add devices_update.json for 1.0

* fix rerun_id, add missing parameters to examples for preview, fix command comments from execute to run

* fix annoymous type issues

* add title to readme. (#14179)

* videoanalyzers-fix-missing-host (#14181)

* New API version for Microsoft.Resources stable/2021-04-01 (#14132)

* base for Microsoft.Resources 2021-04-01

* update readme

* update api version

* API changes for S2S

* readme

Co-authored-by: Wendy Chang <[email protected]>

* Swagger Changes for Get Recoverable Servers and create server with Geo-Restore. (#14013)

* Added Recoverable Servers API and GeoRestore API.

* Fixed spell check and prettier

* Fixed readme.md file issue and changed the postgreSQL to restore.

* Fixed duplicate schema issue.

* Fixed the mismatch with namespace names.

* change the tag name from georestore to servers

* Fixed the SDK validation issues.

* Fixed objects w.r.t preview version

* Fixed operation required properties.

* Included 2020-04-10 in the SDK versions

* Change the folder path.

* Add missing multiapi entry for go sdk v54.0.0 release (#14200)

* add missing multiapi entry

* fix one output-folder

* Azure security insights - add data connectors preview version (#13998)

* add new API

* ad name to enum

* updatre defenition names

* update readme

* update readme

* update readme path files

* fix errors

* add missing connectors

* execute validation

* execute pre

* update readme

* add description ans x-ms-enum

* update description

* update properties

* add description

* rename enum - fix new error that didnt display until now

* rename enum unser x-ms-enum property

* [Hub Generated] Review request for Microsoft.Maps/Alias to add version preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0 and preview/2.0 (#13921)

* Copy Creator API 1.0 to 2.0

* draft of planB

* adding ontology properties; adding DataUpload

* updated alias apis

* put v1 API back so diffing is easier

* reapplying v2 so diffs are easier

* remove type from datasetsources

* incorporate suggestions from review board

* adding ontology field

* Update alias v2 apis.

* fix conversion descriptions, update alias

* Fix the alias file.

* Add get details example.

* fix casing on headers; mapData more consistent

* minor comment and linting fixes

* Adds base for updating Microsoft.Maps/Alias from version preview/1.0 to version 2.0

* Updates readme

* Updates API version in new specs and examples

* Add baseline from preview/1.0

* update api-version in examples

* add v2 files to readme

* fix avacado errors

* Adding string length limit to the descriptions for feature state.

Adding string length limit to the descriptions for feature state.

* Adding ontology element to the WFS resopnse examples.

Adding ontology element to the WFS resopnse examples.

* Updating length to 1000 from 1024.

Updating length to 1000 from 1024.

* Update dataset v2 descriptions and examples.

* Update the examples to have the right details.

* reran linter; added spellcheck words

* more linting: 202 description alignment

* fixed example linting for alias, data, dataset

* example linting changes for conv, fs, tileset

* change featurestateset patch to put

* autorest linting fixes

* Reverting FeatureState body to include array to match V1 body and response.

* adding missing operationIds

* added examples; more linting

* remove x-ms-long-running

* Update alias documentation for resourceId -> creatorDataItemId change

Co-authored-by: Robert Johnson <[email protected]>
Co-authored-by: Subbarayudu Kamma <[email protected]>

* Update attribute name for message metadata (#14206)

* Update attribute name for message metadata

* Apply Prettier

* Prettier fix

Co-authored-by: Po Tsang <[email protected]>

* Re-add a previously erroneously removed PUT API for /networkConfig/VirtualNetwork (#14018)

* Add CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck, and site-level virtualNetworkSubnetId field

* Add site-level virtualNetworkSubnetId field

* Tabs vs spaces

* Removing the new property since it's technically a 'breaking change'

* Add changes needed for correct .NET SDK generation issues. Reference PR: https://github.com/Azure/azure-sdk-for-net/pull/20300

* Fix prettier issue.

* Remove breaking changes other than property order changes

* Make it pretty again

* Added new properties SiteConfig.PublicNetworkAccess and Site.virtualNetworkSubnetId to enable azure policy

* Fix prettier and spellcheck issue

* Fix spellcheck issue

* Add virtualNetworkSubnetId prperty to Site objec tmodel

Co-authored-by: Naveed Aziz <[email protected]>

* Add Reading Order parameter to Computer Vision 3.2 Read Operation (#14204)

* Fix CI for EG data-plane (#14171)

* Fix CI for EG data-plane

* Update readme.md

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

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

* Updates readme

* Updates API version in new specs and examples

* Adding user data flags

* Wrong word

Co-authored-by: jmccarthy <[email protected]>

* Balances API update (#14169)

* Remove operationStatuses endpoint from Swagger (#14153)

Co-authored-by: Ben Viglietta <[email protected]>

* Latest (#14173)

* EventHub: Add Premium to EventHub SKU name and tier enums (#14046)

Co-authored-by: v-ajnava <[email protected]>

* Add "fillGapWithZero" property to Microsoft.AppConfiguration/configurationStores (#14083)

* add fillGapWithZero property

* move new property to the end

* removed the is read only from 4 features under OperationalInsights.Workspace

* changed Tables.json to version 2020-08 due to AFEC flag blocking version 2020-10

* added table ceate using PUT to Tables endpoint

* added missing example for TableCreate

* moved the addition of Put op for tables endpoint to version 2021-06-01

…
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-js that referenced this pull request Jan 5, 2022
Add PUT operation for Tables endpoint and longRunning op for cluster Patch (#16690)

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: kim-soohwan <[email protected]>
Co-authored-by: Soohwan Kim <[email protected]>
Co-authored-by: Arthur Ning <[email protected]>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <[email protected]>

* 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 <[email protected]>
Co-authored-by: Vinay Rajmal Soni <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Josh Peterson <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <[email protected]>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Gaurav Mishra (IDENTITY) <[email protected]>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

Co-authored-by: Mayank Aggarwal <[email protected]>
Co-authored-by: FAREAST\zakinkh <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Austin Drefke <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <[email protected]>
Co-authored-by: kai ru <[email protected]>

* 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) <[email protected]>

* 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 <[email protected]>

* 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] <[email protected]>

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 <[email protected]>

* 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) <[email protected]>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* 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) <[email protected]>

* [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 <[email protected]>
Co-authored-by: Meha Kaushik <[email protected]>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Bin Yu <[email protected]>

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

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

Co-authored-by: Harini <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: iscai-msft <[email protected]>

* 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 <[email protected]>

* [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 release v54.0.0

* add a new tag

* FRv2.1 GA Stable Release (#13997)

* Standardized Errors, sample list.

* removing from master from now as this is just a proposal

* FRv2.1 GA Initial commit.

Co-authored-by: Sandeep Parab <[email protected]>

* remove extra / from host template (#14176)

* [Hub Generated] Review request for Microsoft.Batch to add version stable/2020-09-01.12.0 (#14170)

* [Batch] Update RemoveNodes description to include max nodes/request

* Added suppressions to readme

* Update swagger for a new version 2021-03-31-preview1 for ACS Auth (#14168)

* Unify names

* Update tag

* Update due to review meeting

* update example description

Co-authored-by: Alexandra Lamiova Pistrakova <[email protected]>

* Add new 1.0 version for IoT Central API (#13713)

* Add new 1.0.0 version for IoT Central API

* fix swagger style

* fix wrong json file name

* remove unused examples

* revert back email format

* remove non-used examples

* update with latest examples

* update preview from 2019-10-28-preview to 2021-04-30-preview

* remove extra ---

* update version from 1.0.0 to 1.0

* rollback collections for common entities

* update _id to Id, update _name to Name from operation, add sdk generation

* fix go sdk file

* remove go sdk

* updatedevicve_templateId to deviceTemplateId

* Add query parameter based versioning, remove resource schema

* fix example docs reference

* fix typo in comments

* renaming execute to run for command operations

* add api-version to samples files, fix devices_update missining issue

* add devices_update.json for 1.0

* fix rerun_id, add missing parameters to examples for preview, fix command comments from execute to run

* fix annoymous type issues

* add title to readme. (#14179)

* videoanalyzers-fix-missing-host (#14181)

* New API version for Microsoft.Resources stable/2021-04-01 (#14132)

* base for Microsoft.Resources 2021-04-01

* update readme

* update api version

* API changes for S2S

* readme

Co-authored-by: Wendy Chang <[email protected]>

* Swagger Changes for Get Recoverable Servers and create server with Geo-Restore. (#14013)

* Added Recoverable Servers API and GeoRestore API.

* Fixed spell check and prettier

* Fixed readme.md file issue and changed the postgreSQL to restore.

* Fixed duplicate schema issue.

* Fixed the mismatch with namespace names.

* change the tag name from georestore to servers

* Fixed the SDK validation issues.

* Fixed objects w.r.t preview version

* Fixed operation required properties.

* Included 2020-04-10 in the SDK versions

* Change the folder path.

* Add missing multiapi entry for go sdk v54.0.0 release (#14200)

* add missing multiapi entry

* fix one output-folder

* Azure security insights - add data connectors preview version (#13998)

* add new API

* ad name to enum

* updatre defenition names

* update readme

* update readme

* update readme path files

* fix errors

* add missing connectors

* execute validation

* execute pre

* update readme

* add description ans x-ms-enum

* update description

* update properties

* add description

* rename enum - fix new error that didnt display until now

* rename enum unser x-ms-enum property

* [Hub Generated] Review request for Microsoft.Maps/Alias to add version preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0 and preview/2.0 (#13921)

* Copy Creator API 1.0 to 2.0

* draft of planB

* adding ontology properties; adding DataUpload

* updated alias apis

* put v1 API back so diffing is easier

* reapplying v2 so diffs are easier

* remove type from datasetsources

* incorporate suggestions from review board

* adding ontology field

* Update alias v2 apis.

* fix conversion descriptions, update alias

* Fix the alias file.

* Add get details example.

* fix casing on headers; mapData more consistent

* minor comment and linting fixes

* Adds base for updating Microsoft.Maps/Alias from version preview/1.0 to version 2.0

* Updates readme

* Updates API version in new specs and examples

* Add baseline from preview/1.0

* update api-version in examples

* add v2 files to readme

* fix avacado errors

* Adding string length limit to the descriptions for feature state.

Adding string length limit to the descriptions for feature state.

* Adding ontology element to the WFS resopnse examples.

Adding ontology element to the WFS resopnse examples.

* Updating length to 1000 from 1024.

Updating length to 1000 from 1024.

* Update dataset v2 descriptions and examples.

* Update the examples to have the right details.

* reran linter; added spellcheck words

* more linting: 202 description alignment

* fixed example linting for alias, data, dataset

* example linting changes for conv, fs, tileset

* change featurestateset patch to put

* autorest linting fixes

* Reverting FeatureState body to include array to match V1 body and response.

* adding missing operationIds

* added examples; more linting

* remove x-ms-long-running

* Update alias documentation for resourceId -> creatorDataItemId change

Co-authored-by: Robert Johnson <[email protected]>
Co-authored-by: Subbarayudu Kamma <[email protected]>

* Update attribute name for message metadata (#14206)

* Update attribute name for message metadata

* Apply Prettier

* Prettier fix

Co-authored-by: Po Tsang <[email protected]>

* Re-add a previously erroneously removed PUT API for /networkConfig/VirtualNetwork (#14018)

* Add CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck, and site-level virtualNetworkSubnetId field

* Add site-level virtualNetworkSubnetId field

* Tabs vs spaces

* Removing the new property since it's technically a 'breaking change'

* Add changes needed for correct .NET SDK generation issues. Reference PR: https://github.com/Azure/azure-sdk-for-net/pull/20300

* Fix prettier issue.

* Remove breaking changes other than property order changes

* Make it pretty again

* Added new properties SiteConfig.PublicNetworkAccess and Site.virtualNetworkSubnetId to enable azure policy

* Fix prettier and spellcheck issue

* Fix spellcheck issue

* Add virtualNetworkSubnetId prperty to Site objec tmodel

Co-authored-by: Naveed Aziz <[email protected]>

* Add Reading Order parameter to Computer Vision 3.2 Read Operation (#14204)

* Fix CI for EG data-plane (#14171)

* Fix CI for EG data-plane

* Update readme.md

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

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

* Updates readme

* Updates API version in new specs and examples

* Adding user data flags

* Wrong word

Co-authored-by: jmccarthy <[email protected]>

* Balances API update (#14169)

* Remove operationStatuses endpoint from Swagger (#14153)

Co-authored-by: Ben Viglietta <[email protected]>

* Latest (#14173)

* EventHub: Add Premium to EventHub SKU name and tier enums (#14046)

Co-authored-by: v-ajnava <[email protected]>

* Add "fillGapWithZero" property to Microsoft.AppConfiguration/configurationStores (#14083)

* add fillGapWithZero property

* move new property to the end

* removed the is read only from 4 features under OperationalInsights.Workspace

* changed Tables.json to version 2020-08 due to AFEC flag blocking version 2020-10

* added table ceate using PUT to Tables endpoint

* added missing example for TableCreate

* moved the addition of Put op for tables endpoint to version 2021-06-01

…
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-js that referenced this pull request Feb 7, 2022
[OperationalInsights] Remove unsupported version 2021-06-01 for "Tables" resource (#17490)

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: kim-soohwan <[email protected]>
Co-authored-by: Soohwan Kim <[email protected]>
Co-authored-by: Arthur Ning <[email protected]>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <[email protected]>

* 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 <[email protected]>
Co-authored-by: Vinay Rajmal Soni <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Josh Peterson <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <[email protected]>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Gaurav Mishra (IDENTITY) <[email protected]>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

Co-authored-by: Mayank Aggarwal <[email protected]>
Co-authored-by: FAREAST\zakinkh <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Austin Drefke <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <[email protected]>
Co-authored-by: kai ru <[email protected]>

* 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) <[email protected]>

* 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 <[email protected]>

* 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] <[email protected]>

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 <[email protected]>

* 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) <[email protected]>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* 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) <[email protected]>

* [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 <[email protected]>
Co-authored-by: Meha Kaushik <[email protected]>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Bin Yu <[email protected]>

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

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

Co-authored-by: Harini <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: iscai-msft <[email protected]>

* 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 <[email protected]>

* [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 release v54.0.0

* add a new tag

* FRv2.1 GA Stable Release (#13997)

* Standardized Errors, sample list.

* removing from master from now as this is just a proposal

* FRv2.1 GA Initial commit.

Co-authored-by: Sandeep Parab <[email protected]>

* remove extra / from host template (#14176)

* [Hub Generated] Review request for Microsoft.Batch to add version stable/2020-09-01.12.0 (#14170)

* [Batch] Update RemoveNodes description to include max nodes/request

* Added suppressions to readme

* Update swagger for a new version 2021-03-31-preview1 for ACS Auth (#14168)

* Unify names

* Update tag

* Update due to review meeting

* update example description

Co-authored-by: Alexandra Lamiova Pistrakova <[email protected]>

* Add new 1.0 version for IoT Central API (#13713)

* Add new 1.0.0 version for IoT Central API

* fix swagger style

* fix wrong json file name

* remove unused examples

* revert back email format

* remove non-used examples

* update with latest examples

* update preview from 2019-10-28-preview to 2021-04-30-preview

* remove extra ---

* update version from 1.0.0 to 1.0

* rollback collections for common entities

* update _id to Id, update _name to Name from operation, add sdk generation

* fix go sdk file

* remove go sdk

* updatedevicve_templateId to deviceTemplateId

* Add query parameter based versioning, remove resource schema

* fix example docs reference

* fix typo in comments

* renaming execute to run for command operations

* add api-version to samples files, fix devices_update missining issue

* add devices_update.json for 1.0

* fix rerun_id, add missing parameters to examples for preview, fix command comments from execute to run

* fix annoymous type issues

* add title to readme. (#14179)

* videoanalyzers-fix-missing-host (#14181)

* New API version for Microsoft.Resources stable/2021-04-01 (#14132)

* base for Microsoft.Resources 2021-04-01

* update readme

* update api version

* API changes for S2S

* readme

Co-authored-by: Wendy Chang <[email protected]>

* Swagger Changes for Get Recoverable Servers and create server with Geo-Restore. (#14013)

* Added Recoverable Servers API and GeoRestore API.

* Fixed spell check and prettier

* Fixed readme.md file issue and changed the postgreSQL to restore.

* Fixed duplicate schema issue.

* Fixed the mismatch with namespace names.

* change the tag name from georestore to servers

* Fixed the SDK validation issues.

* Fixed objects w.r.t preview version

* Fixed operation required properties.

* Included 2020-04-10 in the SDK versions

* Change the folder path.

* Add missing multiapi entry for go sdk v54.0.0 release (#14200)

* add missing multiapi entry

* fix one output-folder

* Azure security insights - add data connectors preview version (#13998)

* add new API

* ad name to enum

* updatre defenition names

* update readme

* update readme

* update readme path files

* fix errors

* add missing connectors

* execute validation

* execute pre

* update readme

* add description ans x-ms-enum

* update description

* update properties

* add description

* rename enum - fix new error that didnt display until now

* rename enum unser x-ms-enum property

* [Hub Generated] Review request for Microsoft.Maps/Alias to add version preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0 and preview/2.0 (#13921)

* Copy Creator API 1.0 to 2.0

* draft of planB

* adding ontology properties; adding DataUpload

* updated alias apis

* put v1 API back so diffing is easier

* reapplying v2 so diffs are easier

* remove type from datasetsources

* incorporate suggestions from review board

* adding ontology field

* Update alias v2 apis.

* fix conversion descriptions, update alias

* Fix the alias file.

* Add get details example.

* fix casing on headers; mapData more consistent

* minor comment and linting fixes

* Adds base for updating Microsoft.Maps/Alias from version preview/1.0 to version 2.0

* Updates readme

* Updates API version in new specs and examples

* Add baseline from preview/1.0

* update api-version in examples

* add v2 files to readme

* fix avacado errors

* Adding string length limit to the descriptions for feature state.

Adding string length limit to the descriptions for feature state.

* Adding ontology element to the WFS resopnse examples.

Adding ontology element to the WFS resopnse examples.

* Updating length to 1000 from 1024.

Updating length to 1000 from 1024.

* Update dataset v2 descriptions and examples.

* Update the examples to have the right details.

* reran linter; added spellcheck words

* more linting: 202 description alignment

* fixed example linting for alias, data, dataset

* example linting changes for conv, fs, tileset

* change featurestateset patch to put

* autorest linting fixes

* Reverting FeatureState body to include array to match V1 body and response.

* adding missing operationIds

* added examples; more linting

* remove x-ms-long-running

* Update alias documentation for resourceId -> creatorDataItemId change

Co-authored-by: Robert Johnson <[email protected]>
Co-authored-by: Subbarayudu Kamma <[email protected]>

* Update attribute name for message metadata (#14206)

* Update attribute name for message metadata

* Apply Prettier

* Prettier fix

Co-authored-by: Po Tsang <[email protected]>

* Re-add a previously erroneously removed PUT API for /networkConfig/VirtualNetwork (#14018)

* Add CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck, and site-level virtualNetworkSubnetId field

* Add site-level virtualNetworkSubnetId field

* Tabs vs spaces

* Removing the new property since it's technically a 'breaking change'

* Add changes needed for correct .NET SDK generation issues. Reference PR: https://github.com/Azure/azure-sdk-for-net/pull/20300

* Fix prettier issue.

* Remove breaking changes other than property order changes

* Make it pretty again

* Added new properties SiteConfig.PublicNetworkAccess and Site.virtualNetworkSubnetId to enable azure policy

* Fix prettier and spellcheck issue

* Fix spellcheck issue

* Add virtualNetworkSubnetId prperty to Site objec tmodel

Co-authored-by: Naveed Aziz <[email protected]>

* Add Reading Order parameter to Computer Vision 3.2 Read Operation (#14204)

* Fix CI for EG data-plane (#14171)

* Fix CI for EG data-plane

* Update readme.md

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

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

* Updates readme

* Updates API versio…
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-js that referenced this pull request Feb 8, 2022
[OperationalInsights] Workspace provisioningState was set to readOnly (#17379)

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: kim-soohwan <[email protected]>
Co-authored-by: Soohwan Kim <[email protected]>
Co-authored-by: Arthur Ning <[email protected]>

* hybridnetwork only track2 configure (#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* terraform readme for alertsmanagement (#13744)

Co-authored-by: Your Name <[email protected]>

* 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 <[email protected]>
Co-authored-by: Vinay Rajmal Soni <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Josh Peterson <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* add con figuration for databoxedge (#13877)

Co-authored-by: Your Name <[email protected]>

* add configuration for resourcemover (#13878)

Co-authored-by: Your Name <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Gaurav Mishra (IDENTITY) <[email protected]>

* refine readme.go.md (#13906)

Co-authored-by: Your Name <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

Co-authored-by: Mayank Aggarwal <[email protected]>
Co-authored-by: FAREAST\zakinkh <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Austin Drefke <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

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

Co-authored-by: Qiaoqiao Zhang <[email protected]>

* added azure-powershell to readme.md

Co-authored-by: Qiaoqiao Zhang <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* changes default value type to boolean

* undo webhook receiver changes

Co-authored-by: Ritwik Rajendra <[email protected]>
Co-authored-by: kai ru <[email protected]>

* 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) <[email protected]>

* 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 <[email protected]>

* 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] <[email protected]>

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 <[email protected]>

* 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) <[email protected]>

* managedservices t2 onfig (#14064)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* maps t2 config (#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* 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) <[email protected]>

* [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 <[email protected]>
Co-authored-by: Meha Kaushik <[email protected]>

* media t2 config(wave4) (#14074)

* media t2 config

* add packageversion

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: Bin Yu <[email protected]>

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

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

Co-authored-by: Harini <[email protected]>

* [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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: iscai-msft <[email protected]>

* 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 <[email protected]>

* [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 release v54.0.0

* add a new tag

* FRv2.1 GA Stable Release (#13997)

* Standardized Errors, sample list.

* removing from master from now as this is just a proposal

* FRv2.1 GA Initial commit.

Co-authored-by: Sandeep Parab <[email protected]>

* remove extra / from host template (#14176)

* [Hub Generated] Review request for Microsoft.Batch to add version stable/2020-09-01.12.0 (#14170)

* [Batch] Update RemoveNodes description to include max nodes/request

* Added suppressions to readme

* Update swagger for a new version 2021-03-31-preview1 for ACS Auth (#14168)

* Unify names

* Update tag

* Update due to review meeting

* update example description

Co-authored-by: Alexandra Lamiova Pistrakova <[email protected]>

* Add new 1.0 version for IoT Central API (#13713)

* Add new 1.0.0 version for IoT Central API

* fix swagger style

* fix wrong json file name

* remove unused examples

* revert back email format

* remove non-used examples

* update with latest examples

* update preview from 2019-10-28-preview to 2021-04-30-preview

* remove extra ---

* update version from 1.0.0 to 1.0

* rollback collections for common entities

* update _id to Id, update _name to Name from operation, add sdk generation

* fix go sdk file

* remove go sdk

* updatedevicve_templateId to deviceTemplateId

* Add query parameter based versioning, remove resource schema

* fix example docs reference

* fix typo in comments

* renaming execute to run for command operations

* add api-version to samples files, fix devices_update missining issue

* add devices_update.json for 1.0

* fix rerun_id, add missing parameters to examples for preview, fix command comments from execute to run

* fix annoymous type issues

* add title to readme. (#14179)

* videoanalyzers-fix-missing-host (#14181)

* New API version for Microsoft.Resources stable/2021-04-01 (#14132)

* base for Microsoft.Resources 2021-04-01

* update readme

* update api version

* API changes for S2S

* readme

Co-authored-by: Wendy Chang <[email protected]>

* Swagger Changes for Get Recoverable Servers and create server with Geo-Restore. (#14013)

* Added Recoverable Servers API and GeoRestore API.

* Fixed spell check and prettier

* Fixed readme.md file issue and changed the postgreSQL to restore.

* Fixed duplicate schema issue.

* Fixed the mismatch with namespace names.

* change the tag name from georestore to servers

* Fixed the SDK validation issues.

* Fixed objects w.r.t preview version

* Fixed operation required properties.

* Included 2020-04-10 in the SDK versions

* Change the folder path.

* Add missing multiapi entry for go sdk v54.0.0 release (#14200)

* add missing multiapi entry

* fix one output-folder

* Azure security insights - add data connectors preview version (#13998)

* add new API

* ad name to enum

* updatre defenition names

* update readme

* update readme

* update readme path files

* fix errors

* add missing connectors

* execute validation

* execute pre

* update readme

* add description ans x-ms-enum

* update description

* update properties

* add description

* rename enum - fix new error that didnt display until now

* rename enum unser x-ms-enum property

* [Hub Generated] Review request for Microsoft.Maps/Alias to add version preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0 and preview/2.0 (#13921)

* Copy Creator API 1.0 to 2.0

* draft of planB

* adding ontology properties; adding DataUpload

* updated alias apis

* put v1 API back so diffing is easier

* reapplying v2 so diffs are easier

* remove type from datasetsources

* incorporate suggestions from review board

* adding ontology field

* Update alias v2 apis.

* fix conversion descriptions, update alias

* Fix the alias file.

* Add get details example.

* fix casing on headers; mapData more consistent

* minor comment and linting fixes

* Adds base for updating Microsoft.Maps/Alias from version preview/1.0 to version 2.0

* Updates readme

* Updates API version in new specs and examples

* Add baseline from preview/1.0

* update api-version in examples

* add v2 files to readme

* fix avacado errors

* Adding string length limit to the descriptions for feature state.

Adding string length limit to the descriptions for feature state.

* Adding ontology element to the WFS resopnse examples.

Adding ontology element to the WFS resopnse examples.

* Updating length to 1000 from 1024.

Updating length to 1000 from 1024.

* Update dataset v2 descriptions and examples.

* Update the examples to have the right details.

* reran linter; added spellcheck words

* more linting: 202 description alignment

* fixed example linting for alias, data, dataset

* example linting changes for conv, fs, tileset

* change featurestateset patch to put

* autorest linting fixes

* Reverting FeatureState body to include array to match V1 body and response.

* adding missing operationIds

* added examples; more linting

* remove x-ms-long-running

* Update alias documentation for resourceId -> creatorDataItemId change

Co-authored-by: Robert Johnson <[email protected]>
Co-authored-by: Subbarayudu Kamma <[email protected]>

* Update attribute name for message metadata (#14206)

* Update attribute name for message metadata

* Apply Prettier

* Prettier fix

Co-authored-by: Po Tsang <[email protected]>

* Re-add a previously erroneously removed PUT API for /networkConfig/VirtualNetwork (#14018)

* Add CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck, and site-level virtualNetworkSubnetId field

* Add site-level virtualNetworkSubnetId field

* Tabs vs spaces

* Removing the new property since it's technically a 'breaking change'

* Add changes needed for correct .NET SDK generation issues. Referen…
@azure-sdk azure-sdk deleted the increment-package-version-identity-684316 branch October 19, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants