Skip to content

Commit 0cc64cf

Browse files
committed
Update delete and purge commands
1 parent 887692e commit 0cc64cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/powershell-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ The following table includes links to PowerShell scripts built using the [Az.App
1616
|**Create store**||
1717
| [Create a configuration store with the specified parameters](/powershell/module/az.appconfiguration/New-AzAppConfigurationStore) | Creates an Azure App Configuration store with some specified parameters. |
1818
|**Delete store**||
19-
| [Remove a configuration store](/powershell/module/az.appconfiguration/Remove-AzAppConfigurationStore) | Removes an Azure App Configuration store. |
20-
| [Delete a configuration store](/powershell/module/az.appconfiguration/Clear-AzAppConfigurationDeletedStore) | Permanently deletes a specified Azure App Configuration store. |
19+
| [Delete a configuration store](/powershell/module/az.appconfiguration/Remove-AzAppConfigurationStore) | Deletes an Azure App Configuration store. |
20+
| [Purge a deleted configuration store](/powershell/module/az.appconfiguration/Clear-AzAppConfigurationDeletedStore) | Purges a deleted Azure App Configuration store, permanently removing all data. |
2121
|**Get and list stores**||
2222
| [Get a deleted configuration store](/powershell/module/az.appconfiguration/Get-AzAppConfigurationDeletedStore) | Gets a deleted Azure App Configuration store. |
2323
| [Get or list configuration stores](/powershell/module/az.appconfiguration/Get-AzAppConfigurationStore) | Gets or lists existing Azure App Configuration stores. |

0 commit comments

Comments
 (0)