-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding version 2018-07-01 for Microsoft.Media (#3980)
* Adding version 2018-07-01 for Microsoft.Media * Removed preview from Go output folder for package-2018-07
- Loading branch information
Showing
99 changed files
with
15,431 additions
and
11 deletions.
There are no files selected for viewing
557 changes: 557 additions & 0 deletions
557
...tion/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/AccountFilters.json
Large diffs are not rendered by default.
Oops, something went wrong.
923 changes: 923 additions & 0 deletions
923
specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/Accounts.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,281 changes: 1,281 additions & 0 deletions
1,281
...diaservices/resource-manager/Microsoft.Media/stable/2018-07-01/AssetsAndAssetFilters.json
Large diffs are not rendered by default.
Oops, something went wrong.
80 changes: 80 additions & 0 deletions
80
specification/mediaservices/resource-manager/Microsoft.Media/stable/2018-07-01/Common.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.