|
8 | 8 | * Change -Tag parameter type from HashTable[] to HashTable
|
9 | 9 | - New-AzureRmStorageAccount
|
10 | 10 | - 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 |
13 | 17 | - Remove-AzureStorageBlob
|
14 | 18 | - Remove-AzureStorageContainer
|
15 |
| - - Remove-AzureStorageTable |
16 |
| - - Remove-AzureStorageQueue |
17 |
| - - Remove-AzureStorageShare |
18 |
| - - Remove-AzureStorageDirectory |
19 |
| - - Remove-AzureStorageFile |
20 | 19 | - Remove-AzureStorageContainerStoredAccessPolicy
|
| 20 | + - Remove-AzureStorageFile |
| 21 | + - Remove-AzureStorageShare |
21 | 22 | - Remove-AzureStorageShareStoredAccessPolicy
|
22 |
| - - Remove-AzureStorageTableStoredAccessPolicy |
| 23 | + - Remove-AzureStorageQueue |
23 | 24 | - 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 |
30 | 28 | - Remove-AzureRmStorageAccount
|
31 | 29 | - 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) |
35 | 31 | - Remove-AzureStorageContainer
|
36 | 32 | - Remove-AzureStorageTable
|
37 | 33 | * Azure Batch
|
|
0 commit comments