Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Commands/storage/share-rm/_create.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _storage share-rm create_

Create a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.
Create a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.

## Versions

Expand Down
2 changes: 1 addition & 1 deletion Commands/storage/share-rm/_update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _storage share-rm update_

Update a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.
Update a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.

## Versions

Expand Down
4 changes: 2 additions & 2 deletions Commands/storage/share-rm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Manage Azure file shares using the Microsoft.Storage resource provider.
## Commands

- [create](/Commands/storage/share-rm/_create.md)
: Create a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.
: Create a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.

- [delete](/Commands/storage/share-rm/_delete.md)
: Delete the specified Azure file share or share snapshot.
Expand All @@ -17,4 +17,4 @@ Manage Azure file shares using the Microsoft.Storage resource provider.
: Show the properties for a specified Azure file share or share snapshot.

- [update](/Commands/storage/share-rm/_update.md)
: Update a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.
: Update a new share under the specified account as described by request body. The share resource includes metadata and properties for that share. It does not include a list of the files contained by the share.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@
<item value="&quot;TransactionOptimized&quot;"/>
</enum>
</prop>
<prop readOnly="True" type="dateTime" name="accessTierChangeTime"/>
<prop readOnly="True" type="dateTime" name="accessTierChangeTime">
<format protocol="iso"/>
</prop>
<prop readOnly="True" type="string" name="accessTierStatus"/>
<prop readOnly="True" type="boolean" name="deleted"/>
<prop readOnly="True" type="dateTime" name="deletedTime"/>
<prop readOnly="True" type="dateTime" name="deletedTime">
<format protocol="iso"/>
</prop>
<prop type="string" name="enabledProtocols">
<enum>
<item value="&quot;NFS&quot;"/>
Expand All @@ -84,7 +88,9 @@
<prop type="integer32" name="paidBurstingMaxIops"/>
</prop>
<prop readOnly="True" type="integer32" name="includedBurstIops"/>
<prop readOnly="True" type="dateTime" name="lastModifiedTime"/>
<prop readOnly="True" type="dateTime" name="lastModifiedTime">
<format protocol="iso"/>
</prop>
<prop readOnly="True" type="string" name="leaseDuration">
<enum>
<item value="&quot;Fixed&quot;"/>
Expand Down Expand Up @@ -112,9 +118,15 @@
<item type="string"/>
</additionalProp>
</prop>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedBandwidthDowngradeTime"/>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedIopsDowngradeTime"/>
<prop readOnly="True" type="dateTime" name="nextAllowedQuotaDowngradeTime"/>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedBandwidthDowngradeTime">
<format protocol="rfc"/>
</prop>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedIopsDowngradeTime">
<format protocol="rfc"/>
</prop>
<prop readOnly="True" type="dateTime" name="nextAllowedQuotaDowngradeTime">
<format protocol="rfc"/>
</prop>
<prop type="integer32" name="provisionedBandwidthMibps"/>
<prop type="integer32" name="provisionedIops"/>
<prop readOnly="True" type="integer" name="remainingRetentionDays"/>
Expand All @@ -130,14 +142,20 @@
<prop type="array<object>" name="signedIdentifiers">
<item type="object">
<prop type="object" name="accessPolicy">
<prop type="dateTime" name="expiryTime"/>
<prop type="dateTime" name="expiryTime">
<format protocol="iso"/>
</prop>
<prop type="string" name="permission"/>
<prop type="dateTime" name="startTime"/>
<prop type="dateTime" name="startTime">
<format protocol="iso"/>
</prop>
</prop>
<prop type="string" name="id"/>
</item>
</prop>
<prop readOnly="True" type="dateTime" name="snapshotTime"/>
<prop readOnly="True" type="dateTime" name="snapshotTime">
<format protocol="iso"/>
</prop>
<prop readOnly="True" type="string" name="version"/>
</prop>
<prop readOnly="True" type="string" name="type"/>
Expand Down Expand Up @@ -230,7 +248,7 @@
<format maxLength="63" minLength="3"/>
</arg>
<arg type="SubscriptionId" var="$Path.subscriptionId" options="subscription" required="True" idPart="subscription"/>
<arg type="string" var="$Query.expand" options="expand" hide="True" group="">
<arg type="string" var="$Query.expand" options="expand" group="">
<help short="Optional, used to expand the properties within share's properties. Valid values are: snapshots. Should be passed as a string with delimiter ','"/>
</arg>
</argGroup>
Expand Down Expand Up @@ -275,12 +293,14 @@
<help short="Access policy"/>
<arg type="dateTime" var="$fileShare.properties.signedIdentifiers[].accessPolicy.expiryTime" options="expiry-time">
<help short="Expiry time of the access policy"/>
<format protocol="iso"/>
</arg>
<arg type="string" var="$fileShare.properties.signedIdentifiers[].accessPolicy.permission" options="permission">
<help short="List of abbreviated permissions."/>
</arg>
<arg type="dateTime" var="$fileShare.properties.signedIdentifiers[].accessPolicy.startTime" options="start-time">
<help short="Start time of the access policy"/>
<format protocol="iso"/>
</arg>
</arg>
<arg type="string" var="$fileShare.properties.signedIdentifiers[].id" options="id">
Expand Down Expand Up @@ -373,9 +393,13 @@
<prop type="array<object>" name="signedIdentifiers" arg="$fileShare.properties.signedIdentifiers">
<item type="object">
<prop type="object" name="accessPolicy" arg="$fileShare.properties.signedIdentifiers[].accessPolicy">
<prop type="dateTime" name="expiryTime" arg="$fileShare.properties.signedIdentifiers[].accessPolicy.expiryTime"/>
<prop type="dateTime" name="expiryTime" arg="$fileShare.properties.signedIdentifiers[].accessPolicy.expiryTime">
<format protocol="iso"/>
</prop>
<prop type="string" name="permission" arg="$fileShare.properties.signedIdentifiers[].accessPolicy.permission"/>
<prop type="dateTime" name="startTime" arg="$fileShare.properties.signedIdentifiers[].accessPolicy.startTime"/>
<prop type="dateTime" name="startTime" arg="$fileShare.properties.signedIdentifiers[].accessPolicy.startTime">
<format protocol="iso"/>
</prop>
</prop>
<prop type="string" name="id" arg="$fileShare.properties.signedIdentifiers[].id"/>
</item>
Expand Down Expand Up @@ -403,10 +427,14 @@
<item value="&quot;TransactionOptimized&quot;"/>
</enum>
</prop>
<prop readOnly="True" type="dateTime" name="accessTierChangeTime"/>
<prop readOnly="True" type="dateTime" name="accessTierChangeTime">
<format protocol="iso"/>
</prop>
<prop readOnly="True" type="string" name="accessTierStatus"/>
<prop readOnly="True" type="boolean" name="deleted"/>
<prop readOnly="True" type="dateTime" name="deletedTime"/>
<prop readOnly="True" type="dateTime" name="deletedTime">
<format protocol="iso"/>
</prop>
<prop type="string" name="enabledProtocols">
<enum>
<item value="&quot;NFS&quot;"/>
Expand All @@ -419,7 +447,9 @@
<prop type="integer32" name="paidBurstingMaxIops"/>
</prop>
<prop readOnly="True" type="integer32" name="includedBurstIops"/>
<prop readOnly="True" type="dateTime" name="lastModifiedTime"/>
<prop readOnly="True" type="dateTime" name="lastModifiedTime">
<format protocol="iso"/>
</prop>
<prop readOnly="True" type="string" name="leaseDuration">
<enum>
<item value="&quot;Fixed&quot;"/>
Expand Down Expand Up @@ -447,9 +477,15 @@
<item type="string"/>
</additionalProp>
</prop>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedBandwidthDowngradeTime"/>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedIopsDowngradeTime"/>
<prop readOnly="True" type="dateTime" name="nextAllowedQuotaDowngradeTime"/>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedBandwidthDowngradeTime">
<format protocol="rfc"/>
</prop>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedIopsDowngradeTime">
<format protocol="rfc"/>
</prop>
<prop readOnly="True" type="dateTime" name="nextAllowedQuotaDowngradeTime">
<format protocol="rfc"/>
</prop>
<prop type="integer32" name="provisionedBandwidthMibps"/>
<prop type="integer32" name="provisionedIops"/>
<prop readOnly="True" type="integer" name="remainingRetentionDays"/>
Expand All @@ -465,14 +501,20 @@
<prop type="array<object>" name="signedIdentifiers">
<item type="object">
<prop type="object" name="accessPolicy">
<prop type="dateTime" name="expiryTime"/>
<prop type="dateTime" name="expiryTime">
<format protocol="iso"/>
</prop>
<prop type="string" name="permission"/>
<prop type="dateTime" name="startTime"/>
<prop type="dateTime" name="startTime">
<format protocol="iso"/>
</prop>
</prop>
<prop type="string" name="id"/>
</item>
</prop>
<prop readOnly="True" type="dateTime" name="snapshotTime"/>
<prop readOnly="True" type="dateTime" name="snapshotTime">
<format protocol="iso"/>
</prop>
<prop readOnly="True" type="string" name="version"/>
</prop>
<prop readOnly="True" type="string" name="type"/>
Expand Down Expand Up @@ -542,12 +584,14 @@
<help short="Access policy"/>
<arg nullable="True" type="dateTime" var="$fileShare.properties.signedIdentifiers[].accessPolicy.expiryTime" options="expiry-time">
<help short="Expiry time of the access policy"/>
<format protocol="iso"/>
</arg>
<arg nullable="True" type="string" var="$fileShare.properties.signedIdentifiers[].accessPolicy.permission" options="permission">
<help short="List of abbreviated permissions."/>
</arg>
<arg nullable="True" type="dateTime" var="$fileShare.properties.signedIdentifiers[].accessPolicy.startTime" options="start-time">
<help short="Start time of the access policy"/>
<format protocol="iso"/>
</arg>
</arg>
<arg nullable="True" type="string" var="$fileShare.properties.signedIdentifiers[].id" options="id">
Expand Down Expand Up @@ -618,10 +662,14 @@
<item value="&quot;TransactionOptimized&quot;"/>
</enum>
</prop>
<prop readOnly="True" type="dateTime" name="accessTierChangeTime"/>
<prop readOnly="True" type="dateTime" name="accessTierChangeTime">
<format protocol="iso"/>
</prop>
<prop readOnly="True" type="string" name="accessTierStatus"/>
<prop readOnly="True" type="boolean" name="deleted"/>
<prop readOnly="True" type="dateTime" name="deletedTime"/>
<prop readOnly="True" type="dateTime" name="deletedTime">
<format protocol="iso"/>
</prop>
<prop type="string" name="enabledProtocols">
<enum>
<item value="&quot;NFS&quot;"/>
Expand All @@ -634,7 +682,9 @@
<prop type="integer32" name="paidBurstingMaxIops"/>
</prop>
<prop readOnly="True" type="integer32" name="includedBurstIops"/>
<prop readOnly="True" type="dateTime" name="lastModifiedTime"/>
<prop readOnly="True" type="dateTime" name="lastModifiedTime">
<format protocol="iso"/>
</prop>
<prop readOnly="True" type="string" name="leaseDuration">
<enum>
<item value="&quot;Fixed&quot;"/>
Expand Down Expand Up @@ -662,9 +712,15 @@
<item type="string"/>
</additionalProp>
</prop>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedBandwidthDowngradeTime"/>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedIopsDowngradeTime"/>
<prop readOnly="True" type="dateTime" name="nextAllowedQuotaDowngradeTime"/>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedBandwidthDowngradeTime">
<format protocol="rfc"/>
</prop>
<prop readOnly="True" type="dateTime" name="nextAllowedProvisionedIopsDowngradeTime">
<format protocol="rfc"/>
</prop>
<prop readOnly="True" type="dateTime" name="nextAllowedQuotaDowngradeTime">
<format protocol="rfc"/>
</prop>
<prop type="integer32" name="provisionedBandwidthMibps"/>
<prop type="integer32" name="provisionedIops"/>
<prop readOnly="True" type="integer" name="remainingRetentionDays"/>
Expand All @@ -680,14 +736,20 @@
<prop type="array<object>" name="signedIdentifiers">
<item type="object">
<prop type="object" name="accessPolicy">
<prop type="dateTime" name="expiryTime"/>
<prop type="dateTime" name="expiryTime">
<format protocol="iso"/>
</prop>
<prop type="string" name="permission"/>
<prop type="dateTime" name="startTime"/>
<prop type="dateTime" name="startTime">
<format protocol="iso"/>
</prop>
</prop>
<prop type="string" name="id"/>
</item>
</prop>
<prop readOnly="True" type="dateTime" name="snapshotTime"/>
<prop readOnly="True" type="dateTime" name="snapshotTime">
<format protocol="iso"/>
</prop>
<prop readOnly="True" type="string" name="version"/>
</prop>
<prop readOnly="True" type="string" name="type"/>
Expand Down Expand Up @@ -740,9 +802,13 @@
<prop type="array<object>" name="signedIdentifiers" arg="$fileShare.properties.signedIdentifiers">
<item type="object">
<prop type="object" name="accessPolicy" arg="$fileShare.properties.signedIdentifiers[].accessPolicy">
<prop type="dateTime" name="expiryTime" arg="$fileShare.properties.signedIdentifiers[].accessPolicy.expiryTime"/>
<prop type="dateTime" name="expiryTime" arg="$fileShare.properties.signedIdentifiers[].accessPolicy.expiryTime">
<format protocol="iso"/>
</prop>
<prop type="string" name="permission" arg="$fileShare.properties.signedIdentifiers[].accessPolicy.permission"/>
<prop type="dateTime" name="startTime" arg="$fileShare.properties.signedIdentifiers[].accessPolicy.startTime"/>
<prop type="dateTime" name="startTime" arg="$fileShare.properties.signedIdentifiers[].accessPolicy.startTime">
<format protocol="iso"/>
</prop>
</prop>
<prop type="string" name="id" arg="$fileShare.properties.signedIdentifiers[].id"/>
</item>
Expand Down
Loading