Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3cae3e6
using relative path for Az.Sql.psd1 by removing the beginning '.\'
VeryEarly Oct 5, 2019
74c721c
make change to '*.ps1xml' only
VeryEarly Oct 5, 2019
f9d40e0
again, use relative path for RequiredAssemblies and NestedModules
VeryEarly Oct 8, 2019
242a640
apply relative path to all modules' psd1 file, also update tools/Chec…
VeryEarly Oct 8, 2019
084449f
using relative path for Az.Sql.psd1 by removing the beginning '.\'
VeryEarly Oct 5, 2019
7829581
make change to '*.ps1xml' only
VeryEarly Oct 5, 2019
41d1010
again, use relative path for RequiredAssemblies and NestedModules
VeryEarly Oct 8, 2019
d5a3809
apply relative path to all modules' psd1 file, also update tools/Chec…
VeryEarly Oct 8, 2019
3fdaf5e
Merge branch 'relative-paths-test#10072' of https://github.com/VeryEa…
VeryEarly Oct 9, 2019
c34e384
update ChangeLog.md for each module
VeryEarly Oct 9, 2019
f93cac4
oops merge conflicts
VeryEarly Oct 9, 2019
89eb070
Merge branch 'master' of https://github.com/Azure/azure-powershell in…
VeryEarly Oct 9, 2019
2e7481c
use upper case for the first letter in each ChangeLog.md update
VeryEarly Oct 9, 2019
4a1fbc9
apply relative path for SqlVirtualMachine.psd1
VeryEarly Oct 9, 2019
5c51d96
ooops merge conflicts
VeryEarly Oct 15, 2019
ccc7bd1
merge conflicts
VeryEarly Oct 17, 2019
0234f6a
sync with upstream master
VeryEarly Nov 28, 2019
74ec7a7
update psd1 and change log for new modules
VeryEarly Nov 28, 2019
9c5c42f
merge conflict
VeryEarly Dec 3, 2019
0098f27
add changelog for DataFactory
VeryEarly Dec 3, 2019
763d82f
update change log for Kusto
VeryEarly Dec 3, 2019
2f0437c
correct syntax error in datafactory's changelog
isra-fel Dec 3, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions src/Accounts/Accounts/Az.Accounts.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -56,29 +56,29 @@ DotNetFrameworkVersion = '4.7.2'
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
'.\Microsoft.Azure.PowerShell.Authentication.dll',
'.\Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll',
'.\Microsoft.Azure.PowerShell.Clients.Authorization.dll',
'.\Microsoft.Azure.PowerShell.Clients.Compute.dll',
'.\Microsoft.Azure.PowerShell.Clients.Graph.Rbac.dll',
'.\Microsoft.Azure.PowerShell.Clients.Monitor.dll',
'.\Microsoft.Azure.PowerShell.Clients.Network.dll',
'.\Microsoft.Azure.PowerShell.Clients.PolicyInsights.dll',
'.\Microsoft.Azure.PowerShell.Clients.ResourceManager.dll',
'.\Microsoft.Azure.PowerShell.Common.dll',
'.\Microsoft.Azure.PowerShell.Storage.dll',
'.\Microsoft.Azure.PowerShell.Clients.Storage.Management.dll',
'.\Microsoft.Azure.PowerShell.Clients.KeyVault.dll',
'.\Microsoft.Azure.PowerShell.Clients.Websites.dll',
'.\Hyak.Common.dll', '.\Microsoft.ApplicationInsights.dll',
'.\Microsoft.Azure.Common.dll',
'.\Microsoft.Rest.ClientRuntime.dll',
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
'.\Microsoft.WindowsAzure.Storage.dll',
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
'.\Microsoft.Azure.PowerShell.Clients.Aks.dll',
'.\Microsoft.Azure.PowerShell.Strategies.dll'
RequiredAssemblies = 'Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
'Microsoft.Azure.PowerShell.Authentication.dll',
'Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll',
'Microsoft.Azure.PowerShell.Clients.Authorization.dll',
'Microsoft.Azure.PowerShell.Clients.Compute.dll',
'Microsoft.Azure.PowerShell.Clients.Graph.Rbac.dll',
'Microsoft.Azure.PowerShell.Clients.Monitor.dll',
'Microsoft.Azure.PowerShell.Clients.Network.dll',
'Microsoft.Azure.PowerShell.Clients.PolicyInsights.dll',
'Microsoft.Azure.PowerShell.Clients.ResourceManager.dll',
'Microsoft.Azure.PowerShell.Common.dll',
'Microsoft.Azure.PowerShell.Storage.dll',
'Microsoft.Azure.PowerShell.Clients.Storage.Management.dll',
'Microsoft.Azure.PowerShell.Clients.KeyVault.dll',
'Microsoft.Azure.PowerShell.Clients.Websites.dll',
'Hyak.Common.dll', 'Microsoft.ApplicationInsights.dll',
'Microsoft.Azure.Common.dll',
'Microsoft.Rest.ClientRuntime.dll',
'Microsoft.Rest.ClientRuntime.Azure.dll',
'Microsoft.WindowsAzure.Storage.dll',
'Microsoft.WindowsAzure.Storage.DataMovement.dll',
'Microsoft.Azure.PowerShell.Clients.Aks.dll',
'Microsoft.Azure.PowerShell.Strategies.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -87,10 +87,10 @@ RequiredAssemblies = '.\Microsoft.Azure.PowerShell.Authentication.Abstractions.d
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = '.\Accounts.format.ps1xml', '.\Accounts.generated.format.ps1xml'
FormatsToProcess = 'Accounts.format.ps1xml', 'Accounts.generated.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Accounts.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update references in .psd1 to use relative path
* Set correct UserAgent for client-side telemetry for Az 4.0 preview

