diff --git a/ChangeLog.md b/ChangeLog.md index 81c924f7e0c4..603cd993fb40 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,251 @@ -## 2016.11.14 - Version 3.2.0 +## 2016.12.14 - Version 3.3.0 +* ApiManagement + * Added new cmdlets to manage external Identity Provider Configurations + - New-AzureRmApiManagementIdentityProvider + - Set-AzureRmApiManagementIdentityProvider + - Get-AzureRmApiManagementIdentityProvider + - Remove-AzureRmApiManagementIdentityProvider + * Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support + * Updated cmdlet Import-AzureRmApiManagementApi to allow importing an Wsdl type API as either Soap Pass Through (ApiType = Http) or Soap To Rest (ApiType = Soap). Default is Soap Pass Through. + * Fixed Issue https://github.com/Azure/azure-powershell/issues/3217 +* Compute + * Add Remove-AzureRmVMSecret cmdlet. + * Based on user feedback (https://github.com/Azure/azure-powershell/issues/1384), we've added a DisplayHint property to VM object to enable Compact and Expand display modes. This is similar to `Get -Date - DisplayHint Date` cmdlet. By default, the return of `Get-AzureRmVm -ResourceGroupName -Name ` will be compact. You can expand the output using `-DisplayHint Expand` parameter. + * UPCOMING BREAKING CHANGE Notification: We've added a warning about removing ` DataDiskNames` and ` NetworkInterfaceIDs` properties from the returned VM object from `Get-AzureRmVm -ResourceGroupName -Name ## Current Release -* Added new cmdlets to manage external Identity Provider Configurations - - New-AzureRmApiManagementIdentityProvider - - Set-AzureRmApiManagementIdentityProvider - - Get-AzureRmApiManagementIdentityProvider - - Remove-AzureRmApiManagementIdentityProvider +## Version 3.2.0 +* Added new cmdlets to manage external Identity Provider Configurations + - New-AzureRmApiManagementIdentityProvider + - Set-AzureRmApiManagementIdentityProvider + - Get-AzureRmApiManagementIdentityProvider + - Remove-AzureRmApiManagementIdentityProvider * Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support * Updated cmdlet Import-AzureRmApiManagementApi to allow importing an Wsdl type API as either Soap Pass Through (ApiType = Http) or Soap To Rest (ApiType = Soap). Default is Soap Pass Through. * Fixed Issue https://github.com/Azure/azure-powershell/issues/3217 diff --git a/src/ResourceManager/Automation/AzureRM.Automation.psd1 b/src/ResourceManager/Automation/AzureRM.Automation.psd1 index d60118400942..4dba80df8de0 100644 --- a/src/ResourceManager/Automation/AzureRM.Automation.psd1 +++ b/src/ResourceManager/Automation/AzureRM.Automation.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Automation' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/Automation/ChangeLog.md b/src/ResourceManager/Automation/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/Automation/ChangeLog.md +++ b/src/ResourceManager/Automation/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/AzureBackup/AzureRM.Backup.psd1 b/src/ResourceManager/AzureBackup/AzureRM.Backup.psd1 index b579aabfe60e..f83a4a9345e5 100644 --- a/src/ResourceManager/AzureBackup/AzureRM.Backup.psd1 +++ b/src/ResourceManager/AzureBackup/AzureRM.Backup.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Backup' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/AzureBackup/ChangeLog.md b/src/ResourceManager/AzureBackup/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/AzureBackup/ChangeLog.md +++ b/src/ResourceManager/AzureBackup/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/AzureBatch/AzureRM.Batch.psd1 b/src/ResourceManager/AzureBatch/AzureRM.Batch.psd1 index df62bacc0932..b4a438cbf3dc 100644 --- a/src/ResourceManager/AzureBatch/AzureRM.Batch.psd1 +++ b/src/ResourceManager/AzureBatch/AzureRM.Batch.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Batch' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -140,9 +140,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Rename cmdlet Get-AzureRmBatchSubscriptionQuotas to Get-AzureRmBatchLocationsQuotas (an alias for the old command was created) - - Rename return type PSBatchSubscriptionQuotas to PSBatchLocationQuotas (no property changes) -' + ReleaseNotes = 'Updated for common code changes' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/src/ResourceManager/AzureBatch/ChangeLog.md b/src/ResourceManager/AzureBatch/ChangeLog.md index fe55e07c5c93..8563803eddca 100644 --- a/src/ResourceManager/AzureBatch/ChangeLog.md +++ b/src/ResourceManager/AzureBatch/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 * Rename cmdlet Get-AzureRmBatchSubscriptionQuotas to Get-AzureRmBatchLocationsQuotas (an alias for the old command was created) - Rename return type PSBatchSubscriptionQuotas to PSBatchLocationQuotas (no property changes) \ No newline at end of file diff --git a/src/ResourceManager/AzureStackStorage/ChangeLog.md b/src/ResourceManager/AzureStackStorage/ChangeLog.md index c0260828688e..1e1beed5656f 100644 --- a/src/ResourceManager/AzureStackStorage/ChangeLog.md +++ b/src/ResourceManager/AzureStackStorage/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 0.11.2 + ## Version 0.11.1 \ No newline at end of file diff --git a/src/ResourceManager/Cdn/AzureRM.Cdn.psd1 b/src/ResourceManager/Cdn/AzureRM.Cdn.psd1 index e9dc03f6f1d1..deb46abf5418 100644 --- a/src/ResourceManager/Cdn/AzureRM.Cdn.psd1 +++ b/src/ResourceManager/Cdn/AzureRM.Cdn.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Cdn' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/Cdn/ChangeLog.md b/src/ResourceManager/Cdn/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/Cdn/ChangeLog.md +++ b/src/ResourceManager/Cdn/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1 b/src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1 index abdfbd7ce563..1da1237d9cbb 100644 --- a/src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1 +++ b/src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.CognitiveServices' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/CognitiveServices/ChangeLog.md b/src/ResourceManager/CognitiveServices/ChangeLog.md index f93136e16b6f..bcb9b2c1c1cf 100644 --- a/src/ResourceManager/CognitiveServices/ChangeLog.md +++ b/src/ResourceManager/CognitiveServices/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 0.4.2 + ## Version 0.4.1 \ No newline at end of file diff --git a/src/ResourceManager/Compute/AzureRM.Compute.psd1 b/src/ResourceManager/Compute/AzureRM.Compute.psd1 index b0dba488c737..47fdb90bc99f 100644 --- a/src/ResourceManager/Compute/AzureRM.Compute.psd1 +++ b/src/ResourceManager/Compute/AzureRM.Compute.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Compute' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -100,16 +100,17 @@ CmdletsToExport = 'Remove-AzureRmAvailabilitySet', 'Get-AzureRmAvailabilitySet', 'Get-AzureRmRemoteDesktopFile', 'Get-AzureRmVMUsage', 'Get-AzureRmVMSize', 'Save-AzureRmVMImage', 'Set-AzureRmVM', 'Add-AzureRmVMAdditionalUnattendContent', - 'Add-AzureRmVMSshPublicKey', 'Add-AzureRmVMSecret', 'Remove-AzureRmVMSecret', - 'Remove-AzureRmVMNetworkInterface', 'Remove-AzureRmVMDataDisk', - 'Set-AzureRmVMBootDiagnostics', 'Set-AzureRmVMDataDisk', - 'Set-AzureRmVMPlan', 'Set-AzureRmVMSourceImage', - 'Set-AzureRmVMOSDisk', 'Get-AzureRmVMBootDiagnosticsData', - 'Get-AzureRmVM', 'Update-AzureRmVM', 'Restart-AzureRmVM', - 'New-AzureRmVM', 'Start-AzureRmVM', 'Stop-AzureRmVM', - 'Remove-AzureRmVM', 'New-AzureRmVMConfig', - 'Set-AzureRmVMOperatingSystem', 'Add-AzureRmVMDataDisk', - 'Add-AzureRmVMNetworkInterface', 'Add-AzureRmVhd', 'Save-AzureRmVhd', + 'Add-AzureRmVMSshPublicKey', 'Add-AzureRmVMSecret', + 'Remove-AzureRmVMSecret', 'Remove-AzureRmVMNetworkInterface', + 'Remove-AzureRmVMDataDisk', 'Set-AzureRmVMBootDiagnostics', + 'Set-AzureRmVMDataDisk', 'Set-AzureRmVMPlan', + 'Set-AzureRmVMSourceImage', 'Set-AzureRmVMOSDisk', + 'Get-AzureRmVMBootDiagnosticsData', 'Get-AzureRmVM', + 'Update-AzureRmVM', 'Restart-AzureRmVM', 'New-AzureRmVM', + 'Start-AzureRmVM', 'Stop-AzureRmVM', 'Remove-AzureRmVM', + 'New-AzureRmVMConfig', 'Set-AzureRmVMOperatingSystem', + 'Add-AzureRmVMDataDisk', 'Add-AzureRmVMNetworkInterface', + 'Add-AzureRmVhd', 'Save-AzureRmVhd', 'Add-AzureRmContainerServiceAgentPoolProfile', 'New-AzureRmContainerServiceConfig', 'Remove-AzureRmContainerServiceAgentPoolProfile', @@ -172,15 +173,14 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Update formats for list of VMs, VMScaleSets and ContainerService - - The default format of Get-AzureRmVM, Get-AzureRmVmss and Get-AzureRmContainerService is not table format when these cmdlets call List Operation -* Fix overprovision issue for VMScaleSet - - Because of the bug in Compute client library (and Swagger spec) regarding overprovision property of VMScaleSet, this property did not show up correctly. -* Better piping scenario for VMScaleSets and ContainerService cmdlets - - VMScaleSet and ContainerService now have "ResourceGroupName" property, so when piping Get command to Delete/Update command, -ResourceGroupName is not required. -* Separate paremater sets for Set-AzureRmVM with Generalized and Redeploy parameter -* Reduce time taken by Get-AzureRmVMDiskEncryptionStatus cmdlet from two minutes to under five seconds -* Allow Set-AzureRmVMDiskEncryptionStatus to be used with VHDs residing in multiple resource groups + ReleaseNotes = '* Add Remove-AzureRmVMSecret cmdlet. +* Based on user feedback (https://github.com/Azure/azure-powershell/issues/1384), we''ve added a DisplayHint property to VM object to enable Compact and Expand display modes. This is similar to `Get -Date - DisplayHint Date` cmdlet. By default, the return of `Get-AzureRmVm -ResourceGroupName -Name ` will be compact. You can expand the output using `-DisplayHint Expand` parameter. +* UPCOMING BREAKING CHANGE Notification: We''ve added a warning about removing ` DataDiskNames` and ` NetworkInterfaceIDs` properties from the returned VM object from `Get-AzureRmVm -ResourceGroupName -Name ## Current Release +## Version 2.4.0 * Add Remove-AzureRmVMSecret cmdlet. - -* Add DisplayHint property to VM object to enable Compact and Expand display modes. - -* Add DisplayHint parameter to Get-AzureRmVM to choose display mode of VM object. - +* Based on user feedback (https://github.com/Azure/azure-powershell/issues/1384), we've added a DisplayHint property to VM object to enable Compact and Expand display modes. This is similar to `Get -Date - DisplayHint Date` cmdlet. By default, the return of `Get-AzureRmVm -ResourceGroupName -Name ` will be compact. You can expand the output using `-DisplayHint Expand` parameter. +* UPCOMING BREAKING CHANGE Notification: We've added a warning about removing ` DataDiskNames` and ` NetworkInterfaceIDs` properties from the returned VM object from `Get-AzureRmVm -ResourceGroupName -Name ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/DataLakeAnalytics/AzureRM.DataLakeAnalytics.psd1 b/src/ResourceManager/DataLakeAnalytics/AzureRM.DataLakeAnalytics.psd1 index abe32d7a699c..bd7a58947c5a 100644 --- a/src/ResourceManager/DataLakeAnalytics/AzureRM.DataLakeAnalytics.psd1 +++ b/src/ResourceManager/DataLakeAnalytics/AzureRM.DataLakeAnalytics.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.DataLakeAnalytics' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -27,7 +27,7 @@ Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' # Copyright statement for this module -Copyright = '© Microsoft Corporation. All rights reserved.' +Copyright = '� Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'Microsoft Azure PowerShell - Data Lake Analytics' @@ -135,16 +135,11 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Addition of Catalog CRUD cmdlets: - - The following cmdlets are replacing Secret CRUD cmdlets. In the next release Secret CRUD cmdlets will be removed. - - New-AzureRMDataLakeAnalyticsCatalogCredential - - Set-AzureRMDataLakeAnalyticsCatalogCredential - - Remove-AzureRMDataLakeAnalyticsCatalogCredential -* Fixes for Get-AzureRMDataLakeAnalyticsCatalogItem - - Better error messaging and support for invalid input -* General help improvements - - Clearer help for job operations - - Fixed typos and incorrect examples + ReleaseNotes = '* Removal of unsupported parameters in Add and Set-AzureRMDataLakeAnalyticsDataSource (default for data lake store) +* Removed unsupported parameter in Set-AzureRMDataLakeAnalyticsAccount (default data lake store) +* Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up. +* Added the ability to set MaxDegreeOfParallelism, MaxJobCount and QueryStoreRetention in New and Set-AzureRMDataLakeAnalyticsAccount +* Removed invalid return value from New-AzureRMDataLakeAnalyticsCatalogSecret ' # External dependent modules of this module diff --git a/src/ResourceManager/DataLakeAnalytics/ChangeLog.md b/src/ResourceManager/DataLakeAnalytics/ChangeLog.md index 661523019f57..4c971ef10ead 100644 --- a/src/ResourceManager/DataLakeAnalytics/ChangeLog.md +++ b/src/ResourceManager/DataLakeAnalytics/ChangeLog.md @@ -19,6 +19,13 @@ --> ## Current Release +## Version 2.4.0 +* Removal of unsupported parameters in Add and Set-AzureRMDataLakeAnalyticsDataSource (default for data lake store) +* Removed unsupported parameter in Set-AzureRMDataLakeAnalyticsAccount (default data lake store) +* Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up. +* Added the ability to set MaxDegreeOfParallelism, MaxJobCount and QueryStoreRetention in New and Set-AzureRMDataLakeAnalyticsAccount +* Removed invalid return value from New-AzureRMDataLakeAnalyticsCatalogSecret + ## Version 2.3.0 * Addition of Catalog CRUD cmdlets: - The following cmdlets are replacing Secret CRUD cmdlets. In the next release Secret CRUD cmdlets will be removed. diff --git a/src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1 b/src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1 index fa041c67db2c..e5ef0c1f10b7 100644 --- a/src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1 +++ b/src/ResourceManager/DataLakeStore/AzureRM.DataLakeStore.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.DataLakeStore' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -27,7 +27,7 @@ Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' # Copyright statement for this module -Copyright = '© Microsoft Corporation. All rights reserved.' +Copyright = '� Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'Microsoft Azure PowerShell - Data Lake Store' @@ -97,9 +97,9 @@ CmdletsToExport = 'Get-AzureRmDataLakeStoreTrustedIdProvider', 'Remove-AzureRmDataLakeStoreItemAcl', 'Remove-AzureRmDataLakeStoreItemAclEntry', 'Set-AzureRmDataLakeStoreItemAclEntry', - 'Set-AzureRmDataLakeStoreAccount', - 'Set-AzureRmDataLakeStoreItemAcl', - 'Set-AzureRmDataLakeStoreItemExpiry', + 'Set-AzureRmDataLakeStoreAccount', + 'Set-AzureRmDataLakeStoreItemAcl', + 'Set-AzureRmDataLakeStoreItemExpiry', 'Set-AzureRmDataLakeStoreItemOwner', 'Set-AzureRmDataLakeStoreItemPermission', 'Test-AzureRmDataLakeStoreAccount', 'Test-AzureRmDataLakeStoreItem' @@ -120,9 +120,9 @@ AliasesToExport = 'Get-AdlStoreTrustedIdProvider', 'Remove-AdlStoreTrustedIdProv 'Move-AdlStoreItem', 'New-AdlStore', 'New-AdlStoreItem', 'Remove-AdlStore', 'Remove-AdlStoreItem', 'Remove-AdlStoreItemAcl', 'Remove-AdlStoreItemAclEntry', 'Set-AdlStoreItemAclEntry', - 'Set-AdlStore', 'Set-AdlStoreItemAcl','Set-AdlStoreItemExpiry', + 'Set-AdlStore', 'Set-AdlStoreItemAcl', 'Set-AdlStoreItemExpiry', 'Set-AdlStoreItemOwner', 'Set-AdlStoreItemPermission', - 'Test-AdlStore', 'Test-AdlStoreItem' + 'Test-AdlStore', 'Test-AdlStoreItem' # DSC resources to export from this module # DscResourcesToExport = @() @@ -151,23 +151,11 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Improvements to import and export data cmdlets - - Drastically increased performance for distributed download scenarios, where multiple sessions are running across many clients targeting the same ADLS account. - - Better error handling and messaging for both upload and download scenarios. -* Full Firewall rules management CRUD - - The below cmdlets can be used to manage firewall rules for an ADLS account: - - Add-AzureRMDataLakeStoreFirewallRule - - Set-AzureRMDataLakeStoreFirewallRule - - Get-AzureRMDataLakeStoreFirewallRule - - Remove-AzureRMDataLakeStoreFirewallRule -* Full Trusted ID provider management CRUD - - The below cmdlets can be used to manage trusted identity providers for an ADLS account: - - Add-AzureRMDataLakeStoreTrustedIdProvider - - Set-AzureRMDataLakeStoreTrustedIdProvider - - Get-AzureRMDataLakeStoreTrustedIdProvider - - Remove-AzureRMDataLakeStoreTrustedIdProvider -* Account Encryption Support - - You can now encrypt newly created ADLS accounts as well as enable encryption on existing ADLS accounts using the New-AzureRMDataLakeStoreAccount and Set-AzureRMDataLakeStoreAccount cmdlets, respectively. + ReleaseNotes = '* Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up. +* Removed the ability to set encryption in Set-AzureRMDataLakeStoreAccount (never was supported) +* Added ability to enable/disable firewall rules and the trusted id providers during Set-AzureRMDataLakeStoreAccount +* Added a new cmdlet: Set-AzureRMDataLakeStoreItemExpiry, which allows the user to set or remove the expiration for files (not folders) in their ADLS account. +* Small fix for friendly date properties to pivot off UTC time instead of local time, ensuring standard time reporting. ' # External dependent modules of this module diff --git a/src/ResourceManager/DataLakeStore/ChangeLog.md b/src/ResourceManager/DataLakeStore/ChangeLog.md index 8b9584115305..f9d3584081b9 100644 --- a/src/ResourceManager/DataLakeStore/ChangeLog.md +++ b/src/ResourceManager/DataLakeStore/ChangeLog.md @@ -19,6 +19,13 @@ --> ## Current Release +## Version 3.2.0 +* Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up. +* Removed the ability to set encryption in Set-AzureRMDataLakeStoreAccount (never was supported) +* Added ability to enable/disable firewall rules and the trusted id providers during Set-AzureRMDataLakeStoreAccount +* Added a new cmdlet: Set-AzureRMDataLakeStoreItemExpiry, which allows the user to set or remove the expiration for files (not folders) in their ADLS account. +* Small fix for friendly date properties to pivot off UTC time instead of local time, ensuring standard time reporting. + ## Version 3.1.0 * Improvements to import and export data cmdlets - Drastically increased performance for distributed download scenarios, where multiple sessions are running across many clients targeting the same ADLS account. diff --git a/src/ResourceManager/DevTestLabs/AzureRM.DevTestLabs.psd1 b/src/ResourceManager/DevTestLabs/AzureRM.DevTestLabs.psd1 index 90e956f7c8c0..77417965fa8a 100644 --- a/src/ResourceManager/DevTestLabs/AzureRM.DevTestLabs.psd1 +++ b/src/ResourceManager/DevTestLabs/AzureRM.DevTestLabs.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.DevTestLabs' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/DevTestLabs/ChangeLog.md b/src/ResourceManager/DevTestLabs/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/DevTestLabs/ChangeLog.md +++ b/src/ResourceManager/DevTestLabs/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/Dns/AzureRM.Dns.psd1 b/src/ResourceManager/Dns/AzureRM.Dns.psd1 index e455d45dcfdf..cfbf934fa806 100644 --- a/src/ResourceManager/Dns/AzureRM.Dns.psd1 +++ b/src/ResourceManager/Dns/AzureRM.Dns.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Dns' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/Dns/ChangeLog.md b/src/ResourceManager/Dns/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/Dns/ChangeLog.md +++ b/src/ResourceManager/Dns/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/EventHub/AzureRM.EventHub.psd1 b/src/ResourceManager/EventHub/AzureRM.EventHub.psd1 index ecf1ece44e27..0048fd94c6fc 100644 --- a/src/ResourceManager/EventHub/AzureRM.EventHub.psd1 +++ b/src/ResourceManager/EventHub/AzureRM.EventHub.psd1 @@ -1,94 +1,118 @@ -# -# Module manifest for module 'Microsoft.Azure.Commands.EventHubs' -# -# Generated by: Microsoft Corporation -# -# Generated on: 9/19/2015 -# - -@{ - -# Version number of this module. -ModuleVersion = '0.0.1' - -# ID used to uniquely identify this module -GUID = '5728d353-7ad5-42d8-b00a-46aaecf07b91' - -# Author of this module -Author = 'Microsoft Corporation' - -# Company or vendor of this module -CompanyName = 'Microsoft Corporation' - -# Copyright statement for this module -Copyright = 'Microsoft Corporation. All rights reserved.' - -# Description of the functionality provided by this module -Description = 'Microsoft Azure PowerShell - EventHubs service cmdlets for Azure Resource Manager' - -# Minimum version of the Windows PowerShell engine required by this module -PowerShellVersion = '3.0' - -# Name of the Windows PowerShell host required by this module -PowerShellHostName = '' - -# Minimum version of the Windows PowerShell host required by this module -PowerShellHostVersion = '' - -# Minimum version of the .NET Framework required by this module +# +# Module manifest for module 'PSGet_AzureRM.EventHub' +# +# Generated by: Microsoft Corporation +# +# Generated on: 12/13/2016 +# + +@{ + +# Script module or binary module file associated with this manifest. +# RootModule = '' + +# Version number of this module. +ModuleVersion = '0.0.1' + +# Supported PSEditions +# CompatiblePSEditions = @() + +# ID used to uniquely identify this module +GUID = '5728d353-7ad5-42d8-b00a-46aaecf07b91' + +# Author of this module +Author = 'Microsoft Corporation' + +# Company or vendor of this module +CompanyName = 'Microsoft Corporation' + +# Copyright statement for this module +Copyright = 'Microsoft Corporation. All rights reserved.' + +# Description of the functionality provided by this module +Description = 'Microsoft Azure PowerShell - EventHubs service cmdlets for Azure Resource Manager' + +# Minimum version of the Windows PowerShell engine required by this module +PowerShellVersion = '3.0' + +# Name of the Windows PowerShell host required by this module +# PowerShellHostName = '' + +# Minimum version of the Windows PowerShell host required by this module +# PowerShellHostVersion = '' + +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. DotNetFrameworkVersion = '4.0' - -# Minimum version of the common language runtime (CLR) required by this module -CLRVersion='4.0' - -# Processor architecture (None, X86, Amd64, IA64) required by this module + +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +CLRVersion = '4.0' + +# Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' - -# Modules that must be imported into the global environment prior to importing this module + +# Modules that must be imported into the global environment prior to importing this module RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.4.0'; }) - -# Assemblies that must be loaded prior to importing this module + +# Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() - -# Script files (.ps1) that are run in the caller's environment prior to importing this module + +# Script files (.ps1) that are run in the caller's environment prior to importing this module. # ScriptsToProcess = @() - -# Type files (.ps1xml) to be loaded when importing this module + +# Type files (.ps1xml) to be loaded when importing this module # TypesToProcess = @() - -# Format files (.ps1xml) to be loaded when importing this module + +# Format files (.ps1xml) to be loaded when importing this module # FormatsToProcess = @() - -# Modules to import as nested modules of the module specified in ModuleToProcess -NestedModules = @( - '.\Microsoft.Azure.Commands.EventHub.dll' -) - -# Functions to export from this module -FunctionsToExport = @() - -# Cmdlets to export from this module -CmdletsToExport = '*' - -# Variables to export from this module + +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess +NestedModules = @('.\Microsoft.Azure.Commands.EventHub.dll') + +# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. +FunctionsToExport = @() + +# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. +CmdletsToExport = 'New-AzureRmEventHubKey', 'Get-AzureRmEventHubNamespace', + 'Get-AzureRmEventHubNamespaceAuthorizationRule', + 'Get-AzureRmEventHubNamespaceKey', 'New-AzureRmEventHubNamespace', + 'New-AzureRmEventHubNamespaceAuthorizationRule', + 'Remove-AzureRmEventHubNamespace', + 'Remove-AzureRmEventHubNamespaceAuthorizationRule', + 'Set-AzureRmEventHubNamespace', + 'Set-AzureRmEventHubNamespaceAuthorizationRule', + 'New-AzureRmEventHubNamespaceKey', + 'Get-AzureRmEventHubAuthorizationRule', 'Get-AzureRmEventHubKey', + 'Get-AzureRmEventHub', 'New-AzureRmEventHub', + 'New-AzureRmEventHubAuthorizationRule', 'Remove-AzureRmEventHub', + 'Remove-AzureRmEventHubAuthorizationRule', 'Set-AzureRmEventHub', + 'Set-AzureRmEventHubAuthorizationRule', + 'Get-AzureRmEventHubConsumerGroup', + 'New-AzureRmEventHubConsumerGroup', + 'Remove-AzureRmEventHubConsumerGroup', + 'Set-AzureRmEventHubConsumerGroup' + +# Variables to export from this module # VariablesToExport = @() - -# Aliases to export from this module + +# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. AliasesToExport = @() - -# List of all modules packaged with this module + +# DSC resources to export from this module +# DscResourcesToExport = @() + +# List of all modules packaged with this module # ModuleList = @() - -# List of all files packaged with this module + +# List of all files packaged with this module # FileList = @() - -# Private data to pass to the module specified in ModuleToProcess + +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = @("Azure", "ResourceManager", "ARM", "EventHub") + Tags = 'Azure','ResourceManager','ARM','EventHub' # A URL to the license for this module. LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt' @@ -100,10 +124,69 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'https://github.com/Azure/azure-powershell/blob/dev/ChangeLog.md' + ReleaseNotes = '* Adds commandlets for the Azure EventHub + - New-AzureRmEventHubNamespace + - Adds a New EventHub NameSpace in the existing Resource Group. + - Get-AzureRmEventHubNamespace + - Gets Eventhub NameSpace/list of NameSpaces of existing Resource Group. + - Set-AzureRmEventHubNamespace + - Updates properties of existing EventHub NameSpace. + - Remove-AzureRmEventHubNamespace + - Deletes the existing EventHub NameSpace. + - New-AzureRmEventHubNamespaceAuthorizationRule + - Adds a new AuthorizationRule to the existing EventHub NameSpace. + - Get-AzureRmEventHubNamespaceAuthorizationRule + - Gets AuthorizationRule / List of AuthorizationRules for the existing EventHub NameSpace. + - Set-AzureRmEventHubNamespaceAuthorizationRule + - Updates properties of existing AuthorizationRule of EventHub NameSpace. + - New-AzureRmEventHubNamespaceKey + - Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace. + - Get-AzureRmEventHubNamespaceKey + - Gets Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace. + - Remove-AzureRmEventHubNamespaceAuthorizationRule + - Deletes the existing AuthorizationRule of EventHub NameSpace. + - New-AzureRmEventHub + - Adds a new EventHub to the existing NameSpace. + - Get-AzureRmEventHub + - Gets existing Queue/ List of EventHub of the existing NameSpace. + - Set-AzureRmEventHub + - Updates properties of existing EventHub of NameSpace. + - Remove-AzureRmEventHub + - Deletes existing EventHub of NameSpace. + - New-AzureRmEventHubAuthorizationRule + - Adds a new AuthorizationRule to the existing EventHub of NameSpace. + - Get-AzureRmEventHubAuthorizationRule + - Gets the AuthorizationRule / List of AuthorizationRules of the EventHub. + - Set-AzureRmEventHubAuthorizationRule + - Updates the AuthorizationRule of the EventHub. + - New-AzureRmEventHubKey + - Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub. + - Get-AzureRmEventHubKey + - Gets Primary/Secondary Key for AuthorizationRule of existing EventHub. + - Remove-AzureRmEventHubAuthorizationRule + - Deletes the existing AuthorizationRule of EventHub. + - New-AzureRmEventHubConsumerGroup + - Adds a new ConsumerGroup to the existing EventHub + - Get-AzureRmEventHubConsumerGroup + - Gets existing ConsumerGroup/ List of ConsumerGroups of the existing EventHub. + - Set-AzureRmEventHubConsumerGroup + - Updates properties of existing ConsumerGroup of EventHub. + - Remove-AzureRmEventHubConsumerGroup + - Deletes existing ConsumerGroup of EventHub. +' + + # External dependent modules of this module + # ExternalModuleDependencies = '' } # End of PSData hashtable + + } # End of PrivateData hashtable -} # End of PrivateData hashtable +# HelpInfo URI of this module +# HelpInfoURI = '' + +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. +# DefaultCommandPrefix = '' } + diff --git a/src/ResourceManager/EventHub/ChangeLog.md b/src/ResourceManager/EventHub/ChangeLog.md new file mode 100644 index 000000000000..8ffb2af7d99a --- /dev/null +++ b/src/ResourceManager/EventHub/ChangeLog.md @@ -0,0 +1,71 @@ + +## Current Release + +## Version 0.0.1 +* Adds commandlets for the Azure EventHub + - New-AzureRmEventHubNamespace + - Adds a New EventHub NameSpace in the existing Resource Group. + - Get-AzureRmEventHubNamespace + - Gets Eventhub NameSpace/list of NameSpaces of existing Resource Group. + - Set-AzureRmEventHubNamespace + - Updates properties of existing EventHub NameSpace. + - Remove-AzureRmEventHubNamespace + - Deletes the existing EventHub NameSpace. + - New-AzureRmEventHubNamespaceAuthorizationRule + - Adds a new AuthorizationRule to the existing EventHub NameSpace. + - Get-AzureRmEventHubNamespaceAuthorizationRule + - Gets AuthorizationRule / List of AuthorizationRules for the existing EventHub NameSpace. + - Set-AzureRmEventHubNamespaceAuthorizationRule + - Updates properties of existing AuthorizationRule of EventHub NameSpace. + - New-AzureRmEventHubNamespaceKey + - Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace. + - Get-AzureRmEventHubNamespaceKey + - Gets Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace. + - Remove-AzureRmEventHubNamespaceAuthorizationRule + - Deletes the existing AuthorizationRule of EventHub NameSpace. + - New-AzureRmEventHub + - Adds a new EventHub to the existing NameSpace. + - Get-AzureRmEventHub + - Gets existing Queue/ List of EventHub of the existing NameSpace. + - Set-AzureRmEventHub + - Updates properties of existing EventHub of NameSpace. + - Remove-AzureRmEventHub + - Deletes existing EventHub of NameSpace. + - New-AzureRmEventHubAuthorizationRule + - Adds a new AuthorizationRule to the existing EventHub of NameSpace. + - Get-AzureRmEventHubAuthorizationRule + - Gets the AuthorizationRule / List of AuthorizationRules of the EventHub. + - Set-AzureRmEventHubAuthorizationRule + - Updates the AuthorizationRule of the EventHub. + - New-AzureRmEventHubKey + - Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub. + - Get-AzureRmEventHubKey + - Gets Primary/Secondary Key for AuthorizationRule of existing EventHub. + - Remove-AzureRmEventHubAuthorizationRule + - Deletes the existing AuthorizationRule of EventHub. + - New-AzureRmEventHubConsumerGroup + - Adds a new ConsumerGroup to the existing EventHub + - Get-AzureRmEventHubConsumerGroup + - Gets existing ConsumerGroup/ List of ConsumerGroups of the existing EventHub. + - Set-AzureRmEventHubConsumerGroup + - Updates properties of existing ConsumerGroup of EventHub. + - Remove-AzureRmEventHubConsumerGroup + - Deletes existing ConsumerGroup of EventHub. \ No newline at end of file diff --git a/src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1 b/src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1 index d9fd2f5574d5..ad45eab9182d 100644 --- a/src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1 +++ b/src/ResourceManager/HDInsight/AzureRM.HDInsight.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.HDInsight' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -133,11 +133,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Add support to create HDInsight Spark 2.0 cluster using new cmdlet Add-AzureRmHDInsightComponentVersion to specify the component version of Spark -* Get-AzureRmHDInsightCluster now returns the component version in a Spark 2.0 cluster -* New cmdlet - - Add-AzureRmHDInsightSecurityProfile -' + ReleaseNotes = 'Updated for common code changes' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/src/ResourceManager/HDInsight/ChangeLog.md b/src/ResourceManager/HDInsight/ChangeLog.md index a068b224d545..a617867aa46d 100644 --- a/src/ResourceManager/HDInsight/ChangeLog.md +++ b/src/ResourceManager/HDInsight/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 * Add support to create HDInsight Spark 2.0 cluster using new cmdlet Add-AzureRmHDInsightComponentVersion to specify the component version of Spark * Get-AzureRmHDInsightCluster now returns the component version in a Spark 2.0 cluster diff --git a/src/ResourceManager/Insights/AzureRM.Insights.psd1 b/src/ResourceManager/Insights/AzureRM.Insights.psd1 index d4e8195405a8..f73a5ef3dc9b 100644 --- a/src/ResourceManager/Insights/AzureRM.Insights.psd1 +++ b/src/ResourceManager/Insights/AzureRM.Insights.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Insights' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -118,16 +118,13 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Add several warning/deprecation messages about future changes to cmdlets - - Add-AzureRmAutoscaleSetting - - Get-AzureRmMetric - - Get-AzureRmMetricDefinition - - New-AzureRmAutoscaleRule - - Remove-AzureRmAlertRule - - Remove-AzureRmAutoscaleSetting - - Remove-AzureRmLogProfile -* Add new parameter to Set-AzureRmDiagnosticSetting - - Parameter WorkspaceId is the OMS workspace Id + ReleaseNotes = '* Parameter now accepts two more values in New-AzureRmAutoscaleRule + - Parameter ScaleType now accepts the previous ChangeCount (default) plus two more values PercentChangeCount, and ExactCount + - Add a warning message about this parameter accepting two more values +* Add parameter became optional in Add-AzureRmLogProfile + - Parameter StorageAccountId is now optional +* Minor changes to the output classes to expose more properties + - Before the user could see the properties because they were printed, but not access them programatically because they were protected for instance. ' # External dependent modules of this module diff --git a/src/ResourceManager/Insights/ChangeLog.md b/src/ResourceManager/Insights/ChangeLog.md index 83805409ef3a..59b07a6aeaaa 100644 --- a/src/ResourceManager/Insights/ChangeLog.md +++ b/src/ResourceManager/Insights/ChangeLog.md @@ -19,6 +19,15 @@ --> ## Current Release +## Version 2.4.0 +* Parameter now accepts two more values in New-AzureRmAutoscaleRule + - Parameter ScaleType now accepts the previous ChangeCount (default) plus two more values PercentChangeCount, and ExactCount + - Add a warning message about this parameter accepting two more values +* Add parameter became optional in Add-AzureRmLogProfile + - Parameter StorageAccountId is now optional +* Minor changes to the output classes to expose more properties + - Before the user could see the properties because they were printed, but not access them programatically because they were protected for instance. + ## Version 2.3.0 * Add several warning/deprecation messages about future changes to cmdlets - Add-AzureRmAutoscaleSetting @@ -29,15 +38,4 @@ - Remove-AzureRmAutoscaleSetting - Remove-AzureRmLogProfile * Add new parameter to Set-AzureRmDiagnosticSetting - - Parameter WorkspaceId is the OMS workspace Id - -## Version 2.3.1 -* Parameter now accepts two more values in New-AzureRmAutoscaleRule - - Parameter ScaleType now accepts the previous ChangeCount (default) plus two more values PercentChangeCount, and ExactCount - - Add a warning message about this parameter accepting two more values - -* Add parameter became optional in Add-AzureRmLogProfile - - Parameter StorageAccountId is now optional - -* Minor changes to the output classes to expose more properties - - Before the user could see the properties because they were printed, but not access them programatically because they were protected for instance. \ No newline at end of file + - Parameter WorkspaceId is the OMS workspace Id \ No newline at end of file diff --git a/src/ResourceManager/Intune/ChangeLog.md b/src/ResourceManager/Intune/ChangeLog.md index 04632795d740..2e40c29088c9 100644 --- a/src/ResourceManager/Intune/ChangeLog.md +++ b/src/ResourceManager/Intune/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release -## Version 2.2.0 \ No newline at end of file +## Version 2.4.0 + +## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 b/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 index d7e22f8b24a6..735068b00d0b 100644 --- a/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 +++ b/src/ResourceManager/IotHub/AzureRM.IotHub.psd1 @@ -1,96 +1,110 @@ -# -# Module manifest for module 'Microsoft.Azure.Commands.IotHub' -# -# Generated by: Microsoft Corporation -# -# Generated on: 10/7/2016 -# - -@{ - -# Version number of this module. +# +# Module manifest for module 'PSGet_AzureRM.IotHub' +# +# Generated by: Microsoft Corporation +# +# Generated on: 12/13/2016 +# + +@{ + +# Script module or binary module file associated with this manifest. +# RootModule = '' + +# Version number of this module. ModuleVersion = '1.0.0' - -# ID used to uniquely identify this module -GUID = '51A3A993-FE39-4F8F-A437-2CB751584AF5' - -# Author of this module -Author = 'Microsoft Corporation' - -# Company or vendor of this module -CompanyName = 'Microsoft Corporation' - -# Copyright statement for this module -Copyright = 'Microsoft Corporation. All rights reserved.' - -# Description of the functionality provided by this module -Description = 'Microsoft Azure PowerShell - IotHub service cmdlets for Azure Resource Manager' - -# Minimum version of the Windows PowerShell engine required by this module -PowerShellVersion = '3.0' - -# Name of the Windows PowerShell host required by this module -PowerShellHostName = '' - -# Minimum version of the Windows PowerShell host required by this module -PowerShellHostVersion = '' - -# Minimum version of the .NET Framework required by this module -DotNetFrameworkVersion = '4.0' - -# Minimum version of the common language runtime (CLR) required by this module -CLRVersion='4.0' - -# Processor architecture (None, X86, Amd64, IA64) required by this module -ProcessorArchitecture = 'None' - -# Modules that must be imported into the global environment prior to importing this module + +# Supported PSEditions +# CompatiblePSEditions = @() + +# ID used to uniquely identify this module +GUID = '51a3a993-fe39-4f8f-a437-2cb751584af5' + +# Author of this module +Author = 'Microsoft Corporation' + +# Company or vendor of this module +CompanyName = 'Microsoft Corporation' + +# Copyright statement for this module +Copyright = 'Microsoft Corporation. All rights reserved.' + +# Description of the functionality provided by this module +Description = 'Microsoft Azure PowerShell - IotHub service cmdlets for Azure Resource Manager' + +# Minimum version of the Windows PowerShell engine required by this module +PowerShellVersion = '3.0' + +# Name of the Windows PowerShell host required by this module +# PowerShellHostName = '' + +# Minimum version of the Windows PowerShell host required by this module +# PowerShellHostVersion = '' + +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +DotNetFrameworkVersion = '4.0' + +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +CLRVersion = '4.0' + +# Processor architecture (None, X86, Amd64) required by this module +# ProcessorArchitecture = '' + +# Modules that must be imported into the global environment prior to importing this module RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.4.0'; }) - -# Assemblies that must be loaded prior to importing this module -RequiredAssemblies = @() - -# Script files (.ps1) that are run in the caller's environment prior to importing this module -ScriptsToProcess = @() - -# Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() - -# Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = @( - '.\Microsoft.Azure.Commands.IotHub.format.ps1xml' -) - -# Modules to import as nested modules of the module specified in ModuleToProcess -NestedModules = @( - '.\Microsoft.Azure.Commands.IotHub.dll' -) - -# Functions to export from this module -FunctionsToExport = '*' - -# Cmdlets to export from this module -CmdletsToExport = '*' - -# Variables to export from this module -VariablesToExport = '*' - -# Aliases to export from this module -AliasesToExport = @() - -# List of all modules packaged with this module -ModuleList = @() - -# List of all files packaged with this module -FileList = @() - -# Private data to pass to the module specified in ModuleToProcess + +# Assemblies that must be loaded prior to importing this module +# RequiredAssemblies = @() + +# Script files (.ps1) that are run in the caller's environment prior to importing this module. +# ScriptsToProcess = @() + +# Type files (.ps1xml) to be loaded when importing this module +# TypesToProcess = @() + +# Format files (.ps1xml) to be loaded when importing this module +FormatsToProcess = '.\Microsoft.Azure.Commands.IotHub.format.ps1xml' + +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess +NestedModules = @('.\Microsoft.Azure.Commands.IotHub.dll') + +# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. +FunctionsToExport = @() + +# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. +CmdletsToExport = 'Add-AzureRmIotHubKey', 'Get-AzureRmIotHubEventHubConsumerGroup', + 'Get-AzureRmIotHubConnectionString', 'Get-AzureRmIotHubJob', + 'Get-AzureRmIotHubKey', 'Get-AzureRmIotHubQuotaMetric', + 'Get-AzureRmIotHub', 'Get-AzureRmIotHubRegistryStatistic', + 'Get-AzureRmIotHubValidSku', + 'Add-AzureRmIotHubEventHubConsumerGroup', 'New-AzureRmIotHub', + 'New-AzureRmIotHubExportDevices', 'New-AzureRmIotHubImportDevices', + 'Remove-AzureRmIotHub', 'Remove-AzureRmIotHubEventHubConsumerGroup', + 'Remove-AzureRmIotHubKey', 'Set-AzureRmIotHub' + +# Variables to export from this module +# VariablesToExport = @() + +# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. +AliasesToExport = 'Get-AzureRmIotHubEHCG', 'Add-AzureRmIotHubEHCG', + 'Remove-AzureRmIotHubEHCG' + +# DSC resources to export from this module +# DscResourcesToExport = @() + +# List of all modules packaged with this module +# ModuleList = @() + +# List of all files packaged with this module +# FileList = @() + +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','IoT','IoT Hub' + Tags = 'Azure','ResourceManager','ARM','IoT','IoTHub' # A URL to the license for this module. LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt' @@ -102,10 +116,55 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'https://github.com/Azure/azure-powershell/blob/dev/ChangeLog.md' + ReleaseNotes = '* Adds commandlets for the Azure IoT Hub + - Add-AzureRmIotHubEventHubConsumerGroup + - Adds an Event Hub consumer group for an existing Azure IoT hub. + - Add-AzureRmIotHubKey + - Adds a new key to an existing Azure IoT hub. + - Get-AzureRmIotHub + - Gets the properties of an exisiting Azure IoT hub. + - Get-AzureRmIotHubConnectionString + - Gets the connection strings of an existing Azure IoT hub. + - Get-AzureRmIotHubEventHubConsumerGroup + - Gets the list of event hub consumer groups for the specified eventhub endpoint. + - Get-AzureRmIotHubJob + - Gets the properties of a set of Azure IoT hubs in a subscription or resource group. + - Get-AzureRmIotHubKey + - Gets the information related to a list of keys of an Azure IoT hub. + - Get-AzureRmIotHubQuotaMetric + - Gets the quota metrics for an Azure IoT hub. + - Get-AzureRmIotHubRegistryStatistic + - Gets the registry statistics for an Azure IoT hub. + - Get-AzureRmIotHubValidSku + - Gets the list of valid Skus to which an existing Azure IoT hub can transition to. + - New-AzureRmIotHub + - Creates a new Azure IoT hub. + - New-AzureRmIotHubExportDevices + - Starts a new job for exporting the devices of an Azure IoT hub. + - New-AzureRmIotHubImportDevices + - Starts a new job for importing the devices of an Azure IoT hub. + - Remove-AzureRmIotHub + - Removes an Azure IoT hub. + - Remove-AzureRmIotHubEventHubConsumerGroup + - Removes a consumer group for the specified event hub endpoint of a give Azure IoT hub. + - Remove-AzureRmIotHubKey + - Removes a key from an Azure IoT hub. + - Set-AzureRmIotHub + - Updates the properties of an Azure IoT hub. +' + + # External dependent modules of this module + # ExternalModuleDependencies = '' } # End of PSData hashtable + + } # End of PrivateData hashtable + +# HelpInfo URI of this module +# HelpInfoURI = '' + +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. +# DefaultCommandPrefix = '' -} # End of PrivateData hashtable +} -} diff --git a/src/ResourceManager/IotHub/ChangeLog.md b/src/ResourceManager/IotHub/ChangeLog.md index 8fd1f627a5a7..ab8d24bcd1f2 100644 --- a/src/ResourceManager/IotHub/ChangeLog.md +++ b/src/ResourceManager/IotHub/ChangeLog.md @@ -21,53 +21,37 @@ ## Version 1.0.0 * Adds commandlets for the Azure IoT Hub - - Add-AzureRmIotHubEventHubConsumerGroup - - Adds an Event Hub consumer group for an existing Azure IoT hub. - - - Add-AzureRmIotHubKey - - Adds a new key to an existing Azure IoT hub. - - - Get-AzureRmIotHub - - Gets the properties of an exisiting Azure IoT hub. - - - Get-AzureRmIotHubConnectionString - - Gets the connection strings of an existing Azure IoT hub. - - - Get-AzureRmIotHubEventHubConsumerGroup - - Gets the list of event hub consumer groups for the specified eventhub endpoint. - - - Get-AzureRmIotHubJob - - Gets the properties of a set of Azure IoT hubs in a subscription or resource group. - - - Get-AzureRmIotHubKey - - Gets the information related to a list of keys of an Azure IoT hub. - - - Get-AzureRmIotHubQuotaMetric - - Gets the quota metrics for an Azure IoT hub. - - - Get-AzureRmIotHubRegistryStatistic - - Gets the registry statistics for an Azure IoT hub. - - - Get-AzureRmIotHubValidSku - - Gets the list of valid Skus to which an existing Azure IoT hub can transition to. - - - New-AzureRmIotHub - - Creates a new Azure IoT hub. - - - New-AzureRmIotHubExportDevices - - Starts a new job for exporting the devices of an Azure IoT hub. - - - New-AzureRmIotHubImportDevices - - Starts a new job for importing the devices of an Azure IoT hub. - - - Remove-AzureRmIotHub - - Removes an Azure IoT hub. - - - Remove-AzureRmIotHubEventHubConsumerGroup - - Removes a consumer group for the specified event hub endpoint of a give Azure IoT hub. - - - Remove-AzureRmIotHubKey - - Removes a key from an Azure IoT hub. - - - Set-AzureRmIotHub - - Updates the properties of an Azure IoT hub. \ No newline at end of file + - Add-AzureRmIotHubEventHubConsumerGroup + - Adds an Event Hub consumer group for an existing Azure IoT hub. + - Add-AzureRmIotHubKey + - Adds a new key to an existing Azure IoT hub. + - Get-AzureRmIotHub + - Gets the properties of an exisiting Azure IoT hub. + - Get-AzureRmIotHubConnectionString + - Gets the connection strings of an existing Azure IoT hub. + - Get-AzureRmIotHubEventHubConsumerGroup + - Gets the list of event hub consumer groups for the specified eventhub endpoint. + - Get-AzureRmIotHubJob + - Gets the properties of a set of Azure IoT hubs in a subscription or resource group. + - Get-AzureRmIotHubKey + - Gets the information related to a list of keys of an Azure IoT hub. + - Get-AzureRmIotHubQuotaMetric + - Gets the quota metrics for an Azure IoT hub. + - Get-AzureRmIotHubRegistryStatistic + - Gets the registry statistics for an Azure IoT hub. + - Get-AzureRmIotHubValidSku + - Gets the list of valid Skus to which an existing Azure IoT hub can transition to. + - New-AzureRmIotHub + - Creates a new Azure IoT hub. + - New-AzureRmIotHubExportDevices + - Starts a new job for exporting the devices of an Azure IoT hub. + - New-AzureRmIotHubImportDevices + - Starts a new job for importing the devices of an Azure IoT hub. + - Remove-AzureRmIotHub + - Removes an Azure IoT hub. + - Remove-AzureRmIotHubEventHubConsumerGroup + - Removes a consumer group for the specified event hub endpoint of a give Azure IoT hub. + - Remove-AzureRmIotHubKey + - Removes a key from an Azure IoT hub. + - Set-AzureRmIotHub + - Updates the properties of an Azure IoT hub. \ No newline at end of file diff --git a/src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1 b/src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1 index 35e2d823c51b..06cb168e763e 100644 --- a/src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1 +++ b/src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.KeyVault' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/KeyVault/ChangeLog.md b/src/ResourceManager/KeyVault/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/KeyVault/ChangeLog.md +++ b/src/ResourceManager/KeyVault/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/LogicApp/AzureRM.LogicApp.psd1 b/src/ResourceManager/LogicApp/AzureRM.LogicApp.psd1 index 76f342af04c5..1497bffa5e07 100644 --- a/src/ResourceManager/LogicApp/AzureRM.LogicApp.psd1 +++ b/src/ResourceManager/LogicApp/AzureRM.LogicApp.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.LogicApp' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/LogicApp/ChangeLog.md b/src/ResourceManager/LogicApp/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/LogicApp/ChangeLog.md +++ b/src/ResourceManager/LogicApp/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/MachineLearning/AzureRM.MachineLearning.psd1 b/src/ResourceManager/MachineLearning/AzureRM.MachineLearning.psd1 index 0a103f5d5370..e5be9d04a17a 100644 --- a/src/ResourceManager/MachineLearning/AzureRM.MachineLearning.psd1 +++ b/src/ResourceManager/MachineLearning/AzureRM.MachineLearning.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.MachineLearning' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -115,14 +115,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Add support for Azure Machine Learning Committment Plans - - Get-AzureRmMLCommitmentAssociation - - Get-AzureRmMLCommitmentPlan - - Get-AzureRmMLCommitmentPlanUsageHistory - - Move-AzureRmMLCommitmentAssociation - - New-AzureRmMLCommitmentPlan - - Remove-AzureRmMLCommitmentPlan - - Update-AzureRmMLCommitmentPlan + ReleaseNotes = '* Serialization and deserialization improvements for all cmdlets ' # External dependent modules of this module diff --git a/src/ResourceManager/MachineLearning/ChangeLog.md b/src/ResourceManager/MachineLearning/ChangeLog.md index 5b14c9adc729..abcc7015740d 100644 --- a/src/ResourceManager/MachineLearning/ChangeLog.md +++ b/src/ResourceManager/MachineLearning/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Current Release + +## Version 0.11.2 * Serialization and deserialization improvements for all cmdlets ## Version 0.11.1 diff --git a/src/ResourceManager/Media/AzureRM.Media.psd1 b/src/ResourceManager/Media/AzureRM.Media.psd1 index dfa80e4bfe5f..c7783c66b2b3 100644 --- a/src/ResourceManager/Media/AzureRM.Media.psd1 +++ b/src/ResourceManager/Media/AzureRM.Media.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Media' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/Media/ChangeLog.md b/src/ResourceManager/Media/ChangeLog.md index b6a51d3decee..72a4dcdbc0c5 100644 --- a/src/ResourceManager/Media/ChangeLog.md +++ b/src/ResourceManager/Media/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 0.3.2 + ## Version 0.3.1 \ No newline at end of file diff --git a/src/ResourceManager/Network/AzureRM.Network.psd1 b/src/ResourceManager/Network/AzureRM.Network.psd1 index 1b9c6e2e6894..851861d352ea 100644 --- a/src/ResourceManager/Network/AzureRM.Network.psd1 +++ b/src/ResourceManager/Network/AzureRM.Network.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Network' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -293,11 +293,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Get-AzureRmVirtualNetworkGatewayConnection -    - Added new param :- TunnelConnectionStatus in output Connection object to show per tunnel connection health status. -* Reset-AzureRmVirtualNetworkGateway -    - Added optional input param:- gatewayVip to pass gateway vip for ResetGateway API in case of Active-Active feature enabled gateways. -    - Gateway Vip can be retrieved from PublicIPs refered in VirtualNetworkGateway object.' + ReleaseNotes = 'Updated for common code changes' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/src/ResourceManager/Network/ChangeLog.md b/src/ResourceManager/Network/ChangeLog.md index 4a4928928488..3b5e452f6e0d 100644 --- a/src/ResourceManager/Network/ChangeLog.md +++ b/src/ResourceManager/Network/ChangeLog.md @@ -32,4 +32,5 @@     - Fixed issue where UseRemoteGateway property was not being populated in the request to the server * Get-AzureRmEffectiveNetworkSecurityGroup     - Add warning if there is no response from GetEffectiveNSG -* Add Source property to EffectiveRoute \ No newline at end of file +* Add Source property to EffectiveRoute + diff --git a/src/ResourceManager/NotificationHubs/AzureRM.NotificationHubs.psd1 b/src/ResourceManager/NotificationHubs/AzureRM.NotificationHubs.psd1 index f4a516ce500a..c53d36b20f10 100644 --- a/src/ResourceManager/NotificationHubs/AzureRM.NotificationHubs.psd1 +++ b/src/ResourceManager/NotificationHubs/AzureRM.NotificationHubs.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.NotificationHubs' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -126,9 +126,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* New cmdlets - - New-AzureRmNotificationHubKey - - New-AzureRmNotificationHubsNamespaceKey + ReleaseNotes = '* Added the skuTier parameter to set the sky for namespace + - New-AzureRmNotificationHubsNamespace + - Set-AzureRmNotificationHubsNamespace ' # External dependent modules of this module diff --git a/src/ResourceManager/NotificationHubs/ChangeLog.md b/src/ResourceManager/NotificationHubs/ChangeLog.md index fbe95507f5db..b85f41e69806 100644 --- a/src/ResourceManager/NotificationHubs/ChangeLog.md +++ b/src/ResourceManager/NotificationHubs/ChangeLog.md @@ -18,12 +18,13 @@ - Additional information about change #1 --> ## Current Release + +## Version 2.4.0 * Added the skuTier parameter to set the sky for namespace - - New-AzureRmNotificationHubsNamespace - - Set-AzureRmNotificationHubsNamespace + - New-AzureRmNotificationHubsNamespace + - Set-AzureRmNotificationHubsNamespace ## Version 2.3.0 * New cmdlets - New-AzureRmNotificationHubKey - New-AzureRmNotificationHubsNamespaceKey - diff --git a/src/ResourceManager/OperationalInsights/AzureRM.OperationalInsights.psd1 b/src/ResourceManager/OperationalInsights/AzureRM.OperationalInsights.psd1 index 2c578469b32e..f88102f1b068 100644 --- a/src/ResourceManager/OperationalInsights/AzureRM.OperationalInsights.psd1 +++ b/src/ResourceManager/OperationalInsights/AzureRM.OperationalInsights.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.OperationalInsights' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -145,12 +145,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Add new parameter to cmdlet New-AzureRmOperationalInsightsWindowsPerformanceCounterDataSource - - UseLegacyCollector (switch parameter) will enable collection of 32-bit legacy performance counters on 64-bit machines -* Rename New-AzureRmOperationalInsightsAzureAuditDataSource to New-AzureRmOperationalInsightsAzureActivityLogDataSource (an alias for the old command was created) -* Get-AzureRmOperationalInsightsDataSource returns null instead of throwing an exception if not found -* New-AzureRmOperationalInsightsComputerGroup now supports defining a group simply by separating computer names with commas -' + ReleaseNotes = 'Updated for common code changes' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/src/ResourceManager/OperationalInsights/ChangeLog.md b/src/ResourceManager/OperationalInsights/ChangeLog.md index 3e62997f0720..bdff4e60d6b7 100644 --- a/src/ResourceManager/OperationalInsights/ChangeLog.md +++ b/src/ResourceManager/OperationalInsights/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 * Add new parameter to cmdlet New-AzureRmOperationalInsightsWindowsPerformanceCounterDataSource - UseLegacyCollector (switch parameter) will enable collection of 32-bit legacy performance counters on 64-bit machines diff --git a/src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1 b/src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1 index bd35acea9cbf..ae7985aa87c6 100644 --- a/src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1 +++ b/src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.PowerBIEmbedded' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/PowerBIEmbedded/ChangeLog.md b/src/ResourceManager/PowerBIEmbedded/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/PowerBIEmbedded/ChangeLog.md +++ b/src/ResourceManager/PowerBIEmbedded/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/Profile/AzureRM.Profile.psd1 b/src/ResourceManager/Profile/AzureRM.Profile.psd1 index 977967b8032a..75ff9dbebcad 100644 --- a/src/ResourceManager/Profile/AzureRM.Profile.psd1 +++ b/src/ResourceManager/Profile/AzureRM.Profile.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Profile' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -112,10 +112,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Add-AzureRmAccount - - Add position for Credential parameter so the following command is allowed: Add-AzureRmAccount (Get-Credential) - - Updated parameter sets so the SubscriptionId and SubscriptionName are mutually exclusive -' + ReleaseNotes = 'Updated for common code changes' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/src/ResourceManager/Profile/ChangeLog.md b/src/ResourceManager/Profile/ChangeLog.md index d4c057b9eb43..dcd31177ed1a 100644 --- a/src/ResourceManager/Profile/ChangeLog.md +++ b/src/ResourceManager/Profile/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 * Add-AzureRmAccount - Add position for Credential parameter so the following command is allowed: Add-AzureRmAccount (Get-Credential) diff --git a/src/ResourceManager/RecoveryServices.Backup/AzureRM.RecoveryServices.Backup.psd1 b/src/ResourceManager/RecoveryServices.Backup/AzureRM.RecoveryServices.Backup.psd1 index ca5275f3f8e8..fa50502c6b2c 100644 --- a/src/ResourceManager/RecoveryServices.Backup/AzureRM.RecoveryServices.Backup.psd1 +++ b/src/ResourceManager/RecoveryServices.Backup/AzureRM.RecoveryServices.Backup.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.RecoveryServices.Backup' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -127,7 +127,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'Updated for common code changes' + ReleaseNotes = '* Migrated from Hyak based Azure SDK to Swagger based Azure SDK +' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/src/ResourceManager/RecoveryServices.Backup/ChangeLog.md b/src/ResourceManager/RecoveryServices.Backup/ChangeLog.md index 3db269f113f4..ebc464ad9a87 100644 --- a/src/ResourceManager/RecoveryServices.Backup/ChangeLog.md +++ b/src/ResourceManager/RecoveryServices.Backup/ChangeLog.md @@ -18,5 +18,8 @@ - Additional information about change #1 --> ## Current Release + +## Version 2.4.0 * Migrated from Hyak based Azure SDK to Swagger based Azure SDK + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1 b/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1 index e93a76733cc3..09e08227ede1 100644 --- a/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1 +++ b/src/ResourceManager/RecoveryServices/AzureRM.RecoveryServices.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.RecoveryServices' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/RecoveryServices/ChangeLog.md b/src/ResourceManager/RecoveryServices/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/RecoveryServices/ChangeLog.md +++ b/src/ResourceManager/RecoveryServices/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/RedisCache/AzureRM.RedisCache.psd1 b/src/ResourceManager/RedisCache/AzureRM.RedisCache.psd1 index 64058e2418ac..68c8847239ad 100644 --- a/src/ResourceManager/RedisCache/AzureRM.RedisCache.psd1 +++ b/src/ResourceManager/RedisCache/AzureRM.RedisCache.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.RedisCache' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/RedisCache/ChangeLog.md b/src/ResourceManager/RedisCache/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/RedisCache/ChangeLog.md +++ b/src/ResourceManager/RedisCache/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/Resources/AzureRM.Resources.psd1 b/src/ResourceManager/Resources/AzureRM.Resources.psd1 index 8af399dce58e..fd65a99149ad 100644 --- a/src/ResourceManager/Resources/AzureRM.Resources.psd1 +++ b/src/ResourceManager/Resources/AzureRM.Resources.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Resources' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -145,12 +145,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Lookup of AAD group by Id now uses GetObjectsByObjectId AAD Graph call instead of Groups/ - - This will enable Groups lookup in CSP scenario -* Remove unnecessary AAD graph call in Get role assignments logic - - Only make call when needed instead of always -* Fixed issue where Remove-AzureRmResource would throw an exception if one of the resources passed through the pipeline failed to be removed - - If cmdlet fails to remove one of the resources, the result will not have an effect on the removal of other resources + ReleaseNotes = '* Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource + - Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource ' # External dependent modules of this module diff --git a/src/ResourceManager/Resources/ChangeLog.md b/src/ResourceManager/Resources/ChangeLog.md index a91f904341dc..90281672a7c8 100644 --- a/src/ResourceManager/Resources/ChangeLog.md +++ b/src/ResourceManager/Resources/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Current Release + +## Version 3.4.0 * Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource - Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource diff --git a/src/ResourceManager/Scheduler/AzureRM.Scheduler.psd1 b/src/ResourceManager/Scheduler/AzureRM.Scheduler.psd1 index 2175cf05e855..bf4dc3bb2940 100644 --- a/src/ResourceManager/Scheduler/AzureRM.Scheduler.psd1 +++ b/src/ResourceManager/Scheduler/AzureRM.Scheduler.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Scheduler' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/Scheduler/ChangeLog.md b/src/ResourceManager/Scheduler/ChangeLog.md index c0260828688e..1e1beed5656f 100644 --- a/src/ResourceManager/Scheduler/ChangeLog.md +++ b/src/ResourceManager/Scheduler/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 0.11.2 + ## Version 0.11.1 \ No newline at end of file diff --git a/src/ResourceManager/ServerManagement/AzureRM.ServerManagement.psd1 b/src/ResourceManager/ServerManagement/AzureRM.ServerManagement.psd1 index 29db1b226138..69d95442c609 100644 --- a/src/ResourceManager/ServerManagement/AzureRM.ServerManagement.psd1 +++ b/src/ResourceManager/ServerManagement/AzureRM.ServerManagement.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.ServerManagement' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/ServerManagement/ChangeLog.md b/src/ResourceManager/ServerManagement/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/ServerManagement/ChangeLog.md +++ b/src/ResourceManager/ServerManagement/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/ServiceBus/AzureRM.ServiceBus.psd1 b/src/ResourceManager/ServiceBus/AzureRM.ServiceBus.psd1 index 7793b5de7c58..a8018853d5b3 100644 --- a/src/ResourceManager/ServiceBus/AzureRM.ServiceBus.psd1 +++ b/src/ResourceManager/ServiceBus/AzureRM.ServiceBus.psd1 @@ -1,17 +1,23 @@ -# -# Module manifest for module 'Microsoft.Azure.Commands.ServiceBus' -# -# Generated by: Microsoft Corporation -# -# Generated on: 9/19/2015 -# - -@{ - -# Version number of this module. -ModuleVersion = '0.0.1' - -# ID used to uniquely identify this module +# +# Module manifest for module 'PSGet_AzureRM.ServiceBus' +# +# Generated by: Microsoft Corporation +# +# Generated on: 12/13/2016 +# + +@{ + +# Script module or binary module file associated with this manifest. +# RootModule = '' + +# Version number of this module. +ModuleVersion = '0.0.1' + +# Supported PSEditions +# CompatiblePSEditions = @() + +# ID used to uniquely identify this module GUID = 'cc69c625-e961-43f4-8b50-0061eba6e4b6' # Author of this module @@ -26,31 +32,31 @@ Copyright = 'Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'Microsoft Azure PowerShell - ServiceBus service cmdlets for Azure Resource Manager' -# Minimum version of the Windows PowerShell engine required by this module +# Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '3.0' -# Name of the Windows PowerShell host required by this module -PowerShellHostName = '' +# Name of the Windows PowerShell host required by this module +# PowerShellHostName = '' -# Minimum version of the Windows PowerShell host required by this module -PowerShellHostVersion = '' +# Minimum version of the Windows PowerShell host required by this module +# PowerShellHostVersion = '' -# Minimum version of the .NET Framework required by this module +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. DotNetFrameworkVersion = '4.0' -# Minimum version of the common language runtime (CLR) required by this module -CLRVersion='4.0' +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. +CLRVersion = '4.0' -# Processor architecture (None, X86, Amd64, IA64) required by this module +# Processor architecture (None, X86, Amd64) required by this module # ProcessorArchitecture = '' -# Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.4.0'; }) +# Modules that must be imported into the global environment prior to importing this module +RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.4.0'; }) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() -# Script files (.ps1) that are run in the caller's environment prior to importing this module +# Script files (.ps1) that are run in the caller's environment prior to importing this module. # ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module @@ -59,36 +65,65 @@ RequiredModules = @(@{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.4.0'; # Format files (.ps1xml) to be loaded when importing this module # FormatsToProcess = @() -# Modules to import as nested modules of the module specified in ModuleToProcess -NestedModules = @( - '.\Microsoft.Azure.Commands.ServiceBus.dll' -) +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess +NestedModules = @('.\Microsoft.Azure.Commands.ServiceBus.dll') -# Functions to export from this module +# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = @() -# Cmdlets to export from this module -CmdletsToExport = '*' +# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. +CmdletsToExport = 'Get-AzureRmServiceBusTopic', + 'Get-AzureRmServiceBusTopicAuthorizationRule', + 'Get-AzureRmServiceBusTopicKey', 'New-AzureRmServiceBusTopic', + 'New-AzureRmServiceBusTopicAuthorizationRule', + 'New-AzureRmServiceBusTopicKey', 'Remove-AzureRmServiceBusTopic', + 'Remove-AzureRmServiceBusTopicAuthorizationRule', + 'Set-AzureRmServiceBusTopic', + 'Set-AzureRmServiceBusTopicAuthorizationRule', + 'Get-AzureRmServiceBusSubscription', + 'New-AzureRmServiceBusSubscription', + 'Remove-AzureRmServiceBusSubscription', + 'Set-AzureRmServiceBusSubscription', + 'New-AzureRmServiceBusNamespaceKey', 'Get-AzureRmServiceBusQueue', + 'Get-AzureRmServiceBusQueueAuthorizationRule', + 'Get-AzureRmServiceBusQueueKey', 'New-AzureRmServiceBusQueue', + 'New-AzureRmServiceBusQueueAuthorizationRule', + 'New-AzureRmServiceBusQueueKey', 'Remove-AzureRmServiceBusQueue', + 'Remove-AzureRmServiceBusQueueAuthorizationRule', + 'Set-AzureRmServiceBusQueue', + 'Set-AzureRmServiceBusQueueAuthorizationRule', + 'Get-AzureRmServiceBusNamespace', + 'Get-AzureRmServiceBusNamespaceAuthorizationRule', + 'Get-AzureRmServiceBusNamespaceKey', + 'New-AzureRmServiceBusNamespace', + 'New-AzureRmServiceBusNamespaceAuthorizationRule', + 'Remove-AzureRmServiceBusNamespace', + 'Remove-AzureRmServiceBusNamespaceAuthorizationRule', + 'Set-AzureRmServiceBusNamespace', + 'Set-AzureRmServiceBusNamespaceAuthorizationRule' # Variables to export from this module # VariablesToExport = @() -# Aliases to export from this module +# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. AliasesToExport = @() +# DSC resources to export from this module +# DscResourcesToExport = @() + # List of all modules packaged with this module # ModuleList = @() # List of all files packaged with this module # FileList = @() -# Private data to pass to the module specified in ModuleToProcess +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = @("Azure", "ResourceManager", "ARM", "ServiceBus") + Tags = 'Azure','ResourceManager','ARM','ServiceBus' # A URL to the license for this module. LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/dev/LICENSE.txt' @@ -100,10 +135,89 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'https://github.com/Azure/azure-powershell/blob/dev/ChangeLog.md' + ReleaseNotes = '* Adds commandlets for the Azure ServiceBus + - New-AzureRmServiceBusNamespace + - Adds a New ServiceBus NameSpace in the existing Resource Group. + - Get-AzureRmServiceBusNamespace + - Gets NameSpace/list of NameSpaces of existing Resource Group. + - Set-AzureRmServiceBusNamespace + - Updates properties of existing Servicebus NameSpace. + - Remove-AzureRmServiceBusNamespace + - Deletes the existing ServiceBus NameSpace. + - New-AzureRmServiceBusNamespaceAuthorizationRule + - Adds a new AuthorizationRule to the existing ServiceBus NameSpace. + - Get-AzureRmServiceBusNamespaceAuthorizationRule + - Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace. + - Set-AzureRmServiceBusNamespaceAuthorizationRule + - Updates properties of existing AuthorizationRule of Servicebus NameSpace. + - New-AzureRmServiceBusNamespaceKey + - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace. + - Get-AzureRmServiceBusNamespaceKey + - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace. + - Remove-AzureRmServiceBusNamespaceAuthorizationRule + - Deletes the existing AuthorizationRule of ServiceBus NameSpace. + - New-AzureRmServiceBusQueue + - Adds a new Queue to the existing ServiceBus NameSpace. + - Get-AzureRmServiceBusQueue + - Gets existing Queue/ List of Queues of the existing ServiceBus NameSpace. + - Set-AzureRmServiceBusQueue + - Updates properties of existing Queue of ServiceBus NameSpace. + - Remove-AzureRmServiceBusQueue + - Deletes existing Queue of ServiceBus NameSpace. + - New-AzureRmServiceBusQueueAuthorizationRule + - Adds a new AuthorizationRule to the existing Queue of ServiceBus NameSpace. + - Get-AzureRmServiceBusQueueAuthorizationRule + - Gets the AuthorizationRule / List of AuthorizationRules of the Queue + - Set-AzureRmServiceBusQueueAuthorizationRule + - Updates the AuthorizationRule of the Queue. + - New-AzureRmServiceBusQueueKey + - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue. + - Get-AzureRmServiceBusQueueKey + - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue. + - Remove-AzureRmServiceBusQueueAuthorizationRule + - Deletes the existing AuthorizationRule of ServiceBus Queue. + - New-AzureRmServiceBusTopic + - Adds a new Topic to the existing ServiceBus NameSpace. + - Get-AzureRmServiceBusTopic + - Gets existing Topic/ List of Topics of the existing ServiceBus NameSpace. + - Set-AzureRmServiceBusTopic + - Updates properties of existing Topic of ServiceBus NameSpace. + - Remove-AzureRmServiceBusTopic + - Deletes existing Topic of ServiceBus NameSpace. + - New-AzureRmServiceBusTopicAuthorizationRule + - Adds a new AuthorizationRule to the existing Topic of ServiceBus NameSpace. + - Get-AzureRmServiceBusTopicAuthorizationRule + - Gets the AuthorizationRule / List of AuthorizationRules of the Topic. + - Set-AzureRmServiceBusTopicAuthorizationRule + - Updates the AuthorizationRule of the Topic. + - New-AzureRmServiceBusTopicKey + - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic. + - Get-AzureRmServiceBusTopicKey + - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic. + - Remove-AzureRmServiceBusTopicAuthorizationRule + - Deletes the existing AuthorizationRule of ServiceBus Topic. + - New-AzureRmServiceBusSubscription + - Adds a new Subscription to the existing ServiceBus Topic. + - Get-AzureRmServiceBusSubscription + - Gets existing Subscription/ List of Subscriptions of the existing ServiceBus Topic. + - Set-AzureRmServiceBusSubscription + - Updates properties of existing Subscription of ServiceBus Topic. + - Remove-AzureRmServiceBusSubscription + - Deletes existing Subscription of ServiceBus Topic. +' + + # External dependent modules of this module + # ExternalModuleDependencies = '' } # End of PSData hashtable + + } # End of PrivateData hashtable + +# HelpInfo URI of this module +# HelpInfoURI = '' + +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. +# DefaultCommandPrefix = '' -} # End of PrivateData hashtable +} -} \ No newline at end of file diff --git a/src/ResourceManager/ServiceBus/ChangeLog.md b/src/ResourceManager/ServiceBus/ChangeLog.md new file mode 100644 index 000000000000..466dd4eaa5ac --- /dev/null +++ b/src/ResourceManager/ServiceBus/ChangeLog.md @@ -0,0 +1,91 @@ + +## Current Release + +## Version 0.0.1 +* Adds commandlets for the Azure ServiceBus + - New-AzureRmServiceBusNamespace + - Adds a New ServiceBus NameSpace in the existing Resource Group. + - Get-AzureRmServiceBusNamespace + - Gets NameSpace/list of NameSpaces of existing Resource Group. + - Set-AzureRmServiceBusNamespace + - Updates properties of existing Servicebus NameSpace. + - Remove-AzureRmServiceBusNamespace + - Deletes the existing ServiceBus NameSpace. + - New-AzureRmServiceBusNamespaceAuthorizationRule + - Adds a new AuthorizationRule to the existing ServiceBus NameSpace. + - Get-AzureRmServiceBusNamespaceAuthorizationRule + - Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace. + - Set-AzureRmServiceBusNamespaceAuthorizationRule + - Updates properties of existing AuthorizationRule of Servicebus NameSpace. + - New-AzureRmServiceBusNamespaceKey + - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace. + - Get-AzureRmServiceBusNamespaceKey + - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace. + - Remove-AzureRmServiceBusNamespaceAuthorizationRule + - Deletes the existing AuthorizationRule of ServiceBus NameSpace. + - New-AzureRmServiceBusQueue + - Adds a new Queue to the existing ServiceBus NameSpace. + - Get-AzureRmServiceBusQueue + - Gets existing Queue/ List of Queues of the existing ServiceBus NameSpace. + - Set-AzureRmServiceBusQueue + - Updates properties of existing Queue of ServiceBus NameSpace. + - Remove-AzureRmServiceBusQueue + - Deletes existing Queue of ServiceBus NameSpace. + - New-AzureRmServiceBusQueueAuthorizationRule + - Adds a new AuthorizationRule to the existing Queue of ServiceBus NameSpace. + - Get-AzureRmServiceBusQueueAuthorizationRule + - Gets the AuthorizationRule / List of AuthorizationRules of the Queue + - Set-AzureRmServiceBusQueueAuthorizationRule + - Updates the AuthorizationRule of the Queue. + - New-AzureRmServiceBusQueueKey + - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue. + - Get-AzureRmServiceBusQueueKey + - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue. + - Remove-AzureRmServiceBusQueueAuthorizationRule + - Deletes the existing AuthorizationRule of ServiceBus Queue. + - New-AzureRmServiceBusTopic + - Adds a new Topic to the existing ServiceBus NameSpace. + - Get-AzureRmServiceBusTopic + - Gets existing Topic/ List of Topics of the existing ServiceBus NameSpace. + - Set-AzureRmServiceBusTopic + - Updates properties of existing Topic of ServiceBus NameSpace. + - Remove-AzureRmServiceBusTopic + - Deletes existing Topic of ServiceBus NameSpace. + - New-AzureRmServiceBusTopicAuthorizationRule + - Adds a new AuthorizationRule to the existing Topic of ServiceBus NameSpace. + - Get-AzureRmServiceBusTopicAuthorizationRule + - Gets the AuthorizationRule / List of AuthorizationRules of the Topic. + - Set-AzureRmServiceBusTopicAuthorizationRule + - Updates the AuthorizationRule of the Topic. + - New-AzureRmServiceBusTopicKey + - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic. + - Get-AzureRmServiceBusTopicKey + - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic. + - Remove-AzureRmServiceBusTopicAuthorizationRule + - Deletes the existing AuthorizationRule of ServiceBus Topic. + - New-AzureRmServiceBusSubscription + - Adds a new Subscription to the existing ServiceBus Topic. + - Get-AzureRmServiceBusSubscription + - Gets existing Subscription/ List of Subscriptions of the existing ServiceBus Topic. + - Set-AzureRmServiceBusSubscription + - Updates properties of existing Subscription of ServiceBus Topic. + - Remove-AzureRmServiceBusSubscription + - Deletes existing Subscription of ServiceBus Topic. \ No newline at end of file diff --git a/src/ResourceManager/SiteRecovery/AzureRM.SiteRecovery.psd1 b/src/ResourceManager/SiteRecovery/AzureRM.SiteRecovery.psd1 index b102da746e90..e6efc7093367 100644 --- a/src/ResourceManager/SiteRecovery/AzureRM.SiteRecovery.psd1 +++ b/src/ResourceManager/SiteRecovery/AzureRM.SiteRecovery.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.SiteRecovery' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/SiteRecovery/ChangeLog.md b/src/ResourceManager/SiteRecovery/ChangeLog.md index 8ff7cc49fc45..0e88b85bcf7d 100644 --- a/src/ResourceManager/SiteRecovery/ChangeLog.md +++ b/src/ResourceManager/SiteRecovery/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 3.3.0 + ## Version 3.2.0 \ No newline at end of file diff --git a/src/ResourceManager/Sql/AzureRM.Sql.psd1 b/src/ResourceManager/Sql/AzureRM.Sql.psd1 index dc94c0d15f34..f8b414d1f4fc 100644 --- a/src/ResourceManager/Sql/AzureRM.Sql.psd1 +++ b/src/ResourceManager/Sql/AzureRM.Sql.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Sql' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -192,7 +192,23 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'Updated for common code changes' + ReleaseNotes = '* Added storage properties to cmdlets for Azure SQL threat detection policy management at database and server level + - StorageAccountName + - RetentionInDays +* Removed the unsupported param "AuditAction" from Set-AzureSqlDatabaseServerAuditingPolicy +* Added new param "AuditAction" to Set-AzureSqlDatabaseAuditingPolicy +* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool + - If Tags is used in command it will save tags, if not it will not wipe out tags on resource. +* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool + - If Tags is used in command it will save tags, if not it will not wipe out tags on resource. +* Changes for "New-AzureRmSqlDatabase", "Set-AzureRmSqlDatabase" and "Get-AzureRmSqlDatabase" cmdlets + - Adding a new parameter called "ReadScale" for the 3 cmdlets above. + - The "ReadScale" parameter has 2 possibl values: "Enabled" or "Disabled" to indicate whether the ReadScale option is turned on for the database. +* Functionality of ReadScale Feature. + - ReadScale is a new feature in SQL Database, which allows the user to enabled/disable routing read-only requests to Geo-secondary Premium databases. + - This feature allows the customer to scale up/down their read-only workload flexibly, and unlocked more DTUs for the premium database. + - To configure ReadScale, user simply specify "ReadScale" paramter with "Enabled/Disabled" at database creation with New-AzureRmSqlDatabase cmdlet, +' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/src/ResourceManager/Sql/ChangeLog.md b/src/ResourceManager/Sql/ChangeLog.md index 3c0e1d6d8aa8..7a16343a1f0c 100644 --- a/src/ResourceManager/Sql/ChangeLog.md +++ b/src/ResourceManager/Sql/ChangeLog.md @@ -18,12 +18,14 @@ - Additional information about change #1 --> ## Current Release + +## Version 2.4.0 * Added storage properties to cmdlets for Azure SQL threat detection policy management at database and server level - StorageAccountName - RetentionInDays -*Removed the unsupported param "AuditAction" from Set-AzureSqlDatabaseServerAuditingPolicy -*Added new param "AuditAction" to Set-AzureSqlDatabaseAuditingPolicy -*Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool +* Removed the unsupported param "AuditAction" from Set-AzureSqlDatabaseServerAuditingPolicy +* Added new param "AuditAction" to Set-AzureSqlDatabaseAuditingPolicy +* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool - If Tags is used in command it will save tags, if not it will not wipe out tags on resource. * Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool - If Tags is used in command it will save tags, if not it will not wipe out tags on resource. @@ -34,3 +36,5 @@ - ReadScale is a new feature in SQL Database, which allows the user to enabled/disable routing read-only requests to Geo-secondary Premium databases. - This feature allows the customer to scale up/down their read-only workload flexibly, and unlocked more DTUs for the premium database. - To configure ReadScale, user simply specify "ReadScale" paramter with "Enabled/Disabled" at database creation with New-AzureRmSqlDatabase cmdlet, + +## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/Storage/AzureRM.Storage.psd1 b/src/ResourceManager/Storage/AzureRM.Storage.psd1 index 4794b9b4d04f..819d557f7cf4 100644 --- a/src/ResourceManager/Storage/AzureRM.Storage.psd1 +++ b/src/ResourceManager/Storage/AzureRM.Storage.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Storage' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/Storage/ChangeLog.md b/src/ResourceManager/Storage/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/Storage/ChangeLog.md +++ b/src/ResourceManager/Storage/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/StreamAnalytics/AzureRM.StreamAnalytics.psd1 b/src/ResourceManager/StreamAnalytics/AzureRM.StreamAnalytics.psd1 index 67e809174d63..ca469d17b8af 100644 --- a/src/ResourceManager/StreamAnalytics/AzureRM.StreamAnalytics.psd1 +++ b/src/ResourceManager/StreamAnalytics/AzureRM.StreamAnalytics.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.StreamAnalytics' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/StreamAnalytics/ChangeLog.md b/src/ResourceManager/StreamAnalytics/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/StreamAnalytics/ChangeLog.md +++ b/src/ResourceManager/StreamAnalytics/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/Tags/AzureRM.Tags.psd1 b/src/ResourceManager/Tags/AzureRM.Tags.psd1 index f54f42eed1e5..ce219d18cf63 100644 --- a/src/ResourceManager/Tags/AzureRM.Tags.psd1 +++ b/src/ResourceManager/Tags/AzureRM.Tags.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Tags' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/Tags/ChangeLog.md b/src/ResourceManager/Tags/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/Tags/ChangeLog.md +++ b/src/ResourceManager/Tags/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/TrafficManager/AzureRM.TrafficManager.psd1 b/src/ResourceManager/TrafficManager/AzureRM.TrafficManager.psd1 index 754129b9e540..324e6d71f207 100644 --- a/src/ResourceManager/TrafficManager/AzureRM.TrafficManager.psd1 +++ b/src/ResourceManager/TrafficManager/AzureRM.TrafficManager.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.TrafficManager' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/TrafficManager/ChangeLog.md b/src/ResourceManager/TrafficManager/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/TrafficManager/ChangeLog.md +++ b/src/ResourceManager/TrafficManager/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/UsageAggregates/AzureRM.UsageAggregates.psd1 b/src/ResourceManager/UsageAggregates/AzureRM.UsageAggregates.psd1 index f011728f7ff5..f7c76c1ef551 100644 --- a/src/ResourceManager/UsageAggregates/AzureRM.UsageAggregates.psd1 +++ b/src/ResourceManager/UsageAggregates/AzureRM.UsageAggregates.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.UsageAggregates' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ diff --git a/src/ResourceManager/UsageAggregates/ChangeLog.md b/src/ResourceManager/UsageAggregates/ChangeLog.md index 6389c41290b5..2e40c29088c9 100644 --- a/src/ResourceManager/UsageAggregates/ChangeLog.md +++ b/src/ResourceManager/UsageAggregates/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.4.0 + ## Version 2.3.0 \ No newline at end of file diff --git a/src/ResourceManager/Websites/AzureRM.Websites.psd1 b/src/ResourceManager/Websites/AzureRM.Websites.psd1 index cf8fd8d52c6c..bc0a4dde5d8b 100644 --- a/src/ResourceManager/Websites/AzureRM.Websites.psd1 +++ b/src/ResourceManager/Websites/AzureRM.Websites.psd1 @@ -1,9 +1,9 @@ -# +# # Module manifest for module 'PSGet_AzureRM.Websites' # # Generated by: Microsoft Corporation # -# Generated on: 10/31/2016 +# Generated on: 12/13/2016 # @{ @@ -128,7 +128,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'Updated for common code changes' + ReleaseNotes = '* Add: PerSiteScaling option on cmdlets New-AzureRmAppservicePlan and Set-AzureRmAppServicePlan +* Add: NumberOfWorkers option on cmdlets Set-AzureRmWebApp and Set-AzureRmWebAppSlot +* Add: Help documentation using platyPS +' # External dependent modules of this module # ExternalModuleDependencies = '' diff --git a/src/ResourceManager/Websites/ChangeLog.md b/src/ResourceManager/Websites/ChangeLog.md index 2dac4a6584bd..8cc7703c50de 100644 --- a/src/ResourceManager/Websites/ChangeLog.md +++ b/src/ResourceManager/Websites/ChangeLog.md @@ -19,9 +19,9 @@ --> ## Current Release - * Add: PerSiteScaling option on cmdlets New-AzureRmAppservicePlan and Set-AzureRmAppServicePlan - * Add: NumberOfWorkers option on cmdlets Set-AzureRmWebApp and Set-AzureRmWebAppSlot - * Add: Help documentation using platyPS - +## Version 2.4.0 +* Add: PerSiteScaling option on cmdlets New-AzureRmAppservicePlan and Set-AzureRmAppServicePlan +* Add: NumberOfWorkers option on cmdlets Set-AzureRmWebApp and Set-AzureRmWebAppSlot +* Add: Help documentation using platyPS ## Version 2.3.0 \ No newline at end of file diff --git a/src/ServiceManagement/Services/Commands.Utilities/ChangeLog.md b/src/ServiceManagement/Services/Commands.Utilities/ChangeLog.md index e4c985af2056..ed0ee095b3f2 100644 --- a/src/ServiceManagement/Services/Commands.Utilities/ChangeLog.md +++ b/src/ServiceManagement/Services/Commands.Utilities/ChangeLog.md @@ -1,4 +1,4 @@ - ## Current Release + +## Version 3.3.0 * Updated Set-AzureVMChefExtension cmdlet to add following new options : - JsonAttribute : A JSON string to be added to the first run of chef-client. e.g. -JsonAttribute '{"container_service": {"chef-init-test": {"command": "C:\\opscode\\chef\\bin"}}}' - - ChefServiceInterval : Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field. e.g. -ChefServiceInterval 45 - * Updated New-AzureVirtualNetworkGatewayConnection cmdlet to add validation on acceptable input parameter:GatewayConnectionType values sets and it can be case insensitive: - GatewayConnectionType : Added validation to accept only set of values:- 'ExpressRoute'/'IPsec'/'Vnet2Vnet'/'VPNClient' and acceptable set of values can be passed in any casing. - * Updating Managed Cache warning message which notifies customer about service deprecation on the following cmdlets : -Get-AzureManagedCache -Get-AzureManagedCacheAccessKey -Get-AzureManagedCacheLocation -Get-AzureManagedCacheNamedCache -New-AzureManagedCache -New-AzureManagedCacheAccessKey -New-AzureManagedCacheNamedCache -Remove-AzureManagedCache -Remove-AzureManagedCacheNamedCache -Set-AzureManagedCache -Set-AzureManagedCacheNamedCache - -For more information about Managed Cache service deprecation, see http://go.microsoft.com/fwlink/?LinkID=717458 + - Get-AzureManagedCache + - Get-AzureManagedCacheAccessKey + - Get-AzureManagedCacheLocation + - Get-AzureManagedCacheNamedCache + - New-AzureManagedCache + - New-AzureManagedCacheAccessKey + - New-AzureManagedCacheNamedCache + - Remove-AzureManagedCache + - Remove-AzureManagedCacheNamedCache + - Set-AzureManagedCache + - Set-AzureManagedCacheNamedCache +* For more information about Managed Cache service deprecation, see http://go.microsoft.com/fwlink/?LinkID=717458 ## Version 3.1.0 \ No newline at end of file diff --git a/src/Storage/ChangeLog.md b/src/Storage/ChangeLog.md index 04632795d740..e6a944b29520 100644 --- a/src/Storage/ChangeLog.md +++ b/src/Storage/ChangeLog.md @@ -19,4 +19,6 @@ --> ## Current Release +## Version 2.3.0 + ## Version 2.2.0 \ No newline at end of file diff --git a/tools/AzureRM/AzureRM.psd1 b/tools/AzureRM/AzureRM.psd1 index db549a361457..08c32edf89d5 100644 --- a/tools/AzureRM/AzureRM.psd1 +++ b/tools/AzureRM/AzureRM.psd1 @@ -66,8 +66,10 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '2.4.0'; @{ModuleName = 'AzureRM.DataLakeStore'; RequiredVersion = '3.2.0'; }, @{ModuleName = 'AzureRM.DevTestLabs'; RequiredVersion = '2.4.0'; }, @{ModuleName = 'AzureRM.Dns'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'AzureRM.EventHub'; RequiredVersion = '0.0.1'; }, @{ModuleName = 'AzureRM.HDInsight'; RequiredVersion = '2.4.0'; }, @{ModuleName = 'AzureRM.Insights'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'AzureRM.IoTHub'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'AzureRM.KeyVault'; RequiredVersion = '2.4.0'; }, @{ModuleName = 'AzureRM.LogicApp'; RequiredVersion = '2.4.0'; }, @{ModuleName = 'AzureRM.MachineLearning'; RequiredVersion = '0.11.2'; }, @@ -82,6 +84,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '2.4.0'; @{ModuleName = 'AzureRM.Resources'; RequiredVersion = '3.4.0'; }, @{ModuleName = 'AzureRM.Scheduler'; RequiredVersion = '0.11.2'; }, @{ModuleName = 'AzureRM.ServerManagement'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'AzureRM.ServiceBus'; RequiredVersion = '0.0.1'; }, @{ModuleName = 'AzureRM.SiteRecovery'; RequiredVersion = '3.3.0'; }, @{ModuleName = 'AzureRM.Sql'; RequiredVersion = '2.4.0'; }, @{ModuleName = 'AzureRM.Storage'; RequiredVersion = '2.4.0'; }, @@ -145,13 +148,102 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '2016.11.14 - Version 3.2.0 -* Network - * Get-AzureRmVirtualNetworkGatewayConnection -     - Added new param :- TunnelConnectionStatus in output Connection object to show per tunnel connection health status. - * Reset-AzureRmVirtualNetworkGateway -     - Added optional input param:- gatewayVip to pass gateway vip for ResetGateway API in case of Active-Active feature enabled gateways. -     - Gateway Vip can be retrieved from PublicIPs refered in VirtualNetworkGateway object.' + ReleaseNotes = '2016.12.14 - Version 3.3.0 +* ApiManagement + * Added new cmdlets to manage external Identity Provider Configurations + - New-AzureRmApiManagementIdentityProvider + - Set-AzureRmApiManagementIdentityProvider + - Get-AzureRmApiManagementIdentityProvider + - Remove-AzureRmApiManagementIdentityProvider + * Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support + * Updated cmdlet Import-AzureRmApiManagementApi to allow importing an Wsdl type API as either Soap Pass Through (ApiType = Http) or Soap To Rest (ApiType = Soap). Default is Soap Pass Through. + * Fixed Issue https://github.com/Azure/azure-powershell/issues/3217 +* Compute + * Add Remove-AzureRmVMSecret cmdlet. + * Based on user feedback (https://github.com/Azure/azure-powershell/issues/1384), we''ve added a DisplayHint property to VM object to enable Compact and Expand display modes. This is similar to `Get -Date - DisplayHint Date` cmdlet. By default, the return of `Get-AzureRmVm -ResourceGroupName -Name ` will be compact. You can expand the output using `-DisplayHint Expand` parameter. + * UPCOMING BREAKING CHANGE Notification: We''ve added a warning about removing ` DataDiskNames` and ` NetworkInterfaceIDs` properties from the returned VM object from `Get-AzureRmVm -ResourceGroupName -Name