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: ChangeLog.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,13 @@
106
106
-```Clear-AzureRmDefault -ResourceGroup```
107
107
- Add-AzureRmEnvironment and Set-AzureRmEnvironment
108
108
- Add the BatchAudience parameter, which allows you to specify the Azure Batch Active Directory audience to use when acquiring authentication tokens for the Batch service.
* Changes for ASR VMware to Azure Site Recovery (cmdlets are currently supporting operations for Enterprise to Enterprise, Enterprise to Azure, HyperV to Azure)
Copy file name to clipboardExpand all lines: tools/AzureRM/AzureRM.psd1
+8-24Lines changed: 8 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -182,30 +182,7 @@ PrivateData = @{
182
182
- Get/New/Remove-AzureRmApplicationInsightsApiKey
183
183
* AzureBatch
184
184
* Please see the migration guide for breaking changes made to Batch this release
185
-
* Added new parameters to `New-AzureRmBatchAccount`.
186
-
- `PoolAllocationMode`: The allocation mode to use for creating pools in the Batch account. To create a Batch account which allocates pool nodes in the user''s subscription, set this to `UserSubscription`.
187
-
- `KeyVaultId`: The resource ID of the Azure key vault associated with the Batch account.
188
-
- `KeyVaultUrl`: The URL of the Azure key vault associated with the Batch account.
189
-
* Updated parameters to `New-AzureBatchTask`.
190
-
- Removed the `RunElevated` switch. The `UserIdentity` parameter has been added to replace `RunElevated`, and the equivalent behavior can be achieved by constructing a `PSUserIdentity` as shown below:
- Added the `AuthenticationTokenSettings` parameter. This parameter allows you to request the Batch service provide an authentication token to the task when it runs, avoiding the need to pass Batch account keys to the task in order to issue requests to the Batch service.
194
-
- Added the `ContainerSettings` parameter.
195
-
- This parameter allows you to request the Batch service run the task inside a container.
196
-
- Added the `OutputFiles` parameter.
197
-
- This parameter allows you to configure the task to upload files to Azure Storage after it has finished.
198
-
* Updated parameters to `New-AzureBatchPool`.
199
-
- Added the `UserAccounts` parameter.
200
-
- This parameter defines user accounts created on each node in the pool.
201
-
- Added `TargetLowPriorityComputeNodes` and renamed `TargetDedicated` to `TargetDedicatedComputeNodes`.
202
-
- A `TargetDedicated` alias was created for the `TargetDedicatedComputeNodes` parameter.
203
-
- Added the `NetworkConfiguration` parameter.
204
-
- This parameter allows you to configure the pools network settings.
205
-
* Renamed the `Name` parameter to `Path` on `Get-AzureBatchNodeFile`, `Get-AzureBatchNodeFileContent`, and `Remove-AzureBatchNodeFile`.
206
-
- A `Name` alias was created for the `Path` parameter.
207
-
* Changes to objects
208
-
- Please see the Batch change log for the full list
185
+
* Please see the Batch change log for a full list of changes made this release
209
186
* Added support for Azure Active Directory based authentication.
210
187
- To use Azure Active Directory authentication, retrieve a `BatchAccountContext` object using the `Get-AzureRmBatchAccount` cmdlet, and supply this `BatchAccountContext` to the `-BatchContext` parameter of a Batch service cmdlet. Azure Active Directory authentication is mandatory for accounts with `PoolAllocationMode = UserSubscription`.
211
188
- For existing accounts or for new accounts created with `PoolAllocationMode = BatchService`, you may continue to use shared key authentication by retrieving a `BatchAccountContext` object using the `Get-AzureRmBatchAccoutKeys` cmdlet.
@@ -251,6 +228,13 @@ PrivateData = @{
251
228
- ```Clear-AzureRmDefault -ResourceGroup```
252
229
- Add-AzureRmEnvironment and Set-AzureRmEnvironment
253
230
- Add the BatchAudience parameter, which allows you to specify the Azure Batch Active Directory audience to use when acquiring authentication tokens for the Batch service.
* Changes for ASR VMware to Azure Site Recovery (cmdlets are currently supporting operations for Enterprise to Enterprise, Enterprise to Azure, HyperV to Azure)
0 commit comments