diff --git a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 index 1b7159de8d24..75ab417a7a7b 100644 --- a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 +++ b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 @@ -3,12 +3,13 @@ # # Generated by: Microsoft Corporation # -# Generated on: 12/11/2019 +# Generated on: 12/14/2020 # @{ # Script module or binary module file associated with this manifest. +# RootModule = '' # Version number of this module. ModuleVersion = '0.8.0' @@ -55,7 +56,8 @@ DotNetFrameworkVersion = '4.7.2' RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.2'; }) # Assemblies that must be loaded prior to importing this module -RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll', 'ResourceGraph.Autorest\bin\Az.ResourceGraph.private.dll' +RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll', + 'ResourceGraph.Autorest\bin\Az.ResourceGraph.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. # ScriptsToProcess = @() @@ -64,13 +66,16 @@ RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll', 'ResourceGr # TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = 'ResourceGraph.format.ps1xml', 'ResourceGraph.Autorest\Az.ResourceGraph.format.ps1xml' +FormatsToProcess = 'ResourceGraph.format.ps1xml', + 'ResourceGraph.Autorest\Az.ResourceGraph.format.ps1xml' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess -NestedModules = 'Az.ResourceGraph.psm1', 'ResourceGraph.Autorest\Az.ResourceGraph.psm1' +NestedModules = @('Az.ResourceGraph.psm1', + 'ResourceGraph.Autorest\Az.ResourceGraph.psm1') # 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 = 'Get-AzResourceGraphQuery', 'New-AzResourceGraphQuery', 'Remove-AzResourceGraphQuery', 'Update-AzResourceGraphQuery' +FunctionsToExport = 'Get-AzResourceGraphQuery', 'New-AzResourceGraphQuery', + 'Remove-AzResourceGraphQuery', 'Update-AzResourceGraphQuery' # 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 = 'Search-AzGraph' @@ -108,7 +113,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Update references in .psd1 to use relative path' + ReleaseNotes = '* Added new cmdlets to support query resource' # Prerelease string of this module # Prerelease = '' diff --git a/src/ResourceGraph/ResourceGraph/ChangeLog.md b/src/ResourceGraph/ResourceGraph/ChangeLog.md index 034394a850a9..03b204575204 100644 --- a/src/ResourceGraph/ResourceGraph/ChangeLog.md +++ b/src/ResourceGraph/ResourceGraph/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 0.8.0 * Added new cmdlets to support query resource ## Version 0.7.7