diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/blobAuditing.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/blobAuditing.json index 914d197ebf0c..586dfe1e8c91 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/blobAuditing.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/blobAuditing.json @@ -180,7 +180,7 @@ "type": "boolean" }, "isAzureMonitorTargetEnabled": { - "description": "Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)\r\n", + "description": "Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'state' as 'Enabled' and 'isAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)\r\n", "type": "boolean" } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/DatabaseAzureMonitorAuditingCreateMin.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/DatabaseAzureMonitorAuditingCreateMin.json index ae0dcecf831f..d1ba099b38ae 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/DatabaseAzureMonitorAuditingCreateMin.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/DatabaseAzureMonitorAuditingCreateMin.json @@ -9,7 +9,7 @@ "parameters": { "properties": { "state": "Enabled", - "IsAzureMonitorTargetEnabled": true + "isAzureMonitorTargetEnabled": true } } }, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/FailoverGroupDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/FailoverGroupDelete.json index 10e7c6312935..f0766ac09618 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/FailoverGroupDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/FailoverGroupDelete.json @@ -7,14 +7,8 @@ "api-version": "2015-05-01-preview" }, "responses": { - "200": { - "body": "" - }, - "202": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/FirewallRuleDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/FirewallRuleDelete.json index 51ab66f29b0e..1f48aeff8313 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/FirewallRuleDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/FirewallRuleDelete.json @@ -7,11 +7,7 @@ "api-version": "2015-05-01-preview" }, "responses": { - "200": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ManagedInstanceDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ManagedInstanceDelete.json index 88db0c8b5a4f..dd17496189b9 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ManagedInstanceDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ManagedInstanceDelete.json @@ -6,12 +6,8 @@ "api-version": "2015-05-01-preview" }, "responses": { - "200": { - "body": "" - }, + "200": {}, "202": {}, - "204": { - "body": "" - } + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ServerDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ServerDelete.json index 2dd4eb5578fc..77f5eab5630c 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ServerDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ServerDelete.json @@ -6,12 +6,8 @@ "api-version": "2015-05-01-preview" }, "responses": { - "200": { - "body": "" - }, + "200": {}, "202": {}, - "204": { - "body": "" - } + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ServerKeyDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ServerKeyDelete.json index 5762754693a7..9b8ffa9c6512 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ServerKeyDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/ServerKeyDelete.json @@ -7,12 +7,8 @@ "api-version": "2015-05-01-preview" }, "responses": { - "200": { - "body": "" - }, + "200": {}, "202": {}, - "204": { - "body": "" - } + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentCreate.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentCreate.json index 495bace0df8d..258fea407453 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentCreate.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentCreate.json @@ -40,8 +40,6 @@ "type": "Microsoft.Sql/servers/syncAgents" } }, - "202": { - "body": "" - } + "202": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentCreateOrUpdate.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentCreateOrUpdate.json index 495bace0df8d..258fea407453 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentCreateOrUpdate.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentCreateOrUpdate.json @@ -40,8 +40,6 @@ "type": "Microsoft.Sql/servers/syncAgents" } }, - "202": { - "body": "" - } + "202": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentDelete.json index 9e69538042b9..cc369cf55663 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentDelete.json @@ -7,14 +7,8 @@ "api-version": "2015-05-01-preview" }, "responses": { - "200": { - "body": "" - }, - "202": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentUpdate.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentUpdate.json index 495bace0df8d..258fea407453 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentUpdate.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncAgentUpdate.json @@ -40,8 +40,6 @@ "type": "Microsoft.Sql/servers/syncAgents" } }, - "202": { - "body": "" - } + "202": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupCreate.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupCreate.json index effe921ae286..3a2ade2458c3 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupCreate.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupCreate.json @@ -47,8 +47,6 @@ "type": "Microsoft.Sql/servers/databases/syncGroups" } }, - "202": { - "body": "" - } + "202": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupCreateOrUpdate.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupCreateOrUpdate.json index effe921ae286..3a2ade2458c3 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupCreateOrUpdate.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupCreateOrUpdate.json @@ -47,8 +47,6 @@ "type": "Microsoft.Sql/servers/databases/syncGroups" } }, - "202": { - "body": "" - } + "202": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupDelete.json index 238ffe162c60..a323637a03e3 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupDelete.json @@ -8,14 +8,8 @@ "api-version": "2015-05-01-preview" }, "responses": { - "200": { - "body": "" - }, - "202": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupPatch.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupPatch.json index df336358a198..09ec3eb000a8 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupPatch.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupPatch.json @@ -33,8 +33,6 @@ "type": "Microsoft.Sql/servers/databases/syncGroups" } }, - "202": { - "body": "" - } + "202": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupUpdate.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupUpdate.json index effe921ae286..3a2ade2458c3 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupUpdate.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncGroupUpdate.json @@ -47,8 +47,6 @@ "type": "Microsoft.Sql/servers/databases/syncGroups" } }, - "202": { - "body": "" - } + "202": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncMemberDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncMemberDelete.json index e4202edea494..e43d2d3780a1 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncMemberDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/SyncMemberDelete.json @@ -9,14 +9,8 @@ "api-version": "2015-05-01-preview" }, "responses": { - "200": { - "body": "" - }, - "202": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/VirtualClusterDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/VirtualClusterDelete.json index a74d86bebcd1..50c3850fccb0 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/VirtualClusterDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/VirtualClusterDelete.json @@ -6,12 +6,8 @@ "api-version": "2015-05-01-preview" }, "responses": { - "200": { - "body": "" - }, + "200": {}, "202": {}, - "204": { - "body": "" - } + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/VirtualNetworkRulesDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/VirtualNetworkRulesDelete.json index 2d286d52e7c8..382e8a67a2fb 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/VirtualNetworkRulesDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/examples/VirtualNetworkRulesDelete.json @@ -7,14 +7,8 @@ "api-version": "2015-05-01-preview" }, "responses": { - "200": { - "body": "" - }, - "202": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/blobAuditing.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/blobAuditing.json index 2dccfe7db6d6..60968e74ba8e 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/blobAuditing.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/blobAuditing.json @@ -489,7 +489,7 @@ "type": "boolean" }, "isAzureMonitorTargetEnabled": { - "description": "Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)\r\n", + "description": "Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'state' as 'Enabled' and 'isAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)\r\n", "type": "boolean" } } @@ -567,7 +567,7 @@ "type": "boolean" }, "isAzureMonitorTargetEnabled": { - "description": "Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)\r\n", + "description": "Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'state' as 'Enabled' and 'isAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)\r\n", "type": "boolean" } } @@ -641,7 +641,7 @@ "type": "boolean" }, "isAzureMonitorTargetEnabled": { - "description": "Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)\r\n", + "description": "Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'state' as 'Enabled' and 'isAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)\r\n", "type": "boolean" } } @@ -715,7 +715,7 @@ "type": "boolean" }, "isAzureMonitorTargetEnabled": { - "description": "Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)\r\n", + "description": "Specifies whether audit events are sent to Azure Monitor. \r\nIn order to send the events to Azure Monitor, specify 'state' as 'Enabled' and 'isAzureMonitorTargetEnabled' as true.\r\n\r\nWhen using REST API to configure auditing, Diagnostic Settings with 'SQLSecurityAuditEvents' diagnostic logs category on the database should be also created.\r\nNote that for server level audit you should use the 'master' database as {databaseName}.\r\n\r\nDiagnostic Settings URI format:\r\nPUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview\r\n\r\nFor more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207)\r\nor [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043)\r\n", "type": "boolean" } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/CancelDatabaseOperation.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/CancelDatabaseOperation.json index 0ed12e4708b8..03fbd62759f4 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/CancelDatabaseOperation.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/CancelDatabaseOperation.json @@ -8,8 +8,6 @@ "api-version": "2017-03-01-preview" }, "responses": { - "200": { - "body": "" - } + "200": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/DatabaseAzureMonitorAuditingCreateMin.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/DatabaseAzureMonitorAuditingCreateMin.json index ae0dcecf831f..d1ba099b38ae 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/DatabaseAzureMonitorAuditingCreateMin.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/DatabaseAzureMonitorAuditingCreateMin.json @@ -9,7 +9,7 @@ "parameters": { "properties": { "state": "Enabled", - "IsAzureMonitorTargetEnabled": true + "isAzureMonitorTargetEnabled": true } } }, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/DatabaseRestorePointsPost.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/DatabaseRestorePointsPost.json index 76b88edfcafa..5f1fbd7baf6a 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/DatabaseRestorePointsPost.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/DatabaseRestorePointsPost.json @@ -23,6 +23,7 @@ "restorePointLabel": "mylabel" } } - } + }, + "202": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseDelete.json index 03792a5bc52b..cab3ff43e7ab 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseDelete.json @@ -7,12 +7,8 @@ "api-version": "2017-03-01-preview" }, "responses": { - "200": { - "body": "" - }, + "200": {}, "202": {}, - "204": { - "body": "" - } + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertCreateMax.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertCreateMax.json index fa32fce558f9..b15050d63f9f 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertCreateMax.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertCreateMax.json @@ -9,7 +9,7 @@ "databaseSecurityAlertPolicyResource": { "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [ "test@microsoft.com", "user@microsoft.com" @@ -33,7 +33,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [ "test@microsoft.com", "user@microsoft.com" @@ -56,7 +56,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [ "test@microsoft.com", "user@microsoft.com" diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertCreateMin.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertCreateMin.json index ac22edd70215..3ab86124c2af 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertCreateMin.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertCreateMin.json @@ -21,7 +21,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [], "disabledAlerts": [], "retentionDays": 0, @@ -38,7 +38,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [], "disabledAlerts": [], "retentionDays": 0, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertListByDatabase.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertListByDatabase.json index bd8d7b310efe..4d5445cc5644 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertListByDatabase.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedDatabaseSecurityAlertListByDatabase.json @@ -18,7 +18,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [ "test@microsoft.com", "user@microsoft.com" diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedInstanceAdministratorDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedInstanceAdministratorDelete.json index c558dc3d001e..7a9e5e9fd82e 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedInstanceAdministratorDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ManagedInstanceAdministratorDelete.json @@ -7,9 +7,7 @@ "api-version": "2017-03-01-preview" }, "responses": { - "200": { - "body": "" - }, + "200": {}, "202": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ServerDnsAliasDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ServerDnsAliasDelete.json index 7cc5e64fb2d5..b1f67e0ed018 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ServerDnsAliasDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-03-01-preview/examples/ServerDnsAliasDelete.json @@ -7,14 +7,8 @@ "api-version": "2017-03-01-preview" }, "responses": { - "200": { - "body": "" - }, - "202": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CancelDatabaseOperation.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CancelDatabaseOperation.json index 0ed12e4708b8..03fbd62759f4 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CancelDatabaseOperation.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CancelDatabaseOperation.json @@ -8,8 +8,6 @@ "api-version": "2017-03-01-preview" }, "responses": { - "200": { - "body": "" - } + "200": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CancelElasticPoolOperation.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CancelElasticPoolOperation.json index 02c93e53a1de..ca8c0a6b082a 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CancelElasticPoolOperation.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/CancelElasticPoolOperation.json @@ -8,8 +8,6 @@ "api-version": "2017-10-01-preview" }, "responses": { - "200": { - "body": "" - } + "200": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ElasticPoolDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ElasticPoolDelete.json index 43158545cdee..8fdb5334f303 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ElasticPoolDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ElasticPoolDelete.json @@ -7,12 +7,8 @@ "api-version": "2017-10-01" }, "responses": { - "200": { - "body": "" - }, + "200": {}, "202": {}, - "204": { - "body": "" - } + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/InstanceFailoverGroupDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/InstanceFailoverGroupDelete.json index 718773a895de..512f0a1eba69 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/InstanceFailoverGroupDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/InstanceFailoverGroupDelete.json @@ -7,14 +7,8 @@ "api-version": "2017-10-01-preview" }, "responses": { - "200": { - "body": "" - }, - "202": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ManagedInstanceKeyDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ManagedInstanceKeyDelete.json index a748fd8b799d..6ae6305cc2c2 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ManagedInstanceKeyDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ManagedInstanceKeyDelete.json @@ -7,12 +7,8 @@ "api-version": "2017-10-01-preview" }, "responses": { - "200": { - "body": "" - }, + "200": {}, "202": {}, - "204": { - "body": "" - } + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ManagedInstanceTdeCertificate.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ManagedInstanceTdeCertificate.json index daa4452eb004..06d9053ecf70 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ManagedInstanceTdeCertificate.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/ManagedInstanceTdeCertificate.json @@ -7,7 +7,7 @@ "parameters": { "properties": { "privateBlob": "MIIJ+QIBAzCCCbUGCSqGSIb3DQEHAaCCCaYEggmiMIIJnjCCBhcGCSqGSIb3DQEHAaCCBggEggYEMIIGADCCBfwGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgUeBd7F2KZUwICB9AEggTYSRi88/Xf0EZ9smyYDCr+jHa7a/510s19/5wjqGbLTT/CYBu2qSOhj+g9sNvjj5oWAcluaZ4XCl/oJhXlB+9q9ZYSC6pPhma7/Il+/zlZm8ZUMfgnUefpKXGj+Ilydghya2DOA0PONDGbqIJGBYC0JgtiL7WcYyA+LEiO0vXc2fZ+ccjQsHM+ePFOm6rTJ1oqE3quRC5Ls2Bv22PCmF+GWkWxqH1L5x8wR2tYfecEsx4sKMj318novQqBlJckOUPDrTT2ic6izFnDWS+zbGezSCeRkt2vjCUVDg7Aqm2bkmLVn+arA3tDZ/DBxgTwwt8prpAznDYG07WRxXMUk8Uqzmcds85jSMLSBOoRaS7GwIPprx0QwyYXd8H/go2vafuGCydRk8mA0bGLXjYWuYHAtztlGrE71a7ILqHY4XankohSAY4YF9Fc1mJcdtsuICs5vNosw1lf0VK5BR4ONCkiGFdYEKUpaUrzKpQiw3zteBN8RQs/ADKGWzaWERrkptf0pLH3/QnZvu9xwwnNWneygByPy7OVYrvgjD27x7Y/C24GyQweh75OTQN3fAvUj7IqeTVyWZGZq32AY/uUXYwASBpLbNUtUBfJ7bgyvVSZlPvcFUwDHJC1P+fSP8Vfcc9W3ec9HqVheXio7gYBEg9hZrOZwiZorl8HZJsEj5NxGccBme6hEVQRZfar5kFDHor/zmKohEAJVw8lVLkgmEuz8aqQUDSWVAcLbkfqygK/NxsR2CaC6xWroagQSRwpF8YbvqYJtAQvdkUXY9Ll4LSRcxKrWMZHgI+1Z22pyNtpy/kXLADche5CF3AVbHtzNNgn9L4GVuCW1Lqufu3U2+DEG+u53u1vraf45RS1y0IyLjTGC+8j0OTxcgUU6FrGgFny0m676v8potPrfyHvuOO511aOTe8UPBfnYyx0XHJPn8RaYGq0vMOBpFyfJkXtAnbRMgXjxxiO91yXTI2hbdVlAmOER1u8QemtF5PoKwZzaAjGBC5S0ARNtxZcWInGciGgtWJVVcyU6nJv3pa2T8jNvtcp8X7j+Il6j6Sju02L/f+S9MvAoGfgG6C5cInNIBEt7+mpYYV/6Mi9Nnj+8/Cq3eAMdTTo7XIzbFpeInzpVN2lAxPockRoAVj+odYO3CIBnzJ7mcA7JqtNk76vaWKasocMk9YS0Z+43o/Z5pZPwXvUv++UUv5fGRcsnIHEeQc+XJlSqRVoaLDo3mNRV6jp5GzJW2BZx3KkuLbohcmfBdr6c8ehGvHXhPm4k2jq9UNYvG9Gy58+1GqdhIYWbRc0Haid8H7UvvdkjA+Yul2rLj4fSTJ6yJ4f6xFAsFY7wIJthpik+dQO9lqPglo9DY30gEOXs3miuJmdmFtBoYlzxti4JBGwxXPwP3rtu6rY1JEOFsh1WmSEGE6Df2l9wtUQ0WAAD6bWgCxMiiRRv7TegxSeMtGn5QKuPC5lFuvzZvtJy1rR8WQwT7lVdHz32xLP2Rs4dayQPh08x3GsuI54d2kti2rcaSltGLRAOuODWc8KjYsPS6Ku4aN2NoQB5H9TEbHy2fsUNpNPMbCY54lH5bkgJtO4WmulnAHEApZG07u8G+Kk3a15npXemWgUW3N9gGtJ2XmieendXqS3RK1ZUYDsnAWW2jCZkjGB6jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBXBgkqhkiG9w0BCRQxSh5IAGEAYgBjAGYAOABhADUAOQAtAGYAZQAzADIALQA0AGIAZgA0AC0AYQBiAGMAZgAtADkAOAA3AGIANwBmADgANwAzADEANgBjMGsGCSsGAQQBgjcRATFeHlwATQBpAGMAcgBvAHMAbwBmAHQAIABFAG4AaABhAG4AYwBlAGQAIABDAHIAeQBwAHQAbwBnAHIAYQBwAGgAaQBjACAAUAByAG8AdgBpAGQAZQByACAAdgAxAC4AMDCCA38GCSqGSIb3DQEHBqCCA3AwggNsAgEAMIIDZQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIbQcNiyMGeL4CAgfQgIIDOPSSP6SqJGYsXCPWCMQU0TqdqT55fauuadduHaAlQpyN0MVYdu9QguLqMaJjxWa8Coy3K7LAOcqJ4S8FWV2SrpTuNHPv7vrtZfYhltGl+vW8rIrogeGTV4T/45oc5605HSiyItOWX8vHYKnAJkRMW4ICZXgY3dZVb+fr6yPIRFvMywqzwkViVOJIKjZN2lsAQ0xlLU0Fu/va9uxADwI2ZUKfo+6nX6bITkLvUSJoNCvZ5e7UITasxC4ZauHdMZch38N7BPH2usrAQfr3omYcScFzSeN2onhE1JBURCPDQa8+CGiWMm6mxboUOIcUGasaDqYQ8pSAgZZqQf8lU0uH4FP/z/5Dd7PniDHjvqlwYa+vB6flgtrwh6jYFeTKluhkucLrfzusFR52kHpg8K4GaUL8MhvlsNdd8iHSFjfyOdXRpY9re+B8X9Eorx0Z3xsSsVWaCwmI+Spq+BZ5CSXVm9Um6ogeM0et8JciZS2yFLIlbl2o4U1BWblskYfj/29jm4/2UKjKzORZnpjE0O+qP4hReSrx6os9dr8sNkq/7OafZock8zXjXaOpW6bqB1V5NWMPiWiPxPxfRi1F/MQp6CPY03H7MsDALEFcF7MmtY4YpN/+FFfrrOwS19Fg0OnQzNIgFpSRywX9dxyKICt/wbvhM+RLpUN50ZekFVska+C27hJRJEZ9rSdVhOVdL1UNknuwqF1cCQQriaNsnCbeVHN3/Wgsms9+Kt+glBNyZQlU8Fk+fafcQFI5MlxyMmARVwnC70F8AScnJPPFVZIdgIrvOXCDrEh8wFgkVM/MHkaTZUF51yy3pbIZaPmNd5dsUfEvMsW2IY6esnUUxPRQUUoi5Ib8EFHdiQJrYY3ELfZRXb2I1Xd0DVhlGzogn3CXZtXR2gSAakdB0qrLpXMSJNS65SS2tVTD7SI8OpUGNRjthQIAEEROPue10geFUwarWi/3jGMG529SzwDUJ4g0ix6VtcuLIDYFNdClDTyEyeV1f70NSG2QVXPIpeF7WQ8jWK7kenGaqqna4C4FYQpQk9vJP171nUXLR2mUR11bo1N4hcVhXnJls5yo9u14BB9CqVKXeDl7M5zwMDswHzAHBgUrDgMCGgQUT6Tjuka1G4O/ZCBxO7NBR34YUYQEFLaheEdRIIuxUd25/hl5vf2SFuZuAgIH0A==", - "password": "password" + "certPassword": "password" } } }, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/SqlTdeCertificateCreate.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/SqlTdeCertificateCreate.json index 112fe6492946..55de400a9d03 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/SqlTdeCertificateCreate.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2017-10-01-preview/examples/SqlTdeCertificateCreate.json @@ -8,7 +8,7 @@ "parameters": { "properties": { "privateBlob": "MIIJ+QIBAzCCCbUGCSqGSIb3DQEHAaCCCaYEggmiMIIJnjCCBhcGCSqGSIb3DQEHAaCCBggEggYEMIIGADCCBfwGCyqGSIb3DQEMCgECoIIE/jCCBPowHAYKKoZIhvcNAQwBAzAOBAgUeBd7F2KZUwICB9AEggTYSRi88/Xf0EZ9smyYDCr+jHa7a/510s19/5wjqGbLTT/CYBu2qSOhj+g9sNvjj5oWAcluaZ4XCl/oJhXlB+9q9ZYSC6pPhma7/Il+/zlZm8ZUMfgnUefpKXGj+Ilydghya2DOA0PONDGbqIJGBYC0JgtiL7WcYyA+LEiO0vXc2fZ+ccjQsHM+ePFOm6rTJ1oqE3quRC5Ls2Bv22PCmF+GWkWxqH1L5x8wR2tYfecEsx4sKMj318novQqBlJckOUPDrTT2ic6izFnDWS+zbGezSCeRkt2vjCUVDg7Aqm2bkmLVn+arA3tDZ/DBxgTwwt8prpAznDYG07WRxXMUk8Uqzmcds85jSMLSBOoRaS7GwIPprx0QwyYXd8H/go2vafuGCydRk8mA0bGLXjYWuYHAtztlGrE71a7ILqHY4XankohSAY4YF9Fc1mJcdtsuICs5vNosw1lf0VK5BR4ONCkiGFdYEKUpaUrzKpQiw3zteBN8RQs/ADKGWzaWERrkptf0pLH3/QnZvu9xwwnNWneygByPy7OVYrvgjD27x7Y/C24GyQweh75OTQN3fAvUj7IqeTVyWZGZq32AY/uUXYwASBpLbNUtUBfJ7bgyvVSZlPvcFUwDHJC1P+fSP8Vfcc9W3ec9HqVheXio7gYBEg9hZrOZwiZorl8HZJsEj5NxGccBme6hEVQRZfar5kFDHor/zmKohEAJVw8lVLkgmEuz8aqQUDSWVAcLbkfqygK/NxsR2CaC6xWroagQSRwpF8YbvqYJtAQvdkUXY9Ll4LSRcxKrWMZHgI+1Z22pyNtpy/kXLADche5CF3AVbHtzNNgn9L4GVuCW1Lqufu3U2+DEG+u53u1vraf45RS1y0IyLjTGC+8j0OTxcgUU6FrGgFny0m676v8potPrfyHvuOO511aOTe8UPBfnYyx0XHJPn8RaYGq0vMOBpFyfJkXtAnbRMgXjxxiO91yXTI2hbdVlAmOER1u8QemtF5PoKwZzaAjGBC5S0ARNtxZcWInGciGgtWJVVcyU6nJv3pa2T8jNvtcp8X7j+Il6j6Sju02L/f+S9MvAoGfgG6C5cInNIBEt7+mpYYV/6Mi9Nnj+8/Cq3eAMdTTo7XIzbFpeInzpVN2lAxPockRoAVj+odYO3CIBnzJ7mcA7JqtNk76vaWKasocMk9YS0Z+43o/Z5pZPwXvUv++UUv5fGRcsnIHEeQc+XJlSqRVoaLDo3mNRV6jp5GzJW2BZx3KkuLbohcmfBdr6c8ehGvHXhPm4k2jq9UNYvG9Gy58+1GqdhIYWbRc0Haid8H7UvvdkjA+Yul2rLj4fSTJ6yJ4f6xFAsFY7wIJthpik+dQO9lqPglo9DY30gEOXs3miuJmdmFtBoYlzxti4JBGwxXPwP3rtu6rY1JEOFsh1WmSEGE6Df2l9wtUQ0WAAD6bWgCxMiiRRv7TegxSeMtGn5QKuPC5lFuvzZvtJy1rR8WQwT7lVdHz32xLP2Rs4dayQPh08x3GsuI54d2kti2rcaSltGLRAOuODWc8KjYsPS6Ku4aN2NoQB5H9TEbHy2fsUNpNPMbCY54lH5bkgJtO4WmulnAHEApZG07u8G+Kk3a15npXemWgUW3N9gGtJ2XmieendXqS3RK1ZUYDsnAWW2jCZkjGB6jANBgkrBgEEAYI3EQIxADATBgkqhkiG9w0BCRUxBgQEAQAAADBXBgkqhkiG9w0BCRQxSh5IAGEAYgBjAGYAOABhADUAOQAtAGYAZQAzADIALQA0AGIAZgA0AC0AYQBiAGMAZgAtADkAOAA3AGIANwBmADgANwAzADEANgBjMGsGCSsGAQQBgjcRATFeHlwATQBpAGMAcgBvAHMAbwBmAHQAIABFAG4AaABhAG4AYwBlAGQAIABDAHIAeQBwAHQAbwBnAHIAYQBwAGgAaQBjACAAUAByAG8AdgBpAGQAZQByACAAdgAxAC4AMDCCA38GCSqGSIb3DQEHBqCCA3AwggNsAgEAMIIDZQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIbQcNiyMGeL4CAgfQgIIDOPSSP6SqJGYsXCPWCMQU0TqdqT55fauuadduHaAlQpyN0MVYdu9QguLqMaJjxWa8Coy3K7LAOcqJ4S8FWV2SrpTuNHPv7vrtZfYhltGl+vW8rIrogeGTV4T/45oc5605HSiyItOWX8vHYKnAJkRMW4ICZXgY3dZVb+fr6yPIRFvMywqzwkViVOJIKjZN2lsAQ0xlLU0Fu/va9uxADwI2ZUKfo+6nX6bITkLvUSJoNCvZ5e7UITasxC4ZauHdMZch38N7BPH2usrAQfr3omYcScFzSeN2onhE1JBURCPDQa8+CGiWMm6mxboUOIcUGasaDqYQ8pSAgZZqQf8lU0uH4FP/z/5Dd7PniDHjvqlwYa+vB6flgtrwh6jYFeTKluhkucLrfzusFR52kHpg8K4GaUL8MhvlsNdd8iHSFjfyOdXRpY9re+B8X9Eorx0Z3xsSsVWaCwmI+Spq+BZ5CSXVm9Um6ogeM0et8JciZS2yFLIlbl2o4U1BWblskYfj/29jm4/2UKjKzORZnpjE0O+qP4hReSrx6os9dr8sNkq/7OafZock8zXjXaOpW6bqB1V5NWMPiWiPxPxfRi1F/MQp6CPY03H7MsDALEFcF7MmtY4YpN/+FFfrrOwS19Fg0OnQzNIgFpSRywX9dxyKICt/wbvhM+RLpUN50ZekFVska+C27hJRJEZ9rSdVhOVdL1UNknuwqF1cCQQriaNsnCbeVHN3/Wgsms9+Kt+glBNyZQlU8Fk+fafcQFI5MlxyMmARVwnC70F8AScnJPPFVZIdgIrvOXCDrEh8wFgkVM/MHkaTZUF51yy3pbIZaPmNd5dsUfEvMsW2IY6esnUUxPRQUUoi5Ib8EFHdiQJrYY3ELfZRXb2I1Xd0DVhlGzogn3CXZtXR2gSAakdB0qrLpXMSJNS65SS2tVTD7SI8OpUGNRjthQIAEEROPue10geFUwarWi/3jGMG529SzwDUJ4g0ix6VtcuLIDYFNdClDTyEyeV1f70NSG2QVXPIpeF7WQ8jWK7kenGaqqna4C4FYQpQk9vJP171nUXLR2mUR11bo1N4hcVhXnJls5yo9u14BB9CqVKXeDl7M5zwMDswHzAHBgUrDgMCGgQUT6Tjuka1G4O/ZCBxO7NBR34YUYQEFLaheEdRIIuxUd25/hl5vf2SFuZuAgIH0A==", - "password": "password" + "certPassword": "password" } } }, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertCreateMax.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertCreateMax.json index c736b806d367..b2666f07d8fc 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertCreateMax.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertCreateMax.json @@ -9,7 +9,7 @@ "databaseSecurityAlertPolicyResource": { "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [ "test@microsoft.com", "user@microsoft.com" @@ -33,7 +33,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [ "test@microsoft.com", "user@microsoft.com" @@ -56,7 +56,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [ "test@microsoft.com", "user@microsoft.com" diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertCreateMin.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertCreateMin.json index 9df02f18e3fd..170a7211db7e 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertCreateMin.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertCreateMin.json @@ -21,7 +21,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [], "disabledAlerts": [], "retentionDays": 0, @@ -38,7 +38,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [], "disabledAlerts": [], "retentionDays": 0, diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertGet.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertGet.json index b0708e14a15f..70fc349c92be 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertGet.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertGet.json @@ -17,7 +17,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [ "test@microsoft.com", "user@microsoft.com" diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertListByDatabase.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertListByDatabase.json index 38c7002c4d6b..54dede5baf88 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertListByDatabase.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/DatabaseSecurityAlertListByDatabase.json @@ -18,7 +18,7 @@ "kind": "V12", "properties": { "state": "Enabled", - "emailAccountAdmins": "true", + "emailAccountAdmins": true, "emailAddresses": [ "test@microsoft.com", "user@microsoft.com" diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/ManagedInstanceDelete.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/ManagedInstanceDelete.json index ce98e14cb0ae..22b523a645a9 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/ManagedInstanceDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2018-06-01-preview/examples/ManagedInstanceDelete.json @@ -6,12 +6,8 @@ "api-version": "2018-06-01-preview" }, "responses": { - "200": { - "body": "" - }, + "200": {}, "202": {}, - "204": { - "body": "" - } + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseDelete.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseDelete.json index 7303a40a620e..eedcaf7c5b83 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseDelete.json @@ -7,11 +7,7 @@ "api-version": "2014-04-01" }, "responses": { - "200": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseExportSasKey.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseExportSasKey.json index cced7d291c92..4a26b28cc220 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseExportSasKey.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseExportSasKey.json @@ -16,19 +16,21 @@ }, "responses": { "200": { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4799/providers/Microsoft.Sql/servers/sqlcrudtest-5961/importExportOperationResult/f01d7bfe-7162-44e7-9350-f1c85ce83e4c", - "name": "f01d7bfe-7162-44e7-9350-f1c85ce83e4c", - "type": "Microsoft.Sql/servers/importExportOperationResults", - "properties": { - "requestId": "f01d7bfe-7162-44e7-9350-f1c85ce83e4c", - "requestType": "Export", - "queuedTime": "3/1/2017 12:14:25 AM", - "lastModifiedTime": "3/1/2017 12:16:33 AM", - "blobUri": "https://test.blob.core.windows.net/bacpacs/test.bacpac", - "serverName": "test", - "databaseName": "testdb", - "status": "Completed", - "errorMessage": null + "body": { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4799/providers/Microsoft.Sql/servers/sqlcrudtest-5961/importExportOperationResult/f01d7bfe-7162-44e7-9350-f1c85ce83e4c", + "name": "f01d7bfe-7162-44e7-9350-f1c85ce83e4c", + "type": "Microsoft.Sql/servers/importExportOperationResults", + "properties": { + "requestId": "f01d7bfe-7162-44e7-9350-f1c85ce83e4c", + "requestType": "Export", + "queuedTime": "3/1/2017 12:14:25 AM", + "lastModifiedTime": "3/1/2017 12:16:33 AM", + "blobUri": "https://test.blob.core.windows.net/bacpacs/test.bacpac", + "serverName": "test", + "databaseName": "testdb", + "status": "Completed", + "errorMessage": null + } } }, "202": {} diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseExportStorageKey.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseExportStorageKey.json index 8de83c9443e1..aaa34c38a424 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseExportStorageKey.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DatabaseExportStorageKey.json @@ -16,19 +16,21 @@ }, "responses": { "200": { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4799/providers/Microsoft.Sql/servers/sqlcrudtest-5961/importExportOperationResult/f01d7bfe-7162-44e7-9350-f1c85ce83e4c", - "name": "f01d7bfe-7162-44e7-9350-f1c85ce83e4c", - "type": "Microsoft.Sql/servers/importExportOperationResults", - "properties": { - "requestId": "f01d7bfe-7162-44e7-9350-f1c85ce83e4c", - "requestType": "Export", - "queuedTime": "3/1/2017 12:14:25 AM", - "lastModifiedTime": "3/1/2017 12:16:33 AM", - "blobUri": "https://test.blob.core.windows.net/bacpacs/test.bacpac", - "serverName": "test", - "databaseName": "testdb", - "status": "Completed", - "errorMessage": null + "body": { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-4799/providers/Microsoft.Sql/servers/sqlcrudtest-5961/importExportOperationResult/f01d7bfe-7162-44e7-9350-f1c85ce83e4c", + "name": "f01d7bfe-7162-44e7-9350-f1c85ce83e4c", + "type": "Microsoft.Sql/servers/importExportOperationResults", + "properties": { + "requestId": "f01d7bfe-7162-44e7-9350-f1c85ce83e4c", + "requestType": "Export", + "queuedTime": "3/1/2017 12:14:25 AM", + "lastModifiedTime": "3/1/2017 12:16:33 AM", + "blobUri": "https://test.blob.core.windows.net/bacpacs/test.bacpac", + "serverName": "test", + "databaseName": "testdb", + "status": "Completed", + "errorMessage": null + } } }, "202": {} diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DisasterRecoveryConfigurationDelete.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DisasterRecoveryConfigurationDelete.json index 654e3b83e5df..2b2d0bb4ff68 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DisasterRecoveryConfigurationDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/DisasterRecoveryConfigurationDelete.json @@ -7,14 +7,8 @@ "api-version": "2014-04-01" }, "responses": { - "200": { - "body": "" - }, - "202": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "202": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ElasticPoolDelete.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ElasticPoolDelete.json index 38d6232f13c0..da766024bcb7 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ElasticPoolDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ElasticPoolDelete.json @@ -7,11 +7,7 @@ "api-version": "2014-04-01" }, "responses": { - "200": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/FirewallRuleDelete.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/FirewallRuleDelete.json index 9e9dfec3ea10..2399ec6304bb 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/FirewallRuleDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/FirewallRuleDelete.json @@ -7,11 +7,7 @@ "api-version": "2014-04-01" }, "responses": { - "200": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/OperationList.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/OperationList.json index 339eb067af4a..5b54c709b1f8 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/OperationList.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/OperationList.json @@ -4,1265 +4,1157 @@ }, "responses": { "200": { - "value": [ - { - "name": "Microsoft.Sql/servers/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server", - "operation": "Get server details", - "description": "Return a list of servers in a resource group on a subscription" - } - }, - { - "name": "Microsoft.Sql/servers/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server", - "operation": "Create new or update existing server", - "description": "Create a new server or modify properties of existing server in a resource group on a subscription" - } - }, - { - "name": "Microsoft.Sql/servers/delete", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server", - "operation": "Delete existing server", - "description": "Delete a server and all contained databases and elastic pools" - } - }, - { - "name": "Microsoft.Sql/servers/import/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server", - "operation": "Create new database from DacPac", - "description": "Create a new database on the server and deploy schema and data from a DacPac package" - } - }, - { - "name": "Microsoft.Sql/servers/upgrade/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server", - "operation": "Upgrade server version", - "description": "Enable new functionality available on the latest version of server and specify databases edition conversion map" - } - }, - { - "name": "Microsoft.Sql/servers/firewallRules/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Firewall Rule", - "operation": "Get server firewall rules", - "description": "Retrieve server firewall rule details" - } - }, - { - "name": "Microsoft.Sql/servers/firewallRules/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Firewall Rule", - "operation": "Create new or update existing server firewall rule", - "description": "Create or update server firewall rule that controls IP address range allowed to connect to the server" - } - }, - { - "name": "Microsoft.Sql/servers/firewallRules/delete", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Firewall Rule", - "operation": "Delete server firewall rule", - "description": "Delete firewall rule from the server" - } - }, - { - "name": "Microsoft.Sql/servers/administrators/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "The server administrator", - "operation": "Get server administrator", - "description": "Retrieve server administrator details" - } - }, - { - "name": "Microsoft.Sql/servers/administrators/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "The server administrator", - "operation": "Create new or update existing server administrator", - "description": "Create or update server administrator" - } - }, - { - "name": "Microsoft.Sql/servers/administrators/delete", - "display": { - "provider": "Microsoft SQL Database", - "resource": "The server administrator", - "operation": "Delete server administrator", - "description": "Delete server administrator from the server" - } - }, - { - "name": "Microsoft.Sql/servers/administratorOperationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "The server administrator operation results", - "operation": "Get server administrator operation results", - "description": "Retrieve server administrator operation results" - } - }, - { - "name": "Microsoft.Sql/servers/serviceObjectives/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Service Level Objective", - "operation": "Get service level objectives", - "description": "Retrieve list of service level objectives (also known as performance tiers) available on a given server" - } - }, - { - "name": "Microsoft.Sql/servers/restorableDroppedDatabases/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Restorable Dropped Database", - "operation": "Get list of restorable dropped databases", - "description": "Retrieve a list of databases that were dropped on a given server that are still within retention policy. This operation returns a list of databases and associated metadata, like date of deletion." - } - }, - { - "name": "Microsoft.Sql/servers/recoverableDatabases/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Recoverable Database", - "operation": "Get the last known database recovery point", - "description": "This operation is used for disaster recovery of live database to restore database to last-known good backup point. It returns information about the last good backup but it doesn't actually restore the database." - } - }, - { - "name": "Microsoft.Sql/servers/importExportOperationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Database Import Operation Result", - "operation": "Get details about database import operation on the server", - "description": "Return the list with details for database import operations from storage account on a given server" - } - }, - { - "name": "Microsoft.Sql/servers/operationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Upgrade Operation Result", - "operation": "Get status of server upgrade operation", - "description": "Operation is used to track progress of server upgrade from lower version to higher" - } - }, - { - "name": "Microsoft.Sql/servers/operationResults/delete", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Upgrade Operation Result", - "operation": "Cancel server upgrade", - "description": "Abort server version upgrade in progress" - } - }, - { - "name": "Microsoft.Sql/servers/usages/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Usage", - "operation": "Get server usage details", - "description": "Return server DTU quota and current DTU consumption by all databases within the server" - } - }, - { - "name": "Microsoft.Sql/servers/recommendedElasticPools/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Recommended Elastic Database Pool", - "operation": "Get recommended elastic database pools", - "description": "Retrieve recommendation for elastic database pools to reduce cost or improve performance based on historical resource utilization" - } - }, - { - "name": "Microsoft.Sql/servers/recommendedElasticPools/databases/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Recommended Elastic Pool Databases", - "operation": "Get recommended elastic pools databases", - "description": "Retrieve databases that should be added into recommended elastic database pools for a given server" - } - }, - { - "name": "Microsoft.Sql/servers/recommendedElasticPools/metrics/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Recommended Elastic Database Pool Metrics", - "operation": "Get recommended elastic database pools metrics", - "description": "Retrieve metrics for recommended elastic database pools for a given server" - } - }, - { - "name": "Microsoft.Sql/servers/disasterRecoveryConfiguration/operationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Disaster Recovery Configuration Operation Results", - "operation": "Retrieve result for Operation Results on a Disaster Recovery Configuration", - "description": "Get Disaster Recovery Configuration Operation Results" - } - }, - { - "name": "Microsoft.Sql/servers/advisors/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server advisor", - "operation": "Get advisors for a server", - "description": "Returns list of advisors available for the server" - } - }, - { - "name": "Microsoft.Sql/servers/advisors/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server advisor", - "operation": "Update auto-execute status of a server advisor", - "description": "Updates auto-execute status of an advisor on server level." - } - }, - { - "name": "Microsoft.Sql/servers/advisors/recommendedActions/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Returns list of recommended actions of specified advisor for the server", - "operation": "Get recommended actions of a server", - "description": "Returns list of recommended actions of specified advisor for the server" - } - }, - { - "name": "Microsoft.Sql/servers/advisors/recommendedActions/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Returns list of recommended actions of specified advisor for the server", - "operation": "Update server recommended action state.", - "description": "Apply the recommended action on the server" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPoolEstimates/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic pool estimate", - "operation": "Get elastic pool estimates of a server", - "description": "Returns list of elastic pool estimates already created for this server" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPoolEstimates/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic pool estimate", - "operation": "Create an elastic pool estimate.", - "description": "Creates new elastic pool estimate for list of databases provided" - } - }, - { - "name": "Microsoft.Sql/servers/databases/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database", - "operation": "Get server details", - "description": "Return a list of servers in a resource group on a subscription" - } - }, - { - "name": "Microsoft.Sql/servers/databases/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database", - "operation": "Create new or update existing server", - "description": "Create a new server or modify properties of existing server in a resource group on a subscription" - } - }, - { - "name": "Microsoft.Sql/servers/databases/delete", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database", - "operation": "Delete existing server", - "description": "Delete a server and all contained databases and elastic pools" - } - }, - { - "name": "Microsoft.Sql/servers/databases/export/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database", - "operation": "Create new database from DacPac", - "description": "Create a new database on the server and deploy schema and data from a DacPac package" - } - }, - { - "name": "Microsoft.Sql/servers/databases/usages/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Usage", - "operation": "Get database usage details", - "description": "Return database maximum size that can be reached and current size occupied by data" - } - }, - { - "name": "Microsoft.Sql/servers/databases/operationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Operation Result", - "operation": "Get status of database operation", - "description": "Operation is used to track progress of long running database operation, such as scale." - } - }, - { - "name": "Microsoft.Sql/servers/databases/importExportOperationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Import/Export Operation Result", - "operation": "Get details about database import or export operation on the server", - "description": "Return details about database import or export operation from DacPac located in storage account" - } - }, - { - "name": "Microsoft.Sql/servers/databases/replicationLinks/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Replication Link", - "operation": "Get database replication links", - "description": "Return details about replication links established for a particular database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/replicationLinks/delete", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Replication Link", - "operation": "Force-terminate the replication relationship", - "description": "Terminate the replication relationship forcefully and with potential data loss" - } - }, - { - "name": "Microsoft.Sql/servers/databases/replicationLinks/unlink/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Replication Link", - "operation": "Terminate the replication relationship", - "description": "Terminate the replication relationship forcefully or after synchronizing with the partner" - } - }, - { - "name": "Microsoft.Sql/servers/databases/replicationLinks/failover/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Replication Link", - "operation": "Failover replication relationship after synchronizing", - "description": "Failover after synchronizing all changes from the primary, making this database into the replication relationship's primary and making the remote primary into a secondary" - } - }, - { - "name": "Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Replication Link", - "operation": "Failover replication relationship immediately", - "description": "Failover immediately with potential data loss, making this database into the replication relationship's primary and making the remote primary into a secondary" - } - }, - { - "name": "Microsoft.Sql/servers/databases/replicationLinks/updateReplicationMode/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Replication Link", - "operation": "Update replication mode for link", - "description": "Update replication mode for link to synchronous or asynchronous mode" - } - }, - { - "name": "Microsoft.Sql/servers/databases/replicationLinks/operationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Replication Link Operation Result", - "operation": "Get status of replication link operations", - "description": "Get status of long-running operations on database replication links" - } - }, - { - "name": "Microsoft.Sql/servers/databases/providers/Microsoft.Insights/metricDefinitions/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Metric Definition", - "operation": "Get database metric definitions", - "description": "Return types of metrics that are available for databases" - }, - "properties": { - "serviceSpecification": { - "metricSpecifications": [ - { - "name": "cpu_percent", - "displayName": "CPU percentage", - "displayDescription": "CPU percentage", - "unit": "Percent", - "aggregationType": "Average", - "fillGapWithZero": true - }, - { - "name": "physical_data_read_percent", - "displayName": "Data IO percentage", - "displayDescription": "Data IO percentage", - "unit": "Percent", - "aggregationType": "Average", - "fillGapWithZero": true - }, - { - "name": "log_write_percent", - "displayName": "Log IO percentage", - "displayDescription": "Log IO percentage", - "unit": "Percent", - "aggregationType": "Average", - "metricFilterPattern": "^((?!datawarehouse).)*$", - "fillGapWithZero": true - }, - { - "name": "dtu_consumption_percent", - "displayName": "DTU percentage", - "displayDescription": "DTU percentage", - "unit": "Percent", - "aggregationType": "Average", - "metricFilterPattern": "^((?!datawarehouse).)*$", - "fillGapWithZero": true - }, - { - "name": "storage", - "displayName": "Total database size", - "displayDescription": "Total database size", - "unit": "Bytes", - "aggregationType": "Maximum" - }, - { - "name": "connection_successful", - "displayName": "Successful Connections", - "displayDescription": "Successful Connections", - "unit": "Count", - "aggregationType": "Total", - "fillGapWithZero": true - }, - { - "name": "connection_failed", - "displayName": "Failed Connections", - "displayDescription": "Failed Connections", - "unit": "Count", - "aggregationType": "Total", - "fillGapWithZero": true - }, - { - "name": "blocked_by_firewall", - "displayName": "Blocked by Firewall", - "displayDescription": "Blocked by Firewall", - "unit": "Count", - "aggregationType": "Total", - "fillGapWithZero": true - }, - { - "name": "deadlock", - "displayName": "Deadlocks", - "displayDescription": "Deadlocks", - "unit": "Count", - "aggregationType": "Total", - "metricFilterPattern": "^((?!datawarehouse).)*$", - "fillGapWithZero": true - }, - { - "name": "storage_percent", - "displayName": "Database size percentage", - "displayDescription": "Database size percentage", - "unit": "Percent", - "aggregationType": "Maximum", - "metricFilterPattern": "^((?!datawarehouse).)*$" - }, - { - "name": "xtp_storage_percent", - "displayName": "In-Memory OLTP storage percent", - "displayDescription": "In-Memory OLTP storage percent", - "unit": "Percent", - "aggregationType": "Average", - "metricFilterPattern": "^((?!datawarehouse).)*$", - "fillGapWithZero": true - }, - { - "name": "workers_percent", - "displayName": "Workers percentage", - "displayDescription": "Workers percentage", - "unit": "Percent", - "aggregationType": "Average", - "metricFilterPattern": "^((?!datawarehouse).)*$", - "fillGapWithZero": true - }, - { - "name": "sessions_percent", - "displayName": "Sessions percentage", - "displayDescription": "Sessions percentage", - "unit": "Percent", - "aggregationType": "Average", - "metricFilterPattern": "^((?!datawarehouse).)*$", - "fillGapWithZero": true - }, - { - "name": "dtu_limit", - "displayName": "DTU Limit", - "displayDescription": "DTU Limit", - "unit": "Count", - "aggregationType": "Average", - "metricFilterPattern": "^((?!datawarehouse).)*$" - }, - { - "name": "dtu_used", - "displayName": "DTU used", - "displayDescription": "DTU used", - "unit": "Count", - "aggregationType": "Average", - "metricFilterPattern": "^((?!datawarehouse).)*$", - "fillGapWithZero": true - }, - { - "name": "dwu_limit", - "displayName": "DWU limit", - "displayDescription": "DWU limit", - "unit": "Count", - "aggregationType": "Maximum", - "metricFilterPattern": ".*datawarehouse.*$" - }, - { - "name": "dwu_consumption_percent", - "displayName": "DWU percentage", - "displayDescription": "DWU percentage", - "unit": "Percent", - "aggregationType": "Maximum", - "metricFilterPattern": ".*datawarehouse.*$", - "fillGapWithZero": true - }, - { - "name": "dwu_used", - "displayName": "DWU used", - "displayDescription": "DWU used", - "unit": "Count", - "aggregationType": "Maximum", - "metricFilterPattern": ".*datawarehouse.*$", - "fillGapWithZero": true - } - ] + "body": { + "value": [ + { + "name": "Microsoft.Sql/servers/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server", + "operation": "Get server details" } - } - }, - { - "name": "Microsoft.Sql/servers/databases/metrics/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Metric", - "operation": "Get database resource consumption metrics", - "description": "Return database resource utilization metrics" - } - }, - { - "name": "Microsoft.Sql/servers/databases/providers/Microsoft.Insights/diagnosticSettings/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Diagnostic Settings", - "operation": "Read diagnostic setting", - "description": "Gets the diagnostic setting for the resource" - } - }, - { - "name": "Microsoft.Sql/servers/databases/providers/Microsoft.Insights/diagnosticSettings/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Diagnostic Settings", - "operation": "Write diagnostic setting", - "description": "Creates or updates the diagnostic setting for the resource" - } - }, - { - "name": "Microsoft.Sql/servers/databases/providers/Microsoft.Insights/logDefinitions/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "The log definition of databases", - "operation": "Read databases log definitions", - "description": "Gets the available logs for databases" - }, - "properties": { - "serviceSpecification": { - "logSpecifications": [ - { - "name": "QueryStore", - "displayName": "Query Store", - "blobDuration": "PT1H" - } - ] + }, + { + "name": "Microsoft.Sql/servers/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server", + "operation": "Create new or update existing server" } - } - }, - { - "name": "Microsoft.Sql/servers/databases/missingindexes/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Index Advisor", - "operation": "Get recommended database indexes", - "description": "Return suggestions about database indexes to create, modify or delete in order to improve query performance" - } - }, - { - "name": "Microsoft.Sql/servers/databases/missingindexes/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Index Advisor", - "operation": "Apply recommended database index", - "description": "Use database index recommendation in a particular database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/schemas/tables/recommendedIndexes/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Recommended Index", - "operation": "Get list of index recommendations", - "description": "Retrieve list of index recommendations on a database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/schemas/tables/recommendedIndexes/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Recommended Index", - "operation": "Update Recommended Index State", - "description": "Apply index recommendation" - } - }, - { - "name": "Microsoft.Sql/servers/databases/schemas/tables/columns/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database table column", - "operation": "Get columns", - "description": "Retrieve list of columns of a table" - } - }, - { - "name": "Microsoft.Sql/servers/databases/queryStore/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Query Store settings", - "operation": "Get Query Store settings", - "description": "Returns current values of Query Store settings for the database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/queryStore/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Query Store settings", - "operation": "Update Query Store settings", - "description": "Updates Query Store setting for the database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/topQueries/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Top Queries", - "operation": "Get Top Queries for the database", - "description": "Returns aggregated runtime statistics for selected query in selected time period" - } - }, - { - "name": "Microsoft.Sql/servers/databases/topQueries/statistics/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Top Queries Statistics", - "operation": "Get Database Top Queries statistics", - "description": "Returns aggregated runtime statistics for selected query in selected time period" - } - }, - { - "name": "Microsoft.Sql/servers/databases/topQueries/queryText/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Top Queries query text", - "operation": "Get Database Top Queries query text", - "description": "Returns the Transact-SQL text for selected query ID" - } - }, - { - "name": "Microsoft.Sql/servers/databases/serviceTierAdvisors/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Service Tier Advisor", - "operation": "Get recommended database performance level", - "description": "Return suggestion about scaling database up or down based on query execution statistics to improve performance or reduce cost" - } - }, - { - "name": "Microsoft.Sql/servers/databases/transparentDataEncryption/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Transparent Data Encryption", - "operation": "Get database transparent data encryption details", - "description": "Retrieve status and details of transparent data encryption security feature for a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/transparentDataEncryption/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Transparent Data Encryption", - "operation": "Change transparent data encryption state", - "description": "Enable or disable transparent data encryption for a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/transparentDataEncryption/operationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Transparent Data Encryption", - "operation": "Get database transparent data encryption details", - "description": "Retrieve status and details of transparent data encryption security feature for a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/auditingPolicies/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Table Auditing Policy", - "operation": "Get database table auditing policy", - "description": "Retrieve details of the table auditing policy configured on a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/auditingPolicies/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Table Auditing Policy", - "operation": "Set database table auditing policy", - "description": "Change the table auditing policy for a given database" - } - }, - { - "name": "Microsoft.Sql/servers/auditingPolicies/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Default Server Table Auditing Policy", - "operation": "Get default server table auditing policy", - "description": "Retrieve details of the default server table auditing policy configured on a given server" - } - }, - { - "name": "Microsoft.Sql/servers/auditingPolicies/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Default Server Table Auditing Policy", - "operation": "Set default server table auditing policy", - "description": "Change the default server table auditing for a given server" - } - }, - { - "name": "Microsoft.Sql/servers/databases/auditingSettings/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Blob Auditing Policy", - "operation": "Get database blob auditing policy", - "description": "Retrieve details of the blob auditing policy configured on a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/auditingSettings/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Blob Auditing Policy", - "operation": "Set database blob auditing policy", - "description": "Change the blob auditing policy for a given database" - } - }, - { - "name": "Microsoft.Sql/servers/auditingSettings/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Blob Auditing Policy", - "operation": "Get server blob auditing policy", - "description": "Retrieve details of the server blob auditing policy configured on a given server" - } - }, - { - "name": "Microsoft.Sql/servers/auditingSettings/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Blob Auditing Policy", - "operation": "Set server blob auditing policy", - "description": "Change the server blob auditing for a given server" - } - }, - { - "name": "Microsoft.Sql/servers/auditingSettings/operationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Blob Auditing Operation Results", - "operation": "Get server blob auditing operation results", - "description": "Retrieve result of the server blob auditing policy Set operation" - } - }, - { - "name": "Microsoft.Sql/servers/databases/auditRecords/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Blob Audit Records", - "operation": "Get database blob audit records", - "description": "Retrieve the database blob audit records" - } - }, - { - "name": "Microsoft.Sql/servers/databases/connectionPolicies/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Connection Policy", - "operation": "Get database connection policy", - "description": "Retrieve details of the connection policy configured on a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/connectionPolicies/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Connection Policy", - "operation": "Set database connection policy", - "description": "Change connection policy for a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/dataMaskingPolicies/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Data Masking Policy", - "operation": "Get database data masking policy", - "description": "Retrieve details of the data masking policy configured on a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/dataMaskingPolicies/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Data Masking Policy", - "operation": "Set database data masking policy", - "description": "Change data masking policy for a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/dataMaskingPolicies/rules/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Data Masking Policy Rule", - "operation": "Get database data masking policy rule", - "description": "Retrieve details of the data masking policy rule configured on a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/dataMaskingPolicies/rules/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Data Masking Policy Rule", - "operation": "Set database data masking policy rule", - "description": "Change data masking policy rule for a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/securityAlertPolicies/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Threat Detection Policy", - "operation": "Get database threat detection policy", - "description": "Retrieve details of the threat detection policy configured on a given database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/securityAlertPolicies/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database Threat Detection Policy", - "operation": "Set threat detection auditing policy", - "description": "Change the threat detection policy for a given database" - } - }, - { - "name": "Microsoft.Sql/servers/securityAlertPolicies/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Threat Detection Policy", - "operation": "Get server threat detection policy", - "description": "Retrieve details of the server threat detection policy configured on a given server" - } - }, - { - "name": "Microsoft.Sql/servers/securityAlertPolicies/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Threat Detection Policy", - "operation": "Set server threat detection policy", - "description": "Change the server threat detection for a given server" - } - }, - { - "name": "Microsoft.Sql/servers/securityAlertPolicies/operationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Server Threat Detection Operation Results", - "operation": "Get server Threat Detection operation results", - "description": "Retrieve results of the server Threat Detection policy Set operation" - } - }, - { - "name": "Microsoft.Sql/servers/databases/VulnerabilityAssessmentScans/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Vulnerability Assessment Database Scan", - "operation": "Execute vulnerability assessment database scan", - "description": "Execute vulnerability assessment database scan." - } - }, - { - "name": "Microsoft.Sql/servers/VulnerabilityAssessmentScans/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Vulnerability Assessment Server Scan", - "operation": "Execute vulnerability assessment server scan", - "description": "Execute vulnerability assessment server scan" - } - }, - { - "name": "Microsoft.Sql/servers/databases/advisors/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database advisor", - "operation": "Get advisors for a database", - "description": "Returns list of advisors available for the database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/advisors/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database advisor", - "operation": "Update auto-execute status of a database advisor", - "description": "Update auto-execute status of an advisor on database level." - } - }, - { - "name": "Microsoft.Sql/servers/databases/advisors/recommendedActions/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database recommended action", - "operation": "Get recommended actions for a database", - "description": "Returns list of recommended actions of specified advisor for the database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/advisors/recommendedActions/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database recommended action", - "operation": "Update database recommended action state.", - "description": "Apply the recommended action on the database" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic Database Pool", - "operation": "Get elastic database pool details", - "description": "Retrieve details of elastic database pool on a given server" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic Database Pool", - "operation": "Create new or update existing elastic database pool", - "description": "Create a new or change properties of existing elastic database pool" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/delete", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic Database Pool", - "operation": "Delete elastic database pool", - "description": "Delete existing elastic database pool" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/databases/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database", - "operation": "Get elastic pool databases", - "description": "Retrieve list and details of databases that are part of elastic database pool on a given server" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/elasticPoolActivity/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic Database Pool Activity", - "operation": "Get elastic database pool activity", - "description": "Retrieve activities and details on a given elastic database pool" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/elasticPoolDatabaseActivity/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic Pool Database Activity", - "operation": "Get elastic pool database activity", - "description": "Retrieve activities and details on a given database that is part of elastic database pool" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/providers/Microsoft.Insights/metricDefinitions/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic Database Pool Metric Definition", - "operation": "Get elastic pool metric definitions", - "description": "Return types of metrics that are available for elastic database pools" - }, - "properties": { - "serviceSpecification": { - "metricSpecifications": [ - { - "name": "cpu_percent", - "displayName": "CPU percentage", - "displayDescription": "CPU percentage", - "unit": "Percent", - "aggregationType": "Average", - "fillGapWithZero": true - }, - { - "name": "physical_data_read_percent", - "displayName": "Data IO percentage", - "displayDescription": "Data IO percentage", - "unit": "Percent", - "aggregationType": "Average", - "fillGapWithZero": true - }, - { - "name": "log_write_percent", - "displayName": "Log IO percentage", - "displayDescription": "Log IO percentage", - "unit": "Percent", - "aggregationType": "Average", - "fillGapWithZero": true - }, - { - "name": "dtu_consumption_percent", - "displayName": "DTU percentage", - "displayDescription": "DTU percentage", - "unit": "Percent", - "aggregationType": "Average", - "fillGapWithZero": true - }, - { - "name": "storage_percent", - "displayName": "Storage percentage", - "displayDescription": "Storage percentage", - "unit": "Percent", - "aggregationType": "Average" - }, - { - "name": "workers_percent", - "displayName": "Workers percentage", - "displayDescription": "Workers percentage", - "unit": "Percent", - "aggregationType": "Average", - "fillGapWithZero": true - }, - { - "name": "sessions_percent", - "displayName": "Sessions percentage", - "displayDescription": "Sessions percentage", - "unit": "Percent", - "aggregationType": "Average", - "fillGapWithZero": true - }, - { - "name": "eDTU_limit", - "displayName": "eDTU limit", - "displayDescription": "eDTU limit", - "unit": "Count", - "aggregationType": "Average" - }, - { - "name": "storage_limit", - "displayName": "Storage limit", - "displayDescription": "Storage limit", - "unit": "Bytes", - "aggregationType": "Average" - }, - { - "name": "eDTU_used", - "displayName": "eDTU used", - "displayDescription": "eDTU used", - "unit": "Count", - "aggregationType": "Average", - "fillGapWithZero": true - }, - { - "name": "storage_used", - "displayName": "Storage used", - "displayDescription": "Storage used", - "unit": "Bytes", - "aggregationType": "Average" - }, - { - "name": "xtp_storage_percent", - "displayName": "In-Memory OLTP storage percent", - "displayDescription": "In-Memory OLTP storage percent", - "unit": "Percent", - "aggregationType": "Average", - "fillGapWithZero": true - } - ] + }, + { + "name": "Microsoft.Sql/servers/delete", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server", + "operation": "Delete existing server" + } + }, + { + "name": "Microsoft.Sql/servers/import/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server", + "operation": "Create new database from DacPac" + } + }, + { + "name": "Microsoft.Sql/servers/upgrade/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server", + "operation": "Upgrade server version" + } + }, + { + "name": "Microsoft.Sql/servers/firewallRules/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Firewall Rule", + "operation": "Get server firewall rules" + } + }, + { + "name": "Microsoft.Sql/servers/firewallRules/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Firewall Rule", + "operation": "Create new or update existing server firewall rule" + } + }, + { + "name": "Microsoft.Sql/servers/firewallRules/delete", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Firewall Rule", + "operation": "Delete server firewall rule" + } + }, + { + "name": "Microsoft.Sql/servers/administrators/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "The server administrator", + "operation": "Get server administrator" + } + }, + { + "name": "Microsoft.Sql/servers/administrators/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "The server administrator", + "operation": "Create new or update existing server administrator" + } + }, + { + "name": "Microsoft.Sql/servers/administrators/delete", + "display": { + "provider": "Microsoft SQL Database", + "resource": "The server administrator", + "operation": "Delete server administrator" + } + }, + { + "name": "Microsoft.Sql/servers/administratorOperationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "The server administrator operation results", + "operation": "Get server administrator operation results" + } + }, + { + "name": "Microsoft.Sql/servers/serviceObjectives/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Service Level Objective", + "operation": "Get service level objectives" + } + }, + { + "name": "Microsoft.Sql/servers/restorableDroppedDatabases/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Restorable Dropped Database", + "operation": "Get list of restorable dropped databases" + } + }, + { + "name": "Microsoft.Sql/servers/recoverableDatabases/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Recoverable Database", + "operation": "Get the last known database recovery point" + } + }, + { + "name": "Microsoft.Sql/servers/importExportOperationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Database Import Operation Result", + "operation": "Get details about database import operation on the server" + } + }, + { + "name": "Microsoft.Sql/servers/operationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Upgrade Operation Result", + "operation": "Get status of server upgrade operation" + } + }, + { + "name": "Microsoft.Sql/servers/operationResults/delete", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Upgrade Operation Result", + "operation": "Cancel server upgrade" + } + }, + { + "name": "Microsoft.Sql/servers/usages/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Usage", + "operation": "Get server usage details" + } + }, + { + "name": "Microsoft.Sql/servers/recommendedElasticPools/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Recommended Elastic Database Pool", + "operation": "Get recommended elastic database pools" + } + }, + { + "name": "Microsoft.Sql/servers/recommendedElasticPools/databases/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Recommended Elastic Pool Databases", + "operation": "Get recommended elastic pools databases" + } + }, + { + "name": "Microsoft.Sql/servers/recommendedElasticPools/metrics/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Recommended Elastic Database Pool Metrics", + "operation": "Get recommended elastic database pools metrics" + } + }, + { + "name": "Microsoft.Sql/servers/disasterRecoveryConfiguration/operationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Disaster Recovery Configuration Operation Results", + "operation": "Retrieve result for Operation Results on a Disaster Recovery Configuration" + } + }, + { + "name": "Microsoft.Sql/servers/advisors/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server advisor", + "operation": "Get advisors for a server" + } + }, + { + "name": "Microsoft.Sql/servers/advisors/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server advisor", + "operation": "Update auto-execute status of a server advisor" + } + }, + { + "name": "Microsoft.Sql/servers/advisors/recommendedActions/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Returns list of recommended actions of specified advisor for the server", + "operation": "Get recommended actions of a server" + } + }, + { + "name": "Microsoft.Sql/servers/advisors/recommendedActions/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Returns list of recommended actions of specified advisor for the server", + "operation": "Update server recommended action state." + } + }, + { + "name": "Microsoft.Sql/servers/elasticPoolEstimates/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic pool estimate", + "operation": "Get elastic pool estimates of a server" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPoolEstimates/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic pool estimate", + "operation": "Create an elastic pool estimate." + } + }, + { + "name": "Microsoft.Sql/servers/databases/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database", + "operation": "Get server details" + } + }, + { + "name": "Microsoft.Sql/servers/databases/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database", + "operation": "Create new or update existing server" + } + }, + { + "name": "Microsoft.Sql/servers/databases/delete", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database", + "operation": "Delete existing server" + } + }, + { + "name": "Microsoft.Sql/servers/databases/export/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database", + "operation": "Create new database from DacPac" + } + }, + { + "name": "Microsoft.Sql/servers/databases/usages/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Usage", + "operation": "Get database usage details" + } + }, + { + "name": "Microsoft.Sql/servers/databases/operationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Operation Result", + "operation": "Get status of database operation" + } + }, + { + "name": "Microsoft.Sql/servers/databases/importExportOperationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Import/Export Operation Result", + "operation": "Get details about database import or export operation on the server" + } + }, + { + "name": "Microsoft.Sql/servers/databases/replicationLinks/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Replication Link", + "operation": "Get database replication links" + } + }, + { + "name": "Microsoft.Sql/servers/databases/replicationLinks/delete", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Replication Link", + "operation": "Force-terminate the replication relationship" + } + }, + { + "name": "Microsoft.Sql/servers/databases/replicationLinks/unlink/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Replication Link", + "operation": "Terminate the replication relationship" + } + }, + { + "name": "Microsoft.Sql/servers/databases/replicationLinks/failover/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Replication Link", + "operation": "Failover replication relationship after synchronizing" + } + }, + { + "name": "Microsoft.Sql/servers/databases/replicationLinks/forceFailoverAllowDataLoss/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Replication Link", + "operation": "Failover replication relationship immediately" + } + }, + { + "name": "Microsoft.Sql/servers/databases/replicationLinks/updateReplicationMode/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Replication Link", + "operation": "Update replication mode for link" + } + }, + { + "name": "Microsoft.Sql/servers/databases/replicationLinks/operationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Replication Link Operation Result", + "operation": "Get status of replication link operations" + } + }, + { + "name": "Microsoft.Sql/servers/databases/providers/Microsoft.Insights/metricDefinitions/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Metric Definition", + "operation": "Get database metric definitions" + }, + "properties": { + "serviceSpecification": { + "metricSpecifications": [ + { + "name": "cpu_percent", + "displayName": "CPU percentage", + "displayDescription": "CPU percentage", + "unit": "Percent", + "aggregationType": "Average", + "fillGapWithZero": true + }, + { + "name": "physical_data_read_percent", + "displayName": "Data IO percentage", + "displayDescription": "Data IO percentage", + "unit": "Percent", + "aggregationType": "Average", + "fillGapWithZero": true + }, + { + "name": "log_write_percent", + "displayName": "Log IO percentage", + "displayDescription": "Log IO percentage", + "unit": "Percent", + "aggregationType": "Average", + "metricFilterPattern": "^((?!datawarehouse).)*$", + "fillGapWithZero": true + }, + { + "name": "dtu_consumption_percent", + "displayName": "DTU percentage", + "displayDescription": "DTU percentage", + "unit": "Percent", + "aggregationType": "Average", + "metricFilterPattern": "^((?!datawarehouse).)*$", + "fillGapWithZero": true + }, + { + "name": "storage", + "displayName": "Total database size", + "displayDescription": "Total database size", + "unit": "Bytes", + "aggregationType": "Maximum" + }, + { + "name": "connection_successful", + "displayName": "Successful Connections", + "displayDescription": "Successful Connections", + "unit": "Count", + "aggregationType": "Total", + "fillGapWithZero": true + }, + { + "name": "connection_failed", + "displayName": "Failed Connections", + "displayDescription": "Failed Connections", + "unit": "Count", + "aggregationType": "Total", + "fillGapWithZero": true + }, + { + "name": "blocked_by_firewall", + "displayName": "Blocked by Firewall", + "displayDescription": "Blocked by Firewall", + "unit": "Count", + "aggregationType": "Total", + "fillGapWithZero": true + }, + { + "name": "deadlock", + "displayName": "Deadlocks", + "displayDescription": "Deadlocks", + "unit": "Count", + "aggregationType": "Total", + "metricFilterPattern": "^((?!datawarehouse).)*$", + "fillGapWithZero": true + }, + { + "name": "storage_percent", + "displayName": "Database size percentage", + "displayDescription": "Database size percentage", + "unit": "Percent", + "aggregationType": "Maximum", + "metricFilterPattern": "^((?!datawarehouse).)*$" + }, + { + "name": "xtp_storage_percent", + "displayName": "In-Memory OLTP storage percent", + "displayDescription": "In-Memory OLTP storage percent", + "unit": "Percent", + "aggregationType": "Average", + "metricFilterPattern": "^((?!datawarehouse).)*$", + "fillGapWithZero": true + }, + { + "name": "workers_percent", + "displayName": "Workers percentage", + "displayDescription": "Workers percentage", + "unit": "Percent", + "aggregationType": "Average", + "metricFilterPattern": "^((?!datawarehouse).)*$", + "fillGapWithZero": true + }, + { + "name": "sessions_percent", + "displayName": "Sessions percentage", + "displayDescription": "Sessions percentage", + "unit": "Percent", + "aggregationType": "Average", + "metricFilterPattern": "^((?!datawarehouse).)*$", + "fillGapWithZero": true + }, + { + "name": "dtu_limit", + "displayName": "DTU Limit", + "displayDescription": "DTU Limit", + "unit": "Count", + "aggregationType": "Average", + "metricFilterPattern": "^((?!datawarehouse).)*$" + }, + { + "name": "dtu_used", + "displayName": "DTU used", + "displayDescription": "DTU used", + "unit": "Count", + "aggregationType": "Average", + "metricFilterPattern": "^((?!datawarehouse).)*$", + "fillGapWithZero": true + }, + { + "name": "dwu_limit", + "displayName": "DWU limit", + "displayDescription": "DWU limit", + "unit": "Count", + "aggregationType": "Maximum", + "metricFilterPattern": ".*datawarehouse.*$" + }, + { + "name": "dwu_consumption_percent", + "displayName": "DWU percentage", + "displayDescription": "DWU percentage", + "unit": "Percent", + "aggregationType": "Maximum", + "metricFilterPattern": ".*datawarehouse.*$", + "fillGapWithZero": true + }, + { + "name": "dwu_used", + "displayName": "DWU used", + "displayDescription": "DWU used", + "unit": "Count", + "aggregationType": "Maximum", + "metricFilterPattern": ".*datawarehouse.*$", + "fillGapWithZero": true + } + ] + } + } + }, + { + "name": "Microsoft.Sql/servers/databases/metrics/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Metric", + "operation": "Get database resource consumption metrics" + } + }, + { + "name": "Microsoft.Sql/servers/databases/providers/Microsoft.Insights/diagnosticSettings/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Diagnostic Settings", + "operation": "Read diagnostic setting" + } + }, + { + "name": "Microsoft.Sql/servers/databases/providers/Microsoft.Insights/diagnosticSettings/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Diagnostic Settings", + "operation": "Write diagnostic setting" + } + }, + { + "name": "Microsoft.Sql/servers/databases/providers/Microsoft.Insights/logDefinitions/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "The log definition of databases", + "operation": "Read databases log definitions" + }, + "properties": { + "serviceSpecification": { + "logSpecifications": [ + { + "name": "QueryStore", + "displayName": "Query Store", + "blobDuration": "PT1H" + } + ] + } + } + }, + { + "name": "Microsoft.Sql/servers/databases/missingindexes/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Index Advisor", + "operation": "Get recommended database indexes" + } + }, + { + "name": "Microsoft.Sql/servers/databases/missingindexes/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Index Advisor", + "operation": "Apply recommended database index" + } + }, + { + "name": "Microsoft.Sql/servers/databases/schemas/tables/recommendedIndexes/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Recommended Index", + "operation": "Get list of index recommendations" + } + }, + { + "name": "Microsoft.Sql/servers/databases/schemas/tables/recommendedIndexes/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Recommended Index", + "operation": "Update Recommended Index State" + } + }, + { + "name": "Microsoft.Sql/servers/databases/schemas/tables/columns/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database table column", + "operation": "Get columns" + } + }, + { + "name": "Microsoft.Sql/servers/databases/queryStore/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Query Store settings", + "operation": "Get Query Store settings" + } + }, + { + "name": "Microsoft.Sql/servers/databases/queryStore/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Query Store settings", + "operation": "Update Query Store settings" + } + }, + { + "name": "Microsoft.Sql/servers/databases/topQueries/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Top Queries", + "operation": "Get Top Queries for the database" + } + }, + { + "name": "Microsoft.Sql/servers/databases/topQueries/statistics/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Top Queries Statistics", + "operation": "Get Database Top Queries statistics" + } + }, + { + "name": "Microsoft.Sql/servers/databases/topQueries/queryText/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Top Queries query text", + "operation": "Get Database Top Queries query text" + } + }, + { + "name": "Microsoft.Sql/servers/databases/serviceTierAdvisors/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Service Tier Advisor", + "operation": "Get recommended database performance level" + } + }, + { + "name": "Microsoft.Sql/servers/databases/transparentDataEncryption/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Transparent Data Encryption", + "operation": "Get database transparent data encryption details" + } + }, + { + "name": "Microsoft.Sql/servers/databases/transparentDataEncryption/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Transparent Data Encryption", + "operation": "Change transparent data encryption state" + } + }, + { + "name": "Microsoft.Sql/servers/databases/transparentDataEncryption/operationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Transparent Data Encryption", + "operation": "Get database transparent data encryption details" + } + }, + { + "name": "Microsoft.Sql/servers/databases/auditingPolicies/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Table Auditing Policy", + "operation": "Get database table auditing policy" + } + }, + { + "name": "Microsoft.Sql/servers/databases/auditingPolicies/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Table Auditing Policy", + "operation": "Set database table auditing policy" + } + }, + { + "name": "Microsoft.Sql/servers/auditingPolicies/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Default Server Table Auditing Policy", + "operation": "Get default server table auditing policy" + } + }, + { + "name": "Microsoft.Sql/servers/auditingPolicies/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Default Server Table Auditing Policy", + "operation": "Set default server table auditing policy" + } + }, + { + "name": "Microsoft.Sql/servers/databases/auditingSettings/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Blob Auditing Policy", + "operation": "Get database blob auditing policy" + } + }, + { + "name": "Microsoft.Sql/servers/databases/auditingSettings/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Blob Auditing Policy", + "operation": "Set database blob auditing policy" + } + }, + { + "name": "Microsoft.Sql/servers/auditingSettings/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Blob Auditing Policy", + "operation": "Get server blob auditing policy" + } + }, + { + "name": "Microsoft.Sql/servers/auditingSettings/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Blob Auditing Policy", + "operation": "Set server blob auditing policy" + } + }, + { + "name": "Microsoft.Sql/servers/auditingSettings/operationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Blob Auditing Operation Results", + "operation": "Get server blob auditing operation results" + } + }, + { + "name": "Microsoft.Sql/servers/databases/auditRecords/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Blob Audit Records", + "operation": "Get database blob audit records" + } + }, + { + "name": "Microsoft.Sql/servers/databases/connectionPolicies/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Connection Policy", + "operation": "Get database connection policy" + } + }, + { + "name": "Microsoft.Sql/servers/databases/connectionPolicies/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Connection Policy", + "operation": "Set database connection policy" + } + }, + { + "name": "Microsoft.Sql/servers/databases/dataMaskingPolicies/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Data Masking Policy", + "operation": "Get database data masking policy" + } + }, + { + "name": "Microsoft.Sql/servers/databases/dataMaskingPolicies/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Data Masking Policy", + "operation": "Set database data masking policy" + } + }, + { + "name": "Microsoft.Sql/servers/databases/dataMaskingPolicies/rules/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Data Masking Policy Rule", + "operation": "Get database data masking policy rule" + } + }, + { + "name": "Microsoft.Sql/servers/databases/dataMaskingPolicies/rules/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Data Masking Policy Rule", + "operation": "Set database data masking policy rule" + } + }, + { + "name": "Microsoft.Sql/servers/databases/securityAlertPolicies/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Threat Detection Policy", + "operation": "Get database threat detection policy" + } + }, + { + "name": "Microsoft.Sql/servers/databases/securityAlertPolicies/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database Threat Detection Policy", + "operation": "Set threat detection auditing policy" + } + }, + { + "name": "Microsoft.Sql/servers/securityAlertPolicies/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Threat Detection Policy", + "operation": "Get server threat detection policy" + } + }, + { + "name": "Microsoft.Sql/servers/securityAlertPolicies/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Threat Detection Policy", + "operation": "Set server threat detection policy" + } + }, + { + "name": "Microsoft.Sql/servers/securityAlertPolicies/operationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Server Threat Detection Operation Results", + "operation": "Get server Threat Detection operation results" + } + }, + { + "name": "Microsoft.Sql/servers/databases/VulnerabilityAssessmentScans/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Vulnerability Assessment Database Scan", + "operation": "Execute vulnerability assessment database scan" + } + }, + { + "name": "Microsoft.Sql/servers/VulnerabilityAssessmentScans/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Vulnerability Assessment Server Scan", + "operation": "Execute vulnerability assessment server scan" + } + }, + { + "name": "Microsoft.Sql/servers/databases/advisors/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database advisor", + "operation": "Get advisors for a database" + } + }, + { + "name": "Microsoft.Sql/servers/databases/advisors/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database advisor", + "operation": "Update auto-execute status of a database advisor" + } + }, + { + "name": "Microsoft.Sql/servers/databases/advisors/recommendedActions/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database recommended action", + "operation": "Get recommended actions for a database" + } + }, + { + "name": "Microsoft.Sql/servers/databases/advisors/recommendedActions/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database recommended action", + "operation": "Update database recommended action state." + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic Database Pool", + "operation": "Get elastic database pool details" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic Database Pool", + "operation": "Create new or update existing elastic database pool" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/delete", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic Database Pool", + "operation": "Delete elastic database pool" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/databases/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database", + "operation": "Get elastic pool databases" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/elasticPoolActivity/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic Database Pool Activity", + "operation": "Get elastic database pool activity" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/elasticPoolDatabaseActivity/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic Pool Database Activity", + "operation": "Get elastic pool database activity" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/providers/Microsoft.Insights/metricDefinitions/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic Database Pool Metric Definition", + "operation": "Get elastic pool metric definitions" + }, + "properties": { + "serviceSpecification": { + "metricSpecifications": [ + { + "name": "cpu_percent", + "displayName": "CPU percentage", + "displayDescription": "CPU percentage", + "unit": "Percent", + "aggregationType": "Average", + "fillGapWithZero": true + }, + { + "name": "physical_data_read_percent", + "displayName": "Data IO percentage", + "displayDescription": "Data IO percentage", + "unit": "Percent", + "aggregationType": "Average", + "fillGapWithZero": true + }, + { + "name": "log_write_percent", + "displayName": "Log IO percentage", + "displayDescription": "Log IO percentage", + "unit": "Percent", + "aggregationType": "Average", + "fillGapWithZero": true + }, + { + "name": "dtu_consumption_percent", + "displayName": "DTU percentage", + "displayDescription": "DTU percentage", + "unit": "Percent", + "aggregationType": "Average", + "fillGapWithZero": true + }, + { + "name": "storage_percent", + "displayName": "Storage percentage", + "displayDescription": "Storage percentage", + "unit": "Percent", + "aggregationType": "Average" + }, + { + "name": "workers_percent", + "displayName": "Workers percentage", + "displayDescription": "Workers percentage", + "unit": "Percent", + "aggregationType": "Average", + "fillGapWithZero": true + }, + { + "name": "sessions_percent", + "displayName": "Sessions percentage", + "displayDescription": "Sessions percentage", + "unit": "Percent", + "aggregationType": "Average", + "fillGapWithZero": true + }, + { + "name": "eDTU_limit", + "displayName": "eDTU limit", + "displayDescription": "eDTU limit", + "unit": "Count", + "aggregationType": "Average" + }, + { + "name": "storage_limit", + "displayName": "Storage limit", + "displayDescription": "Storage limit", + "unit": "Bytes", + "aggregationType": "Average" + }, + { + "name": "eDTU_used", + "displayName": "eDTU used", + "displayDescription": "eDTU used", + "unit": "Count", + "aggregationType": "Average", + "fillGapWithZero": true + }, + { + "name": "storage_used", + "displayName": "Storage used", + "displayDescription": "Storage used", + "unit": "Bytes", + "aggregationType": "Average" + }, + { + "name": "xtp_storage_percent", + "displayName": "In-Memory OLTP storage percent", + "displayDescription": "In-Memory OLTP storage percent", + "unit": "Percent", + "aggregationType": "Average", + "fillGapWithZero": true + } + ] + } + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/metrics/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic Database Pool Metric", + "operation": "Get elastic pool resource consumption metrics" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/operationResults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic Database Pool Operation Result", + "operation": "Get elastic database pool operation result" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/advisors/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic pool advisor", + "operation": "Get advisors for an elastic pool" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/advisors/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic pool advisor", + "operation": "Update auto-execute status of a elastic pool advisor" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/advisors/recommendedActions/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic pool recommended action", + "operation": "Get recommended actions for an elastic pool" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/advisors/recommendedActions/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic pool recommended action", + "operation": "Update elastic pool recommended action state." + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/providers/Microsoft.Insights/diagnosticSettings/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic Database Pool Diagnostic Settings", + "operation": "Read diagnostic setting" + } + }, + { + "name": "Microsoft.Sql/servers/elasticPools/providers/Microsoft.Insights/diagnosticSettings/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Elastic Database Pool Diagnostic Settings", + "operation": "Write diagnostic setting" + } + }, + { + "name": "Microsoft.Sql/servers/databases/pause/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database", + "operation": "Pause a database" + } + }, + { + "name": "Microsoft.Sql/servers/databases/resume/action", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Database", + "operation": "Resume a database" + } + }, + { + "name": "Microsoft.Sql/servers/databases/dataWarehouseQueries/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Data Warehouse Query", + "operation": "Get details about data warehouse query" + } + }, + { + "name": "Microsoft.Sql/servers/databases/dataWarehouseQueries/dataWarehouseQuerySteps/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "Data Warehouse Query Step", + "operation": "Get details about data warehouse query step" + } + }, + { + "name": "Microsoft.Sql/servers/backupLongTermRetentionVaults/read", + "display": { + "provider": "Microsoft SQL Database", + "resource": "A backup long term retention vault", + "operation": "Read a backup long term retention vault" + } + }, + { + "name": "Microsoft.Sql/servers/backupLongTermRetentionVaults/write", + "display": { + "provider": "Microsoft SQL Database", + "resource": "A backup long term retention vault", + "operation": "This operation is used to register a backup long term retention vault to a server." } } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/metrics/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic Database Pool Metric", - "operation": "Get elastic pool resource consumption metrics", - "description": "Return elastic database pool resource utilization metrics" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/operationResults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic Database Pool Operation Result", - "operation": "Get elastic database pool operation result", - "description": "Retrieve details on a given elastic database pool operation" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/advisors/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic pool advisor", - "operation": "Get advisors for an elastic pool", - "description": "Returns list of advisors available for the elastic pool" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/advisors/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic pool advisor", - "operation": "Update auto-execute status of a elastic pool advisor", - "description": "Update auto-execute status of an advisor on elastic pool level." - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/advisors/recommendedActions/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic pool recommended action", - "operation": "Get recommended actions for an elastic pool", - "description": "Returns list of recommended actions of specified advisor for the elastic pool" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/advisors/recommendedActions/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic pool recommended action", - "operation": "Update elastic pool recommended action state.", - "description": "Apply the recommended action on the elastic pool" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/providers/Microsoft.Insights/diagnosticSettings/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic Database Pool Diagnostic Settings", - "operation": "Read diagnostic setting", - "description": "Gets the diagnostic setting for the resource" - } - }, - { - "name": "Microsoft.Sql/servers/elasticPools/providers/Microsoft.Insights/diagnosticSettings/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Elastic Database Pool Diagnostic Settings", - "operation": "Write diagnostic setting", - "description": "Creates or updates the diagnostic setting for the resource" - } - }, - { - "name": "Microsoft.Sql/servers/databases/pause/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database", - "operation": "Pause a database", - "description": "Pause a DataWarehouse edition database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/resume/action", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Database", - "operation": "Resume a database", - "description": "Resume a DataWarehouse edition database" - } - }, - { - "name": "Microsoft.Sql/servers/databases/dataWarehouseQueries/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Data Warehouse Query", - "operation": "Get details about data warehouse query", - "description": "Returns the data warehouse distribution query information for selected query ID" - } - }, - { - "name": "Microsoft.Sql/servers/databases/dataWarehouseQueries/dataWarehouseQuerySteps/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "Data Warehouse Query Step", - "operation": "Get details about data warehouse query step", - "description": "Returns the distributed query step information of data warehouse query for selected step ID" - } - }, - { - "name": "Microsoft.Sql/servers/backupLongTermRetentionVaults/read", - "display": { - "provider": "Microsoft SQL Database", - "resource": "A backup long term retention vault", - "operation": "Read a backup long term retention vault", - "description": "This operation is used to get a backup long term retention vault. It returns information about the vault registered to this server." - } - }, - { - "name": "Microsoft.Sql/servers/backupLongTermRetentionVaults/write", - "display": { - "provider": "Microsoft SQL Database", - "resource": "A backup long term retention vault", - "operation": "This operation is used to register a backup long term retention vault to a server.", - "description": "Register a backup long term retention vault" - } - } - ] + ] + } } } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueriesList.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueriesList.json index 6e2a1d6b3da8..c7830d7319e5 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueriesList.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueriesList.json @@ -8,61 +8,63 @@ }, "responses": { "200": { - "value": [ - { - "type": "Microsoft.Sql/servers/databases/topQueries", - "numberOfTopQueries": 1, - "aggregationFunction": "sum", - "executionType": "any", - "observedMetric": "cpu", - "observationStartTime": "2017-07-11T16:21:54.0916567Z", - "observationEndTime": "2017-07-12T16:21:54.0916567Z", - "intervalType": "PT1H", - "queries": [ - { - "queryId": "19", - "intervals": [ - { - "intervalStartTime": "2017-07-11T16:00:00", - "executionCount": 12, - "metrics": [ - { - "name": "cpu", - "displayName": "Cpu", - "unit": "percentage", - "value": 0.000763888888888889 - }, - { - "name": "io", - "displayName": "Physical Io Reads", - "unit": "percentage", - "value": 0.0 - }, - { - "name": "logIo", - "displayName": "Log Writes", - "unit": "percentage", - "value": 0.0 - }, - { - "name": "memory", - "displayName": "Memory consumption", - "unit": "KB", - "value": 0.0 - }, - { - "name": "duration", - "displayName": "Query duration", - "unit": "microseconds", - "value": 3308.0 - } - ] - } - ] - } - ] - } - ] + "body": { + "value": [ + { + "type": "Microsoft.Sql/servers/databases/topQueries", + "numberOfTopQueries": 1, + "aggregationFunction": "sum", + "executionType": "any", + "observedMetric": "cpu", + "observationStartTime": "2017-07-11T16:21:54.0916567Z", + "observationEndTime": "2017-07-12T16:21:54.0916567Z", + "intervalType": "PT1H", + "queries": [ + { + "queryId": "19", + "intervals": [ + { + "intervalStartTime": "2017-07-11T16:00:00", + "executionCount": 12, + "metrics": [ + { + "name": "cpu", + "displayName": "Cpu", + "unit": "percentage", + "value": 0.000763888888888889 + }, + { + "name": "io", + "displayName": "Physical Io Reads", + "unit": "percentage", + "value": 0.0 + }, + { + "name": "logIo", + "displayName": "Log Writes", + "unit": "percentage", + "value": 0.0 + }, + { + "name": "memory", + "displayName": "Memory consumption", + "unit": "KB", + "value": 0.0 + }, + { + "name": "duration", + "displayName": "Query duration", + "unit": "microseconds", + "value": 3308.0 + } + ] + } + ] + } + ] + } + ] + } } } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueryStatisticsList.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueryStatisticsList.json index d9d9174294a2..58b3f7162e4a 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueryStatisticsList.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueryStatisticsList.json @@ -9,49 +9,51 @@ }, "responses": { "200": { - "value": [ - { - "queryId": "19", - "intervals": [ - { - "intervalStartTime": "2017-07-11T16:00:00", - "executionCount": 12, - "metrics": [ - { - "name": "cpu", - "displayName": "Cpu", - "unit": "percentage", - "value": 0.000763888888888889 - }, - { - "name": "io", - "displayName": "Physical Io Reads", - "unit": "percentage", - "value": 0.0 - }, - { - "name": "logIo", - "displayName": "Log Writes", - "unit": "percentage", - "value": 0.0 - }, - { - "name": "memory", - "displayName": "Memory consumption", - "unit": "KB", - "value": 0.0 - }, - { - "name": "duration", - "displayName": "Query duration", - "unit": "microseconds", - "value": 3308.0 - } - ] - } - ] - } - ] + "body": { + "value": [ + { + "queryId": "19", + "intervals": [ + { + "intervalStartTime": "2017-07-11T16:00:00", + "executionCount": 12, + "metrics": [ + { + "name": "cpu", + "displayName": "Cpu", + "unit": "percentage", + "value": 0.000763888888888889 + }, + { + "name": "io", + "displayName": "Physical Io Reads", + "unit": "percentage", + "value": 0.0 + }, + { + "name": "logIo", + "displayName": "Log Writes", + "unit": "percentage", + "value": 0.0 + }, + { + "name": "memory", + "displayName": "Memory consumption", + "unit": "KB", + "value": 0.0 + }, + { + "name": "duration", + "displayName": "Query duration", + "unit": "microseconds", + "value": 3308.0 + } + ] + } + ] + } + ] + } } } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueryTextsList.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueryTextsList.json index 2b3f3dca7bee..70ec486d28c8 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueryTextsList.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/QueryTextsList.json @@ -9,13 +9,15 @@ }, "responses": { "200": { - "value": [ - { - "name": "current", - "queryText": "select 1", - "type": "Microsoft.Sql/servers/databases/topQueries/queryText" - } - ] + "body": { + "value": [ + { + "name": "current", + "queryText": "select 1", + "type": "Microsoft.Sql/servers/databases/topQueries/queryText" + } + ] + } } } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ReplicationLinkDelete.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ReplicationLinkDelete.json index 8d5937450a40..ebac700be866 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ReplicationLinkDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ReplicationLinkDelete.json @@ -8,11 +8,7 @@ "api-version": "2014-04-01" }, "responses": { - "200": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServerDelete.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServerDelete.json index e4708fd7cd82..2490a683e709 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServerDelete.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServerDelete.json @@ -6,11 +6,7 @@ "api-version": "2014-04-01" }, "responses": { - "200": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "204": {} } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceObjectiveGet.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceObjectiveGet.json index fd75558833e9..b3a7642f29d7 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceObjectiveGet.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceObjectiveGet.json @@ -8,16 +8,18 @@ }, "responses": { "200": { - "id": "/subscriptions/b6a6e0c5-e79c-4c6d-a878-72eafbca4cf2/resourceGroups/QA/providers/Microsoft.Sql/servers/nafantest/serviceObjectives/29dd7459-4a7c-4e56-be22-f0adda49440d", - "name": "29dd7459-4a7c-4e56-be22-f0adda49440d", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "System0", - "isDefault": false, - "isSystem": true, - "description": null, - "enabled": false + "body": { + "id": "/subscriptions/b6a6e0c5-e79c-4c6d-a878-72eafbca4cf2/resourceGroups/QA/providers/Microsoft.Sql/servers/nafantest/serviceObjectives/29dd7459-4a7c-4e56-be22-f0adda49440d", + "name": "29dd7459-4a7c-4e56-be22-f0adda49440d", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "System0", + "isDefault": false, + "isSystem": true, + "description": null, + "enabled": false + } } } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceObjectiveList.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceObjectiveList.json index 937dc017b5e5..1834a37f74cd 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceObjectiveList.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceObjectiveList.json @@ -7,632 +7,634 @@ }, "responses": { "200": { - "value": [ - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/26e021db-f1f9-4c98-84c6-92af8ef433d7", - "name": "26e021db-f1f9-4c98-84c6-92af8ef433d7", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "System", - "isDefault": false, - "isSystem": true, - "description": null, - "enabled": false - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/29dd7459-4a7c-4e56-be22-f0adda49440d", - "name": "29dd7459-4a7c-4e56-be22-f0adda49440d", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "System0", - "isDefault": false, - "isSystem": true, - "description": null, - "enabled": false - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/c99ac918-dbea-463f-a475-16ec020fdc12", - "name": "c99ac918-dbea-463f-a475-16ec020fdc12", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "System1", - "isDefault": false, - "isSystem": true, - "description": null, - "enabled": false - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/620323bf-2879-4807-b30d-c2e6d7b3b3aa", - "name": "620323bf-2879-4807-b30d-c2e6d7b3b3aa", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "System2", - "isDefault": false, - "isSystem": true, - "description": null, - "enabled": false - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/33d0db1f-6893-4210-99f9-463fb9b496a4", - "name": "33d0db1f-6893-4210-99f9-463fb9b496a4", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "System3", - "isDefault": false, - "isSystem": true, - "description": null, - "enabled": false - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/da24338c-a6c9-46c2-a4bf-4ac95b496ae4", - "name": "da24338c-a6c9-46c2-a4bf-4ac95b496ae4", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "System4", - "isDefault": false, - "isSystem": true, - "description": null, - "enabled": false - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/53f7fa1b-b0d0-43d6-bc29-c5f059fb36e9", - "name": "53f7fa1b-b0d0-43d6-bc29-c5f059fb36e9", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "System2L", - "isDefault": false, - "isSystem": true, - "description": null, - "enabled": false - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/e79cd55c-689f-48d9-bffa-0dd12c772248", - "name": "e79cd55c-689f-48d9-bffa-0dd12c772248", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "System3L", - "isDefault": false, - "isSystem": true, - "description": null, - "enabled": false - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/4b37bb6d-e004-47ac-8f7a-be56ac9fb490", - "name": "4b37bb6d-e004-47ac-8f7a-be56ac9fb490", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "System4L", - "isDefault": false, - "isSystem": true, - "description": null, - "enabled": false - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/6aa3bb3e-7f50-40d6-95ef-5497c30d99d8", - "name": "6aa3bb3e-7f50-40d6-95ef-5497c30d99d8", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "Free", - "isDefault": true, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/dd6d99bb-f193-4ec1-86f2-43d3bccbc49c", - "name": "dd6d99bb-f193-4ec1-86f2-43d3bccbc49c", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "Basic", - "isDefault": true, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/f1173c43-91bd-4aaa-973c-54e79e15235b", - "name": "f1173c43-91bd-4aaa-973c-54e79e15235b", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "S0", - "isDefault": true, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/1b1ebd4d-d903-4baa-97f9-4ea675f5e928", - "name": "1b1ebd4d-d903-4baa-97f9-4ea675f5e928", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "S1", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/455330e1-00cd-488b-b5fa-177c226f28b7", - "name": "455330e1-00cd-488b-b5fa-177c226f28b7", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "S2", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/789681b8-ca10-4eb0-bdf2-e0b050601b40", - "name": "789681b8-ca10-4eb0-bdf2-e0b050601b40", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "S3", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/7203483a-c4fb-4304-9e9f-17c71c904f5d", - "name": "7203483a-c4fb-4304-9e9f-17c71c904f5d", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "P1", - "isDefault": true, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/a7d1b92d-c987-4375-b54d-2b1d0e0f5bb0", - "name": "a7d1b92d-c987-4375-b54d-2b1d0e0f5bb0", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "P2", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/afe1eee1-1f12-4e5f-9ad6-2de9c12cb4dc", - "name": "afe1eee1-1f12-4e5f-9ad6-2de9c12cb4dc", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "P4", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/43940481-9191-475a-9dba-6b505615b9aa", - "name": "43940481-9191-475a-9dba-6b505615b9aa", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "P6", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/dd00d544-bbc0-4f61-ba60-cdce0c410288", - "name": "dd00d544-bbc0-4f61-ba60-cdce0c410288", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "P11", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/5bc86cca-9a96-4a94-90ef-bbdfcfbf2d71", - "name": "5bc86cca-9a96-4a94-90ef-bbdfcfbf2d71", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "P15", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/dfdc102c-ed02-4349-9756-e227f0e43bb8", - "name": "dfdc102c-ed02-4349-9756-e227f0e43bb8", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "PRS1", - "isDefault": true, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/a089506e-b47a-4f42-8a32-cc19af4c86fb", - "name": "a089506e-b47a-4f42-8a32-cc19af4c86fb", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "PRS2", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/39cb8faf-cba8-4b1b-b580-1e1202f2a024", - "name": "39cb8faf-cba8-4b1b-b580-1e1202f2a024", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "PRS4", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/1e8da92e-efcd-4682-9140-bf6582120d1f", - "name": "1e8da92e-efcd-4682-9140-bf6582120d1f", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "PRS6", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/4e63cb0e-91b9-46fd-b05c-51fdd2367618", - "name": "4e63cb0e-91b9-46fd-b05c-51fdd2367618", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW100", - "isDefault": true, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/99e78a92-d724-4e1b-857b-2be661f3d153", - "name": "99e78a92-d724-4e1b-857b-2be661f3d153", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW200", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/284f1aff-fee7-4d3b-a211-5b8ebdd28fea", - "name": "284f1aff-fee7-4d3b-a211-5b8ebdd28fea", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW300", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/3bdaeefe-8a9d-41d3-91c4-46ef896b19af", - "name": "3bdaeefe-8a9d-41d3-91c4-46ef896b19af", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW400", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/5f759b78-8ec0-4dfb-97cc-c1455a3b5b4d", - "name": "5f759b78-8ec0-4dfb-97cc-c1455a3b5b4d", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW500", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/efd65c5b-af7b-4389-9109-f6a69d6a3885", - "name": "efd65c5b-af7b-4389-9109-f6a69d6a3885", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW600", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/b89b9c6a-4ec2-4eb8-99db-6d2807e6aabb", - "name": "b89b9c6a-4ec2-4eb8-99db-6d2807e6aabb", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW1000", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/9a7a374e-b95c-4fd5-a68e-131d60796c47", - "name": "9a7a374e-b95c-4fd5-a68e-131d60796c47", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW1200", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/b930f58e-86b5-43e0-a2da-d8bf8769c557", - "name": "b930f58e-86b5-43e0-a2da-d8bf8769c557", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW1500", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/99165ede-a5ab-4b52-b317-e391d92ec370", - "name": "99165ede-a5ab-4b52-b317-e391d92ec370", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW2000", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/8e28c923-5cf2-43cb-bd25-28c8c69b30ff", - "name": "8e28c923-5cf2-43cb-bd25-28c8c69b30ff", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW3000", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/ee1df062-4f3c-42ad-91bf-58b2a7c351e4", - "name": "ee1df062-4f3c-42ad-91bf-58b2a7c351e4", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DW6000", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/9cfc850f-d57f-4760-b5a6-bb640d268bf0", - "name": "9cfc850f-d57f-4760-b5a6-bb640d268bf0", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DS100", - "isDefault": true, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/053407ef-f01c-46f4-b829-96e01a14f449", - "name": "053407ef-f01c-46f4-b829-96e01a14f449", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DS200", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/013a9e10-cafc-45a8-8fcf-93095655d2ce", - "name": "013a9e10-cafc-45a8-8fcf-93095655d2ce", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DS300", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/79f61db4-8c10-46ba-a93a-d7d02dddd61c", - "name": "79f61db4-8c10-46ba-a93a-d7d02dddd61c", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DS400", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/44eaac33-df00-4ef4-a2bb-f7ff87899eea", - "name": "44eaac33-df00-4ef4-a2bb-f7ff87899eea", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DS500", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/f8e0f3a6-888b-459c-a9dd-d74d8b2b0e72", - "name": "f8e0f3a6-888b-459c-a9dd-d74d8b2b0e72", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DS600", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/b9ed8f51-a414-42dc-8348-e4a1de25e12b", - "name": "b9ed8f51-a414-42dc-8348-e4a1de25e12b", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DS1000", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/07479569-6d70-47a5-8db6-0af55d34f2c1", - "name": "07479569-6d70-47a5-8db6-0af55d34f2c1", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DS1200", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/2d79baec-2879-46d5-9f5d-fb70eb004c4e", - "name": "2d79baec-2879-46d5-9f5d-fb70eb004c4e", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DS1500", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/7fb5389f-6d15-4e0b-9540-fe5ecdfdbeee", - "name": "7fb5389f-6d15-4e0b-9540-fe5ecdfdbeee", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "DS2000", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - }, - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/d1737d22-a8ea-4de7-9bd0-33395d2a7419", - "name": "d1737d22-a8ea-4de7-9bd0-33395d2a7419", - "type": "Microsoft.Sql/servers/serviceObjectives", - "location": "Central US", - "properties": { - "serviceObjectiveName": "ElasticPool", - "isDefault": false, - "isSystem": false, - "description": null, - "enabled": true - } - } - ] + "body": { + "value": [ + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/26e021db-f1f9-4c98-84c6-92af8ef433d7", + "name": "26e021db-f1f9-4c98-84c6-92af8ef433d7", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "System", + "isDefault": false, + "isSystem": true, + "description": null, + "enabled": false + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/29dd7459-4a7c-4e56-be22-f0adda49440d", + "name": "29dd7459-4a7c-4e56-be22-f0adda49440d", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "System0", + "isDefault": false, + "isSystem": true, + "description": null, + "enabled": false + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/c99ac918-dbea-463f-a475-16ec020fdc12", + "name": "c99ac918-dbea-463f-a475-16ec020fdc12", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "System1", + "isDefault": false, + "isSystem": true, + "description": null, + "enabled": false + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/620323bf-2879-4807-b30d-c2e6d7b3b3aa", + "name": "620323bf-2879-4807-b30d-c2e6d7b3b3aa", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "System2", + "isDefault": false, + "isSystem": true, + "description": null, + "enabled": false + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/33d0db1f-6893-4210-99f9-463fb9b496a4", + "name": "33d0db1f-6893-4210-99f9-463fb9b496a4", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "System3", + "isDefault": false, + "isSystem": true, + "description": null, + "enabled": false + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/da24338c-a6c9-46c2-a4bf-4ac95b496ae4", + "name": "da24338c-a6c9-46c2-a4bf-4ac95b496ae4", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "System4", + "isDefault": false, + "isSystem": true, + "description": null, + "enabled": false + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/53f7fa1b-b0d0-43d6-bc29-c5f059fb36e9", + "name": "53f7fa1b-b0d0-43d6-bc29-c5f059fb36e9", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "System2L", + "isDefault": false, + "isSystem": true, + "description": null, + "enabled": false + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/e79cd55c-689f-48d9-bffa-0dd12c772248", + "name": "e79cd55c-689f-48d9-bffa-0dd12c772248", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "System3L", + "isDefault": false, + "isSystem": true, + "description": null, + "enabled": false + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/4b37bb6d-e004-47ac-8f7a-be56ac9fb490", + "name": "4b37bb6d-e004-47ac-8f7a-be56ac9fb490", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "System4L", + "isDefault": false, + "isSystem": true, + "description": null, + "enabled": false + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/6aa3bb3e-7f50-40d6-95ef-5497c30d99d8", + "name": "6aa3bb3e-7f50-40d6-95ef-5497c30d99d8", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "Free", + "isDefault": true, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/dd6d99bb-f193-4ec1-86f2-43d3bccbc49c", + "name": "dd6d99bb-f193-4ec1-86f2-43d3bccbc49c", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "Basic", + "isDefault": true, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/f1173c43-91bd-4aaa-973c-54e79e15235b", + "name": "f1173c43-91bd-4aaa-973c-54e79e15235b", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "S0", + "isDefault": true, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/1b1ebd4d-d903-4baa-97f9-4ea675f5e928", + "name": "1b1ebd4d-d903-4baa-97f9-4ea675f5e928", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "S1", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/455330e1-00cd-488b-b5fa-177c226f28b7", + "name": "455330e1-00cd-488b-b5fa-177c226f28b7", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "S2", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/789681b8-ca10-4eb0-bdf2-e0b050601b40", + "name": "789681b8-ca10-4eb0-bdf2-e0b050601b40", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "S3", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/7203483a-c4fb-4304-9e9f-17c71c904f5d", + "name": "7203483a-c4fb-4304-9e9f-17c71c904f5d", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "P1", + "isDefault": true, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/a7d1b92d-c987-4375-b54d-2b1d0e0f5bb0", + "name": "a7d1b92d-c987-4375-b54d-2b1d0e0f5bb0", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "P2", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/afe1eee1-1f12-4e5f-9ad6-2de9c12cb4dc", + "name": "afe1eee1-1f12-4e5f-9ad6-2de9c12cb4dc", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "P4", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/43940481-9191-475a-9dba-6b505615b9aa", + "name": "43940481-9191-475a-9dba-6b505615b9aa", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "P6", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/dd00d544-bbc0-4f61-ba60-cdce0c410288", + "name": "dd00d544-bbc0-4f61-ba60-cdce0c410288", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "P11", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/5bc86cca-9a96-4a94-90ef-bbdfcfbf2d71", + "name": "5bc86cca-9a96-4a94-90ef-bbdfcfbf2d71", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "P15", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/dfdc102c-ed02-4349-9756-e227f0e43bb8", + "name": "dfdc102c-ed02-4349-9756-e227f0e43bb8", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "PRS1", + "isDefault": true, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/a089506e-b47a-4f42-8a32-cc19af4c86fb", + "name": "a089506e-b47a-4f42-8a32-cc19af4c86fb", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "PRS2", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/39cb8faf-cba8-4b1b-b580-1e1202f2a024", + "name": "39cb8faf-cba8-4b1b-b580-1e1202f2a024", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "PRS4", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/1e8da92e-efcd-4682-9140-bf6582120d1f", + "name": "1e8da92e-efcd-4682-9140-bf6582120d1f", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "PRS6", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/4e63cb0e-91b9-46fd-b05c-51fdd2367618", + "name": "4e63cb0e-91b9-46fd-b05c-51fdd2367618", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW100", + "isDefault": true, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/99e78a92-d724-4e1b-857b-2be661f3d153", + "name": "99e78a92-d724-4e1b-857b-2be661f3d153", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW200", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/284f1aff-fee7-4d3b-a211-5b8ebdd28fea", + "name": "284f1aff-fee7-4d3b-a211-5b8ebdd28fea", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW300", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/3bdaeefe-8a9d-41d3-91c4-46ef896b19af", + "name": "3bdaeefe-8a9d-41d3-91c4-46ef896b19af", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW400", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/5f759b78-8ec0-4dfb-97cc-c1455a3b5b4d", + "name": "5f759b78-8ec0-4dfb-97cc-c1455a3b5b4d", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW500", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/efd65c5b-af7b-4389-9109-f6a69d6a3885", + "name": "efd65c5b-af7b-4389-9109-f6a69d6a3885", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW600", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/b89b9c6a-4ec2-4eb8-99db-6d2807e6aabb", + "name": "b89b9c6a-4ec2-4eb8-99db-6d2807e6aabb", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW1000", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/9a7a374e-b95c-4fd5-a68e-131d60796c47", + "name": "9a7a374e-b95c-4fd5-a68e-131d60796c47", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW1200", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/b930f58e-86b5-43e0-a2da-d8bf8769c557", + "name": "b930f58e-86b5-43e0-a2da-d8bf8769c557", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW1500", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/99165ede-a5ab-4b52-b317-e391d92ec370", + "name": "99165ede-a5ab-4b52-b317-e391d92ec370", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW2000", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/8e28c923-5cf2-43cb-bd25-28c8c69b30ff", + "name": "8e28c923-5cf2-43cb-bd25-28c8c69b30ff", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW3000", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/ee1df062-4f3c-42ad-91bf-58b2a7c351e4", + "name": "ee1df062-4f3c-42ad-91bf-58b2a7c351e4", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DW6000", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/9cfc850f-d57f-4760-b5a6-bb640d268bf0", + "name": "9cfc850f-d57f-4760-b5a6-bb640d268bf0", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DS100", + "isDefault": true, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/053407ef-f01c-46f4-b829-96e01a14f449", + "name": "053407ef-f01c-46f4-b829-96e01a14f449", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DS200", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/013a9e10-cafc-45a8-8fcf-93095655d2ce", + "name": "013a9e10-cafc-45a8-8fcf-93095655d2ce", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DS300", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/79f61db4-8c10-46ba-a93a-d7d02dddd61c", + "name": "79f61db4-8c10-46ba-a93a-d7d02dddd61c", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DS400", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/44eaac33-df00-4ef4-a2bb-f7ff87899eea", + "name": "44eaac33-df00-4ef4-a2bb-f7ff87899eea", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DS500", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/f8e0f3a6-888b-459c-a9dd-d74d8b2b0e72", + "name": "f8e0f3a6-888b-459c-a9dd-d74d8b2b0e72", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DS600", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/b9ed8f51-a414-42dc-8348-e4a1de25e12b", + "name": "b9ed8f51-a414-42dc-8348-e4a1de25e12b", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DS1000", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/07479569-6d70-47a5-8db6-0af55d34f2c1", + "name": "07479569-6d70-47a5-8db6-0af55d34f2c1", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DS1200", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/2d79baec-2879-46d5-9f5d-fb70eb004c4e", + "name": "2d79baec-2879-46d5-9f5d-fb70eb004c4e", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DS1500", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/7fb5389f-6d15-4e0b-9540-fe5ecdfdbeee", + "name": "7fb5389f-6d15-4e0b-9540-fe5ecdfdbeee", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "DS2000", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + }, + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/group1/providers/Microsoft.Sql/servers/sqlcrudtest/serviceObjectives/d1737d22-a8ea-4de7-9bd0-33395d2a7419", + "name": "d1737d22-a8ea-4de7-9bd0-33395d2a7419", + "type": "Microsoft.Sql/servers/serviceObjectives", + "location": "Central US", + "properties": { + "serviceObjectiveName": "ElasticPool", + "isDefault": false, + "isSystem": false, + "description": null, + "enabled": true + } + } + ] + } } } } diff --git a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceTierAdvisorList.json b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceTierAdvisorList.json index efcbfe6166c9..04d83a09b36d 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceTierAdvisorList.json +++ b/specification/sql/resource-manager/Microsoft.Sql/stable/2014-04-01/examples/ServiceTierAdvisorList.json @@ -8,40 +8,42 @@ }, "responses": { "200": { - "value": [ - { - "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/sqlcrudtest-9187/serviceTierAdvisors/Current", - "name": "Current", - "type": "Microsoft.Sql/servers/databases/serviceTierAdvisors", - "properties": { - "observationPeriodStart": "2017-07-12T12:00:00Z", - "observationPeriodEnd": "2017-07-26T13:00:00Z", - "activeTimeRatio": 0.0, - "minDtu": 0.0, - "avgDtu": 0.0, - "maxDtu": 0.0, - "maxSizeInGB": 0.0234375, - "serviceLevelObjectiveUsageMetrics": [ - { - "serviceLevelObjective": "Basic", - "serviceLevelObjectiveId": "dd6d99bb-f193-4ec1-86f2-43d3bccbc49c", - "inRangeTimeRatio": 1.0 - } - ], - "currentServiceLevelObjective": "S0", - "currentServiceLevelObjectiveId": "f1173c43-91bd-4aaa-973c-54e79e15235b", - "usageBasedRecommendationServiceLevelObjective": null, - "usageBasedRecommendationServiceLevelObjectiveId": null, - "databaseSizeBasedRecommendationServiceLevelObjective": null, - "databaseSizeBasedRecommendationServiceLevelObjectiveId": null, - "disasterPlanBasedRecommendationServiceLevelObjective": null, - "disasterPlanBasedRecommendationServiceLevelObjectiveId": null, - "overallRecommendationServiceLevelObjective": null, - "overallRecommendationServiceLevelObjectiveId": null, - "confidence": 1.0 + "body": { + "value": [ + { + "id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/sqlcrudtest-9187/serviceTierAdvisors/Current", + "name": "Current", + "type": "Microsoft.Sql/servers/databases/serviceTierAdvisors", + "properties": { + "observationPeriodStart": "2017-07-12T12:00:00Z", + "observationPeriodEnd": "2017-07-26T13:00:00Z", + "activeTimeRatio": 0.0, + "minDtu": 0.0, + "avgDtu": 0.0, + "maxDtu": 0.0, + "maxSizeInGB": 0.0234375, + "serviceLevelObjectiveUsageMetrics": [ + { + "serviceLevelObjective": "Basic", + "serviceLevelObjectiveId": "dd6d99bb-f193-4ec1-86f2-43d3bccbc49c", + "inRangeTimeRatio": 1.0 + } + ], + "currentServiceLevelObjective": "S0", + "currentServiceLevelObjectiveId": "f1173c43-91bd-4aaa-973c-54e79e15235b", + "usageBasedRecommendationServiceLevelObjective": null, + "usageBasedRecommendationServiceLevelObjectiveId": null, + "databaseSizeBasedRecommendationServiceLevelObjective": null, + "databaseSizeBasedRecommendationServiceLevelObjectiveId": null, + "disasterPlanBasedRecommendationServiceLevelObjective": null, + "disasterPlanBasedRecommendationServiceLevelObjectiveId": null, + "overallRecommendationServiceLevelObjective": null, + "overallRecommendationServiceLevelObjectiveId": null, + "confidence": 1.0 + } } - } - ] + ] + } } } }