Skip to content

Commit 50eb6ee

Browse files
committed
issue #122763
1 parent c9cc974 commit 50eb6ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-netapp-files/azure-netapp-files-develop-with-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ The following example shows how to create a snapshot of a volume:
197197
198198
## Next steps
199199

200-
[See the Azure NetApp Files REST API reference](/rest/api/netapp/)
200+
* [Azure NetApp Files REST API reference](/rest/api/netapp/)

articles/azure-netapp-files/azure-netapp-files-resize-capacity-pools-or-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ You can change the size of a volume as necessary. A volume's capacity consumptio
5757
You can use the following commands of the [Azure command line (CLI) tools](azure-netapp-files-sdk-cli.md) to resize a capacity pool or a volume:
5858

5959
* [`az netappfiles pool`](/cli/azure/netappfiles/pool)
60-
* [`az netappfiles volume`](/cli/azure/netappfiles/volume)
60+
* [`az netappfiles volume`](/cli/azure/netappfiles/volume) (use the `--usage-threshold` parameter)
6161

6262
## Resizing the capacity pool or a volume using REST API
6363

6464
You can build automation to handle the capacity pool and volume size change.
6565

6666
See [REST API for Azure NetApp Files](azure-netapp-files-develop-with-rest-api.md) and [REST API using PowerShell for Azure NetApp Files](develop-rest-api-powershell.md).
6767

68-
The REST API specification and example code for Azure NetApp Files are available through the [resource-manager GitHub directory](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/netapp/resource-manager/Microsoft.NetApp/stable).
68+
The REST API specification and example code for Azure NetApp Files are available through the [resource-manager GitHub directory](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/netapp/resource-manager/Microsoft.NetApp/stable). See [this command](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/netapp/resource-manager/Microsoft.NetApp/stable/2023-11-01/examples/Volumes_Update.json) for a sample volume update.
6969

7070
## Resize a cross-region replication destination volume
7171

0 commit comments

Comments
 (0)