Skip to content

Commit

Permalink
CodeGen from PR 12461 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Removing SapMonitor API Version v20171103 (#12461)
  • Loading branch information
SDKAuto committed Jan 26, 2021
1 parent 0e1c9ba commit acb2e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 152 deletions.
152 changes: 1 addition & 151 deletions schemas/2017-11-03-preview/Microsoft.HanaOnAzure.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,64 +61,6 @@
"type"
],
"description": "Microsoft.HanaOnAzure/hanaInstances"
},
"sapMonitors": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2017-11-03-preview"
]
},
"location": {
"type": "string",
"description": "Resource location"
},
"name": {
"type": "string",
"description": "Name of the SAP monitor resource."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/SapMonitorProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Describes the properties of a SAP monitor."
},
"tags": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Resource tags"
},
"type": {
"type": "string",
"enum": [
"Microsoft.HanaOnAzure/sapMonitors"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.HanaOnAzure/sapMonitors"
}
},
"definitions": {
Expand Down Expand Up @@ -381,98 +323,6 @@
},
"description": "Specifies the operating system settings for the HANA instance."
},
"SapMonitorProperties": {
"type": "object",
"properties": {
"enableCustomerAnalytics": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The value indicating whether to send analytics to Microsoft"
},
"hanaDbCredentialsMsiId": {
"type": "string",
"description": "MSI ID passed by customer which has access to customer's KeyVault and to be assigned to the Collector VM."
},
"hanaDbName": {
"type": "string",
"description": "Database name of the HANA instance."
},
"hanaDbPassword": {
"type": "string",
"description": "Database password of the HANA instance."
},
"hanaDbPasswordKeyVaultUrl": {
"type": "string",
"description": "KeyVault URL link to the password for the HANA database."
},
"hanaDbSqlPort": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Database port of the HANA instance."
},
"hanaDbUsername": {
"type": "string",
"description": "Database username of the HANA instance."
},
"hanaHostname": {
"type": "string",
"description": "Hostname of the HANA instance."
},
"hanaSubnet": {
"type": "string",
"description": "Specifies the SAP monitor unique ID."
},
"keyVaultId": {
"type": "string",
"description": "Key Vault ID containing customer's HANA credentials."
},
"logAnalyticsWorkspaceArmId": {
"type": "string",
"description": "The ARM ID of the Log Analytics Workspace that is used for monitoring"
},
"logAnalyticsWorkspaceId": {
"type": "string",
"description": "The workspace ID of the log analytics workspace to be used for monitoring"
},
"logAnalyticsWorkspaceSharedKey": {
"type": "string",
"description": "The shared key of the log analytics workspace that is used for monitoring"
},
"provisioningState": {
"oneOf": [
{
"type": "string",
"enum": [
"Accepted",
"Creating",
"Updating",
"Failed",
"Succeeded",
"Deleting",
"Migrating"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "State of provisioning of the HanaInstance."
}
},
"description": "Describes the properties of a SAP monitor."
},
"StorageProfile": {
"type": "object",
"properties": {
Expand All @@ -498,4 +348,4 @@
"description": "Specifies the storage settings for the HANA instance disks."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-02-07-preview/Microsoft.HanaOnAzure.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@
"description": "Microsoft.HanaOnAzure/sapMonitors/providerInstances"
}
}
}
}

0 comments on commit acb2e84

Please sign in to comment.