Skip to content

Commit f387f3a

Browse files
authored
Update ChangeLog.md
1 parent 59c544d commit f387f3a

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

ChangeLog.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,26 @@
88
* Change -Tag parameter type from HashTable[] to HashTable
99
- New-AzureRmStorageAccount
1010
- Set-AzureRmStorageAccount
11-
* Normalize the ShouldProcess Confirmation, so when $ConfirmPreference is set lower than "High", user need to include the parameter: ‘-Confirm:$false’ in their PowerShell scripts to suspress ShouldProcess Conformation
12-
- Remove-AzureRmStorageAccount
11+
* Added ShouldProcess support
12+
- Set-AzureStorageContainerStoredAccessPolicy
13+
- Set-AzureStorageShareStoredAccessPolicy
14+
- Set-AzureStorageQueueStoredAccessPolicy
15+
- Set-AzureStorageTableStoredAccessPolicy
16+
* Downgraded ConfirmImpact to Medium
1317
- Remove-AzureStorageBlob
1418
- Remove-AzureStorageContainer
15-
- Remove-AzureStorageTable
16-
- Remove-AzureStorageQueue
17-
- Remove-AzureStorageShare
18-
- Remove-AzureStorageDirectory
19-
- Remove-AzureStorageFile
2019
- Remove-AzureStorageContainerStoredAccessPolicy
20+
- Remove-AzureStorageFile
21+
- Remove-AzureStorageShare
2122
- Remove-AzureStorageShareStoredAccessPolicy
22-
- Remove-AzureStorageTableStoredAccessPolicy
23+
- Remove-AzureStorageQueue
2324
- Remove-AzureStorageQueueStoredAccessPolicy
24-
- Set-AzureStorageContainerStoredAccessPolicy
25-
- Set-AzureStorageShareStoredAccessPolicy
26-
- Set-AzureStorageTableStoredAccessPolicy
27-
- Set-AzureStorageQueueStoredAccessPolicy
28-
- Set-AzureRmStorageAccount
29-
* Add confirmation and -Force parameter to suspress ShouldContinue confirmation
25+
- Remove-AzureStorageTable
26+
- Remove-AzureStorageTableStoredAccessPolicy
27+
* Add support for ShouldProcess and -Force parameter to supress confirmation
3028
- Remove-AzureRmStorageAccount
3129
- Set-AzureRmStorageAccount
32-
* Use -Force parameter instead of -Confirm parameter to suspress ShouldContinue confirmaiton
33-
- Remove-AzureStorageShare
34-
* ShouldContinue confirmation needed (suspress with -Force) only when there's data in the Container/Table to delete
30+
* Confirmation needed only when there's data in the Container/Table to delete (suppress with -Force)
3531
- Remove-AzureStorageContainer
3632
- Remove-AzureStorageTable
3733
* Azure Batch

0 commit comments

Comments
 (0)