Skip to content

Commit 3731dff

Browse files
committed
status
1 parent 6a22326 commit 3731dff

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/search/search-how-to-index-onelake-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ A data source is defined as an independent resource so that it can be used by mu
222222
"description": "description",
223223
"type": "onelake",
224224
"credentials": {
225-
"connectionString": "ResourceId=00000000-0000-0000-0000-000000000000"
225+
"connectionString": "ResourceId=a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1"
226226
},
227227
"container": {
228228
"name": "11111111-1111-1111-1111-111111111111",
@@ -260,7 +260,7 @@ A data source is defined as an independent resource so that it can be used by mu
260260
"description": "description",
261261
"type": "onelake",
262262
"credentials": {
263-
"connectionString": "ResourceId=00000000-0000-0000-0000-000000000000"
263+
"connectionString": "ResourceId=a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1"
264264
},
265265
"container": {
266266
"name": "11111111-1111-1111-1111-111111111111",

articles/search/search-indexer-howto-access-private.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@ A `202 Accepted` response is returned on success. The process of creating an out
273273
<!--
274274
1. Check the response. The `PUT` call to create the shared private endpoint returns an `Azure-AsyncOperation` header value that looks like the following:
275275
276-
`"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Search/searchServices/contoso-search/sharedPrivateLinkResources/blob-pe/operationStatuses/08586060559526078782?api-version=2022-09-01"`
276+
`"Azure-AsyncOperation": "https://management.azure.com/subscriptions/ffffffff-eeee-dddd-cccc-bbbbbbbbbbb0/resourceGroups/contoso/providers/Microsoft.Search/searchServices/contoso-search/sharedPrivateLinkResources/blob-pe/operationStatuses/08586060559526078782?api-version=2022-09-01"`
277277
278278
You can poll for the status by manually querying the `Azure-AsyncOperationHeader` value.
279279
280280
```azurecli
281-
az rest --method get --uri https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Search/searchServices/contoso-search/sharedPrivateLinkResources/blob-pe/operationStatuses/08586060559526078782?api-version=2022-09-01
281+
az rest --method get --uri https://management.azure.com/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/contoso/providers/Microsoft.Search/searchServices/contoso-search/sharedPrivateLinkResources/blob-pe/operationStatuses/08586060559526078782?api-version=2022-09-01
282282
```
283283
-->
284284

@@ -321,7 +321,7 @@ On the Azure AI Search side, you can confirm request approval by revisiting the
321321
Alternatively, you can also obtain connection state by using the [Shared Private Link Resources - Get](/rest/api/searchmanagement/shared-private-link-resources/get).
322322

323323
```dotnetcli
324-
az rest --method get --uri https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Search/searchServices/contoso-search/sharedPrivateLinkResources/blob-pe?api-version=2024-07-01
324+
az rest --method get --uri https://management.azure.com/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/contoso/providers/Microsoft.Search/searchServices/contoso-search/sharedPrivateLinkResources/blob-pe?api-version=2024-07-01
325325
```
326326

327327
This would return a JSON, where the connection state shows up as "status" under the "properties" section. Following is an example for a storage account.
@@ -330,7 +330,7 @@ This would return a JSON, where the connection state shows up as "status" under
330330
{
331331
"name": "blob-pe",
332332
"properties": {
333-
"privateLinkResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contoso/providers/Microsoft.Storage/storageAccounts/contoso-storage",
333+
"privateLinkResourceId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/contoso/providers/Microsoft.Storage/storageAccounts/contoso-storage",
334334
"groupId": "blob",
335335
"requestMessage": "please approve",
336336
"status": "Approved",

articles/search/search-manage-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ Sku : Standard
431431
ReplicaCount : 6
432432
PartitionCount : 6
433433
HostingMode : Default
434-
Id : /subscriptions/65a1016d-0f67-45d2-b838-b8f373d6d52e/resourceGroups/demo-westus/providers/Microsoft.Search/searchServices/my-demo-searchapp
434+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/demo-westus/providers/Microsoft.Search/searchServices/my-demo-searchapp
435435
```
436436

437437
## Create a shared private link resource

articles/search/search-security-get-encryption-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Objects that aren't encrypted with a customer-managed key have an empty **encryp
2525
"keyVaultKeyName":"myEncryptionKey",
2626
"keyVaultKeyVersion":"eaab6a663d59439ebb95ce2fe7d5f660",
2727
"accessCredentials":{
28-
"applicationId":"00000000-0000-0000-0000-000000000000",
28+
"applicationId":"00001111-aaaa-2222-bbbb-3333cccc4444",
2929
"applicationSecret":"myApplicationSecret"
3030
}
3131
}

0 commit comments

Comments
 (0)