diff --git a/src/Marketplace/Marketplace/help/Copy-AzMarketplacePrivateStoreCollectionOffer.md b/src/Marketplace/Marketplace/help/Copy-AzMarketplacePrivateStoreCollectionOffer.md index 190b44832383..016bd42422a1 100644 --- a/src/Marketplace/Marketplace/help/Copy-AzMarketplacePrivateStoreCollectionOffer.md +++ b/src/Marketplace/Marketplace/help/Copy-AzMarketplacePrivateStoreCollectionOffer.md @@ -16,20 +16,20 @@ transferring offers (copy or move) from source collection to target collection(s ``` Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId -PrivateStoreId [-OfferIdList ] [-Operation ] [-TargetCollection ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### TransferViaJsonString ``` Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId -PrivateStoreId - -JsonString [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + -JsonString [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### TransferViaJsonFilePath ``` Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId -PrivateStoreId - -JsonFilePath [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + -JsonFilePath [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -37,7 +37,7 @@ Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId -PrivateSto ``` Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId -PrivateStoreInputObject [-OfferIdList ] [-Operation ] - [-TargetCollection ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-TargetCollection ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -45,13 +45,13 @@ Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId ``` Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId -PrivateStoreInputObject -Payload - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### Transfer ``` Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId -PrivateStoreId - -Payload [-DefaultProfile ] [-ProgressAction ] + -Payload [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -59,13 +59,13 @@ Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId -PrivateSto ``` Copy-AzMarketplacePrivateStoreCollectionOffer -InputObject [-OfferIdList ] [-Operation ] [-TargetCollection ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### TransferViaIdentity ``` Copy-AzMarketplacePrivateStoreCollectionOffer -InputObject - -Payload [-DefaultProfile ] [-ProgressAction ] + -Payload [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -243,21 +243,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -TargetCollection Target collections ids diff --git a/src/Marketplace/Marketplace/help/Disable-AzMarketplacePrivateStoreCollectionAllItem.md b/src/Marketplace/Marketplace/help/Disable-AzMarketplacePrivateStoreCollectionAllItem.md index 1722e006ab5a..39ca20c68592 100644 --- a/src/Marketplace/Marketplace/help/Disable-AzMarketplacePrivateStoreCollectionAllItem.md +++ b/src/Marketplace/Marketplace/help/Disable-AzMarketplacePrivateStoreCollectionAllItem.md @@ -15,20 +15,20 @@ Disable approve all items for the collection. ### Disable (Default) ``` Disable-AzMarketplacePrivateStoreCollectionAllItem -CollectionId -PrivateStoreId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### DisableViaIdentityPrivateStore ``` Disable-AzMarketplacePrivateStoreCollectionAllItem -CollectionId -PrivateStoreInputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### DisableViaIdentity ``` Disable-AzMarketplacePrivateStoreCollectionAllItem -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -121,21 +121,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Enable-AzMarketplacePrivateStoreCollectionAllItem.md b/src/Marketplace/Marketplace/help/Enable-AzMarketplacePrivateStoreCollectionAllItem.md index fcd0e1173d74..e3198e27c188 100644 --- a/src/Marketplace/Marketplace/help/Enable-AzMarketplacePrivateStoreCollectionAllItem.md +++ b/src/Marketplace/Marketplace/help/Enable-AzMarketplacePrivateStoreCollectionAllItem.md @@ -15,20 +15,20 @@ Delete all existing offers from the collection and enable approve all items. ### Approve (Default) ``` Enable-AzMarketplacePrivateStoreCollectionAllItem -CollectionId -PrivateStoreId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ApproveViaIdentityPrivateStore ``` Enable-AzMarketplacePrivateStoreCollectionAllItem -CollectionId -PrivateStoreInputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ApproveViaIdentity ``` Enable-AzMarketplacePrivateStoreCollectionAllItem -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -121,21 +121,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplaceBillingPrivateStoreAccount.md b/src/Marketplace/Marketplace/help/Get-AzMarketplaceBillingPrivateStoreAccount.md index 745bbe25336e..cabe409a27b6 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplaceBillingPrivateStoreAccount.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplaceBillingPrivateStoreAccount.md @@ -15,13 +15,13 @@ Tenant billing accounts names ### Billing (Default) ``` Get-AzMarketplaceBillingPrivateStoreAccount -PrivateStoreId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### BillingViaIdentity ``` Get-AzMarketplaceBillingPrivateStoreAccount -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -88,21 +88,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplaceCollectionToSubscriptionMapping.md b/src/Marketplace/Marketplace/help/Get-AzMarketplaceCollectionToSubscriptionMapping.md index 2e64eab84be6..5e3f85bcb1e5 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplaceCollectionToSubscriptionMapping.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplaceCollectionToSubscriptionMapping.md @@ -15,32 +15,32 @@ For a given subscriptions list, the API will return a map of collections and the ### CollectionsExpanded (Default) ``` Get-AzMarketplaceCollectionToSubscriptionMapping -PrivateStoreId [-SubscriptionId ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CollectionsViaJsonString ``` Get-AzMarketplaceCollectionToSubscriptionMapping -PrivateStoreId -JsonString - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CollectionsViaJsonFilePath ``` Get-AzMarketplaceCollectionToSubscriptionMapping -PrivateStoreId -JsonFilePath - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### Collections ``` Get-AzMarketplaceCollectionToSubscriptionMapping -PrivateStoreId -Payload [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### CollectionsViaIdentityExpanded ``` Get-AzMarketplaceCollectionToSubscriptionMapping -InputObject - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -48,7 +48,7 @@ Get-AzMarketplaceCollectionToSubscriptionMapping -InputObject -Payload [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -163,21 +163,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubscriptionId Subscriptions ids list diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStore.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStore.md index 975c4b002e90..2ee60c5540f5 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStore.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStore.md @@ -13,7 +13,7 @@ Get private store list ## SYNTAX ``` -Get-AzMarketplacePrivateStore [-DefaultProfile ] [-ProgressAction ] +Get-AzMarketplacePrivateStore [-DefaultProfile ] [] ``` @@ -55,21 +55,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreAllSubscriptionInTenant.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreAllSubscriptionInTenant.md index 17b451b9c935..969e0fc134db 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreAllSubscriptionInTenant.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreAllSubscriptionInTenant.md @@ -15,13 +15,13 @@ Fetch all subscriptions in tenant, only for marketplace admin ### Fetch (Default) ``` Get-AzMarketplacePrivateStoreAllSubscriptionInTenant -PrivateStoreId [-NextPageToken ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### FetchViaIdentity ``` Get-AzMarketplacePrivateStoreAllSubscriptionInTenant -InputObject - [-NextPageToken ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-NextPageToken ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -99,21 +99,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollection.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollection.md index 3eadc94f5f15..b315453c1c04 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollection.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollection.md @@ -15,25 +15,25 @@ Gets private store collection ### List (Default) ``` Get-AzMarketplacePrivateStoreCollection -PrivateStoreId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### GetViaIdentityPrivateStore ``` Get-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreInputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### Get ``` Get-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreId - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### GetViaIdentity ``` Get-AzMarketplacePrivateStoreCollection -InputObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -134,21 +134,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionMapOffersToContext.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionMapOffersToContext.md index 7cdaedae2362..25bd4f488457 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionMapOffersToContext.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionMapOffersToContext.md @@ -14,7 +14,7 @@ Get a list of all offers in the given collection according to the required conte ``` Get-AzMarketplacePrivateStoreCollectionMapOffersToContext -CollectionId -PrivateStoreId - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -76,21 +76,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubscriptionId Subscription ids list diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionOffer.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionOffer.md index 8d595e262f4a..9419921e41ec 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionOffer.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionOffer.md @@ -15,32 +15,32 @@ Gets information about a specific offer. ### List (Default) ``` Get-AzMarketplacePrivateStoreCollectionOffer -CollectionId -PrivateStoreId - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### GetViaIdentityPrivateStore ``` Get-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId -PrivateStoreInputObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### Get ``` Get-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId -PrivateStoreId - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### GetViaIdentityCollection ``` Get-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionInputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### GetViaIdentity ``` Get-AzMarketplacePrivateStoreCollectionOffer -InputObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -173,21 +173,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionRule.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionRule.md index ac5f35ba6594..26a9b560911b 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionRule.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreCollectionRule.md @@ -15,20 +15,20 @@ Get a list of all private store rules in the given private store and collection ### Query (Default) ``` Get-AzMarketplacePrivateStoreCollectionRule -CollectionId -PrivateStoreId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### QueryViaIdentityPrivateStore ``` Get-AzMarketplacePrivateStoreCollectionRule -CollectionId -PrivateStoreInputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### QueryViaIdentity ``` Get-AzMarketplacePrivateStoreCollectionRule -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -121,21 +121,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreNewPlanNotification.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreNewPlanNotification.md index 491031dda58e..5cdc7ce233fe 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreNewPlanNotification.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreNewPlanNotification.md @@ -14,7 +14,7 @@ List new plans notifications ``` Get-AzMarketplacePrivateStoreNewPlanNotification -PrivateStoreId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -60,21 +60,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreOffer.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreOffer.md index 8f4d0ba759f2..b2ee4c3f2d75 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreOffer.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreOffer.md @@ -14,7 +14,7 @@ Get one or more private store's offer. ``` Get-AzMarketplacePrivateStoreOffer -PrivateStoreId [-OfferId ] [-SubscriptionId ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -184,21 +184,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubscriptionId Azure Marketplace subscription id diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreSubscription.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreSubscription.md index 641d9589cac2..01a2c74f164a 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreSubscription.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreSubscription.md @@ -14,7 +14,7 @@ List all the subscriptions in the private store context ``` Get-AzMarketplacePrivateStoreSubscription -PrivateStoreId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -60,21 +60,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreUserOffer.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreUserOffer.md index c7136a056a95..66196bb187fc 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreUserOffer.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreUserOffer.md @@ -15,14 +15,14 @@ List of user's approved offers for the provided offers and subscriptions ### QueryExpanded (Default) ``` Get-AzMarketplacePrivateStoreUserOffer -PrivateStoreId [-OfferId ] - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### QueryViaIdentityExpanded ``` Get-AzMarketplacePrivateStoreUserOffer -InputObject [-OfferId ] - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -100,21 +100,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubscriptionId List of subscription IDs diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreUserRule.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreUserRule.md index d657c6cfafa6..e541527afcf4 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreUserRule.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreUserRule.md @@ -15,13 +15,13 @@ All rules approved in the private store that are relevant for user subscriptions ### QueryExpanded (Default) ``` Get-AzMarketplacePrivateStoreUserRule -PrivateStoreId [-SubscriptionId ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### QueryViaIdentityExpanded ``` Get-AzMarketplacePrivateStoreUserRule -InputObject [-SubscriptionId ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -83,21 +83,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubscriptionId List of subscription IDs diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreV1.md b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreV1.md index af27db557d35..152c78b3bf86 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreV1.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreV1.md @@ -15,19 +15,19 @@ Get information about the private store ### List (Default) ``` Get-AzMarketplacePrivateStoreV1 [-UseCache ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### Get ``` -Get-AzMarketplacePrivateStoreV1 -Id [-DefaultProfile ] [-ProgressAction ] +Get-AzMarketplacePrivateStoreV1 -Id [-DefaultProfile ] [] ``` ### GetViaIdentity ``` Get-AzMarketplacePrivateStoreV1 -InputObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -96,21 +96,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -UseCache Determines if to use cache or DB for serving this request diff --git a/src/Marketplace/Marketplace/help/Get-AzMarketplaceQueryPrivateStoreOffer.md b/src/Marketplace/Marketplace/help/Get-AzMarketplaceQueryPrivateStoreOffer.md index 45583cee61d9..c3e701099b35 100644 --- a/src/Marketplace/Marketplace/help/Get-AzMarketplaceQueryPrivateStoreOffer.md +++ b/src/Marketplace/Marketplace/help/Get-AzMarketplaceQueryPrivateStoreOffer.md @@ -15,13 +15,13 @@ List of offers, regardless the collections ### Query (Default) ``` Get-AzMarketplaceQueryPrivateStoreOffer -PrivateStoreId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### QueryViaIdentity ``` Get-AzMarketplaceQueryPrivateStoreOffer -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -94,21 +94,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStore.md b/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStore.md index dddfa2bd8445..f749f4dd9827 100644 --- a/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStore.md +++ b/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStore.md @@ -17,19 +17,19 @@ Changes private store properties New-AzMarketplacePrivateStore -Id [-Availability ] [-Branding ] [-ETag ] [-IsGov] [-NotificationSettingRecipient ] [-NotificationSettingSendToAllMarketplaceAdmin] [-PrivateStoreName ] [-TenantId ] [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzMarketplacePrivateStore -Id -JsonFilePath [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzMarketplacePrivateStore -Id -JsonString [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -227,21 +227,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -TenantId Tenant id diff --git a/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollection.md b/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollection.md index c2b2353a865e..c78f50b95c57 100644 --- a/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollection.md +++ b/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollection.md @@ -16,32 +16,32 @@ Create or update private store collection ``` New-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreId [-AllSubscription] [-Claim ] [-CollectionName ] [-Enabled] [-SubscriptionsList ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreId -JsonString - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreId -JsonFilePath - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityPrivateStoreExpanded ``` New-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreInputObject [-AllSubscription] [-Claim ] [-CollectionName ] [-Enabled] [-SubscriptionsList ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityPrivateStore ``` New-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreInputObject - -Payload [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + -Payload [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -232,21 +232,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubscriptionsList Gets or sets subscription ids list. Empty list indicates all subscriptions are selected, null indicates no update is done, explicit list indicates the explicit selected subscriptions. diff --git a/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollectionOffer.md b/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollectionOffer.md index 77f846f78c7e..529be84dd655 100644 --- a/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollectionOffer.md +++ b/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollectionOffer.md @@ -16,21 +16,21 @@ Update or add an offer to a specific collection of the private store. ``` New-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionId -PrivateStoreId [-ETag ] [-IconFileUri ] [-Plan ] [-SpecificPlanIdLimitation ] - [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString ``` New-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionId -PrivateStoreId - -JsonString [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + -JsonString [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath ``` New-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionId -PrivateStoreId - -JsonFilePath [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + -JsonFilePath [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -39,28 +39,28 @@ New-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionId -CollectionId -PrivateStoreInputObject [-ETag ] [-IconFileUri ] [-Plan ] [-SpecificPlanIdLimitation ] [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityPrivateStore ``` New-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionId -PrivateStoreInputObject -Payload [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityCollectionExpanded ``` New-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionInputObject [-ETag ] [-IconFileUri ] [-Plan ] [-SpecificPlanIdLimitation ] - [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### CreateViaIdentityCollection ``` New-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionInputObject - -Payload [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + -Payload [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -269,21 +269,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SpecificPlanIdLimitation Plan ids limitation for this offer diff --git a/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollectionOfferMultiContext.md b/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollectionOfferMultiContext.md index 64ad67f8a466..03a9b632c6e3 100644 --- a/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollectionOfferMultiContext.md +++ b/src/Marketplace/Marketplace/help/New-AzMarketplacePrivateStoreCollectionOfferMultiContext.md @@ -16,7 +16,7 @@ Upsert an offer with multiple context details. ``` New-AzMarketplacePrivateStoreCollectionOfferMultiContext -OfferId -CollectionId -PrivateStoreId [-ETag ] [-PlansContext ] - [-PropertiesOfferId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PropertiesOfferId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ New-AzMarketplacePrivateStoreCollectionOfferMultiContext -OfferId -Coll ``` New-AzMarketplacePrivateStoreCollectionOfferMultiContext -OfferId -CollectionId -PrivateStoreInputObject [-ETag ] [-PlansContext ] - [-PropertiesOfferId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PropertiesOfferId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ New-AzMarketplacePrivateStoreCollectionOfferMultiContext -OfferId -Coll ``` New-AzMarketplacePrivateStoreCollectionOfferMultiContext -OfferId -CollectionInputObject [-ETag ] [-PlansContext ] - [-PropertiesOfferId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PropertiesOfferId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -40,7 +40,7 @@ New-AzMarketplacePrivateStoreCollectionOfferMultiContext -OfferId ``` New-AzMarketplacePrivateStoreCollectionOfferMultiContext -OfferId -InputObject [-ETag ] [-PlansContext ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -207,21 +207,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -PropertiesOfferId The offer ID which contains the plans. diff --git a/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreCollection.md b/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreCollection.md index 3d9b357ad928..d0627cbd1cc7 100644 --- a/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreCollection.md +++ b/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreCollection.md @@ -15,7 +15,7 @@ Delete a collection from the given private store. ### Delete (Default) ``` Remove-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreId - [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -23,13 +23,13 @@ Remove-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreI ``` Remove-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreInputObject [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzMarketplacePrivateStoreCollection -InputObject [-DefaultProfile ] - [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -138,21 +138,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreCollectionOffer.md b/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreCollectionOffer.md index 13c4f63d4ce3..350a32dc5ca8 100644 --- a/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreCollectionOffer.md +++ b/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreCollectionOffer.md @@ -15,7 +15,7 @@ Deletes an offer from the given collection of private store. ### Delete (Default) ``` Remove-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId - -PrivateStoreId [-DefaultProfile ] [-PassThru] [-ProgressAction ] + -PrivateStoreId [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -23,20 +23,20 @@ Remove-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId ``` Remove-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId -PrivateStoreInputObject [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentityCollection ``` Remove-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionInputObject - [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzMarketplacePrivateStoreCollectionOffer -InputObject - [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -177,21 +177,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreOffer.md b/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreOffer.md index 7b4bf8e8d795..06276b1dd9b3 100644 --- a/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreOffer.md +++ b/src/Marketplace/Marketplace/help/Remove-AzMarketplacePrivateStoreOffer.md @@ -14,7 +14,7 @@ Remove an offer from private store. ``` Remove-AzMarketplacePrivateStoreOffer -PrivateStoreId -OfferId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -92,21 +92,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Set-AzMarketplaceBulkPrivateStoreCollectionAction.md b/src/Marketplace/Marketplace/help/Set-AzMarketplaceBulkPrivateStoreCollectionAction.md index baa73ac2980f..a6540b4c95aa 100644 --- a/src/Marketplace/Marketplace/help/Set-AzMarketplaceBulkPrivateStoreCollectionAction.md +++ b/src/Marketplace/Marketplace/help/Set-AzMarketplaceBulkPrivateStoreCollectionAction.md @@ -15,26 +15,26 @@ Perform an action on bulk collections ### BulkExpanded (Default) ``` Set-AzMarketplaceBulkPrivateStoreCollectionAction -PrivateStoreId [-Action ] - [-CollectionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-CollectionId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### Bulk ``` Set-AzMarketplaceBulkPrivateStoreCollectionAction -PrivateStoreId -Payload - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### BulkViaJsonFilePath ``` Set-AzMarketplaceBulkPrivateStoreCollectionAction -PrivateStoreId -JsonFilePath - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### BulkViaJsonString ``` Set-AzMarketplaceBulkPrivateStoreCollectionAction -PrivateStoreId -JsonString - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -163,21 +163,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStore.md b/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStore.md index 8768f54b6d7c..d3b0233d0467 100644 --- a/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStore.md +++ b/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStore.md @@ -17,19 +17,19 @@ Changes private store properties Set-AzMarketplacePrivateStore -Id [-Availability ] [-Branding ] [-ETag ] [-IsGov] [-NotificationSettingRecipient ] [-NotificationSettingSendToAllMarketplaceAdmin] [-PrivateStoreName ] [-TenantId ] [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Set-AzMarketplacePrivateStore -Id -JsonFilePath [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Set-AzMarketplacePrivateStore -Id -JsonString [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -227,21 +227,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -TenantId Tenant id diff --git a/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreCollection.md b/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreCollection.md index f2f97f2bcc99..f5922a46bd98 100644 --- a/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreCollection.md +++ b/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreCollection.md @@ -16,19 +16,19 @@ Create or update private store collection ``` Set-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreId [-AllSubscription] [-Claim ] [-CollectionName ] [-Enabled] [-SubscriptionsList ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Set-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreId -JsonFilePath - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Set-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreId -JsonString - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -186,21 +186,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubscriptionsList Gets or sets subscription ids list. Empty list indicates all subscriptions are selected, null indicates no update is done, explicit list indicates the explicit selected subscriptions. diff --git a/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreCollectionOffer.md b/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreCollectionOffer.md index 00cac207d09a..7a6457b1c641 100644 --- a/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreCollectionOffer.md +++ b/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreCollectionOffer.md @@ -16,21 +16,21 @@ Update or add an offer to a specific collection of the private store. ``` Set-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId -PrivateStoreId [-ETag ] [-IconFileUri ] [-Plan ] [-SpecificPlanIdLimitation ] - [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonFilePath ``` Set-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId -PrivateStoreId - -JsonFilePath [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + -JsonFilePath [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaJsonString ``` Set-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId -PrivateStoreId - -JsonString [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + -JsonString [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -191,21 +191,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SpecificPlanIdLimitation Plan ids limitation for this offer diff --git a/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreOffer.md b/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreOffer.md index 822711b1cb54..3f698bb760ac 100644 --- a/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreOffer.md +++ b/src/Marketplace/Marketplace/help/Set-AzMarketplacePrivateStoreOffer.md @@ -15,7 +15,7 @@ Updates or creates offer for private store. ``` Set-AzMarketplacePrivateStoreOffer -PrivateStoreId -OfferId -SpecificPlanIdsLimitation [-ETag ] - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -174,21 +174,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SpecificPlanIdsLimitation Required Azure Marketplace privateStore offer's specific plan ids limitation diff --git a/src/Marketplace/Marketplace/help/Test-AzMarketplacePrivateStoreAnyExistingOffer.md b/src/Marketplace/Marketplace/help/Test-AzMarketplacePrivateStoreAnyExistingOffer.md index 4fce5dafdeb8..9919ba6cb446 100644 --- a/src/Marketplace/Marketplace/help/Test-AzMarketplacePrivateStoreAnyExistingOffer.md +++ b/src/Marketplace/Marketplace/help/Test-AzMarketplacePrivateStoreAnyExistingOffer.md @@ -15,13 +15,13 @@ Query whether exists any offer in the collections. ### Any (Default) ``` Test-AzMarketplacePrivateStoreAnyExistingOffer -PrivateStoreId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### AnyViaIdentity ``` Test-AzMarketplacePrivateStoreAnyExistingOffer -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -83,21 +83,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Marketplace/Marketplace/help/Update-AzMarketplacePrivateStoreCollection.md b/src/Marketplace/Marketplace/help/Update-AzMarketplacePrivateStoreCollection.md index a629abbcf2bb..f3fc4a6e684f 100644 --- a/src/Marketplace/Marketplace/help/Update-AzMarketplacePrivateStoreCollection.md +++ b/src/Marketplace/Marketplace/help/Update-AzMarketplacePrivateStoreCollection.md @@ -16,7 +16,7 @@ Create private store collection ``` Update-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreId [-AllSubscription] [-Claim ] [-CollectionName ] [-Enabled] [-SubscriptionsList ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityPrivateStoreExpanded @@ -24,21 +24,21 @@ Update-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreI Update-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreInputObject [-AllSubscription] [-Claim ] [-CollectionName ] [-Enabled] [-SubscriptionsList ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityPrivateStore ``` Update-AzMarketplacePrivateStoreCollection -CollectionId -PrivateStoreInputObject -Payload [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzMarketplacePrivateStoreCollection -InputObject [-AllSubscription] [-Claim ] [-CollectionName ] [-Enabled] [-SubscriptionsList ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -207,21 +207,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubscriptionsList Gets or sets subscription ids list. Empty list indicates all subscriptions are selected, null indicates no update is done, explicit list indicates the explicit selected subscriptions. diff --git a/src/Marketplace/Marketplace/help/Update-AzMarketplacePrivateStoreCollectionOffer.md b/src/Marketplace/Marketplace/help/Update-AzMarketplacePrivateStoreCollectionOffer.md index e62419cbb0b5..e9f0306250ba 100644 --- a/src/Marketplace/Marketplace/help/Update-AzMarketplacePrivateStoreCollectionOffer.md +++ b/src/Marketplace/Marketplace/help/Update-AzMarketplacePrivateStoreCollectionOffer.md @@ -17,7 +17,7 @@ Update or add an offer to a specific collection of the private store. Update-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId -PrivateStoreId [-ETag ] [-IconFileUri ] [-Plan ] [-SpecificPlanIdLimitation ] [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityPrivateStoreExpanded @@ -25,28 +25,28 @@ Update-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId Update-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId -PrivateStoreInputObject [-ETag ] [-IconFileUri ] [-Plan ] [-SpecificPlanIdLimitation ] [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityPrivateStore ``` Update-AzMarketplacePrivateStoreCollectionOffer -CollectionId -OfferId -PrivateStoreInputObject -Payload [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityCollectionExpanded ``` Update-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionInputObject [-ETag ] [-IconFileUri ] [-Plan ] [-SpecificPlanIdLimitation ] - [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityCollection ``` Update-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionInputObject - -Payload [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + -Payload [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -54,7 +54,7 @@ Update-AzMarketplacePrivateStoreCollectionOffer -OfferId -CollectionInp ``` Update-AzMarketplacePrivateStoreCollectionOffer -InputObject [-ETag ] [-IconFileUri ] [-Plan ] [-SpecificPlanIdLimitation ] - [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-UpdateSuppressedDueIdempotence] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -241,21 +241,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SpecificPlanIdLimitation Plan ids limitation for this offer diff --git a/src/NetAppFiles/NetAppFiles/help/Approve-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Approve-AzNetAppFilesReplication.md index 6be1c73d92f3..67d6abf98ab0 100644 --- a/src/NetAppFiles/NetAppFiles/help/Approve-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Approve-AzNetAppFilesReplication.md @@ -16,19 +16,19 @@ Approve/Authorize replication connection on the source volume ``` Approve-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName -Name -DataProtectionVolumeId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Approve-AzNetAppFilesReplication -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Approve-AzNetAppFilesReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -155,21 +155,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication source volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccount.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccount.md index ad6ca7b984bf..36fba13ae69c 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccount.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccount.md @@ -15,13 +15,13 @@ Gets details of an Azure NetApp Files (ANF) account. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesAccount -ResourceGroupName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesAccount -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -77,21 +77,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesActiveDirectory.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesActiveDirectory.md index 5a25bea219e9..a9002a426254 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesActiveDirectory.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesActiveDirectory.md @@ -15,14 +15,14 @@ Gets details of an Azure NetApp Files (ANF) Active Directory configuration. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesActiveDirectory -ResourceGroupName -AccountName - [-ActiveDirectoryId ] [-DefaultProfile ] [-ProgressAction ] + [-ActiveDirectoryId ] [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesActiveDirectory [-ActiveDirectoryId ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -99,21 +99,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackup.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackup.md index ec257f27e8db..fbcd2e0299e9 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackup.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackup.md @@ -16,26 +16,26 @@ Gets details of an Azure NetApp Files (ANF) Backup. ``` Get-AzNetAppFilesBackup -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByAccountBackupFieldsParameterSet ``` Get-AzNetAppFilesBackup -ResourceGroupName -AccountName [-Name ] - [-AccountBackupName ] [-DefaultProfile ] [-ProgressAction ] + [-AccountBackupName ] [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesBackup [-Name ] [-AccountBackupName ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesBackup [-Name ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -134,21 +134,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupPolicy.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupPolicy.md index 8369cd6b4332..2d2168a335a3 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesBackupPolicy.md @@ -15,19 +15,19 @@ Gets details of an Azure NetApp Files (ANF) Backup Policy. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesBackupPolicy -ResourceGroupName -AccountName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesBackupPolicy [-Name ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesBackupPolicy [-Name ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -104,21 +104,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNetworkSiblingSet.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNetworkSiblingSet.md index 19b866a4c2e2..1456b4c3a7e8 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNetworkSiblingSet.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesNetworkSiblingSet.md @@ -14,7 +14,7 @@ Get details of a network sibling set ``` Get-AzNetAppFilesNetworkSiblingSet -Location -SubnetId -NetworkSiblingSetId - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -77,21 +77,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubnetId The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesPool.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesPool.md index aaeeb2bd484a..e560af98264e 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesPool.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesPool.md @@ -15,19 +15,19 @@ Gets details of an Azure NetApp Files (ANF) pool. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesPool -ResourceGroupName -AccountName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesPool -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesPool -AccountObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -119,21 +119,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF pool diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaLimit.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaLimit.md index 6baf10a90761..db3c69465171 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaLimit.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesQuotaLimit.md @@ -14,7 +14,7 @@ Get quota limits ``` Get-AzNetAppFilesQuotaLimit -Location [-Name ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -82,21 +82,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRegionInfo.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRegionInfo.md index 9a601d0e87f5..33bfd4d15870 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRegionInfo.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesRegionInfo.md @@ -14,7 +14,7 @@ Describes region specific information ``` Get-AzNetAppFilesRegionInfo -Location [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -61,21 +61,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesReplicationStatus.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesReplicationStatus.md index 9c55985acfd3..5169728b2615 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesReplicationStatus.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesReplicationStatus.md @@ -15,20 +15,20 @@ Get the status of the replication ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesReplicationStatus -ResourceGroupName -AccountName -PoolName - -Name [-DefaultProfile ] [-ProgressAction ] + -Name [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesReplicationStatus -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByObjectParameterSet ``` Get-AzNetAppFilesReplicationStatus -InputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -128,21 +128,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshot.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshot.md index 784285b9c69f..ec01a152fc28 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshot.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshot.md @@ -16,19 +16,19 @@ Gets details of an Azure NetApp Files (ANF) snapshot. ``` Get-AzNetAppFilesSnapshot -ResourceGroupName -AccountName -PoolName -VolumeName [-Name ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesSnapshot [-Name ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesSnapshot [-Name ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -118,21 +118,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicy.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicy.md index 62829997eed2..2536cce3166e 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSnapshotPolicy.md @@ -15,20 +15,20 @@ Gets details of an Azure NetApp Files (ANF) snapshot policy. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesSnapshotPolicy -ResourceGroupName -AccountName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesSnapshotPolicy -ResourceId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesSnapshotPolicy -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -106,21 +106,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolume.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolume.md index ebbbb63eb55e..d9679cd6c4a2 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolume.md @@ -16,19 +16,19 @@ Gets details of an Azure NetApp Files (ANF) subvolume. ``` Get-AzNetAppFilesSubvolume -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesSubvolume [-Name ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesSubvolume [-Name ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -117,21 +117,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF Subvolume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolumeMetadata.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolumeMetadata.md index 4cb1968caad2..0ad9b33c1c97 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolumeMetadata.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesSubvolumeMetadata.md @@ -16,19 +16,19 @@ Gets metadata details of an Azure NetApp Files (ANF) subvolume. ``` Get-AzNetAppFilesSubvolumeMetadata -ResourceGroupName -AccountName -PoolName [-VolumeName ] -Name [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesSubvolumeMetadata -Name -ResourceId - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesSubvolumeMetadata -Name -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -122,21 +122,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF Subvolume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolume.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolume.md index 545867d447f8..c1d91d73f745 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolume.md @@ -15,19 +15,19 @@ Gets details of an Azure NetApp Files (ANF) volume. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesVolume -ResourceGroupName -AccountName -PoolName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolume -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolume -PoolObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -134,21 +134,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeBackupStatus.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeBackupStatus.md index 9716e0feed87..7f81eddb323f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeBackupStatus.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeBackupStatus.md @@ -15,26 +15,26 @@ Get volume's backup status ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesVolumeBackupStatus -ResourceGroupName -AccountName -PoolName - -Name [-DefaultProfile ] [-ProgressAction ] + -Name [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeBackupStatus -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeBackupStatus -PoolObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByObjectParameterSet ``` Get-AzNetAppFilesVolumeBackupStatus -InputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -141,21 +141,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroup.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroup.md index b8e9f596fa4c..1862285765ca 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroup.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroup.md @@ -15,19 +15,19 @@ Gets details of an Azure NetApp Files (ANF) VolumeGroup. ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesVolumeGroup -ResourceGroupName -AccountName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeGroup [-Name ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeGroup [-Name ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -104,21 +104,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF VolumeGroup diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroupIdListForLDAPUser.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroupIdListForLDAPUser.md index 00f1fc0abaf7..64bccbe716ca 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroupIdListForLDAPUser.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeGroupIdListForLDAPUser.md @@ -16,25 +16,25 @@ Get Group Id List for LDAP User ``` Get-AzNetAppFilesVolumeGroupIdListForLDAPUser -ResourceGroupName -AccountName -PoolName -Name -Username [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeGroupIdListForLDAPUser -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeGroupIdListForLDAPUser -PoolObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByObjectParameterSet ``` Get-AzNetAppFilesVolumeGroupIdListForLDAPUser -InputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -141,21 +141,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaRule.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaRule.md index 475400fe6a02..5723ec775a3a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaRule.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeQuotaRule.md @@ -16,19 +16,19 @@ Gets details of an Azure NetApp Files (ANF) Volume Quouta Rule. ``` Get-AzNetAppFilesVolumeQuotaRule -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeQuotaRule [-Name ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeQuotaRule [-Name ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -105,21 +105,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF VolumeQuotaRule diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeReplication.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeReplication.md index 1bf71dbbf79b..a8b8445656f0 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeReplication.md @@ -15,20 +15,20 @@ Get volume's replication ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesVolumeReplication -ResourceGroupName -AccountName -PoolName - -Name [-DefaultProfile ] [-ProgressAction ] + -Name [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeReplication -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeReplication -PoolObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -120,21 +120,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeRestoreStatus.md b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeRestoreStatus.md index 7e32aebfd390..5279865ca102 100644 --- a/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeRestoreStatus.md +++ b/src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesVolumeRestoreStatus.md @@ -15,26 +15,26 @@ Get volume's restore status ### ByFieldsParameterSet (Default) ``` Get-AzNetAppFilesVolumeRestoreStatus -ResourceGroupName -AccountName -PoolName - -Name [-DefaultProfile ] [-ProgressAction ] + -Name [-DefaultProfile ] [] ``` ### ByResourceIdParameterSet ``` Get-AzNetAppFilesVolumeRestoreStatus -ResourceId [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByParentObjectParameterSet ``` Get-AzNetAppFilesVolumeRestoreStatus -PoolObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### ByObjectParameterSet ``` Get-AzNetAppFilesVolumeRestoreStatus -InputObject - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -141,21 +141,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Initialize-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Initialize-AzNetAppFilesReplication.md index 5ec56631f3d2..68c6509e3864 100644 --- a/src/NetAppFiles/NetAppFiles/help/Initialize-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Initialize-AzNetAppFilesReplication.md @@ -15,20 +15,20 @@ Re-Initializes the replication connection on the destination volume ### ByFieldsParameterSet (Default) ``` Initialize-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName - -Name [-PassThru] [-DefaultProfile ] [-ProgressAction ] + -Name [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Initialize-AzNetAppFilesReplication -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Initialize-AzNetAppFilesReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -136,21 +136,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesAccount.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesAccount.md index a1e076f75a85..942630e7d43c 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesAccount.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesAccount.md @@ -17,7 +17,7 @@ New-AzNetAppFilesAccount -ResourceGroupName -Location -Name ] [-Encryption ] [-EncryptionKeySource ] [-KeyVaultKeyName ] [-KeyVaultResourceId ] [-KeyVaultUri ] [-IdentityType ] [-UserAssignedIdentity ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -194,21 +194,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesActiveDirectory.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesActiveDirectory.md index 9b90271019b8..225724761474 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesActiveDirectory.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesActiveDirectory.md @@ -20,7 +20,7 @@ New-AzNetAppFilesActiveDirectory -ResourceGroupName -AccountName ] [-AdName ] [-SecurityOperator ] [-AesEncryption] [-LdapSigning] [-LdapOverTLS] [-AllowLocalNfsUsersWithLdap] [-Administrator ] [-EncryptDCConnection] [-LdapSearchScope ] [-PreferredServersForLdapClient ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ New-AzNetAppFilesActiveDirectory [-Dns ] -Domain [-Site ] [-AesEncryption] [-LdapSigning] [-LdapOverTLS] [-AllowLocalNfsUsersWithLdap] [-Administrator ] [-EncryptDCConnection] [-LdapSearchScope ] [-PreferredServersForLdapClient ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -324,21 +324,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackup.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackup.md index 22abe2589375..0db625b15751 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackup.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackup.md @@ -16,7 +16,7 @@ Creates a new Azure NetApp Files (ANF) backup. ``` New-AzNetAppFilesBackup -ResourceGroupName -Location -AccountName -PoolName -VolumeName -Name -Label [-UseExistingSnapshot] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ New-AzNetAppFilesBackup -ResourceGroupName -Location -AccountN ``` New-AzNetAppFilesBackup -Name -Label [-UseExistingSnapshot] -VolumeObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -131,21 +131,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupPolicy.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupPolicy.md index cd4e6e6ef3cb..2bf7b1818e74 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesBackupPolicy.md @@ -17,7 +17,7 @@ Creates a new Azure NetApp Files (ANF) backup policy for an ANF account. New-AzNetAppFilesBackupPolicy -ResourceGroupName -Location -AccountName -Name [-Enabled] [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -25,7 +25,7 @@ New-AzNetAppFilesBackupPolicy -ResourceGroupName -Location -Ac New-AzNetAppFilesBackupPolicy -Name [-Enabled] [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -162,21 +162,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyObject.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyObject.md index a35f35ea2f1d..03997904d164 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyObject.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyObject.md @@ -14,7 +14,7 @@ Creates export policy object. ``` New-AzNetAppFilesExportPolicyObject -Rule - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -51,21 +51,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Rule List of items which need to be included into endpont scope. diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyRuleObject.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyRuleObject.md index 7aa84c378bf6..bd909908286b 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyRuleObject.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesExportPolicyRuleObject.md @@ -16,7 +16,7 @@ Creates export policy rule object. New-AzNetAppFilesExportPolicyRuleObject -RuleIndex [-UnixReadOnly] [-UnixReadWrite] [-Kerberos5ReadOnly] [-Kerberos5ReadWrite] [-Kerberos5iReadOnly] [-Kerberos5iReadWrite] [-Kerberos5p] [-Kerberos5pReadWrite] [-Cifs] [-Nfsv3] [-Nfsv41] [-AllowedClient ] [-HasRootAccess] - [-ChownMode ] [-DefaultProfile ] [-ProgressAction ] + [-ChownMode ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -234,21 +234,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -RuleIndex Order index. diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesPool.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesPool.md index 32d103770a03..65816b959cd4 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesPool.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesPool.md @@ -16,7 +16,7 @@ Creates a new Azure NetApp Files (ANF) pool. ``` New-AzNetAppFilesPool -ResourceGroupName -Location -AccountName -Name -PoolSize -ServiceLevel [-QosType ] [-CoolAccess] [-EncryptionType ] - [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ New-AzNetAppFilesPool -ResourceGroupName -Location -AccountNam ``` New-AzNetAppFilesPool -Name -PoolSize -ServiceLevel [-QosType ] [-CoolAccess] [-EncryptionType ] [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -177,21 +177,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QosType The qos type of the pool. Possible values include: 'Auto', 'Manual' diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshot.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshot.md index 26934ce7dd6a..4bfee84aa637 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshot.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshot.md @@ -16,14 +16,14 @@ Creates a new Azure NetApp Files (ANF) snapshot. ``` New-AzNetAppFilesSnapshot -ResourceGroupName -Location -AccountName -PoolName -VolumeName -Name [-FileSystemId ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` New-AzNetAppFilesSnapshot -Name [-Tag ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshotPolicy.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshotPolicy.md index 8b8dbdb3fe44..8f1552bfad97 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshotPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSnapshotPolicy.md @@ -18,7 +18,7 @@ New-AzNetAppFilesSnapshotPolicy -ResourceGroupName -Location - -Name [-Enabled] -HourlySchedule -DailySchedule -WeeklySchedule -MonthlySchedule [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -26,7 +26,7 @@ New-AzNetAppFilesSnapshotPolicy -ResourceGroupName -Location - New-AzNetAppFilesSnapshotPolicy -Name [-Enabled] -HourlySchedule -DailySchedule -WeeklySchedule -MonthlySchedule [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -200,21 +200,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSubvolume.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSubvolume.md index b33b8000749c..0e600d5222d7 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSubvolume.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesSubvolume.md @@ -16,7 +16,7 @@ Creates a new Azure NetApp Files (ANF) subvolume. ``` New-AzNetAppFilesSubvolume -ResourceGroupName -Location -AccountName -PoolName -VolumeName -Name -Path -Size [-ParentPath ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ New-AzNetAppFilesSubvolume -ResourceGroupName -Location -Accou ``` New-AzNetAppFilesSubvolume -Name -Path -Size [-ParentPath ] -VolumeObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -146,21 +146,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolume.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolume.md index e6d9348e39bb..1d32b4165f07 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolume.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolume.md @@ -29,7 +29,7 @@ New-AzNetAppFilesVolume -ResourceGroupName -Location -AccountN [-EnableSubvolume] [-Zone ] [-EncryptionKeySource ] [-KeyVaultPrivateEndpointResourceId ] [-DeleteBaseSnapshot] [-SmbAccessBasedEnumeration ] [-SmbNonBrowsable ] [-IsLargeVolume] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -48,7 +48,7 @@ New-AzNetAppFilesVolume -Name -UsageThreshold -SubnetId ] [-EncryptionKeySource ] [-KeyVaultPrivateEndpointResourceId ] [-DeleteBaseSnapshot] [-SmbAccessBasedEnumeration ] [-SmbNonBrowsable ] [-IsLargeVolume] [-Tag ] -PoolObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -488,21 +488,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ProtocolType A hashtable array which represents the export policy diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeGroup.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeGroup.md index f3dee2356e9f..83e2932803ef 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeGroup.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeGroup.md @@ -25,7 +25,7 @@ New-AzNetAppFilesVolumeGroup -ResourceGroupName -Location -Acc [-LogBackupPerformance ] [-HannaSystemReplication] [-DisasterRecoveryDestination] [-BackupProtocolType ] [-ExportPolicy ] [-GlobalPlacementRule ] - [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -42,7 +42,7 @@ New-AzNetAppFilesVolumeGroup -PoolName [-Name ] [-GroupDescript [-ExportPolicy ] [-GlobalPlacementRule ] [-Tag ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -464,21 +464,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ProximityPlacementGroup Default proximity placement group, for data, log, and if present the shared volume, in all volume groups. Specifies that the data, log, and shared volumes are to be created close to the VMs diff --git a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeQuotaRule.md b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeQuotaRule.md index bd53a63cb17a..91d94422660f 100644 --- a/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeQuotaRule.md +++ b/src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeQuotaRule.md @@ -17,14 +17,14 @@ Creates a new Azure NetApp Files (ANF) Volume Quota Rule. New-AzNetAppFilesVolumeQuotaRule -ResourceGroupName -Location -AccountName -PoolName -VolumeName -Name [-Tag ] -QuotaSize -QuotaType [-QuotaTarget ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` New-AzNetAppFilesVolumeQuotaRule -Name [-Tag ] -QuotaSize -QuotaType [-QuotaTarget ] -VolumeObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -116,21 +116,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QuotaSize Size of quota in KiBs diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesAccount.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesAccount.md index f8aee3d86095..078224f70e54 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesAccount.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesAccount.md @@ -15,20 +15,20 @@ Deletes an Azure NetApp Files (ANF) account. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesAccount -ResourceGroupName -Name [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesAccount -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesAccount -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -106,21 +106,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesActiveDirectory.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesActiveDirectory.md index 3512abb724ee..d34927dbd515 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesActiveDirectory.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesActiveDirectory.md @@ -16,20 +16,20 @@ Deletes an Azure NetApp Files (ANF) active directory configuration. ``` Remove-AzNetAppFilesActiveDirectory -ResourceGroupName -AccountName -ActiveDirectoryId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesActiveDirectory -ActiveDirectoryId -AccountObject - [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesActiveDirectory -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -137,21 +137,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackup.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackup.md index 82c7b9c02c30..73d224405c61 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackup.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackup.md @@ -16,33 +16,33 @@ Deletes an Azure NetApp Files (ANF) backup. ``` Remove-AzNetAppFilesBackup -ResourceGroupName [-AccountName ] -PoolName [-VolumeName ] -Name [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByAccountBackupFieldsParameterSet ``` Remove-AzNetAppFilesBackup -ResourceGroupName -AccountName -AccountBackupName - [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesBackup -Name -VolumeObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesBackup -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesBackup -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -184,21 +184,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupPolicy.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupPolicy.md index 3738e28e5de6..21b166d3b98d 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesBackupPolicy.md @@ -15,27 +15,27 @@ Deletes an Azure NetApp Files (ANF) backup policy. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesBackupPolicy -ResourceGroupName -AccountName -Name [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesBackupPolicy -Name -AccountObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesBackupPolicy -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesBackupPolicy -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesPool.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesPool.md index 7ecdeca912d9..2f24ab4a5520 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesPool.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesPool.md @@ -15,27 +15,27 @@ Deletes an Azure NetApp Files (ANF) pool. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesPool -ResourceGroupName -AccountName -Name [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesPool -Name -AccountObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesPool -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesPool -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF pool diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesReplication.md index 3be7084db36e..9b5bf0284a11 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesReplication.md @@ -15,20 +15,20 @@ Remove/Delete the replication connection on the destination volume, and send rel ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName - -Name [-PassThru] [-DefaultProfile ] [-ProgressAction ] + -Name [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesReplication -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -136,21 +136,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshot.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshot.md index 53fa937348f9..07235354838a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshot.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshot.md @@ -16,26 +16,26 @@ Deletes an Azure NetApp Files (ANF) snapshot. ``` Remove-AzNetAppFilesSnapshot -ResourceGroupName -AccountName -PoolName -VolumeName -Name [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesSnapshot -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesSnapshot -VolumeObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesSnapshot -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF snapshot diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshotPolicy.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshotPolicy.md index d7c5f6241b96..af062b5e246e 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshotPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSnapshotPolicy.md @@ -15,27 +15,27 @@ Deletes an Azure NetApp Files (ANF) snapshot policy. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesSnapshotPolicy -ResourceGroupName -AccountName -Name [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesSnapshotPolicy -Name -AccountObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesSnapshotPolicy -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesSnapshotPolicy -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -143,21 +143,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSubvolume.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSubvolume.md index 90f7a3a73ba2..91e1b81bf64f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSubvolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesSubvolume.md @@ -16,27 +16,27 @@ Deletes an Azure NetApp Files (ANF) subvolume. ``` Remove-AzNetAppFilesSubvolume -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesSubvolume [-Name ] -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesSubvolume [-Name ] -VolumeObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesSubvolume [-Name ] -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -144,21 +144,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolume.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolume.md index a3833d116d8c..31a728760359 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolume.md @@ -15,28 +15,28 @@ Deletes an Azure NetApp Files (ANF) volume. ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesVolume -ResourceGroupName -AccountName -PoolName -Name - [-ForceDelete] [-PassThru] [-DefaultProfile ] [-ProgressAction ] + [-ForceDelete] [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesVolume -Name [-ForceDelete] -PoolObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesVolume [-ForceDelete] -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesVolume [-ForceDelete] -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -174,21 +174,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeGroup.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeGroup.md index 78f342266fe6..4c149ddac03e 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeGroup.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeGroup.md @@ -15,28 +15,28 @@ Deletes an Azure NetApp Files (ANF) VolumeGroup. This delete the specified volum ### ByFieldsParameterSet (Default) ``` Remove-AzNetAppFilesVolumeGroup -ResourceGroupName -AccountName [-Name ] [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesVolumeGroup [-Name ] -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesVolumeGroup [-Name ] -AccountObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesVolumeGroup [-Name ] -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -144,21 +144,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF VolumeGroup diff --git a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeQuotaRule.md b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeQuotaRule.md index 29e340e6fc5e..6ee28e5ff140 100644 --- a/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeQuotaRule.md +++ b/src/NetAppFiles/NetAppFiles/help/Remove-AzNetAppFilesVolumeQuotaRule.md @@ -16,27 +16,27 @@ Deletes an Azure NetApp Files (ANF) Volume Quota Rule. ``` Remove-AzNetAppFilesVolumeQuotaRule -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Remove-AzNetAppFilesVolumeQuotaRule [-Name ] -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Remove-AzNetAppFilesVolumeQuotaRule [-Name ] -VolumeObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Remove-AzNetAppFilesVolumeQuotaRule [-Name ] -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -144,21 +144,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF VolumeQuotaRule diff --git a/src/NetAppFiles/NetAppFiles/help/Reset-AzNetAppFilesVolumeCifsPassword.md b/src/NetAppFiles/NetAppFiles/help/Reset-AzNetAppFilesVolumeCifsPassword.md index fc0b335e4b13..a67e0c5c40aa 100644 --- a/src/NetAppFiles/NetAppFiles/help/Reset-AzNetAppFilesVolumeCifsPassword.md +++ b/src/NetAppFiles/NetAppFiles/help/Reset-AzNetAppFilesVolumeCifsPassword.md @@ -15,28 +15,28 @@ Reset the Cifs password for the volume ### ByFieldsParameterSet (Default) ``` Reset-AzNetAppFilesVolumeCifsPassword -ResourceGroupName -AccountName -PoolName - -Name [-PassThru] [-DefaultProfile ] [-ProgressAction ] + -Name [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Reset-AzNetAppFilesVolumeCifsPassword -Name -PoolObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Reset-AzNetAppFilesVolumeCifsPassword -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Reset-AzNetAppFilesVolumeCifsPassword -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -159,21 +159,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesBackupFile.md b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesBackupFile.md index a842ea0dd297..46fbc0214e22 100644 --- a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesBackupFile.md +++ b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesBackupFile.md @@ -17,14 +17,14 @@ Create a new Backup Restore Files request Restore-AzNetAppFilesBackupFile -ResourceGroupName -AccountName -Name -PoolName -VolumeName -FileList [-RestoreFilePath ] -DestinationVolumeId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Restore-AzNetAppFilesBackupFile -Name -FileList [-RestoreFilePath ] -DestinationVolumeId -VolumeObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -32,14 +32,14 @@ Restore-AzNetAppFilesBackupFile -Name -FileList [-RestoreFil ``` Restore-AzNetAppFilesBackupFile -FileList [-RestoreFilePath ] -DestinationVolumeId -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Restore-AzNetAppFilesBackupFile -FileList [-RestoreFilePath ] -DestinationVolumeId -InputObject [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -178,21 +178,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesReplication.md index 8aeaedd9ca16..99af8d385e8e 100644 --- a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesReplication.md @@ -16,20 +16,20 @@ Restore (Re-establish) the specified replication for the volume ``` Restore-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName -Name -SourceVolumeId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Restore-AzNetAppFilesReplication -SourceVolumeId -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Restore-AzNetAppFilesReplication -SourceVolumeId -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -137,21 +137,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesSnapshotFile.md b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesSnapshotFile.md index 43c18cae49ef..81568e336a1c 100644 --- a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesSnapshotFile.md +++ b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesSnapshotFile.md @@ -16,7 +16,7 @@ Restore the specified files from the specified snapshot to the active filesystem ``` Restore-AzNetAppFilesSnapshotFile -ResourceGroupName -AccountName -PoolName -VolumeName [-Name ] -FilePath [-DestinationPath ] [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,14 +24,14 @@ Restore-AzNetAppFilesSnapshotFile -ResourceGroupName -AccountName ] -FilePath [-DestinationPath ] -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Restore-AzNetAppFilesSnapshotFile [-Name ] -FilePath [-DestinationPath ] -VolumeObject [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,21 +153,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesVolume.md b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesVolume.md index 335135579b68..209e722c7539 100644 --- a/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesVolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Restore-AzNetAppFilesVolume.md @@ -16,26 +16,26 @@ Restore/Revert a volume to one of its snapshots ``` Restore-AzNetAppFilesVolume -ResourceGroupName -AccountName -PoolName -Name [-SnapshotId ] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Restore-AzNetAppFilesVolume -Name -PoolObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Restore-AzNetAppFilesVolume -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Restore-AzNetAppFilesVolume -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -158,21 +158,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Resume-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Resume-AzNetAppFilesReplication.md index d86a0825390c..d8b9523ff54a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Resume-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Resume-AzNetAppFilesReplication.md @@ -15,20 +15,20 @@ Resume/Resync the connection on the destination volume. If the operation is ran ### ByFieldsParameterSet (Default) ``` Resume-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName - -Name [-PassThru] [-DefaultProfile ] [-ProgressAction ] + -Name [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Resume-AzNetAppFilesReplication -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Resume-AzNetAppFilesReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -136,21 +136,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesAccount.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesAccount.md index b9ea992524c0..b8ad0f935e68 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesAccount.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesAccount.md @@ -15,21 +15,21 @@ Updates an Azure NetApp Files (ANF) account with the new data set. Useful for de ### ByFieldsParameterSet (Default) ``` Set-AzNetAppFilesAccount -ResourceGroupName -Location -Name [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### SetByResourceActiveDirectory ``` Set-AzNetAppFilesAccount -Location -Name [-ActiveDirectory ] - [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Set-AzNetAppFilesAccount -Location -Name [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -118,21 +118,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupPolicy.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupPolicy.md index d4012f8a922a..300bfb88232b 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesBackupPolicy.md @@ -17,7 +17,7 @@ Updates an Azure NetApp Files (ANF) Backup Policy with the new data set. Set-AzNetAppFilesBackupPolicy -ResourceGroupName -Location -AccountName -Name [-Enabled] [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -25,14 +25,14 @@ Set-AzNetAppFilesBackupPolicy -ResourceGroupName -Location -Ac Set-AzNetAppFilesBackupPolicy -Name [-Enabled] [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Set-AzNetAppFilesBackupPolicy -Name [-Enabled] [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -170,21 +170,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesPool.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesPool.md index f5cba5d32fea..6b1e33dac47b 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesPool.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesPool.md @@ -16,7 +16,7 @@ Updates an Azure NetApp Files (ANF) Capacity Pool with the new data set. ``` Set-AzNetAppFilesPool -ResourceGroupName -Location -AccountName -Name -PoolSize -ServiceLevel [-QosType ] [-CoolAccess] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,14 +24,14 @@ Set-AzNetAppFilesPool -ResourceGroupName -Location -AccountNam ``` Set-AzNetAppFilesPool -Name -PoolSize -ServiceLevel [-QosType ] [-CoolAccess] [-Tag ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Set-AzNetAppFilesPool -Name -PoolSize -ServiceLevel [-QosType ] [-CoolAccess] [-Tag ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -153,21 +153,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QosType The qos type of the pool. Possible values include: 'Auto', 'Manual' diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesSnapshotPolicy.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesSnapshotPolicy.md index c4a1769bd63d..2034b5d71e1d 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesSnapshotPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesSnapshotPolicy.md @@ -18,7 +18,7 @@ Set-AzNetAppFilesSnapshotPolicy -ResourceGroupName -Location - -Name [-Enabled] -HourlySchedule -DailySchedule -WeeklySchedule -MonthlySchedule [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -26,7 +26,7 @@ Set-AzNetAppFilesSnapshotPolicy -ResourceGroupName -Location - Set-AzNetAppFilesSnapshotPolicy -Name [-Enabled] -HourlySchedule -DailySchedule -WeeklySchedule -MonthlySchedule [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -35,7 +35,7 @@ Set-AzNetAppFilesSnapshotPolicy -Name [-Enabled] -HourlySchedule [-Enabled] -HourlySchedule -DailySchedule -WeeklySchedule -MonthlySchedule [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -209,21 +209,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesVolumePool.md b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesVolumePool.md index 3ad019f982ea..6ef3fe3f161d 100644 --- a/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesVolumePool.md +++ b/src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesVolumePool.md @@ -15,27 +15,27 @@ Change pool for an Azure NetApp Files (ANF) volume. ### ByFieldsParameterSet (Default) ``` Set-AzNetAppFilesVolumePool -ResourceGroupName -AccountName -PoolName -Name - [-NewPoolResourceId ] [-DefaultProfile ] [-ProgressAction ] + [-NewPoolResourceId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Set-AzNetAppFilesVolumePool -Name -PoolObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Set-AzNetAppFilesVolumePool -ResourceId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Set-AzNetAppFilesVolumePool -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -158,21 +158,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Suspend-AzNetAppFilesReplication.md b/src/NetAppFiles/NetAppFiles/help/Suspend-AzNetAppFilesReplication.md index bb12446eb794..2511a66dec83 100644 --- a/src/NetAppFiles/NetAppFiles/help/Suspend-AzNetAppFilesReplication.md +++ b/src/NetAppFiles/NetAppFiles/help/Suspend-AzNetAppFilesReplication.md @@ -16,19 +16,19 @@ Suspend/break the replication connection on the destination volume ``` Suspend-AzNetAppFilesReplication -ResourceGroupName -AccountName -PoolName -Name [-ForceBreak] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Suspend-AzNetAppFilesReplication -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Suspend-AzNetAppFilesReplication -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -151,21 +151,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF replication destination volume diff --git a/src/NetAppFiles/NetAppFiles/help/Unlock-AzNetAppFilesVolumeFileLock.md b/src/NetAppFiles/NetAppFiles/help/Unlock-AzNetAppFilesVolumeFileLock.md index 8ca8d5ad8e1f..514ec189167a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Unlock-AzNetAppFilesVolumeFileLock.md +++ b/src/NetAppFiles/NetAppFiles/help/Unlock-AzNetAppFilesVolumeFileLock.md @@ -16,27 +16,27 @@ Break file locks ``` Unlock-AzNetAppFilesVolumeFileLock -ResourceGroupName -AccountName -PoolName -Name [-ClientIp ] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Unlock-AzNetAppFilesVolumeFileLock -Name [-ClientIp ] -PoolObject - [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Unlock-AzNetAppFilesVolumeFileLock [-ClientIp ] -ResourceId [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Unlock-AzNetAppFilesVolumeFileLock [-ClientIp ] -InputObject [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -174,21 +174,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF volume diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccount.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccount.md index 106ab3cd976e..07216e71079e 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccount.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccount.md @@ -18,7 +18,7 @@ Update-AzNetAppFilesAccount -ResourceGroupName [-Location ] -Na [-ActiveDirectory ] [-Encryption ] [-EncryptionKeySource ] [-KeyVaultKeyName ] [-KeyVaultResourceId ] [-KeyVaultUri ] [-IdentityType ] [-UserAssignedIdentity ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -27,7 +27,7 @@ Update-AzNetAppFilesAccount -ResourceGroupName [-Location ] -Na Update-AzNetAppFilesAccount -ResourceGroupName [-Location ] -Name -ResourceId [-ActiveDirectory ] [-Encryption ] [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet @@ -35,7 +35,7 @@ Update-AzNetAppFilesAccount -ResourceGroupName [-Location ] -Na Update-AzNetAppFilesAccount -ResourceGroupName [-Location ] -Name [-ActiveDirectory ] [-Encryption ] -InputObject [-Tag ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -228,21 +228,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccountCredential.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccountCredential.md index 022ae57fe69d..06e4b2fbaae9 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccountCredential.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccountCredential.md @@ -15,7 +15,7 @@ Renew identity credentials ### ByFieldsParameterSet (Default) ``` Update-AzNetAppFilesAccountCredential -ResourceGroupName [-Location ] -Name - [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -23,14 +23,14 @@ Update-AzNetAppFilesAccountCredential -ResourceGroupName [-Location [-Location ] -Name -ResourceId [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Update-AzNetAppFilesAccountCredential -ResourceGroupName [-Location ] -Name -InputObject [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -122,21 +122,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesActiveDirectory.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesActiveDirectory.md index 79c0df256a9a..8b852a50eb70 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesActiveDirectory.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesActiveDirectory.md @@ -21,7 +21,7 @@ Update-AzNetAppFilesActiveDirectory -ResourceGroupName -AccountName ] [-AesEncryption] [-LdapSigning] [-LdapOverTLS] [-AllowLocalNfsUsersWithLdap] [-Administrator ] [-EncryptDCConnection] [-LdapSearchScope ] [-PreferredServersForLdapClient ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet @@ -33,7 +33,7 @@ Update-AzNetAppFilesActiveDirectory -ActiveDirectoryId [-Dns [-LdapSigning] [-LdapOverTLS] [-AllowLocalNfsUsersWithLdap] [-Administrator ] [-EncryptDCConnection] [-LdapSearchScope ] [-PreferredServersForLdapClient ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet @@ -44,7 +44,7 @@ Update-AzNetAppFilesActiveDirectory [-Dns ] [-Domain ] [-Site [-SecurityOperator ] [-AesEncryption] [-LdapSigning] [-LdapOverTLS] [-AllowLocalNfsUsersWithLdap] [-Administrator ] [-EncryptDCConnection] [-LdapSearchScope ] [-PreferredServersForLdapClient ] -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -365,21 +365,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackup.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackup.md index 195e6f9acc22..152aaad11766 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackup.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackup.md @@ -16,7 +16,7 @@ Updates an Azure NetApp Files (ANF) backup to the optional modifiers provided. ``` Update-AzNetAppFilesBackup -ResourceGroupName -Location -AccountName -Name -PoolName -VolumeName [-Label ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,20 +24,20 @@ Update-AzNetAppFilesBackup -ResourceGroupName -Location -Accou ``` Update-AzNetAppFilesBackup -Name [-Label ] [-Tag ] -VolumeObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Update-AzNetAppFilesBackup [-Label ] [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Update-AzNetAppFilesBackup [-Label ] [-Tag ] -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -160,21 +160,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupPolicy.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupPolicy.md index 8cdc54c9d2fd..b5614d49ee75 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesBackupPolicy.md @@ -16,7 +16,7 @@ Updates an Azure NetApp Files (ANF) backup policy to the optional modifiers prov ``` Update-AzNetAppFilesBackupPolicy -ResourceGroupName -Location -AccountName -Name [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] - [-Tag ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Tag ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Update-AzNetAppFilesBackupPolicy -ResourceGroupName -Location ``` Update-AzNetAppFilesBackupPolicy -Name [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -AccountObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Update-AzNetAppFilesBackupPolicy -Name [-DailyBackupsToKeep ] [- ``` Update-AzNetAppFilesBackupPolicy [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -40,7 +40,7 @@ Update-AzNetAppFilesBackupPolicy [-DailyBackupsToKeep ] [-WeeklyBackupsTo ``` Update-AzNetAppFilesBackupPolicy [-DailyBackupsToKeep ] [-WeeklyBackupsToKeep ] [-MonthlyBackupsToKeep ] [-Tag ] -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -178,21 +178,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesNetworkSiblingSet.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesNetworkSiblingSet.md index 81bf6d42896c..6fb46fdc2f08 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesNetworkSiblingSet.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesNetworkSiblingSet.md @@ -15,7 +15,7 @@ Update the network features of a network sibling set ``` Update-AzNetAppFilesNetworkSiblingSet -Location -SubnetId -NetworkSiblingSetId -NetworkSiblingSetStateId -NetworkFeature [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -108,21 +108,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SubnetId The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesPool.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesPool.md index 7261eef6c4e0..bda1d129e42a 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesPool.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesPool.md @@ -16,7 +16,7 @@ Updates an Azure NetApp Files (ANF) pool according to the optional modifiers pro ``` Update-AzNetAppFilesPool -ResourceGroupName [-Location ] -AccountName -Name [-PoolSize ] [-QosType ] [-CoolAccess] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,13 +24,13 @@ Update-AzNetAppFilesPool -ResourceGroupName [-Location ] -Accou ``` Update-AzNetAppFilesPool -Name [-PoolSize ] [-QosType ] [-CoolAccess] [-Tag ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Update-AzNetAppFilesPool [-PoolSize ] [-QosType ] [-CoolAccess] [-Tag ] - -ResourceId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + -ResourceId [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -38,7 +38,7 @@ Update-AzNetAppFilesPool [-PoolSize ] [-QosType ] [-CoolAccess] [ ``` Update-AzNetAppFilesPool [-PoolSize ] [-QosType ] [-CoolAccess] [-Tag ] -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -188,21 +188,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QosType The qos type of the pool. Possible values include: 'Auto', 'Manual' diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSnapshotPolicy.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSnapshotPolicy.md index eb831639182b..43aae4a7d2fb 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSnapshotPolicy.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSnapshotPolicy.md @@ -18,7 +18,7 @@ Update-AzNetAppFilesSnapshotPolicy -ResourceGroupName -Location [-Enabled ] [-HourlySchedule ] [-DailySchedule ] [-WeeklySchedule ] [-MonthlySchedule ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -28,7 +28,7 @@ Update-AzNetAppFilesSnapshotPolicy -Name [-Enabled ] [-HourlySchedule ] [-DailySchedule ] [-WeeklySchedule ] [-MonthlySchedule ] [-Tag ] -AccountObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet @@ -36,7 +36,7 @@ Update-AzNetAppFilesSnapshotPolicy -Name [-Enabled ] Update-AzNetAppFilesSnapshotPolicy [-Enabled ] [-HourlySchedule ] [-DailySchedule ] [-WeeklySchedule ] [-MonthlySchedule ] -ResourceId [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -46,7 +46,7 @@ Update-AzNetAppFilesSnapshotPolicy [-Enabled ] [-HourlySchedule ] [-WeeklySchedule ] [-MonthlySchedule ] [-Tag ] -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -217,21 +217,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSubvolume.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSubvolume.md index 91651e602aab..a1098b7f0104 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSubvolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesSubvolume.md @@ -16,28 +16,28 @@ Updates an Azure NetApp Files (ANF) subvolume according to the optional modifier ``` Update-AzNetAppFilesSubvolume -ResourceGroupName -AccountName -PoolName [-VolumeName ] [-Name ] -Path -Size - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet ``` Update-AzNetAppFilesSubvolume [-Name ] -Path -Size -ResourceId - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Update-AzNetAppFilesSubvolume [-Name ] -Path -Size -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### ByObjectParameterSet ``` Update-AzNetAppFilesSubvolume [-Name ] -Path -Size -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -145,21 +145,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolume.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolume.md index 82ceea08456d..4c0e82b1ae0f 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolume.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolume.md @@ -21,7 +21,7 @@ Update-AzNetAppFilesVolume -ResourceGroupName -Location -Accou [-DefaultUserQuotaInKiB ] [-DefaultGroupQuotaInKiB ] [-Tag ] [-UnixPermission ] [-CoolAccess] [-CoolnessPeriod ] [-CoolAccessRetrievalPolicy ] [-SnapshotDirectoryVisible] [-SmbAccessBasedEnumeration ] [-SmbNonBrowsable ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -34,7 +34,7 @@ Update-AzNetAppFilesVolume -Name [-UsageThreshold ] [-ServiceLev [-UnixPermission ] [-CoolAccess] [-CoolnessPeriod ] [-CoolAccessRetrievalPolicy ] [-SnapshotDirectoryVisible] [-SmbAccessBasedEnumeration ] [-SmbNonBrowsable ] -PoolObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByResourceIdParameterSet @@ -45,7 +45,7 @@ Update-AzNetAppFilesVolume [-UsageThreshold ] [-ServiceLevel ] [-DefaultUserQuotaInKiB ] [-DefaultGroupQuotaInKiB ] [-Tag ] [-UnixPermission ] [-CoolAccess] [-CoolnessPeriod ] [-CoolAccessRetrievalPolicy ] [-SnapshotDirectoryVisible] [-SmbAccessBasedEnumeration ] [-SmbNonBrowsable ] - -ResourceId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + -ResourceId [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -58,7 +58,7 @@ Update-AzNetAppFilesVolume [-UsageThreshold ] [-ServiceLevel ] [-UnixPermission ] [-CoolAccess] [-CoolnessPeriod ] [-CoolAccessRetrievalPolicy ] [-SnapshotDirectoryVisible] [-SmbAccessBasedEnumeration ] [-SmbNonBrowsable ] -InputObject [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -317,21 +317,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The resource group of the ANF account diff --git a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolumeQuotaRule.md b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolumeQuotaRule.md index 3840bb6c510a..e2bbce7479a1 100644 --- a/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolumeQuotaRule.md +++ b/src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesVolumeQuotaRule.md @@ -16,7 +16,7 @@ Updates an Azure NetApp Files (ANF) volume quota rule according to the optional ``` Update-AzNetAppFilesVolumeQuotaRule -ResourceGroupName -AccountName -PoolName -VolumeName -Name [-Tag ] [-QuotaSize ] [-QuotaType ] - [-QuotaTarget ] [-DefaultProfile ] [-ProgressAction ] + [-QuotaTarget ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -24,14 +24,14 @@ Update-AzNetAppFilesVolumeQuotaRule -ResourceGroupName -AccountName [-Tag ] [-QuotaSize ] [-QuotaType ] [-QuotaTarget ] -ResourceId [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ByParentObjectParameterSet ``` Update-AzNetAppFilesVolumeQuotaRule -Name [-Tag ] [-QuotaSize ] [-QuotaType ] [-QuotaTarget ] -VolumeObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -39,7 +39,7 @@ Update-AzNetAppFilesVolumeQuotaRule -Name [-Tag ] [-QuotaSiz ``` Update-AzNetAppFilesVolumeQuotaRule -Name [-Tag ] [-QuotaSize ] [-QuotaType ] [-QuotaTarget ] -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -132,21 +132,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -QuotaSize Size of quota in KiBs diff --git a/src/Sql/Sql/help/Invoke-AzSqlInstanceExternalGovernanceStatusRefresh.md b/src/Sql/Sql/help/Invoke-AzSqlInstanceExternalGovernanceStatusRefresh.md index bc25be6022e8..85cff20819f9 100644 --- a/src/Sql/Sql/help/Invoke-AzSqlInstanceExternalGovernanceStatusRefresh.md +++ b/src/Sql/Sql/help/Invoke-AzSqlInstanceExternalGovernanceStatusRefresh.md @@ -15,21 +15,21 @@ Refreshes the value of external governance on the managed instance. ### InvokeByNameParameterSet ``` Invoke-AzSqlInstanceExternalGovernanceStatusRefresh [-ResourceGroupName] [-InstanceName] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### InvokeByParentObjectParameterSet ``` Invoke-AzSqlInstanceExternalGovernanceStatusRefresh [-InstanceObject] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### InvokeByResourceIdParameterSet ``` Invoke-AzSqlInstanceExternalGovernanceStatusRefresh [-ResourceId] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -92,21 +92,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. diff --git a/src/StackHCI/StackHCI/help/Add-AzStackHCIVMAttestation.md b/src/StackHCI/StackHCI/help/Add-AzStackHCIVMAttestation.md index 930740d6b67d..84c02b8e54c7 100644 --- a/src/StackHCI/StackHCI/help/Add-AzStackHCIVMAttestation.md +++ b/src/StackHCI/StackHCI/help/Add-AzStackHCIVMAttestation.md @@ -14,19 +14,19 @@ Add-AzStackHCIVMAttestation configures guests for AzureStack HCI IMDS Attestatio ### VMName (Default) ``` -Add-AzStackHCIVMAttestation [-VMName] [-Force] [-ProgressAction ] [-WhatIf] +Add-AzStackHCIVMAttestation [-VMName] [-Force] [-WhatIf] [-Confirm] [] ``` ### VMObject ``` -Add-AzStackHCIVMAttestation [-Force] [-VM] [-ProgressAction ] [-WhatIf] [-Confirm] +Add-AzStackHCIVMAttestation [-Force] [-VM] [-WhatIf] [-Confirm] [] ``` ### AddAll ``` -Add-AzStackHCIVMAttestation [-Force] [-AddAll] [-ProgressAction ] [-WhatIf] [-Confirm] +Add-AzStackHCIVMAttestation [-Force] [-AddAll] [-WhatIf] [-Confirm] [] ``` @@ -107,21 +107,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -VM Specifies an array of VM objects from Get-VM. diff --git a/src/StackHCI/StackHCI/help/Disable-AzStackHCIAttestation.md b/src/StackHCI/StackHCI/help/Disable-AzStackHCIAttestation.md index 354bc15661f6..68e526d33b4f 100644 --- a/src/StackHCI/StackHCI/help/Disable-AzStackHCIAttestation.md +++ b/src/StackHCI/StackHCI/help/Disable-AzStackHCIAttestation.md @@ -14,7 +14,7 @@ Disable-AzStackHCIAttestation disables IMDS Attestation on the host ``` Disable-AzStackHCIAttestation [[-ComputerName] ] [-Credential ] [-RemoveVM] [-Force] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -83,21 +83,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -RemoveVM Specifies the guests on each node should be removed from IMDS Attestation before disabling on cluster. Disable cannot continue before guests are removed. diff --git a/src/StackHCI/StackHCI/help/Disable-AzStackHCIRemoteSupport.md b/src/StackHCI/StackHCI/help/Disable-AzStackHCIRemoteSupport.md index 418f142b0708..6e78cb50b3ad 100644 --- a/src/StackHCI/StackHCI/help/Disable-AzStackHCIRemoteSupport.md +++ b/src/StackHCI/StackHCI/help/Disable-AzStackHCIRemoteSupport.md @@ -13,7 +13,7 @@ Disables Remote Support. ## SYNTAX ``` -Disable-AzStackHCIRemoteSupport [-ProgressAction ] [-WhatIf] [-Confirm] [] +Disable-AzStackHCIRemoteSupport [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -37,21 +37,6 @@ Disabling Remort support ## PARAMETERS -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/StackHCI/StackHCI/help/Enable-AzStackHCIAttestation.md b/src/StackHCI/StackHCI/help/Enable-AzStackHCIAttestation.md index 5661338ab417..b243e9029603 100644 --- a/src/StackHCI/StackHCI/help/Enable-AzStackHCIAttestation.md +++ b/src/StackHCI/StackHCI/help/Enable-AzStackHCIAttestation.md @@ -14,7 +14,7 @@ Enable-AzStackHCIAttestation configures the host and enables specified guests fo ``` Enable-AzStackHCIAttestation [[-ComputerName] ] [-Credential ] [-AddVM] [-Force] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -99,21 +99,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/StackHCI/StackHCI/help/Enable-AzStackHCIRemoteSupport.md b/src/StackHCI/StackHCI/help/Enable-AzStackHCIRemoteSupport.md index 8e02d43d2b5e..dcfcbe174c6a 100644 --- a/src/StackHCI/StackHCI/help/Enable-AzStackHCIRemoteSupport.md +++ b/src/StackHCI/StackHCI/help/Enable-AzStackHCIRemoteSupport.md @@ -14,7 +14,7 @@ Enables Remote Support. ``` Enable-AzStackHCIRemoteSupport [-AccessLevel] [[-ExpireInMinutes] ] [[-SasCredential] ] - [-AgreeToRemoteSupportConsent] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-AgreeToRemoteSupportConsent] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -118,21 +118,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SasCredential Hybrid Connection SAS Credential. diff --git a/src/StackHCI/StackHCI/help/Get-AzStackHCILogsDirectory.md b/src/StackHCI/StackHCI/help/Get-AzStackHCILogsDirectory.md index e76e5801596f..055f8d68ce8f 100644 --- a/src/StackHCI/StackHCI/help/Get-AzStackHCILogsDirectory.md +++ b/src/StackHCI/StackHCI/help/Get-AzStackHCILogsDirectory.md @@ -14,7 +14,7 @@ Returns Logs directory path on the current node. ``` Get-AzStackHCILogsDirectory [[-Credential] ] [[-ComputerName] ] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -66,21 +66,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/StackHCI/StackHCI/help/Get-AzStackHCIRemoteSupportAccess.md b/src/StackHCI/StackHCI/help/Get-AzStackHCIRemoteSupportAccess.md index c4ac60083e75..d98a09608b6a 100644 --- a/src/StackHCI/StackHCI/help/Get-AzStackHCIRemoteSupportAccess.md +++ b/src/StackHCI/StackHCI/help/Get-AzStackHCIRemoteSupportAccess.md @@ -13,7 +13,7 @@ Gets Remote Support Access. ## SYNTAX ``` -Get-AzStackHCIRemoteSupportAccess [-Cluster] [-IncludeExpired] [-ProgressAction ] +Get-AzStackHCIRemoteSupportAccess [-Cluster] [-IncludeExpired] [] ``` @@ -102,21 +102,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/StackHCI/StackHCI/help/Get-AzStackHCIRemoteSupportSessionHistory.md b/src/StackHCI/StackHCI/help/Get-AzStackHCIRemoteSupportSessionHistory.md index 4fa568ba3af3..225492deb3f1 100644 --- a/src/StackHCI/StackHCI/help/Get-AzStackHCIRemoteSupportSessionHistory.md +++ b/src/StackHCI/StackHCI/help/Get-AzStackHCIRemoteSupportSessionHistory.md @@ -14,7 +14,7 @@ Gets Remote Support Session History Details. ``` Get-AzStackHCIRemoteSupportSessionHistory [[-SessionId] ] [-IncludeSessionTranscript] - [[-FromDate] ] [-ProgressAction ] [] + [[-FromDate] ] [] ``` ## DESCRIPTION @@ -72,21 +72,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -SessionId Optional. Session Id to get details for a specific session. diff --git a/src/StackHCI/StackHCI/help/Get-AzStackHCIVMAttestation.md b/src/StackHCI/StackHCI/help/Get-AzStackHCIVMAttestation.md index 91b7d596d584..fb65963f86cb 100644 --- a/src/StackHCI/StackHCI/help/Get-AzStackHCIVMAttestation.md +++ b/src/StackHCI/StackHCI/help/Get-AzStackHCIVMAttestation.md @@ -13,7 +13,7 @@ Get-AzStackHCIVMAttestation shows a list of guests added to IMDS Attestation on ## SYNTAX ``` -Get-AzStackHCIVMAttestation [-Local] [-ProgressAction ] [] +Get-AzStackHCIVMAttestation [-Local] [] ``` ## DESCRIPTION @@ -76,21 +76,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/StackHCI/StackHCI/help/Get-AzStackHciArcSetting.md b/src/StackHCI/StackHCI/help/Get-AzStackHciArcSetting.md index c43fe50ab0ec..baaa331b6ad1 100644 --- a/src/StackHCI/StackHCI/help/Get-AzStackHciArcSetting.md +++ b/src/StackHCI/StackHCI/help/Get-AzStackHciArcSetting.md @@ -15,20 +15,20 @@ Get ArcSetting resource details of HCI Cluster. ### List (Default) ``` Get-AzStackHciArcSetting -ClusterName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### Get ``` Get-AzStackHciArcSetting -ClusterName -Name -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [-DefaultProfile ] [] ``` ### GetViaIdentity ``` Get-AzStackHciArcSetting -InputObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -114,21 +114,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/Get-AzStackHciCluster.md b/src/StackHCI/StackHCI/help/Get-AzStackHciCluster.md index 8e3c2769d493..46dcfbbb6b85 100644 --- a/src/StackHCI/StackHCI/help/Get-AzStackHciCluster.md +++ b/src/StackHCI/StackHCI/help/Get-AzStackHciCluster.md @@ -15,25 +15,25 @@ Get HCI cluster. ### List (Default) ``` Get-AzStackHciCluster [-SubscriptionId ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### Get ``` Get-AzStackHciCluster -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### List1 ``` Get-AzStackHciCluster -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### GetViaIdentity ``` Get-AzStackHciCluster -InputObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -119,21 +119,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/Get-AzStackHciExtension.md b/src/StackHCI/StackHCI/help/Get-AzStackHciExtension.md index 744ea920ece4..38c9bfe88fb8 100644 --- a/src/StackHCI/StackHCI/help/Get-AzStackHciExtension.md +++ b/src/StackHCI/StackHCI/help/Get-AzStackHciExtension.md @@ -15,7 +15,7 @@ Get particular Arc Extension of HCI Cluster. ### List (Default) ``` Get-AzStackHciExtension -ArcSettingName -ClusterName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [-DefaultProfile ] [] ``` @@ -23,13 +23,13 @@ Get-AzStackHciExtension -ArcSettingName -ClusterName -Resource ``` Get-AzStackHciExtension -ArcSettingName -ClusterName -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### GetViaIdentity ``` Get-AzStackHciExtension -InputObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -130,21 +130,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/Install-AzStackHCIRemoteSupport.md b/src/StackHCI/StackHCI/help/Install-AzStackHCIRemoteSupport.md index 68de69270b67..acc7dcc83c75 100644 --- a/src/StackHCI/StackHCI/help/Install-AzStackHCIRemoteSupport.md +++ b/src/StackHCI/StackHCI/help/Install-AzStackHCIRemoteSupport.md @@ -13,7 +13,7 @@ Installs Remote Support. ## SYNTAX ``` -Install-AzStackHCIRemoteSupport [-ProgressAction ] [-WhatIf] [-Confirm] [] +Install-AzStackHCIRemoteSupport [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -49,21 +49,6 @@ Installs Remort Support ## PARAMETERS -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/StackHCI/StackHCI/help/Invoke-AzStackHciConsentAndInstallDefaultExtension.md b/src/StackHCI/StackHCI/help/Invoke-AzStackHciConsentAndInstallDefaultExtension.md index 83eaad26b204..2529f96ed23b 100644 --- a/src/StackHCI/StackHCI/help/Invoke-AzStackHciConsentAndInstallDefaultExtension.md +++ b/src/StackHCI/StackHCI/help/Invoke-AzStackHciConsentAndInstallDefaultExtension.md @@ -15,14 +15,14 @@ Add consent time for default extensions and initiate extensions installation ### And (Default) ``` Invoke-AzStackHciConsentAndInstallDefaultExtension -ClusterName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-SubscriptionId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### AndViaIdentity ``` Invoke-AzStackHciConsentAndInstallDefaultExtension -InputObject - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -93,21 +93,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit.md b/src/StackHCI/StackHCI/help/Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit.md index b3d3549a5c3b..2c946357ec9c 100644 --- a/src/StackHCI/StackHCI/help/Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit.md +++ b/src/StackHCI/StackHCI/help/Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit.md @@ -16,14 +16,14 @@ Extends Software Assurance Benefit to a cluster ``` Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit -ClusterName -ResourceGroupName [-SubscriptionId ] [-SoftwareAssuranceIntent ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### Extend ``` Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit -ClusterName -ResourceGroupName [-SubscriptionId ] -SoftwareAssuranceChangeRequest - [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -31,14 +31,14 @@ Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit -ClusterName -Re ``` Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit -InputObject [-SoftwareAssuranceIntent ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### ExtendViaIdentity ``` Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit -InputObject -SoftwareAssuranceChangeRequest [-DefaultProfile ] [-AsJob] - [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -139,21 +139,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/New-AzStackHciArcSetting.md b/src/StackHCI/StackHCI/help/New-AzStackHciArcSetting.md index c073d9dcc62a..24a23602af24 100644 --- a/src/StackHCI/StackHCI/help/New-AzStackHciArcSetting.md +++ b/src/StackHCI/StackHCI/help/New-AzStackHciArcSetting.md @@ -16,7 +16,7 @@ Create ArcSetting for HCI cluster. New-AzStackHciArcSetting -ClusterName -ResourceGroupName [-SubscriptionId ] [-ArcApplicationClientId ] [-ArcApplicationObjectId ] [-ArcApplicationTenantId ] [-ArcInstanceResourceGroup ] [-ArcServicePrincipalObjectId ] [-ConnectivityProperty ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -162,21 +162,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/New-AzStackHciCluster.md b/src/StackHCI/StackHCI/help/New-AzStackHciCluster.md index 6c21672b43a9..299621856c38 100644 --- a/src/StackHCI/StackHCI/help/New-AzStackHciCluster.md +++ b/src/StackHCI/StackHCI/help/New-AzStackHciCluster.md @@ -21,7 +21,7 @@ New-AzStackHciCluster -Name -ResourceGroupName [-SubscriptionI [-IdentityType ] [-IdentityUserAssignedIdentity ] [-SoftwareAssurancePropertySoftwareAssuranceIntent ] [-SoftwareAssurancePropertySoftwareAssuranceStatus ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -241,21 +241,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/New-AzStackHciExtension.md b/src/StackHCI/StackHCI/help/New-AzStackHciExtension.md index f54323f37439..6c5e9ebc8558 100644 --- a/src/StackHCI/StackHCI/help/New-AzStackHciExtension.md +++ b/src/StackHCI/StackHCI/help/New-AzStackHciExtension.md @@ -19,7 +19,7 @@ New-AzStackHciExtension -ArcSettingName -ClusterName -Name ] [-ExtensionParameterPublisher ] [-ExtensionParameterSetting ] [-ExtensionParameterType ] [-ExtensionParameterTypeHandlerVersion ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -269,21 +269,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/Register-AzStackHCI.md b/src/StackHCI/StackHCI/help/Register-AzStackHCI.md index 80ce41ea627e..dcad7ec8ee7b 100644 --- a/src/StackHCI/StackHCI/help/Register-AzStackHCI.md +++ b/src/StackHCI/StackHCI/help/Register-AzStackHCI.md @@ -18,7 +18,7 @@ Register-AzStackHCI [-SubscriptionId] [-Region] [[-ResourceNam [[-AccountId] ] [[-EnvironmentName] ] [[-ComputerName] ] [[-CertificateThumbprint] ] [-RepairRegistration] [-UseDeviceAuthentication] [[-Credential] ] [-IsWAC] [[-ArcServerResourceGroupName] ] - [[-ArcSpnCredential] ] [[-LogsDirectory] ] [-ProgressAction ] + [[-ArcSpnCredential] ] [[-LogsDirectory] ] [-WhatIf] [-Confirm] [] ``` @@ -245,21 +245,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Region Specifies the Region to create the resource. Region is a Mandatory parameter. diff --git a/src/StackHCI/StackHCI/help/Remove-AzStackHCIRemoteSupport.md b/src/StackHCI/StackHCI/help/Remove-AzStackHCIRemoteSupport.md index 4f76332ba690..0d6beced8b79 100644 --- a/src/StackHCI/StackHCI/help/Remove-AzStackHCIRemoteSupport.md +++ b/src/StackHCI/StackHCI/help/Remove-AzStackHCIRemoteSupport.md @@ -13,7 +13,7 @@ Removes Remote Support. ## SYNTAX ``` -Remove-AzStackHCIRemoteSupport [-ProgressAction ] [-WhatIf] [-Confirm] [] +Remove-AzStackHCIRemoteSupport [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -40,21 +40,6 @@ Removes Remote Support ## PARAMETERS -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/StackHCI/StackHCI/help/Remove-AzStackHCIVMAttestation.md b/src/StackHCI/StackHCI/help/Remove-AzStackHCIVMAttestation.md index e16be3c91414..efcc75ae35eb 100644 --- a/src/StackHCI/StackHCI/help/Remove-AzStackHCIVMAttestation.md +++ b/src/StackHCI/StackHCI/help/Remove-AzStackHCIVMAttestation.md @@ -14,19 +14,19 @@ Remove-AzStackHCIVMAttestation removes guests from AzureStack HCI IMDS Attestati ### VMName (Default) ``` -Remove-AzStackHCIVMAttestation [-VMName] [-Force] [-ProgressAction ] [-WhatIf] +Remove-AzStackHCIVMAttestation [-VMName] [-Force] [-WhatIf] [-Confirm] [] ``` ### VMObject ``` -Remove-AzStackHCIVMAttestation [-Force] [-VM] [-ProgressAction ] [-WhatIf] +Remove-AzStackHCIVMAttestation [-Force] [-VM] [-WhatIf] [-Confirm] [] ``` ### RemoveAll ``` -Remove-AzStackHCIVMAttestation [-Force] [-RemoveAll] [-ProgressAction ] [-WhatIf] [-Confirm] +Remove-AzStackHCIVMAttestation [-Force] [-RemoveAll] [-WhatIf] [-Confirm] [] ``` @@ -71,21 +71,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -RemoveAll Specifies a switch that will remove all guest VMs from Attestation on the current node diff --git a/src/StackHCI/StackHCI/help/Remove-AzStackHciArcSetting.md b/src/StackHCI/StackHCI/help/Remove-AzStackHciArcSetting.md index 9987c2aa3994..e5aa9bdffad7 100644 --- a/src/StackHCI/StackHCI/help/Remove-AzStackHciArcSetting.md +++ b/src/StackHCI/StackHCI/help/Remove-AzStackHciArcSetting.md @@ -16,13 +16,13 @@ Delete ArcSetting resource details of HCI Cluster. ``` Remove-AzStackHciArcSetting -ClusterName -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzStackHciArcSetting -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -146,21 +146,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/Remove-AzStackHciCluster.md b/src/StackHCI/StackHCI/help/Remove-AzStackHciCluster.md index 80099806e0b2..278228011ec6 100644 --- a/src/StackHCI/StackHCI/help/Remove-AzStackHciCluster.md +++ b/src/StackHCI/StackHCI/help/Remove-AzStackHciCluster.md @@ -15,14 +15,14 @@ Delete an HCI cluster. ### Delete (Default) ``` Remove-AzStackHciCluster -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzStackHciCluster -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -131,21 +131,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/Remove-AzStackHciExtension.md b/src/StackHCI/StackHCI/help/Remove-AzStackHciExtension.md index da226e1c6cb7..a7d76c2a71c5 100644 --- a/src/StackHCI/StackHCI/help/Remove-AzStackHciExtension.md +++ b/src/StackHCI/StackHCI/help/Remove-AzStackHciExtension.md @@ -16,13 +16,13 @@ Delete particular Arc Extension of HCI Cluster. ``` Remove-AzStackHciExtension -ArcSettingName -ClusterName -Name -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzStackHciExtension -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -168,21 +168,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/StackHCI/StackHCI/help/Set-AzStackHCI.md b/src/StackHCI/StackHCI/help/Set-AzStackHCI.md index a79a90aa8ab9..f76102aab409 100644 --- a/src/StackHCI/StackHCI/help/Set-AzStackHCI.md +++ b/src/StackHCI/StackHCI/help/Set-AzStackHCI.md @@ -16,7 +16,7 @@ Set-AzStackHCI modifies resource properties of the Microsoft.AzureStackHCI cloud Set-AzStackHCI [[-ComputerName] ] [-Credential ] [-ResourceId ] [-EnableWSSubscription ] [-DiagnosticLevel ] [-TenantId ] [-ArmAccessToken ] [-AccountId ] [-EnvironmentName ] [-UseDeviceAuthentication] - [-Force] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-Force] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -175,21 +175,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceId Specifies the fully qualified resource ID, including the subscription, as in the following example: `/Subscriptions/`subscription ID`/providers/Microsoft.AzureStackHCI/clusters/MyCluster` diff --git a/src/StackHCI/StackHCI/help/Unregister-AzStackHCI.md b/src/StackHCI/StackHCI/help/Unregister-AzStackHCI.md index b52f5514535c..f3e9275f6d53 100644 --- a/src/StackHCI/StackHCI/help/Unregister-AzStackHCI.md +++ b/src/StackHCI/StackHCI/help/Unregister-AzStackHCI.md @@ -18,7 +18,7 @@ Unregister-AzStackHCI [[-SubscriptionId] ] [[-ResourceName] ] [[ [[-ResourceGroupName] ] [[-ArmAccessToken] ] [[-AccountId] ] [[-EnvironmentName] ] [[-Region] ] [[-ComputerName] ] [-UseDeviceAuthentication] [-DisableOnlyAzureArcServer] [-IsWAC] [[-Credential] ] [-Force] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -198,21 +198,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Region Specifies the Region the resource is created in Azure. diff --git a/src/StackHCI/StackHCI/help/Update-AzStackHciCluster.md b/src/StackHCI/StackHCI/help/Update-AzStackHciCluster.md index 48d11fe40826..29b52b6be71e 100644 --- a/src/StackHCI/StackHCI/help/Update-AzStackHciCluster.md +++ b/src/StackHCI/StackHCI/help/Update-AzStackHciCluster.md @@ -19,7 +19,7 @@ Update-AzStackHciCluster -Name -ResourceGroupName [-Subscripti [-DesiredPropertyDiagnosticLevel ] [-DesiredPropertyWindowsServerSubscription ] [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -28,7 +28,7 @@ Update-AzStackHciCluster -InputObject [-AadTenantId [-CloudManagementEndpoint ] [-DesiredPropertyDiagnosticLevel ] [-DesiredPropertyWindowsServerSubscription ] [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -190,21 +190,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ProgressAction -{{ Fill ProgressAction Description }} - -```yaml -Type: System.Management.Automation.ActionPreference -Parameter Sets: (All) -Aliases: proga - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ResourceGroupName The name of the resource group. The name is case insensitive.