|
141 | 141 | }, |
142 | 142 | { |
143 | 143 | "$ref": "#/definitions/workspaces_vulnerabilityAssessments_childResource" |
144 | | - }, |
145 | | - { |
146 | | - "$ref": "#/definitions/workspaces_encryptionProtector_childResource" |
147 | 144 | } |
148 | 145 | ] |
149 | 146 | } |
|
331 | 328 | ], |
332 | 329 | "description": "Microsoft.Synapse/workspaces/bigDataPools" |
333 | 330 | }, |
334 | | - "workspaces_encryptionProtector": { |
335 | | - "type": "object", |
336 | | - "properties": { |
337 | | - "apiVersion": { |
338 | | - "type": "string", |
339 | | - "enum": [ |
340 | | - "2019-06-01-preview" |
341 | | - ] |
342 | | - }, |
343 | | - "name": { |
344 | | - "oneOf": [ |
345 | | - { |
346 | | - "type": "string", |
347 | | - "pattern": "^.*/current$" |
348 | | - }, |
349 | | - { |
350 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
351 | | - } |
352 | | - ], |
353 | | - "description": "The name of the encryption protector." |
354 | | - }, |
355 | | - "properties": { |
356 | | - "oneOf": [ |
357 | | - { |
358 | | - "$ref": "#/definitions/EncryptionProtectorProperties" |
359 | | - }, |
360 | | - { |
361 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
362 | | - } |
363 | | - ], |
364 | | - "description": "Properties for an encryption protector execution." |
365 | | - }, |
366 | | - "type": { |
367 | | - "type": "string", |
368 | | - "enum": [ |
369 | | - "Microsoft.Synapse/workspaces/encryptionProtector" |
370 | | - ] |
371 | | - } |
372 | | - }, |
373 | | - "required": [ |
374 | | - "apiVersion", |
375 | | - "name", |
376 | | - "properties", |
377 | | - "type" |
378 | | - ], |
379 | | - "description": "Microsoft.Synapse/workspaces/encryptionProtector" |
380 | | - }, |
381 | 331 | "workspaces_extendedAuditingSettings": { |
382 | 332 | "type": "object", |
383 | 333 | "properties": { |
|
1870 | 1820 | }, |
1871 | 1821 | "description": "Details of the encryption associated with the workspace" |
1872 | 1822 | }, |
1873 | | - "EncryptionProtectorProperties": { |
1874 | | - "type": "object", |
1875 | | - "properties": { |
1876 | | - "serverKeyName": { |
1877 | | - "type": "string", |
1878 | | - "description": "The name of the server key." |
1879 | | - }, |
1880 | | - "serverKeyType": { |
1881 | | - "oneOf": [ |
1882 | | - { |
1883 | | - "type": "string", |
1884 | | - "enum": [ |
1885 | | - "ServiceManaged", |
1886 | | - "AzureKeyVault" |
1887 | | - ] |
1888 | | - }, |
1889 | | - { |
1890 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
1891 | | - } |
1892 | | - ], |
1893 | | - "description": "The encryption protector type like 'ServiceManaged', 'AzureKeyVault'." |
1894 | | - } |
1895 | | - }, |
1896 | | - "required": [ |
1897 | | - "serverKeyType" |
1898 | | - ], |
1899 | | - "description": "Properties for an encryption protector execution." |
1900 | | - }, |
1901 | 1823 | "EntityReference": { |
1902 | 1824 | "type": "object", |
1903 | 1825 | "properties": { |
|
4108 | 4030 | ], |
4109 | 4031 | "description": "Microsoft.Synapse/workspaces/bigDataPools" |
4110 | 4032 | }, |
4111 | | - "workspaces_encryptionProtector_childResource": { |
4112 | | - "type": "object", |
4113 | | - "properties": { |
4114 | | - "apiVersion": { |
4115 | | - "type": "string", |
4116 | | - "enum": [ |
4117 | | - "2019-06-01-preview" |
4118 | | - ] |
4119 | | - }, |
4120 | | - "name": { |
4121 | | - "type": "string", |
4122 | | - "enum": [ |
4123 | | - "current" |
4124 | | - ], |
4125 | | - "description": "The name of the encryption protector." |
4126 | | - }, |
4127 | | - "properties": { |
4128 | | - "oneOf": [ |
4129 | | - { |
4130 | | - "$ref": "#/definitions/EncryptionProtectorProperties" |
4131 | | - }, |
4132 | | - { |
4133 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
4134 | | - } |
4135 | | - ], |
4136 | | - "description": "Properties for an encryption protector execution." |
4137 | | - }, |
4138 | | - "type": { |
4139 | | - "type": "string", |
4140 | | - "enum": [ |
4141 | | - "encryptionProtector" |
4142 | | - ] |
4143 | | - } |
4144 | | - }, |
4145 | | - "required": [ |
4146 | | - "apiVersion", |
4147 | | - "name", |
4148 | | - "properties", |
4149 | | - "type" |
4150 | | - ], |
4151 | | - "description": "Microsoft.Synapse/workspaces/encryptionProtector" |
4152 | | - }, |
4153 | 4033 | "workspaces_extendedAuditingSettings_childResource": { |
4154 | 4034 | "type": "object", |
4155 | 4035 | "properties": { |
|
0 commit comments