Skip to content

Commit

Permalink
Add native blob soft delete (Azure#10308)
Browse files Browse the repository at this point in the history
* swagger changes for native soft delete

* revert track1 changes
  • Loading branch information
mattgotteiner authored and 00Kai0 committed Oct 12, 2020
1 parent e6c8735 commit aea2b89
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5628,6 +5628,15 @@
}
}
},
"NativeBlobSoftDeleteDeletionDetectionPolicy": {
"description": "Defines a data deletion detection policy that captures deletions using the soft-deletion capability of Azure Blob Storage",
"x-ms-discriminator-value": "#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy",
"allOf": [
{
"$ref": "#/definitions/DataDeletionDetectionPolicy"
}
]
},
"SearchIndexerDataSourceType": {
"type": "string",
"enum": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5630,6 +5630,15 @@
}
}
},
"NativeBlobSoftDeleteDeletionDetectionPolicy": {
"description": "Defines a data deletion detection policy that captures deletions using the soft-deletion capability of Azure Blob Storage",
"x-ms-discriminator-value": "#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy",
"allOf": [
{
"$ref": "#/definitions/DataDeletionDetectionPolicy"
}
]
},
"SearchIndexerDataSourceType": {
"type": "string",
"enum": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5630,6 +5630,15 @@
}
}
},
"NativeBlobSoftDeleteDeletionDetectionPolicy": {
"description": "Defines a data deletion detection policy that captures deletions using the soft-deletion capability of Azure Blob Storage",
"x-ms-discriminator-value": "#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy",
"allOf": [
{
"$ref": "#/definitions/DataDeletionDetectionPolicy"
}
]
},
"SearchIndexerDataSourceType": {
"type": "string",
"enum": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3774,6 +3774,15 @@
}
}
},
"NativeBlobSoftDeleteDeletionDetectionPolicy": {
"description": "Defines a data deletion detection policy that captures deletions using the soft-deletion capability of Azure Blob Storage",
"x-ms-discriminator-value": "#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy",
"allOf": [
{
"$ref": "#/definitions/DataDeletionDetectionPolicy"
}
]
},
"DataSourceType": {
"type": "string",
"enum": [
Expand Down

0 comments on commit aea2b89

Please sign in to comment.