## Version 1.6.4
Expand Down
6 changes: 3 additions & 3 deletions src/Advisor/Advisor/Az.Advisor.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.4'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.Advisor.dll'
RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -63,10 +63,10 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.Advisor.dll'
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = '.\Advisor.format.ps1xml'
FormatsToProcess = 'Advisor.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Advisor.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Advisor.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/Advisor/Advisor/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update references in .psd1 to use relative path

## Version 1.1.0
* Added new category "Operational Excellence" to Get-AzAdvisorRecommendation cmdlet.
Expand Down
4 changes: 2 additions & 2 deletions src/Aks/Aks/Az.Aks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.4'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -68,7 +68,7 @@ RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Aks.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Aks.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/Aks/Aks/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update references in .psd1 to use relative path

## Version 1.0.2
* Fixed miscellaneous typos across module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.4'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.AlertsManagement.dll'
RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -65,10 +65,10 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.AlertsManagement.dll'
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = '.\Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement.generated.format.ps1xml'
FormatsToProcess = 'Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement.generated.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.AlertsManagement.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/AlertsManagement/AlertsManagement/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update references in .psd1 to use relative path

## Version 0.1.0
* Preview of `Az.AlertsManagement` module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.4'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'
RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -68,8 +68,8 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll',
'.\Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.dll',
'Microsoft.Azure.PowerShell.Cmdlets.AnalysisServices.Dataplane.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/AnalysisServices/AnalysisServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update references in .psd1 to use relative path

## Version 1.1.1
* Fixed miscellaneous typos across module
Expand Down
14 changes: 7 additions & 7 deletions src/ApiManagement/ApiManagement/Az.ApiManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.4'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\AutoMapper.dll',
'.\Microsoft.Azure.Management.ApiManagement.dll',
'.\Microsoft.WindowsAzure.Storage.dll'
RequiredAssemblies = 'AutoMapper.dll',
'Microsoft.Azure.Management.ApiManagement.dll',
'Microsoft.WindowsAzure.Storage.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -68,12 +68,12 @@ RequiredAssemblies = '.\AutoMapper.dll',

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess =
'.\Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.generated.format.ps1xml',
'.\Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement.generated.format.ps1xml'
'Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.generated.format.ps1xml',
'Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement.generated.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll',
'.\Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll',
'Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/ApiManagement/ApiManagement/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update references in .psd1 to use relative path

