Skip to content

Commit bed42f5

Browse files
authored
Merge pull request #282060 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 7040a21 + ceba290 commit bed42f5

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

articles/api-center/import-api-management-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,15 @@ In the following command, substitute the names of your API center, your API cent
255255

256256
```azurecli
257257
#! /bin/bash
258-
import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> \
258+
az apic import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> \
259259
--apim-name <api-management-name> --apim-resource-group <api-management-resource-group-name> \
260260
--apim-apis 'petstore-api'
261261
```
262262

263263

264264
```azurecli
265265
# PowerShell syntax
266-
import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> `
266+
az apic import-from-apim --service-name <api-center-name> --resource-group <resource-group-name> `
267267
--apim-name <api-management-name> --apim-resource-group <api-management-resource-group-name> `
268268
--apim-apis 'petstore-api'
269269
```

articles/azure-arc/servers/arc-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ To configure an existing machine to use Arc gateway, follow these steps:
225225
1. Associate your existing machine with your Arc gateway resource:
226226
227227
```azurecli
228-
az connectedmachine setting update --resource-group [res-group] --subscription [subscription name] --base-provider Microsoft.HyrbridCompute --base-resource-type machines --base-resource-name [Arc-server's resource name] --settings-resource-name default --gateway-resource-id [Full Arm resourceid]
228+
az connectedmachine setting update --resource-group [res-group] --subscription [subscription name] --base-provider Microsoft.HybridCompute --base-resource-type machines --base-resource-name [Arc-server's resource name] --settings-resource-name default --gateway-resource-id [Full Arm resourceid]
229229
```
230230
231231
1. Update the machine to use the Arc gateway resource.

articles/governance/resource-graph/concepts/guidance-for-throttled-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ If you used this article's recommendations and your Azure Resource Graph queries
236236
Provide these details when you contact the Azure Resource Graph team:
237237

238238
- Your specific use-case and business driver needs for a higher throttling limit.
239-
- How many resources do you have access to? How many of the are returned from a single query?
239+
- How many resources do you have access to? How many of them are returned from a single query?
240240
- What types of resources are you interested in?
241241
- What's your query pattern? X queries per Y seconds, and so on.
242242

articles/virtual-machines/linux/expand-disks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ In the following samples, replace example parameter names such as *myResourceGro
7878

7979
> [!IMPORTANT]
8080
> If your disk meets the requirements in [Expand without downtime](#expand-without-downtime), you can skip step 1 and 3.
81+
>
82+
> Shrinking an existing disk isn’t supported and may result in data loss.
83+
>
84+
> After expanding the disks, you need to expand the volume in the operating system to take advantage of the larger disk.
8185
8286
1. Operations on virtual hard disks can't be performed with the VM running. Deallocate your VM with [az vm deallocate](/cli/azure/vm#az-vm-deallocate). The following example deallocates the VM named *myVM* in the resource group named *myResourceGroup*:
8387

0 commit comments

Comments
 (0)