diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-08-01-preview/Databases.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2021-08-01-preview/Databases.json index c45479105c9a..a9860c54f191 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-08-01-preview/Databases.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2021-08-01-preview/Databases.json @@ -846,13 +846,6 @@ "additionalProperties": { "$ref": "#/definitions/DatabaseUserIdentity" } - }, - "delegatedResources": { - "description": "Resources delegated to the database - Internal Use Only", - "type": "object", - "additionalProperties": { - "$ref": "#/definitions/Delegation" - } } } }, @@ -1204,11 +1197,6 @@ "description": "The Client id used for cross tenant per database CMK scenario", "type": "string" }, - "primaryDelegatedIdentityClientId": { - "format": "uuid", - "description": "The Primary Delegated Identity Client id used for per database CMK - for internal use only", - "type": "string" - }, "sourceResourceId": { "description": "The resource identifier of the source associated with the create operation of this database.\r\n\r\nWhen sourceResourceId is specified, sourceDatabaseId, recoverableDatabaseId, restorableDroppedDatabaseId and sourceDatabaseDeletionDate must not be specified and CreateMode must be PointInTimeRestore, Restore or Recover.\r\n\r\nWhen createMode is PointInTimeRestore, sourceResourceId must be the resource ID of an existing database or existing sql pool, and restorePointInTime must be specified.\r\n\r\nWhen createMode is Restore, sourceResourceId must be the resource ID of restorable dropped database or restorable dropped sql pool.\r\n\r\nWhen createMode is Recover, sourceResourceId must be the resource ID of recoverable database or recoverable sql pool.\r\n\r\nThis property allows to restore across subscriptions which is only supported for DataWarehouse edition.\r\n\r\nWhen source subscription belongs to a different tenant than target subscription, “x-ms-authorization-auxiliary” header must contain authentication token for the source tenant. For more details about “x-ms-authorization-auxiliary” header see https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/authenticate-multi-tenant ", "type": "string", @@ -1572,11 +1560,6 @@ "format": "uuid", "description": "The Client id used for cross tenant per database CMK scenario", "type": "string" - }, - "primaryDelegatedIdentityClientId": { - "format": "uuid", - "description": "The Primary Delegated Identity Client id used for per database CMK - for internal use only", - "type": "string" } } }, @@ -1598,22 +1581,6 @@ } } }, - "Delegation": { - "description": "Delegated Resource Properties - Internal Use Only", - "type": "object", - "properties": { - "resourceId": { - "description": "The resource id of the source resource - Internal Use Only", - "type": "string" - }, - "tenantId": { - "format": "uuid", - "description": "AAD tenant guid of the source resource identity - Internal Use Only.", - "type": "string", - "readOnly": true - } - } - }, "ExportDatabaseDefinition": { "description": "Contains the information necessary to perform export database operation.", "required": [ diff --git a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-11-01-preview/Databases.json b/specification/sql/resource-manager/Microsoft.Sql/preview/2021-11-01-preview/Databases.json index ef5fad4ed217..7978c075e086 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/preview/2021-11-01-preview/Databases.json +++ b/specification/sql/resource-manager/Microsoft.Sql/preview/2021-11-01-preview/Databases.json @@ -846,13 +846,6 @@ "additionalProperties": { "$ref": "#/definitions/DatabaseUserIdentity" } - }, - "delegatedResources": { - "description": "Resources delegated to the database - Internal Use Only", - "type": "object", - "additionalProperties": { - "$ref": "#/definitions/Delegation" - } } } }, @@ -1204,11 +1197,6 @@ "description": "The Client id used for cross tenant per database CMK scenario", "type": "string" }, - "primaryDelegatedIdentityClientId": { - "format": "uuid", - "description": "The Primary Delegated Identity Client id used for per database CMK - for internal use only", - "type": "string" - }, "sourceResourceId": { "description": "The resource identifier of the source associated with the create operation of this database.\r\n\r\nThis property is only supported for DataWarehouse edition and allows to restore across subscriptions.\r\n\r\nWhen sourceResourceId is specified, sourceDatabaseId, recoverableDatabaseId, restorableDroppedDatabaseId and sourceDatabaseDeletionDate must not be specified and CreateMode must be PointInTimeRestore, Restore or Recover.\r\n\r\nWhen createMode is PointInTimeRestore, sourceResourceId must be the resource ID of the existing database or existing sql pool, and restorePointInTime must be specified.\r\n\r\nWhen createMode is Restore, sourceResourceId must be the resource ID of restorable dropped database or restorable dropped sql pool.\r\n\r\nWhen createMode is Recover, sourceResourceId must be the resource ID of recoverable database or recoverable sql pool.\r\n\r\nWhen source subscription belongs to a different tenant than target subscription, “x-ms-authorization-auxiliary” header must contain authentication token for the source tenant. For more details about “x-ms-authorization-auxiliary” header see https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/authenticate-multi-tenant ", "type": "string", @@ -1572,11 +1560,6 @@ "format": "uuid", "description": "The Client id used for cross tenant per database CMK scenario", "type": "string" - }, - "primaryDelegatedIdentityClientId": { - "format": "uuid", - "description": "The Primary Delegated Identity Client id used for per database CMK - for internal use only", - "type": "string" } } }, @@ -1598,22 +1581,6 @@ } } }, - "Delegation": { - "description": "Delegated Resource Properties - Internal Use Only", - "type": "object", - "properties": { - "resourceId": { - "description": "The resource id of the source resource - Internal Use Only", - "type": "string" - }, - "tenantId": { - "format": "uuid", - "description": "AAD tenant guid of the source resource identity - Internal Use Only.", - "type": "string", - "readOnly": true - } - } - }, "ExportDatabaseDefinition": { "description": "Contains the information necessary to perform export database operation.", "required": [