You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/powershell-samples.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ The following table includes links to PowerShell scripts built using the [Az.App
16
16
|**Create store**||
17
17
|[Create a configuration store with the specified parameters](/powershell/module/az.appconfiguration/New-AzAppConfigurationStore)| Creates an Azure App Configuration store with some specified parameters. |
18
18
|**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. |
21
21
|**Get and list stores**||
22
22
|[Get a deleted configuration store](/powershell/module/az.appconfiguration/Get-AzAppConfigurationDeletedStore)| Gets a deleted Azure App Configuration store. |
23
23
|[Get or list configuration stores](/powershell/module/az.appconfiguration/Get-AzAppConfigurationStore)| Gets or lists existing Azure App Configuration stores. |
0 commit comments