Skip to content

Commit 59d6b12

Browse files
author
SDKAuto
committed
CodeGen from PR 14903 in Azure/azure-rest-api-specs
Merge 650d3b3e5bac78cb97dda35b9da51702121ba5c9 into 90578f376eec0f6db2962efb51b335b0ab377dfe
1 parent 05d4239 commit 59d6b12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schemas/2021-04-01-preview/Microsoft.Search.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2323
}
2424
],
25-
"description": "Identity for the resource."
25+
"description": "Details about the search service identity. A null value indicates that the search service has no identity assigned."
2626
},
2727
"location": {
2828
"type": "string",
@@ -276,13 +276,13 @@
276276
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
277277
}
278278
],
279-
"description": "The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
279+
"description": "The list of user identities associated with the search service. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'."
280280
}
281281
},
282282
"required": [
283283
"type"
284284
],
285-
"description": "Identity for the resource."
285+
"description": "Details about the search service identity. A null value indicates that the search service has no identity assigned."
286286
},
287287
"IpRule": {
288288
"type": "object",
@@ -703,7 +703,7 @@
703703
"UserAssignedManagedIdentity": {
704704
"type": "object",
705705
"properties": {},
706-
"description": "The details of the user assigned managed identity used by the Video Analyzer resource."
706+
"description": "The details of the user assigned managed identity assigned to the search service."
707707
}
708708
}
709709
}

0 commit comments

Comments
 (0)