|
7 | 7 |
|
8 | 8 | @{
|
9 | 9 |
|
10 |
| -# Script module or binary module file associated with this manifest. |
11 |
| -# RootModule = '' |
| 10 | + # Script module or binary module file associated with this manifest. |
| 11 | + # RootModule = '' |
12 | 12 |
|
13 |
| -# Version number of this module. |
14 |
| -ModuleVersion = '1.8' |
| 13 | + # Version number of this module. |
| 14 | + ModuleVersion = '1.9' |
15 | 15 |
|
16 |
| -# Supported PSEditions |
17 |
| -# CompatiblePSEditions = @() |
| 16 | + # Supported PSEditions |
| 17 | + # CompatiblePSEditions = @() |
18 | 18 |
|
19 |
| -# ID used to uniquely identify this module |
20 |
| -GUID = '3b1286c3-b477-4233-a1b3-f8968ef02e45' |
| 19 | + # ID used to uniquely identify this module |
| 20 | + GUID = '3b1286c3-b477-4233-a1b3-f8968ef02e45' |
21 | 21 |
|
22 |
| -# Author of this module |
23 |
| -Author = 'cmbrose' |
| 22 | + # Author of this module |
| 23 | + Author = 'cmbrose' |
24 | 24 |
|
25 |
| -# Company or vendor of this module |
26 |
| -CompanyName = 'Unknown' |
| 25 | + # Company or vendor of this module |
| 26 | + CompanyName = 'Unknown' |
27 | 27 |
|
28 |
| -# Copyright statement for this module |
29 |
| -Copyright = '(c) 2020 cmbrose. All rights reserved.' |
| 28 | + # Copyright statement for this module |
| 29 | + Copyright = '(c) 2020 cmbrose. All rights reserved.' |
30 | 30 |
|
31 |
| -# Description of the functionality provided by this module |
32 |
| -Description = 'Powershell utility for Cosmos DB' |
| 31 | + # Description of the functionality provided by this module |
| 32 | + Description = 'Powershell utility for Cosmos DB' |
33 | 33 |
|
34 |
| -# Minimum version of the Windows PowerShell engine required by this module |
35 |
| -# PowerShellVersion = '' |
| 34 | + # Minimum version of the Windows PowerShell engine required by this module |
| 35 | + # PowerShellVersion = '' |
36 | 36 |
|
37 |
| -# Name of the Windows PowerShell host required by this module |
38 |
| -# PowerShellHostName = '' |
| 37 | + # Name of the Windows PowerShell host required by this module |
| 38 | + # PowerShellHostName = '' |
39 | 39 |
|
40 |
| -# Minimum version of the Windows PowerShell host required by this module |
41 |
| -# PowerShellHostVersion = '' |
| 40 | + # Minimum version of the Windows PowerShell host required by this module |
| 41 | + # PowerShellHostVersion = '' |
42 | 42 |
|
43 |
| -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
44 |
| -# DotNetFrameworkVersion = '' |
| 43 | + # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 44 | + # DotNetFrameworkVersion = '' |
45 | 45 |
|
46 |
| -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
47 |
| -# CLRVersion = '' |
| 46 | + # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 47 | + # CLRVersion = '' |
48 | 48 |
|
49 |
| -# Processor architecture (None, X86, Amd64) required by this module |
50 |
| -# ProcessorArchitecture = '' |
| 49 | + # Processor architecture (None, X86, Amd64) required by this module |
| 50 | + # ProcessorArchitecture = '' |
51 | 51 |
|
52 |
| -# Modules that must be imported into the global environment prior to importing this module |
53 |
| -# RequiredModules = @() |
| 52 | + # Modules that must be imported into the global environment prior to importing this module |
| 53 | + # RequiredModules = @() |
54 | 54 |
|
55 |
| -# Assemblies that must be loaded prior to importing this module |
56 |
| -# RequiredAssemblies = @() |
| 55 | + # Assemblies that must be loaded prior to importing this module |
| 56 | + # RequiredAssemblies = @() |
57 | 57 |
|
58 |
| -# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
59 |
| -# ScriptsToProcess = @() |
| 58 | + # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 59 | + # ScriptsToProcess = @() |
60 | 60 |
|
61 |
| -# Type files (.ps1xml) to be loaded when importing this module |
62 |
| -# TypesToProcess = @() |
| 61 | + # Type files (.ps1xml) to be loaded when importing this module |
| 62 | + # TypesToProcess = @() |
63 | 63 |
|
64 |
| -# Format files (.ps1xml) to be loaded when importing this module |
65 |
| -# FormatsToProcess = @() |
| 64 | + # Format files (.ps1xml) to be loaded when importing this module |
| 65 | + # FormatsToProcess = @() |
66 | 66 |
|
67 |
| -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
68 |
| -NestedModules = @('cosmos-db.psm1') |
| 67 | + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 68 | + NestedModules = @('cosmos-db.psm1') |
69 | 69 |
|
70 |
| -# 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. |
71 |
| -FunctionsToExport = 'Get-CosmosDbRecord', 'Get-AllCosmosDbRecords', |
72 |
| - 'Search-CosmosDbRecords', 'New-CosmosDbRecord', |
73 |
| - 'Update-CosmosDbRecord', 'Remove-CosmosDbRecord', |
74 |
| - 'Get-CosmosDbRecordContent', 'Use-CosmosDbInternalFlag' |
| 70 | + # 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. |
| 71 | + FunctionsToExport = 'Get-CosmosDbRecord', 'Get-AllCosmosDbRecords', |
| 72 | + 'Search-CosmosDbRecords', 'New-CosmosDbRecord', |
| 73 | + 'Update-CosmosDbRecord', 'Remove-CosmosDbRecord', |
| 74 | + 'Get-CosmosDbRecordContent', 'Use-CosmosDbInternalFlag' |
75 | 75 |
|
76 |
| -# 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. |
77 |
| -CmdletsToExport = '*' |
| 76 | + # 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. |
| 77 | + CmdletsToExport = '*' |
78 | 78 |
|
79 |
| -# Variables to export from this module |
80 |
| -VariablesToExport = '*' |
| 79 | + # Variables to export from this module |
| 80 | + VariablesToExport = '*' |
81 | 81 |
|
82 |
| -# 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. |
83 |
| -AliasesToExport = '*' |
| 82 | + # 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. |
| 83 | + AliasesToExport = '*' |
84 | 84 |
|
85 |
| -# DSC resources to export from this module |
86 |
| -# DscResourcesToExport = @() |
| 85 | + # DSC resources to export from this module |
| 86 | + # DscResourcesToExport = @() |
87 | 87 |
|
88 |
| -# List of all modules packaged with this module |
89 |
| -# ModuleList = @() |
| 88 | + # List of all modules packaged with this module |
| 89 | + # ModuleList = @() |
90 | 90 |
|
91 |
| -# List of all files packaged with this module |
92 |
| -# FileList = @() |
| 91 | + # List of all files packaged with this module |
| 92 | + # FileList = @() |
93 | 93 |
|
94 |
| -# 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. |
95 |
| -PrivateData = @{ |
| 94 | + # 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. |
| 95 | + PrivateData = @{ |
96 | 96 |
|
97 |
| - PSData = @{ |
| 97 | + PSData = @{ |
98 | 98 |
|
99 |
| - # Tags applied to this module. These help with module discovery in online galleries. |
100 |
| - # Tags = @() |
| 99 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 100 | + # Tags = @() |
101 | 101 |
|
102 |
| - # A URL to the license for this module. |
103 |
| - LicenseUri = 'https://github.com/cmbrose/cosmosdb-powershell/blob/main/LICENSE' |
| 102 | + # A URL to the license for this module. |
| 103 | + LicenseUri = 'https://github.com/cmbrose/cosmosdb-powershell/blob/main/LICENSE' |
104 | 104 |
|
105 |
| - # A URL to the main website for this project. |
106 |
| - ProjectUri = 'https://github.com/cmbrose/cosmosdb-powershell' |
| 105 | + # A URL to the main website for this project. |
| 106 | + ProjectUri = 'https://github.com/cmbrose/cosmosdb-powershell' |
107 | 107 |
|
108 |
| - # A URL to an icon representing this module. |
109 |
| - # IconUri = '' |
| 108 | + # A URL to an icon representing this module. |
| 109 | + # IconUri = '' |
110 | 110 |
|
111 |
| - # ReleaseNotes of this module |
112 |
| - # ReleaseNotes = '' |
| 111 | + # ReleaseNotes of this module |
| 112 | + # ReleaseNotes = '' |
113 | 113 |
|
114 |
| - } # End of PSData hashtable |
| 114 | + } # End of PSData hashtable |
115 | 115 |
|
116 |
| -} # End of PrivateData hashtable |
| 116 | + } # End of PrivateData hashtable |
117 | 117 |
|
118 |
| -# HelpInfo URI of this module |
119 |
| -HelpInfoURI = 'https://github.com/cmbrose/cosmosdb-powershell/blob/main/README.md' |
| 118 | + # HelpInfo URI of this module |
| 119 | + HelpInfoURI = 'https://github.com/cmbrose/cosmosdb-powershell/blob/main/README.md' |
120 | 120 |
|
121 |
| -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
122 |
| -# DefaultCommandPrefix = '' |
| 121 | + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 122 | + # DefaultCommandPrefix = '' |
123 | 123 |
|
124 | 124 | }
|
125 | 125 |
|
0 commit comments