Skip to content

Commit

Permalink
Fix base class for SearchIndexerDataNoneIdentity and SearchIndexerDat…
Browse files Browse the repository at this point in the history
…auserAssignedIdentity (Azure#15095)
  • Loading branch information
bleroy authored Jul 6, 2021
1 parent 8aa3794 commit 7601061
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5664,14 +5664,14 @@
"required": [
"@odata.type"
],
"description": "Base type for data identities."
"description": "Abstract base type for data identities."
},
"SearchIndexerDataNoneIdentity": {
"description": "Clears the identity property of a datasource.",
"x-ms-discriminator-value": "#Microsoft.Azure.Search.SearchIndexerDataNoneIdentity",
"allOf": [
{
"$ref": "#/definitions/DataChangeDetectionPolicy"
"$ref": "#/definitions/SearchIndexerDataIdentity"
}
]
},
Expand All @@ -5680,7 +5680,7 @@
"x-ms-discriminator-value": "#Microsoft.Azure.Search.SearchIndexerDataUserAssignedIdentity",
"allOf": [
{
"$ref": "#/definitions/DataChangeDetectionPolicy"
"$ref": "#/definitions/SearchIndexerDataIdentity"
}
],
"properties": {
Expand Down

0 comments on commit 7601061

Please sign in to comment.