## Version 1.3.2
* **Set-AzApiManagementApi** - Added support for Updating Api into ApiVersionSet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.4'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'
RequiredAssemblies = 'Microsoft.Azure.Management.ApplicationInsights.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -65,10 +65,10 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = '.\ApplicationInsights.format.ps1xml'
FormatsToProcess = 'ApplicationInsights.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/ApplicationInsights/ApplicationInsights/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update references in .psd1 to use relative path

## Version 1.0.2
* Fixed miscellaneous typos across module
Expand Down
4 changes: 2 additions & 2 deletions src/Attestation/Attestation/Az.Attestation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.4'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.Attestation.dll'
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -68,7 +68,7 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.Attestation.dll'
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Attestation.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Attestation.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/Attestation/Attestation/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@


## Upcoming Release
* Update references in .psd1 to use relative path

## Version 0.1.2
* Fixed miscellaneous typos across module
Expand Down
6 changes: 3 additions & 3 deletions src/Automation/Automation/Az.Automation.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.4'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'
RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -65,10 +65,10 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = '.\Automation.format.ps1xml'
FormatsToProcess = 'Automation.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Automation.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Automation.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/Automation/Automation/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update references in .psd1 to use relative path

## Version 1.3.4

Expand Down
20 changes: 10 additions & 10 deletions src/Batch/Batch/Az.Batch.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.4'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
'.\Microsoft.Azure.Management.Batch.dll',
'.\Microsoft.Extensions.Primitives.dll',
'.\System.Runtime.CompilerServices.Unsafe.dll',
'.\Microsoft.WindowsAzure.Storage.dll',
'.\Microsoft.AspNetCore.WebUtilities.dll',
'.\Microsoft.Net.Http.Headers.dll',
'.\System.Text.Encodings.Web.dll'
RequiredAssemblies = 'Microsoft.Azure.Batch.dll',
'Microsoft.Azure.Management.Batch.dll',
'Microsoft.Extensions.Primitives.dll',
'System.Runtime.CompilerServices.Unsafe.dll',
'Microsoft.WindowsAzure.Storage.dll',
'Microsoft.AspNetCore.WebUtilities.dll',
'Microsoft.Net.Http.Headers.dll',
'System.Text.Encodings.Web.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -72,10 +72,10 @@ RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = '.\Batch.format.ps1xml'
FormatsToProcess = 'Batch.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Batch.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Batch.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/Batch/Batch/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update references in .psd1 to use relative path
* Fix issue #10602, where **New-AzBatchPool** did not properly send `VirtualMachineConfiguration.ContainerConfiguration` or `VirtualMachineConfiguration.DataDisks` to the server.

## Version 2.0.1
Expand Down
16 changes: 8 additions & 8 deletions src/Billing/Billing/Az.Billing.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ DotNetFrameworkVersion = '4.7.2'
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.4'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = '.\Microsoft.Azure.Management.Billing.dll',
'.\Microsoft.Azure.Management.Consumption.dll',
'.\Microsoft.Azure.Commerce.UsageAggregates.dll'
RequiredAssemblies = 'Microsoft.Azure.Management.Billing.dll',
'Microsoft.Azure.Management.Consumption.dll',
'Microsoft.Azure.Commerce.UsageAggregates.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
Expand All @@ -67,13 +67,13 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.Billing.dll',
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = '.\Billing.format.ps1xml', '.\Consumption.format.ps1xml',
'.\UsageAggregates.format.ps1xml'
FormatsToProcess = 'Billing.format.ps1xml', 'Consumption.format.ps1xml',
'UsageAggregates.format.ps1xml'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.PowerShell.Cmdlets.Billing.dll',
'.\Microsoft.Azure.PowerShell.Cmdlets.Consumption.dll',
'.\Microsoft.Azure.PowerShell.Cmdlets.UsageAggregates.dll')
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Billing.dll',
'Microsoft.Azure.PowerShell.Cmdlets.Consumption.dll',
'Microsoft.Azure.PowerShell.Cmdlets.UsageAggregates.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 = @()
Expand Down
1 change: 1 addition & 0 deletions src/Billing/Billing/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Update references in .psd1 to use relative path

## Version 1.0.1
* Fixed miscellaneous typos across module
Expand Down
Loading