|
24 | 24 | "properties": { |
25 | 25 | "oneOf": [ |
26 | 26 | { |
27 | | - "$ref": "#/definitions/ClusterResourceProperties" |
| 27 | + "$ref": "#/definitions/ClusterResourcePropertiesModel" |
28 | 28 | }, |
29 | 29 | { |
30 | 30 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
|
211 | 211 | "properties": { |
212 | 212 | "oneOf": [ |
213 | 213 | { |
214 | | - "$ref": "#/definitions/DeploymentResourceProperties" |
| 214 | + "$ref": "#/definitions/DeploymentResourcePropertiesModel" |
215 | 215 | }, |
216 | 216 | { |
217 | 217 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
|
424 | 424 | ], |
425 | 425 | "description": "Certificate resource payload." |
426 | 426 | }, |
427 | | - "ClusterResourceProperties": { |
| 427 | + "ClusterResourcePropertiesModel": { |
428 | 428 | "type": "object", |
429 | 429 | "properties": { |
430 | 430 | "configServerProperties": { |
431 | 431 | "oneOf": [ |
432 | 432 | { |
433 | | - "$ref": "#/definitions/ConfigServerProperties" |
| 433 | + "$ref": "#/definitions/ConfigServerPropertiesModel" |
434 | 434 | }, |
435 | 435 | { |
436 | 436 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
|
539 | 539 | ], |
540 | 540 | "description": "Property of git." |
541 | 541 | }, |
542 | | - "ConfigServerProperties": { |
| 542 | + "ConfigServerPropertiesModel": { |
543 | 543 | "type": "object", |
544 | 544 | "properties": { |
545 | 545 | "configServer": { |
|
598 | 598 | }, |
599 | 599 | "description": "Custom domain of app resource payload." |
600 | 600 | }, |
601 | | - "DeploymentResourceProperties": { |
| 601 | + "DeploymentResourcePropertiesModel": { |
602 | 602 | "type": "object", |
603 | 603 | "properties": { |
604 | 604 | "deploymentSettings": { |
605 | 605 | "oneOf": [ |
606 | 606 | { |
607 | | - "$ref": "#/definitions/DeploymentSettings" |
| 607 | + "$ref": "#/definitions/DeploymentSettingsModel" |
608 | 608 | }, |
609 | 609 | { |
610 | 610 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
|
626 | 626 | }, |
627 | 627 | "description": "Deployment resource properties payload" |
628 | 628 | }, |
629 | | - "DeploymentSettings": { |
| 629 | + "DeploymentSettingsModel": { |
630 | 630 | "type": "object", |
631 | 631 | "properties": { |
632 | 632 | "cpu": { |
|
806 | 806 | "type": "object", |
807 | 807 | "properties": { |
808 | 808 | "principalId": { |
809 | | - "type": "string" |
| 809 | + "type": "string", |
| 810 | + "description": "Principal Id" |
810 | 811 | }, |
811 | 812 | "tenantId": { |
812 | | - "type": "string" |
| 813 | + "type": "string", |
| 814 | + "description": "Tenant Id" |
813 | 815 | }, |
814 | 816 | "type": { |
815 | 817 | "oneOf": [ |
|
825 | 827 | { |
826 | 828 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
827 | 829 | } |
828 | | - ] |
| 830 | + ], |
| 831 | + "description": "Type of the managed identity." |
829 | 832 | } |
830 | 833 | }, |
831 | 834 | "description": "Managed identity properties retrieved from ARM request headers." |
|
1013 | 1016 | "properties": { |
1014 | 1017 | "oneOf": [ |
1015 | 1018 | { |
1016 | | - "$ref": "#/definitions/DeploymentResourceProperties" |
| 1019 | + "$ref": "#/definitions/DeploymentResourcePropertiesModel" |
1017 | 1020 | }, |
1018 | 1021 | { |
1019 | 1022 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
|
0 commit comments