Skip to content

Commit dcb9a34

Browse files
author
msftbot[bot]
authored
[ReleasePR cost-management] [Hub Generated] Review request for Microsoft.CostManagement to add version preview/2022-10-01-preview (#2779)
Create to sync Azure/azure-rest-api-specs#22419 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/cost-management?expand=1)
2 parents f3d28c8 + 29ba10f commit dcb9a34

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

schemas/2022-10-01-preview/Microsoft.CostManagement.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
"oneOf": [
5656
{
5757
"$ref": "#/definitions/TagInheritanceSetting"
58+
},
59+
{
60+
"$ref": "#/definitions/TagInheritanceSettingModel"
5861
}
5962
],
6063
"properties": {
@@ -626,6 +629,32 @@
626629
],
627630
"description": "Tag Inheritance Setting definition."
628631
},
632+
"TagInheritanceSettingModel": {
633+
"type": "object",
634+
"properties": {
635+
"kind": {
636+
"type": "string",
637+
"enum": [
638+
"taginheritance"
639+
]
640+
},
641+
"properties": {
642+
"oneOf": [
643+
{
644+
"$ref": "#/definitions/TagInheritanceProperties"
645+
},
646+
{
647+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
648+
}
649+
],
650+
"description": "The properties of the tag inheritance setting."
651+
}
652+
},
653+
"required": [
654+
"kind"
655+
],
656+
"description": "Tag Inheritance Setting definition."
657+
},
629658
"ViewProperties": {
630659
"type": "object",
631660
"properties": {

schemas/2022-10-05-preview/Microsoft.CostManagement.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
"oneOf": [
101101
{
102102
"$ref": "#/definitions/TagInheritanceSetting"
103+
},
104+
{
105+
"$ref": "#/definitions/TagInheritanceSettingModel"
103106
}
104107
],
105108
"properties": {
@@ -736,6 +739,32 @@
736739
],
737740
"description": "Tag Inheritance Setting definition."
738741
},
742+
"TagInheritanceSettingModel": {
743+
"type": "object",
744+
"properties": {
745+
"kind": {
746+
"type": "string",
747+
"enum": [
748+
"taginheritance"
749+
]
750+
},
751+
"properties": {
752+
"oneOf": [
753+
{
754+
"$ref": "#/definitions/TagInheritanceProperties"
755+
},
756+
{
757+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
758+
}
759+
],
760+
"description": "The properties of the tag inheritance setting."
761+
}
762+
},
763+
"required": [
764+
"kind"
765+
],
766+
"description": "Tag Inheritance Setting definition."
767+
},
739768
"ViewProperties": {
740769
"type": "object",
741770
"properties": {

0 commit comments

Comments
 (0)