Skip to content

Commit

Permalink
Update Common.json to match the API version (Azure#8845)
Browse files Browse the repository at this point in the history
* 2020-02-01-preview for Media Services LVA

Changes to MediaGraph model
Changing PUT from sync to async
Fixing some description

* Prettier and model validations fix

* Fixing validations

* Fixing version in Common.json

* Using common types.json

* Updating new version

* Adding old version

* Revert "Adding old version"

This reverts commit 6bf3a73.

* Using common types

* Using 200 for operation locatio header.

* Fixing validation errors

* Trying to fix autorest

* Reverting common.js to test if that matters for autorest.

* Reverting default operation result to test if that matters for autorest

* Fixing previous revert.

* Fixing after merge from upstream

* Testing default operation result

* Testing description

* Adding common json back

* Testing empty description

* Testing no default for operation result

* Removing common.json

* Updating common.json of AMS

* Updating common.json

* Updating common.json

* Updating common.json

* Rename unknown classification to undetermined classification (Azure#8436)

* Fixing the structure of RESTProxy documentation:  Updating the OperationId (Azure#8327)

* Updating the OperationId

Updating the OperationId because the grouping of operations isn't correct.

* Updating the operationId spelling

* Making prettier fixes as outputed

* update lint doc, add the missed rules doc R2029,R2007 (Azure#8502)

* Linter tool document update: add R4004, modify R2016 ,R3006 (Azure#8417)

* Linter tool document update: add R4004.

* Update linter doc :  modify R2016 ,R3006

* change date format

* Update  description of R2016

* 2020 01 01 updates to rules engine caching behavior (Azure#8455)

* 2020 01 01 updates to rules engine caching behavior

* add new cache settings fields to CacheConfiguration

* cache settings fields will enable Rules Engine to allow cache override actions

* fix typos in examples

* renamed privateLinkResourceId to privateLinkAlias

* fix x-nullable usage

* Change cacheDuration to "format":"duration"

Co-authored-by: Moustafa Eid <eidmoustafa@gmail.com>

* add cli.md for postgresql (Azure#8492)

* add cli.md for postgresql

* remove  and update description

* Added minimalTlsVersion property for Managed Instance endpoint, API version 2018-06-01-preview (Azure#8508)

* [SRP] Add blob service property for container soft delete (Azure#8498)

* Adds 'Offline' state to provisioning states. (Azure#8509)

* Fix x-ms-enum name conflict (Azure#8465)

* [Deployment Scripts] Deployment scripts error model update (Azure#8481)

* add package-subscriptions-2019-11 (Azure#8503)

* regenerated all-api-versions

* Added redis cache publisher schema for azure event grid. (Azure#8486)

* Added redis cache Event Schema to Event Grid DP Repo

* removed commented section

* [Hub Generated] Review request for Microsoft.Attestation to add version preview/2018-09-01-preview (Azure#8478)

* Include Tags in GetSubscription and Deployment APIs (Azure#8268)

* changes to get subscription

* tags for deployments

* fixes from another fork

* added extension

* Remove readonly flag from microsoftSessionAddress properties in BgpSession; add an example for IxRs directPeeringType (Azure#8517)

* add cli.md for databricks (Azure#8521)

* Reverting to local Common.json to satisify autorest against md file.

* Fixing prettier

* Updating Common.json to match API version

Co-authored-by: dosegal <51155368+dosegal@users.noreply.github.com>
Co-authored-by: anushreeringne <anushreeringne@users.noreply.github.com>
Co-authored-by: JianyeXi <59603451+jianyexi@users.noreply.github.com>
Co-authored-by: aramesh-msft <59899320+aramesh-msft@users.noreply.github.com>
Co-authored-by: Moustafa Eid <eidmoustafa@gmail.com>
Co-authored-by: Kerwin <sunkaihuisos@gmail.com>
Co-authored-by: Andrija Cicovic <60783126+cicovica@users.noreply.github.com>
Co-authored-by: Zhenfeng <john.chan08@yahoo.com>
Co-authored-by: Akashdeep Goel <akashdeep.goel1996@gmail.com>
Co-authored-by: Lei Ni <7233663+leni-msft@users.noreply.github.com>
Co-authored-by: Filiz Topatan <fitopata@microsoft.com>
Co-authored-by: Jiashuo Li <jiasli@microsoft.com>
Co-authored-by: azuresdkci <azuresdkci@microsoft.com>
Co-authored-by: abebts2000 <54288923+abebts2000@users.noreply.github.com>
Co-authored-by: gkostal <gkostal@microsoft.com>
Co-authored-by: ramoka178 <57157576+ramoka178@users.noreply.github.com>
Co-authored-by: Praneeth Sanapathi <svpraneethnaidu@gmail.com>
  • Loading branch information
18 people committed Oct 12, 2020
1 parent fe85276 commit 793d02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Azure Media Services",
"version": "2018-07-01"
"version": "2019-09-01-preview"
},
"securityDefinitions": {
"azure_auth": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Azure Media Services",
"version": "2018-07-01"
"version": "2020-02-01-preview"
},
"securityDefinitions": {
"azure_auth": {
Expand Down

0 comments on commit 793d02c

Please sign in to comment.