Skip to content

Commit 153d220

Browse files
authored
updated release notes for Az.ResourceGraph (#13734)
1 parent 014e18b commit 153d220

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 12/11/2019
6+
# Generated on: 12/14/2020
77
#
88

99
@{
1010

1111
# Script module or binary module file associated with this manifest.
12+
# RootModule = ''
1213

1314
# Version number of this module.
1415
ModuleVersion = '0.8.0'
@@ -55,7 +56,8 @@ DotNetFrameworkVersion = '4.7.2'
5556
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.2'; })
5657

5758
# Assemblies that must be loaded prior to importing this module
58-
RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll', 'ResourceGraph.Autorest\bin\Az.ResourceGraph.private.dll'
59+
RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll',
60+
'ResourceGraph.Autorest\bin\Az.ResourceGraph.private.dll'
5961

6062
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6163
# ScriptsToProcess = @()
@@ -64,13 +66,16 @@ RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll', 'ResourceGr
6466
# TypesToProcess = @()
6567

6668
# Format files (.ps1xml) to be loaded when importing this module
67-
FormatsToProcess = 'ResourceGraph.format.ps1xml', 'ResourceGraph.Autorest\Az.ResourceGraph.format.ps1xml'
69+
FormatsToProcess = 'ResourceGraph.format.ps1xml',
70+
'ResourceGraph.Autorest\Az.ResourceGraph.format.ps1xml'
6871

6972
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
70-
NestedModules = 'Az.ResourceGraph.psm1', 'ResourceGraph.Autorest\Az.ResourceGraph.psm1'
73+
NestedModules = @('Az.ResourceGraph.psm1',
74+
'ResourceGraph.Autorest\Az.ResourceGraph.psm1')
7175

7276
# 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.
73-
FunctionsToExport = 'Get-AzResourceGraphQuery', 'New-AzResourceGraphQuery', 'Remove-AzResourceGraphQuery', 'Update-AzResourceGraphQuery'
77+
FunctionsToExport = 'Get-AzResourceGraphQuery', 'New-AzResourceGraphQuery',
78+
'Remove-AzResourceGraphQuery', 'Update-AzResourceGraphQuery'
7479

7580
# 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.
7681
CmdletsToExport = 'Search-AzGraph'
@@ -108,7 +113,7 @@ PrivateData = @{
108113
# IconUri = ''
109114

110115
# ReleaseNotes of this module
111-
ReleaseNotes = '* Update references in .psd1 to use relative path'
116+
ReleaseNotes = '* Added new cmdlets to support query resource'
112117

113118
# Prerelease string of this module
114119
# Prerelease = ''

src/ResourceGraph/ResourceGraph/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 0.8.0
2123
* Added new cmdlets to support query resource
2224

2325
## Version 0.7.7

0 commit comments

Comments
 (0)