Skip to content

Commit b5396cd

Browse files
committed
create call
1 parent d3751fc commit b5396cd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Commands/dell/filesystem/_create.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ Create a FileSystemResource
1010

1111
#### examples
1212

13-
- FileSystems_CreateOrUpdate_MaximumSet_Gen
13+
- Create a Dell filesystem with full configuration
1414
```bash
15-
dell filesystem create --resource-group rgDell --filesystem-name abcd --marketplace "{marketplaceSubscriptionStatus:PendingFulfillmentStart,marketplace-subscription-id:mvjcxwndudbylynme,plan-id:eekvwfndjoxijeasksnt,offer-id:bcganbkmvznyqfnvhjuag,publisher-id:trdzykoeskmcwpo,private-offer-id:privateOfferId,plan-name:planeName}" --delegated-subnet-id rqkpvczbtqcxiaivtbuixblb --delegated-subnet-cidr 10.0.0.1/24 --user "{email:jwogfgznmjabdbcjcljjlkxdpc}" --smart-connect-fqdn fqdn --one-fs-url oneFsUrl --dell-reference-number fhewkj --encryption "{encryption-type:'Customer-managed keys (CMK)',key-url:'https://contoso.com/keyurl/keyVersion',encryption-identity-properties:{identity-type:UserAssigned,identity-resource-id:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'}}" --type UserAssigned --user-assigned-identities "{key7644:{}}" --tags "{key7594:sfkwapubiurgedzveido}" --location cvbmsqftppe
16-
```
17-
18-
- FileSystems_CreateOrUpdate_MaximumSet_Gen
19-
```bash
20-
dell filesystem create --resource-group rgDell --filesystem-name abcd --marketplace "{marketplaceSubscriptionStatus:PendingFulfillmentStart,marketplace-subscription-id:mvjcxwndudbylynme,plan-id:eekvwfndjoxijeasksnt,offer-id:bcganbkmvznyqfnvhjuag,publisher-id:trdzykoeskmcwpo,private-offer-id:privateOfferId,plan-name:planeName}" --delegated-subnet-id rqkpvczbtqcxiaivtbuixblb --delegated-subnet-cidr 10.0.0.1/24 --user "{email:jwogfgznmjabdbcjcljjlkxdpc}" --smart-connect-fqdn fqdn --one-fs-url oneFsUrl --dell-reference-number fhewkj --encryption "{encryption-type:'Customer-managed keys (CMK)',key-url:'https://contoso.com/keyurl/keyVersion',encryption-identity-properties:{identity-type:UserAssigned,identity-resource-id:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'}}" --type UserAssigned --user-assigned-identities "{key7644:{}}" --tags "{key7594:sfkwapubiurgedzveido}" --location cvbmsqftppe
15+
dell filesystem create --resource-group cli_test_dell_rg --filesystem-name dell-fs-test --marketplace "{marketplaceSubscriptionStatus:PendingFulfillmentStart,marketplace-subscription-id:mvjcxwndudbylynme,plan-id:eekvwfndjoxijeasksnt,offer-id:bcganbkmvznyqfnvhjuag,publisher-id:trdzykoeskmcwpo,private-offer-id:privateOfferId,plan-name:planeName}" --delegated-subnet-id /subscriptions/xxxx/resourceGroups/myRG/providers/Microsoft.Network/virtualNetworks/myVNet/subnets/mySubnet --delegated-subnet-cidr 10.0.0.1/24 --user "{email:test@contoso.com}" --smart-connect-fqdn dell-fs.contoso.com --one-fs-url https://onefs.dell.com --dell-reference-number DELL-12345 --tags "{Environment:Development,Owner:TestTeam,DEPLOYMENT_MODE:SkipProvision}" --location uksouth
2116
```

0 commit comments

Comments
 (0)