Skip to content

Commit

Permalink
CodeGen from PR 16358 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Add managedIdentityResourceId to EventHubConnectionProperties (#16358)

Co-authored-by: Amit Elran <amelran@microsoft.com>
  • Loading branch information
SDKAuto and Amit Elran committed Oct 13, 2021
1 parent e1066d3 commit 1cdd7eb
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 17 deletions.
17 changes: 15 additions & 2 deletions schemas/2019-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -3839,8 +3839,21 @@
"description": "Collation mode"
},
"createMode": {
"type": "string",
"description": "What is this?"
"oneOf": [
{
"type": "string",
"enum": [
"Default",
"PointInTimeRestore",
"Recovery",
"Restore"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified."
},
"creationDate": {
"type": "string",
Expand Down
17 changes: 15 additions & 2 deletions schemas/2020-12-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -3854,8 +3854,21 @@
"description": "Collation mode"
},
"createMode": {
"type": "string",
"description": "What is this?"
"oneOf": [
{
"type": "string",
"enum": [
"Default",
"PointInTimeRestore",
"Recovery",
"Restore"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified."
},
"creationDate": {
"type": "string",
Expand Down
17 changes: 15 additions & 2 deletions schemas/2021-03-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -3854,8 +3854,21 @@
"description": "Collation mode"
},
"createMode": {
"type": "string",
"description": "What is this?"
"oneOf": [
{
"type": "string",
"enum": [
"Default",
"PointInTimeRestore",
"Recovery",
"Restore"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified."
},
"creationDate": {
"type": "string",
Expand Down
17 changes: 15 additions & 2 deletions schemas/2021-04-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4841,8 +4841,21 @@
"description": "Collation mode"
},
"createMode": {
"type": "string",
"description": "What is this?"
"oneOf": [
{
"type": "string",
"enum": [
"Default",
"PointInTimeRestore",
"Recovery",
"Restore"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified."
},
"creationDate": {
"type": "string",
Expand Down
17 changes: 15 additions & 2 deletions schemas/2021-05-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -3906,8 +3906,21 @@
"description": "Collation mode"
},
"createMode": {
"type": "string",
"description": "What is this?"
"oneOf": [
{
"type": "string",
"enum": [
"Default",
"PointInTimeRestore",
"Recovery",
"Restore"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified."
},
"creationDate": {
"type": "string",
Expand Down
27 changes: 22 additions & 5 deletions schemas/2021-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
{
"$ref": "#/definitions/workspaces_integrationRuntimes_childResource"
},
{
"$ref": "#/definitions/workspaces_kustoPools_childResource"
},
{
"$ref": "#/definitions/workspaces_firewallRules_childResource"
},
Expand Down Expand Up @@ -150,9 +153,6 @@
},
{
"$ref": "#/definitions/workspaces_azureADOnlyAuthentications_childResource"
},
{
"$ref": "#/definitions/workspaces_kustoPools_childResource"
}
]
}
Expand Down Expand Up @@ -3064,6 +3064,10 @@
],
"description": "System properties of the event hub"
},
"managedIdentityResourceId": {
"type": "string",
"description": "The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub."
},
"mappingRuleName": {
"type": "string",
"description": "The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message."
Expand Down Expand Up @@ -5194,8 +5198,21 @@
"description": "Collation mode"
},
"createMode": {
"type": "string",
"description": "What is this?"
"oneOf": [
{
"type": "string",
"enum": [
"Default",
"PointInTimeRestore",
"Recovery",
"Restore"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified."
},
"creationDate": {
"type": "string",
Expand Down
17 changes: 15 additions & 2 deletions schemas/2021-06-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4012,8 +4012,21 @@
"description": "Collation mode"
},
"createMode": {
"type": "string",
"description": "What is this?"
"oneOf": [
{
"type": "string",
"enum": [
"Default",
"PointInTimeRestore",
"Recovery",
"Restore"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Specifies the mode of sql pool creation.\n\nDefault: regular sql pool creation.\n\nPointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.\n\nRecovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.\n\nRestore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified."
},
"creationDate": {
"type": "string",
Expand Down

0 comments on commit 1cdd7eb

Please sign in to comment.