RTDP.CLI.PartnerCmdlets.psd1
# # Module manifest for module 'manifest' # # Generated by: AOLARIU # # Generated on: 03/07/2023 # @{ # Script module or binary module file associated with this manifest. RootModule = 'RTDP.CLI.PartnerCmdlets.dll' # Version number of this module. ModuleVersion = '1.0.0' # Supported PSEditions CompatiblePSEditions = @("Core") # ID used to uniquely identify this module GUID = 'fae99970-a8a2-4acc-816b-6f7d12f0fd85' # Author of this module Author = 'AOLARIU' # Company or vendor of this module CompanyName = 'Microsoft' # Copyright statement for this module Copyright = '(c) 2023 Microsoft. All rights reserved.' # Description of the functionality provided by this module Description = 'The Partner PowerShell Cmdlets module is targeted for Data Platform partner-usage. The cmdlets bring a breath of fresh air and come with an intuitive, verbose set of commands that can be ran as-is or as part of an automation script or a data management pipeline.' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '7.2.10' # Assemblies that must be loaded prior to importing this module RequiredAssemblies = @("Microsoft.Identity.Client.dll", "Microsoft.IdentityModel.Abstractions.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 = @() # 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 = @("Initialize-PartnerSession", "List-AvailableDatastores", "List-DatastoreTables", "Promote-PartnerDataset", "Register-PartnerDataset", "Revoke-DatasetPromotion") # 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 = @("dp-login", "dp-datastores", "dp-tables", "dp-promote", "dp-register", "dp-demote") # 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 = @("DataPlatform", "SovCloud") # A URL to the license for this module. #LicenseUri = 'Placeholder' # A URL to the main website for this project. #ProjectUri = 'Placeholder' # A URL to an icon representing this module. #IconUri = 'Placeholder' # ReleaseNotes of this module ReleaseNotes = 'First version: added 6 partner cmdlets for partner-usage.' # Flag to indicate whether the module requires explicit user acceptance for install/update/save #RequireLicenseAcceptance = $true } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module #HelpInfoURI = 'Placeholder' } |