|
| 1 | +{ |
| 2 | + "id": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.legacy.json#", |
| 3 | + "$schema": "http://json-schema.org/draft-04/schema#", |
| 4 | + "title": "Microsoft.RecoveryServices", |
| 5 | + "description": "Microsoft Recovery Services Resource Types", |
| 6 | + "resourceDefinitions": { |
| 7 | + "vaults": { |
| 8 | + "type": "object", |
| 9 | + "properties": { |
| 10 | + "type": { |
| 11 | + "type": "string", |
| 12 | + "enum": [ |
| 13 | + "Microsoft.RecoveryServices/vaults" |
| 14 | + ] |
| 15 | + }, |
| 16 | + "apiVersion": { |
| 17 | + "type": "string", |
| 18 | + "enum": [ |
| 19 | + "2018-01-10", |
| 20 | + "2017-07-01", |
| 21 | + "2016-05-01", |
| 22 | + "2015-12-15", |
| 23 | + "2015-11-10", |
| 24 | + "2015-08-15", |
| 25 | + "2015-08-10", |
| 26 | + "2015-06-10", |
| 27 | + "2015-03-15" |
| 28 | + ] |
| 29 | + }, |
| 30 | + "sku": { |
| 31 | + "oneOf": [ |
| 32 | + { |
| 33 | + "$ref": "#/definitions/Sku" |
| 34 | + }, |
| 35 | + { |
| 36 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 37 | + } |
| 38 | + ], |
| 39 | + "description": "Required. Gets or sets the sku type." |
| 40 | + }, |
| 41 | + "location": { |
| 42 | + "type": "string", |
| 43 | + "description": "Required. Gets or sets the location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed." |
| 44 | + }, |
| 45 | + "tags": { |
| 46 | + "oneOf": [ |
| 47 | + { |
| 48 | + "type": "object", |
| 49 | + "additionalProperties": { |
| 50 | + "type": "string" |
| 51 | + } |
| 52 | + }, |
| 53 | + { |
| 54 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 55 | + } |
| 56 | + ], |
| 57 | + "description": "Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters." |
| 58 | + }, |
| 59 | + "properties": { |
| 60 | + "oneOf": [ |
| 61 | + { |
| 62 | + "$ref": "#/definitions/RecoveryServicesPropertiesCreateParameters" |
| 63 | + }, |
| 64 | + { |
| 65 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 66 | + } |
| 67 | + ] |
| 68 | + } |
| 69 | + }, |
| 70 | + "required": [ |
| 71 | + "type", |
| 72 | + "apiVersion", |
| 73 | + "sku", |
| 74 | + "location", |
| 75 | + "properties" |
| 76 | + ], |
| 77 | + "description": "Microsoft.RecoveryServices/vaults" |
| 78 | + }, |
| 79 | + "vaults_certificates": { |
| 80 | + "type": "object", |
| 81 | + "properties": { |
| 82 | + "name": { |
| 83 | + "type": "string" |
| 84 | + }, |
| 85 | + "type": { |
| 86 | + "type": "string", |
| 87 | + "enum": [ |
| 88 | + "Microsoft.RecoveryServices/vaults/certificates" |
| 89 | + ] |
| 90 | + }, |
| 91 | + "apiVersion": { |
| 92 | + "type": "string", |
| 93 | + "enum": [ |
| 94 | + "2016-06-01" |
| 95 | + ] |
| 96 | + }, |
| 97 | + "properties": { |
| 98 | + "oneOf": [ |
| 99 | + { |
| 100 | + "$ref": "#/definitions/RawCertificateData" |
| 101 | + }, |
| 102 | + { |
| 103 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 104 | + } |
| 105 | + ] |
| 106 | + } |
| 107 | + }, |
| 108 | + "required": [ |
| 109 | + "name", |
| 110 | + "type", |
| 111 | + "apiVersion", |
| 112 | + "properties" |
| 113 | + ], |
| 114 | + "description": "Microsoft.RecoveryServices/vaults/certificates" |
| 115 | + }, |
| 116 | + "vaults_extendedInformation": { |
| 117 | + "type": "object", |
| 118 | + "properties": { |
| 119 | + "type": { |
| 120 | + "type": "string", |
| 121 | + "enum": [ |
| 122 | + "Microsoft.RecoveryServices/vaults/extendedInformation" |
| 123 | + ] |
| 124 | + }, |
| 125 | + "apiVersion": { |
| 126 | + "type": "string", |
| 127 | + "enum": [ |
| 128 | + "2016-06-01" |
| 129 | + ] |
| 130 | + }, |
| 131 | + "eTag": { |
| 132 | + "type": "string", |
| 133 | + "description": "Optional ETag." |
| 134 | + }, |
| 135 | + "properties": { |
| 136 | + "oneOf": [ |
| 137 | + { |
| 138 | + "$ref": "#/definitions/VaultExtendedInfo" |
| 139 | + }, |
| 140 | + { |
| 141 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 142 | + } |
| 143 | + ] |
| 144 | + } |
| 145 | + }, |
| 146 | + "required": [ |
| 147 | + "type", |
| 148 | + "apiVersion", |
| 149 | + "properties" |
| 150 | + ], |
| 151 | + "description": "Microsoft.RecoveryServices/vaults/extendedInformation" |
| 152 | + } |
| 153 | + }, |
| 154 | + "definitions": { |
| 155 | + "Sku": { |
| 156 | + "type": "object", |
| 157 | + "properties": { |
| 158 | + "name": { |
| 159 | + "oneOf": [ |
| 160 | + { |
| 161 | + "type": "string", |
| 162 | + "enum": [ |
| 163 | + "RS0" |
| 164 | + ] |
| 165 | + }, |
| 166 | + { |
| 167 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 168 | + } |
| 169 | + ], |
| 170 | + "description": "Gets or sets the sku name. Required for vault creation, optional for update. Possible values include: 'RS0'" |
| 171 | + }, |
| 172 | + "tier": { |
| 173 | + "oneOf": [ |
| 174 | + { |
| 175 | + "type": "string", |
| 176 | + "enum": [ |
| 177 | + "Standard" |
| 178 | + ] |
| 179 | + }, |
| 180 | + { |
| 181 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 182 | + } |
| 183 | + ], |
| 184 | + "description": "Gets or sets the sku tier. Required for vault creation, optional for update. Possible values include: 'Standard'" |
| 185 | + } |
| 186 | + }, |
| 187 | + "required": [ |
| 188 | + "name", |
| 189 | + "tier" |
| 190 | + ], |
| 191 | + "description": "The SKU of the recovery services vault." |
| 192 | + }, |
| 193 | + "RecoveryServicesPropertiesCreateParameters": { |
| 194 | + "type": "object", |
| 195 | + "properties": { |
| 196 | + } |
| 197 | + }, |
| 198 | + "RawCertificateData": { |
| 199 | + "type": "object", |
| 200 | + "properties": { |
| 201 | + "authType": { |
| 202 | + "oneOf": [ |
| 203 | + { |
| 204 | + "type": "string", |
| 205 | + "enum": [ |
| 206 | + "Invalid", |
| 207 | + "ACS", |
| 208 | + "AAD", |
| 209 | + "AccessControlService", |
| 210 | + "AzureActiveDirectory" |
| 211 | + ] |
| 212 | + }, |
| 213 | + { |
| 214 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 215 | + } |
| 216 | + ], |
| 217 | + "description": "Specifies the authentication type." |
| 218 | + }, |
| 219 | + "certificate": { |
| 220 | + "oneOf": [ |
| 221 | + { |
| 222 | + "type": "array", |
| 223 | + "items": { |
| 224 | + "type": "string" |
| 225 | + } |
| 226 | + }, |
| 227 | + { |
| 228 | + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
| 229 | + } |
| 230 | + ], |
| 231 | + "description": "The base64 encoded certificate raw data string" |
| 232 | + } |
| 233 | + }, |
| 234 | + "description": "Raw certificate data." |
| 235 | + }, |
| 236 | + "VaultExtendedInfo": { |
| 237 | + "type": "object", |
| 238 | + "properties": { |
| 239 | + "integrityKey": { |
| 240 | + "type": "string", |
| 241 | + "description": "Integrity key." |
| 242 | + }, |
| 243 | + "encryptionKey": { |
| 244 | + "type": "string", |
| 245 | + "description": "Encryption key." |
| 246 | + }, |
| 247 | + "encryptionKeyThumbprint": { |
| 248 | + "type": "string", |
| 249 | + "description": "Encryption key thumbprint." |
| 250 | + }, |
| 251 | + "algorithm": { |
| 252 | + "type": "string", |
| 253 | + "description": "Algorithm for Vault ExtendedInfo" |
| 254 | + } |
| 255 | + }, |
| 256 | + "description": "Vault extended information." |
| 257 | + } |
| 258 | + } |
| 259 | +} |
0 commit comments