Skip to content

Commit

Permalink
Restore hotfix (Azure#12411)
Browse files Browse the repository at this point in the history
* Revert "Remove $ref from apimanagement examples"

This reverts commit 041424e.

* update apimanagement readme.azureresourceschema.md

* manually restore for 2020-12-01 example
  • Loading branch information
leni-msft authored and mkarmark committed Jul 20, 2021
1 parent 2a4c653 commit d5b438a
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"schema": {
"properties": {
"en_us": {
"$ref": "#/definitions/metadata"
}
},
"additionalProperties": false,
"definitions": {
"metadata": {
"type": "object",
"properties": {
"title": {
Expand Down Expand Up @@ -51,8 +57,7 @@
"documentId"
]
}
},
"additionalProperties": false
}
},
"version": "1.0.0"
}
Expand All @@ -70,6 +75,12 @@
"schema": {
"properties": {
"en_us": {
"$ref": "#/definitions/metadata"
}
},
"additionalProperties": false,
"definitions": {
"metadata": {
"type": "object",
"properties": {
"title": {
Expand Down Expand Up @@ -109,8 +120,7 @@
"documentId"
]
}
},
"additionalProperties": false
}
},
"version": "1.0.0"
}
Expand All @@ -127,6 +137,12 @@
"schema": {
"properties": {
"en_us": {
"$ref": "#/definitions/metadata"
}
},
"additionalProperties": false,
"definitions": {
"metadata": {
"type": "object",
"properties": {
"title": {
Expand Down Expand Up @@ -166,8 +182,7 @@
"documentId"
]
}
},
"additionalProperties": false
}
},
"version": "1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"schema": {
"properties": {
"en_us": {
"$ref": "#/definitions/metadata"
}
},
"additionalProperties": false,
"definitions": {
"metadata": {
"type": "object",
"properties": {
"title": {
Expand Down Expand Up @@ -57,8 +63,7 @@
"documentId"
]
}
},
"additionalProperties": false
}
},
"version": "1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"schema": {
"properties": {
"en_us": {
"$ref": "#/definitions/metadata"
}
},
"additionalProperties": false,
"definitions": {
"metadata": {
"type": "object",
"properties": {
"title": {
Expand Down Expand Up @@ -58,8 +64,7 @@
"documentId"
]
}
},
"additionalProperties": false
}
},
"version": "1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"schema": {
"properties": {
"en_us": {
"$ref": "#/definitions/metadata"
}
},
"additionalProperties": false,
"definitions": {
"metadata": {
"type": "object",
"properties": {
"title": {
Expand Down Expand Up @@ -51,8 +57,7 @@
"documentId"
]
}
},
"additionalProperties": false
}
},
"version": "1.0.0"
}
Expand All @@ -70,6 +75,12 @@
"schema": {
"properties": {
"en_us": {
"$ref": "#/definitions/metadata"
}
},
"additionalProperties": false,
"definitions": {
"metadata": {
"type": "object",
"properties": {
"title": {
Expand Down Expand Up @@ -109,8 +120,7 @@
"documentId"
]
}
},
"additionalProperties": false
}
},
"version": "1.0.0"
}
Expand All @@ -127,6 +137,12 @@
"schema": {
"properties": {
"en_us": {
"$ref": "#/definitions/metadata"
}
},
"additionalProperties": false,
"definitions": {
"metadata": {
"type": "object",
"properties": {
"title": {
Expand Down Expand Up @@ -166,8 +182,7 @@
"documentId"
]
}
},
"additionalProperties": false
}
},
"version": "1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"schema": {
"properties": {
"en_us": {
"$ref": "#/definitions/metadata"
}
},
"additionalProperties": false,
"definitions": {
"metadata": {
"type": "object",
"properties": {
"title": {
Expand Down Expand Up @@ -58,8 +64,7 @@
"documentId"
]
}
},
"additionalProperties": false
}
},
"version": "1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"schema": {
"properties": {
"en_us": {
"$ref": "#/definitions/metadata"
}
},
"additionalProperties": false,
"definitions": {
"metadata": {
"type": "object",
"properties": {
"title": {
Expand Down Expand Up @@ -51,8 +57,7 @@
"documentId"
]
}
},
"additionalProperties": false
}
},
"version": "1.0.0"
}
Expand Down

0 comments on commit d5b438a

Please sign in to comment.