|
1305 | 1305 | "properties": { |
1306 | 1306 | "oneOf": [ |
1307 | 1307 | { |
1308 | | - "$ref": "#/definitions/ServiceResourceProperties" |
| 1308 | + "$ref": "#/definitions/ServiceResourceCreateUpdateProperties" |
1309 | 1309 | }, |
1310 | 1310 | { |
1311 | 1311 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
1312 | 1312 | } |
1313 | 1313 | ], |
1314 | | - "description": "Services response resource." |
| 1314 | + "description": "Properties in ServiceResourceCreateUpdateParameters." |
1315 | 1315 | }, |
1316 | 1316 | "type": { |
1317 | 1317 | "type": "string", |
|
4041 | 4041 | "properties": { |
4042 | 4042 | "oneOf": [ |
4043 | 4043 | { |
4044 | | - "$ref": "#/definitions/ServiceResourceProperties" |
| 4044 | + "$ref": "#/definitions/ServiceResourceCreateUpdateProperties" |
4045 | 4045 | }, |
4046 | 4046 | { |
4047 | 4047 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
4048 | 4048 | } |
4049 | 4049 | ], |
4050 | | - "description": "Services response resource." |
| 4050 | + "description": "Properties in ServiceResourceCreateUpdateParameters." |
4051 | 4051 | }, |
4052 | 4052 | "type": { |
4053 | 4053 | "type": "string", |
|
4840 | 4840 | }, |
4841 | 4841 | "description": "Properties of a managed Cassandra data center." |
4842 | 4842 | }, |
4843 | | - "DataTransferServiceResourceProperties": { |
4844 | | - "type": "object", |
4845 | | - "properties": { |
4846 | | - "serviceType": { |
4847 | | - "type": "string", |
4848 | | - "enum": [ |
4849 | | - "DataTransferServiceResourceProperties" |
4850 | | - ] |
4851 | | - } |
4852 | | - }, |
4853 | | - "required": [ |
4854 | | - "serviceType" |
4855 | | - ], |
4856 | | - "description": "Properties for DataTransferServiceResource." |
4857 | | - }, |
4858 | 4843 | "DefaultRequestDatabaseAccountCreateUpdateProperties": { |
4859 | 4844 | "type": "object", |
4860 | 4845 | "properties": { |
|
5723 | 5708 | } |
5724 | 5709 | } |
5725 | 5710 | }, |
5726 | | - "ServiceResourceProperties": { |
| 5711 | + "ServiceResourceCreateUpdateProperties": { |
5727 | 5712 | "type": "object", |
5728 | | - "oneOf": [ |
5729 | | - { |
5730 | | - "$ref": "#/definitions/DataTransferServiceResourceProperties" |
5731 | | - }, |
5732 | | - { |
5733 | | - "$ref": "#/definitions/SqlDedicatedGatewayServiceResourceProperties" |
5734 | | - } |
5735 | | - ], |
5736 | 5713 | "properties": { |
5737 | | - "additionalProperties": { |
5738 | | - "oneOf": [ |
5739 | | - { |
5740 | | - "type": "object", |
5741 | | - "additionalProperties": { |
5742 | | - "type": "object", |
5743 | | - "properties": {} |
5744 | | - }, |
5745 | | - "properties": {} |
5746 | | - }, |
5747 | | - { |
5748 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
5749 | | - } |
5750 | | - ], |
5751 | | - "description": "Unmatched properties from the message are deserialized this collection" |
5752 | | - }, |
5753 | 5714 | "instanceCount": { |
5754 | 5715 | "oneOf": [ |
5755 | 5716 | { |
|
5776 | 5737 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
5777 | 5738 | } |
5778 | 5739 | ] |
| 5740 | + }, |
| 5741 | + "serviceType": { |
| 5742 | + "oneOf": [ |
| 5743 | + { |
| 5744 | + "type": "string", |
| 5745 | + "enum": [ |
| 5746 | + "SqlDedicatedGateway", |
| 5747 | + "DataTransfer" |
| 5748 | + ] |
| 5749 | + }, |
| 5750 | + { |
| 5751 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 5752 | + } |
| 5753 | + ] |
5779 | 5754 | } |
5780 | 5755 | }, |
5781 | | - "description": "Services response resource." |
| 5756 | + "description": "Properties in ServiceResourceCreateUpdateParameters." |
5782 | 5757 | }, |
5783 | 5758 | "SpatialSpec": { |
5784 | 5759 | "type": "object", |
|
5963 | 5938 | ], |
5964 | 5939 | "description": "Cosmos DB SQL database resource object" |
5965 | 5940 | }, |
5966 | | - "SqlDedicatedGatewayServiceResourceProperties": { |
5967 | | - "type": "object", |
5968 | | - "properties": { |
5969 | | - "serviceType": { |
5970 | | - "type": "string", |
5971 | | - "enum": [ |
5972 | | - "SqlDedicatedGatewayServiceResourceProperties" |
5973 | | - ] |
5974 | | - }, |
5975 | | - "sqlDedicatedGatewayEndpoint": { |
5976 | | - "type": "string", |
5977 | | - "description": "SqlDedicatedGateway endpoint for the service." |
5978 | | - } |
5979 | | - }, |
5980 | | - "required": [ |
5981 | | - "serviceType" |
5982 | | - ], |
5983 | | - "description": "Properties for SqlDedicatedGatewayServiceResource." |
5984 | | - }, |
5985 | 5941 | "SqlRoleAssignmentResource": { |
5986 | 5942 | "type": "object", |
5987 | 5943 | "properties": { |
|
0 commit comments