Skip to content

Commit

Permalink
Using common types.json
Browse files Browse the repository at this point in the history
  • Loading branch information
microsoft-rin committed Feb 5, 2020
1 parent 0ccaace commit 6c08aad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 85 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"schemes": [
"https"
],
"swagger": "2.0",
"info": {
"title": "Azure Media Services",
"description": "This Swagger was generated by the API Framework.",
"version": "2020-02-01-preview"
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
Expand Down Expand Up @@ -47,7 +47,7 @@
"values": [
{
"value": "Creating",
"description": "Media Graph is Creating."
"description": "Media Graph is being created."
},
{
"value": "Running",
Expand Down Expand Up @@ -403,7 +403,7 @@
"MediaGraph": {
"allOf": [
{
"$ref": "./Common.json#/definitions/ProxyResource"
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"properties": {
Expand Down

0 comments on commit 6c08aad

Please sign in to comment.