You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pscloud/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@ The pscloud CLI has been recently improved for better usability and consistency:
8
8
9
9
### Enhanced Parameter Usability ###
10
10
-**Simplified zone specification**: Use `--zone` or `-z` instead of `--availability-zone`
11
-
-**Flattened network parameters**: Use `--subnet-id` and `--vnet-id` directly instead of complex `--vnet-injection` JSON objects
11
+
-**Flattened network parameters**: Use `--subnet-name` and `--vnet-name` directly instead of complex `--vnet-injection` JSON objects
12
12
-**Improved parameter names**: Consistent use of `--name` or `-n` across all commands
13
13
14
14
### Removed Unsupported Features ###
15
15
-**Identity parameters removed**: `--system-assigned`, `--user-assigned`, and related identity options have been removed as they are not supported by the Pure Storage Cloud service
16
16
-**Wait command removed**: `az pscloud pool wait` has been removed for consistency with other Azure CLI extensions
17
17
18
18
### Enhanced Validation ###
19
-
-**Required parameters**: Key parameters like `--zone`, `--provisioned-bandwidth`, `--reservation-id`, `--subnet-id`, and `--vnet-id` are now properly validated as required
19
+
-**Required parameters**: Key parameters like `--zone`, `--provisioned-bandwidth`, `--reservation-id`, `--subnet-name`, and `--vnet-name` are now properly validated as required
20
20
-**Better examples**: All command examples now show realistic Azure resource IDs and cleaner syntax
21
21
22
22
## How to use ##
@@ -82,13 +82,13 @@ This resource represents a block storage array instance, delivered as a service,
82
82
To create a Storage Pool, you need to have a virtual network with a delegated subnet to `PureStorage.Block` service.
0 commit comments