Skip to content

Commit

Permalink
Azure Media Services 2020-02-01-preview update (#8538)
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 (#8436)

* Fixing the structure of RESTProxy documentation:  Updating the OperationId (#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 (#8502)

* Linter tool document update: add R4004, modify R2016 ,R3006 (#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 (#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 (#8492)

* add cli.md for postgresql

* remove  and update description

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

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

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

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

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

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

* regenerated all-api-versions

* Added redis cache publisher schema for azure event grid. (#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 (#8478)

* Include Tags in GetSubscription and Deployment APIs (#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 (#8517)

* add cli.md for databricks (#8521)

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

* Fixing prettier

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: 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
17 people committed Feb 27, 2020
1 parent 227ec15 commit 0caf6d8
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"swagger": "2.0",
"info": {
"title": "Azure Media Services",
"version": "2018-07-01"
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow",
"scopes": {
"user_impersonation": "Impersonate your user account"
}
}
},
"paths": {},
"definitions": {
"Resource": {
"description": "The core properties of ARM resources.",
"properties": {
"id": {
"readOnly": true,
"type": "string",
"description": "Fully qualified resource ID for the resource."
},
"name": {
"readOnly": true,
"type": "string",
"description": "The name of the resource."
},
"type": {
"readOnly": true,
"type": "string",
"description": "The type of the resource."
}
},
"x-ms-azure-resource": true
},
"TrackedResource": {
"description": "The resource model definition for a ARM tracked resource.",
"properties": {
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"x-ms-mutability": [
"read",
"create",
"update"
],
"description": "Resource tags."
},
"location": {
"type": "string",
"x-ms-mutability": [
"read",
"create"
],
"description": "The Azure Region of the resource."
}
},
"allOf": [
{
"$ref": "#/definitions/Resource"
}
]
},
"ProxyResource": {
"description": "The resource model definition for a ARM proxy resource.",
"allOf": [
{
"$ref": "#/definitions/Resource"
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"MediaGraph": {
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
"$ref": "./Common.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down
1 change: 0 additions & 1 deletion specification/mediaservices/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,3 @@ uncomment the `exclude-file` section below and add the file paths.
#exclude-file:
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
```

0 comments on commit 0caf6d8

Please sign in to comment.