Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -846,13 +846,6 @@
"additionalProperties": {
"$ref": "#/definitions/DatabaseUserIdentity"
}
},
"delegatedResources": {
"description": "Resources delegated to the database - Internal Use Only",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/Delegation"
}
}
}
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
},
Expand All @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -846,13 +846,6 @@
"additionalProperties": {
"$ref": "#/definitions/DatabaseUserIdentity"
}
},
"delegatedResources": {
"description": "Resources delegated to the database - Internal Use Only",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/Delegation"
}
}
}
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
},
Expand All @@ -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": [
Expand Down