|
61 | 61 | "type" |
62 | 62 | ], |
63 | 63 | "description": "Microsoft.HanaOnAzure/hanaInstances" |
64 | | - }, |
65 | | - "sapMonitors": { |
66 | | - "type": "object", |
67 | | - "properties": { |
68 | | - "apiVersion": { |
69 | | - "type": "string", |
70 | | - "enum": [ |
71 | | - "2017-11-03-preview" |
72 | | - ] |
73 | | - }, |
74 | | - "location": { |
75 | | - "type": "string", |
76 | | - "description": "Resource location" |
77 | | - }, |
78 | | - "name": { |
79 | | - "type": "string", |
80 | | - "description": "Name of the SAP monitor resource." |
81 | | - }, |
82 | | - "properties": { |
83 | | - "oneOf": [ |
84 | | - { |
85 | | - "$ref": "#/definitions/SapMonitorProperties" |
86 | | - }, |
87 | | - { |
88 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
89 | | - } |
90 | | - ], |
91 | | - "description": "Describes the properties of a SAP monitor." |
92 | | - }, |
93 | | - "tags": { |
94 | | - "oneOf": [ |
95 | | - { |
96 | | - "type": "object", |
97 | | - "additionalProperties": { |
98 | | - "type": "string" |
99 | | - }, |
100 | | - "properties": {} |
101 | | - }, |
102 | | - { |
103 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
104 | | - } |
105 | | - ], |
106 | | - "description": "Resource tags" |
107 | | - }, |
108 | | - "type": { |
109 | | - "type": "string", |
110 | | - "enum": [ |
111 | | - "Microsoft.HanaOnAzure/sapMonitors" |
112 | | - ] |
113 | | - } |
114 | | - }, |
115 | | - "required": [ |
116 | | - "apiVersion", |
117 | | - "name", |
118 | | - "properties", |
119 | | - "type" |
120 | | - ], |
121 | | - "description": "Microsoft.HanaOnAzure/sapMonitors" |
122 | 64 | } |
123 | 65 | }, |
124 | 66 | "definitions": { |
|
381 | 323 | }, |
382 | 324 | "description": "Specifies the operating system settings for the HANA instance." |
383 | 325 | }, |
384 | | - "SapMonitorProperties": { |
385 | | - "type": "object", |
386 | | - "properties": { |
387 | | - "enableCustomerAnalytics": { |
388 | | - "oneOf": [ |
389 | | - { |
390 | | - "type": "boolean" |
391 | | - }, |
392 | | - { |
393 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
394 | | - } |
395 | | - ], |
396 | | - "description": "The value indicating whether to send analytics to Microsoft" |
397 | | - }, |
398 | | - "hanaDbCredentialsMsiId": { |
399 | | - "type": "string", |
400 | | - "description": "MSI ID passed by customer which has access to customer's KeyVault and to be assigned to the Collector VM." |
401 | | - }, |
402 | | - "hanaDbName": { |
403 | | - "type": "string", |
404 | | - "description": "Database name of the HANA instance." |
405 | | - }, |
406 | | - "hanaDbPassword": { |
407 | | - "type": "string", |
408 | | - "description": "Database password of the HANA instance." |
409 | | - }, |
410 | | - "hanaDbPasswordKeyVaultUrl": { |
411 | | - "type": "string", |
412 | | - "description": "KeyVault URL link to the password for the HANA database." |
413 | | - }, |
414 | | - "hanaDbSqlPort": { |
415 | | - "oneOf": [ |
416 | | - { |
417 | | - "type": "integer" |
418 | | - }, |
419 | | - { |
420 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
421 | | - } |
422 | | - ], |
423 | | - "description": "Database port of the HANA instance." |
424 | | - }, |
425 | | - "hanaDbUsername": { |
426 | | - "type": "string", |
427 | | - "description": "Database username of the HANA instance." |
428 | | - }, |
429 | | - "hanaHostname": { |
430 | | - "type": "string", |
431 | | - "description": "Hostname of the HANA instance." |
432 | | - }, |
433 | | - "hanaSubnet": { |
434 | | - "type": "string", |
435 | | - "description": "Specifies the SAP monitor unique ID." |
436 | | - }, |
437 | | - "keyVaultId": { |
438 | | - "type": "string", |
439 | | - "description": "Key Vault ID containing customer's HANA credentials." |
440 | | - }, |
441 | | - "logAnalyticsWorkspaceArmId": { |
442 | | - "type": "string", |
443 | | - "description": "The ARM ID of the Log Analytics Workspace that is used for monitoring" |
444 | | - }, |
445 | | - "logAnalyticsWorkspaceId": { |
446 | | - "type": "string", |
447 | | - "description": "The workspace ID of the log analytics workspace to be used for monitoring" |
448 | | - }, |
449 | | - "logAnalyticsWorkspaceSharedKey": { |
450 | | - "type": "string", |
451 | | - "description": "The shared key of the log analytics workspace that is used for monitoring" |
452 | | - }, |
453 | | - "provisioningState": { |
454 | | - "oneOf": [ |
455 | | - { |
456 | | - "type": "string", |
457 | | - "enum": [ |
458 | | - "Accepted", |
459 | | - "Creating", |
460 | | - "Updating", |
461 | | - "Failed", |
462 | | - "Succeeded", |
463 | | - "Deleting", |
464 | | - "Migrating" |
465 | | - ] |
466 | | - }, |
467 | | - { |
468 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
469 | | - } |
470 | | - ], |
471 | | - "description": "State of provisioning of the HanaInstance." |
472 | | - } |
473 | | - }, |
474 | | - "description": "Describes the properties of a SAP monitor." |
475 | | - }, |
476 | 326 | "StorageProfile": { |
477 | 327 | "type": "object", |
478 | 328 | "properties": { |
|
0 commit comments