Skip to content

Commit

Permalink
[SQL] Databases API - propagate changes on newer versions (#18753)
Browse files Browse the repository at this point in the history
* Update version 2021-08-01-preview

* Update version 2021-11-01-preview

* ignore string shuffling
  • Loading branch information
ostojicb authored Apr 28, 2022
1 parent 27428c6 commit 8db7df3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
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

0 comments on commit 8db7df3

Please sign in to comment.