AzureRM.psd1
# # Module manifest for module 'PSGet_AzureRM' # # Generated by: Microsoft Corporation # # Generated on: 1/22/2018 # @{ # Script module or binary module file associated with this manifest. RootModule = '.\AzureRM.psm1' # Version number of this module. ModuleVersion = '5.2.0' # Supported PSEditions # CompatiblePSEditions = @() # ID used to uniquely identify this module GUID = 'b433e830-b479-4f7f-9c80-9cc6c28e1b51' # 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 = 'Azure Resource Manager 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 = '' # 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.5.2' # 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 = @() # 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 = @() # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess # NestedModules = @() # 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 = @() # 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 = @() # 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 = @() # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' # A URL to the main website for this project. ProjectUri = 'https://github.com/Azure/azure-powershell' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module ReleaseNotes = '5.2.0 - January 2018 General * Added ResourceGroup Completer to -ResourceGroup parameters allowing tab completion through resource groups in current subscription - The following modules are affected: - AzureRM.AnalysisServices - AzureRM.ApiManagement - AzureRM.ApplicationInsights - AzureRM.Automation - AzureRM.Backup - AzureRM.Batch - AzureRM.Cdn - AzureRM.Compute - AzureRM.ContainerInstance - AzureRM.ContainerRegistry - AzureRM.DataFactories - AzureRM.DataFactoryV2 - AzureRM.DataLakeAnalytics - AzureRM.DataLakeStore - AzureRM.DevTestLabs - AzureRM.Dns - AzureRM.EventGrid - AzureRM.EventHub - AzureRM.HDInsight - AzureRM.Insights - AzureRM.IotHub - AzureRM.KeyVault - AzureRM.LogicApp - AzureRM.MachineLearning - AzureRM.MachineLearningCompute - AzureRM.Media - AzureRM.Network - AzureRM.NotificationHubs - AzureRM.OperationalInsights - AzureRM.PowerBIEmbedded - AzureRM.Profile - AzureRM.RecoveryServices - AzureRM.RecoveryServices.Backup - AzureRM.RedisCache - AzureRM.Relay - AzureRM.Resources - AzureRM.Scheduler - AzureRM.ServerManagement - AzureRM.ServiceBus - AzureRM.ServiceFabric - AzureRM.SiteRecovery - AzureRM.Sql - AzureRM.Storage - AzureRM.StreamAnalytics - AzureRM.TrafficManager - AzureRM.Websites * Added Location Completer to -Location parameters allowing tab completion through valid Locations - The following modules are affected: - AzureRM.ApiManagement - AzureRM.ApplicationInsights - AzureRM.Automation - AzureRM.Backup - AzureRM.Batch - AzureRM.Cdn - AzureRM.Compute - AzureRM.ContainerInstance - AzureRM.ContainerRegistry - AzureRM.DataFactories - AzureRM.DataFactoryV2 - AzureRM.DataLakeAnalytics - AzureRM.DataLakeStore - AzureRM.EventGrid - AzureRM.EventHub - AzureRM.HDInsight - AzureRM.Insights - AzureRM.IotHub - AzureRM.KeyVault - AzureRM.LogicApp - AzureRM.MachineLearning - AzureRM.MachineLearningCompute - AzureRM.Media - AzureRM.Network - AzureRM.NotificationHubs - AzureRM.OperationalInsights - AzureRM.PowerBIEmbedded - AzureRM.RecoveryServices - AzureRM.RedisCache - AzureRM.Relay - AzureRM.Resources - AzureRM.Scheduler - AzureRM.ServerManagement - AzureRM.ServiceBus - AzureRM.ServiceFabric - AzureRM.SiteRecovery - AzureRM.Sql - AzureRM.Storage - AzureRM.StreamAnalytics - AzureRM.TrafficManager - AzureRM.Websites AzureRM.Profile * Add-AzureRmAccount * Added -MSI login for authenticationg using the credentials of the Managed Service Identity of the current VM / Service * Fixed KeyVault Authentication when logging in with user-provided access tokens Azure.Storage * Add cmdlets to get and set Storage service properties - Get-AzureStorageServiceProperty - Update-AzureStorageServiceProperty AzureRM.ApiManagement * Obsoleted -Tags in favor of -Tag for New-AzureRmApiManagementProperty, Set-AzureRmApiManagementProperty, and New-AzureRmApiManagement AzureRM.Automation * Obsoleted -Tags in favor of -Tag for Set-AzureRmAutomationRunbook AzureRM.Cdn * Obsoleted -Tags in favor of -Tag for New-AzureRmCdnEndpoint and New-AzureRmCdnProfile AzureRM.CognitiveServices * Integrate with Cognitive Services Management SDK version 3.0.0. AzureRM.Compute * Added simplified parameter set to New-AzureRmVmss, which creates a Virtual Machine Scale Set and all required resources using smart defaults * Obsoleted -Tags in favor of -Tag for New-AzureRmVm and Update-AzureRmVm * Fixed Get-AzureRmComputeResourceSku cmdlet when Zone is included in restriction. * Updated Diagnostics Agent configuration schema for Azure Monitor sink support. AzureRM.DataFactories * Enabled Azure Key Vault support for all data store linked services * Added license type property for Azure SSIS integration runtime * Obsoleted -Tags in favor of -Tag for New-AzureRmDataFactory AzureRM.DataFactoryV2 * Enabled Azure Key Vault support for all data store linked services * Added license type property for Azure SSIS integration runtime * Add parameter "LicenseType" for "Set-AzureRmDataFactoryV2IntegrationRuntime" cmd to enable AHUB functionality AzureRM.DataLakeAnalytics * Obsoleted -Tags in favor of -Tag for New-AzureRmDataLakeAnalyticsAccount and Set-AzureRmDataLakeAnalyticsAccount AzureRM.DataLakeStore * Obsoleted -Tags in favor of -Tag for New-AzureRmDataLakeStoreAccount and Set-AzureRmDataLakeStoreAccount AzureRM.EventGrid * Added the following new cmdlet: - Update-AzureRmEventGridSubscription - Update the properties of an Event Grid event subscription. AzureRM.IotHub * Add Certificate support for IoTHub cmdlets AzureRM.KeyVault * Added -AsJob support for long-running KeyVault cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress. * Affected cmdlet is: Remove-AzureRmKeyVault * Fixed bug in Set-AzureRmKeyVaultAccessPolicy where the AAD filter was setting SPN to the provided UPN, rather than setting the UPN - See the following issue for more information: https://github.com/Azure/azure-powershell/issues/5201 AzureRM.MachineLearning * Obsoleted -Tags in favor of -Tag for Update-AzureRmMlCommitmentPlan AzureRM.MachineLearningCompute * Add IncludeAllResources parameter to Remove-AzureRmMlOpCluster cmdlet - Using this switch parameter will remove all resources that were created with the cluster originally AzureRM.Media * Obsoleted -Tags in favor of -Tag for Set-AzureRmMediaService and New-AzureRmMediaService AzureRM.Network * Added -AsJob support for long-running Network cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress. AzureRM.NotificationHubs * Obsoleted -Tags in favor of -Tag for New-AzureRmNotificationHubsNamespace and Set-AzureRmNotificationHubsNamespace AzureRM.OperationalInsights * Obsoleted -Tags in favor of -Tag for New-AzureRmOperationalInsightsSavedSearch, Set-AzureRmOperationalInsightsSavedSearch, New-AzureRmOperationalInsightsWorkspace, and Set-AzureRmOperationalInsightsWorkspace AzureRM.RecoveryServices.Backup * Added -UseOriginalStorageAccount option to the Restore-AzureRmRecoveryServicesBackupItem cmdlet. - Enabling this flag results in restoring disks to their original storage accounts which allows users to maintain the configuration of restored VM as close to the original VMs as possible. - It also helps in improving the performance of the restore operation. AzureRM.RedisCache * Added 3 new cmdlets for firewall rules * Added 3 new cmdlets for geo replication * Added support for zones and tags * Make ResourceGroup as optional whenever possible. AzureRM.Resources * Added -AsJob support for long-running Resources cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress. * Added alias from Get-AzureRmProviderOperation to Get-AzureRmResourceProviderAction to conform with naming conventions AzureRM.ServerManagement * Obsoleted -Tags in favor of -Tag for New-AzureRmServerManagementNode and New-AzureRmServerManagementGateway AzureRM.Sql * Update the Auditing commands parameters description * Added -AsJob parameter to long running cmdlets * Obsoleted -DatabaseName parameter from Get-AzureRmSqlServiceObjective AzureRM.Storage * Fix a null reference issue of run cmdlet New-AzureRMStorageAccount with parameter -EnableEncryptionService None * Added -AsJob support for long-running Storage cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress. - Affected cmdlets are New-, Remove-, Add-, and Update- for Storage Account and Storage Account Network Rule. AzureRM.Websites * Added -AsJob support for long-running Websites cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress. - Affected cmdlets are New-, Remove-, Add-, and Set- for WebApps, AppServicePlan and Slots ' # Prerelease string of this module # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false # 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 = '' } |