Skip to content

Commit

Permalink
[ReleasePR cost-management] [Hub Generated] Review request for Micros…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Feb 2, 2023
2 parents f3d28c8 + 29ba10f commit dcb9a34
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions schemas/2022-10-01-preview/Microsoft.CostManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
"oneOf": [
{
"$ref": "#/definitions/TagInheritanceSetting"
},
{
"$ref": "#/definitions/TagInheritanceSettingModel"
}
],
"properties": {
Expand Down Expand Up @@ -626,6 +629,32 @@
],
"description": "Tag Inheritance Setting definition."
},
"TagInheritanceSettingModel": {
"type": "object",
"properties": {
"kind": {
"type": "string",
"enum": [
"taginheritance"
]
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/TagInheritanceProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The properties of the tag inheritance setting."
}
},
"required": [
"kind"
],
"description": "Tag Inheritance Setting definition."
},
"ViewProperties": {
"type": "object",
"properties": {
Expand Down
29 changes: 29 additions & 0 deletions schemas/2022-10-05-preview/Microsoft.CostManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
"oneOf": [
{
"$ref": "#/definitions/TagInheritanceSetting"
},
{
"$ref": "#/definitions/TagInheritanceSettingModel"
}
],
"properties": {
Expand Down Expand Up @@ -736,6 +739,32 @@
],
"description": "Tag Inheritance Setting definition."
},
"TagInheritanceSettingModel": {
"type": "object",
"properties": {
"kind": {
"type": "string",
"enum": [
"taginheritance"
]
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/TagInheritanceProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The properties of the tag inheritance setting."
}
},
"required": [
"kind"
],
"description": "Tag Inheritance Setting definition."
},
"ViewProperties": {
"type": "object",
"properties": {
Expand Down

0 comments on commit dcb9a34

Please sign in to comment.