Files
Cloud-20Engineering/Powershell/Modules/Effectory.Dns/Effectory.Dns/Effectory.Dns.psd1
2021-09-06 13:34:38 +02:00

82 lines
2.8 KiB
PowerShell

#
# Module manifest for module 'Effectory.Dns'
#
# Generated by: Jurjen Ladenius
#
# Generated on: 8/11/2021
#
@{
# Script module or binary module file associated with this manifest.
RootModule = 'Effectory.Dns.psm1'
# Version number of this module.
ModuleVersion = '1.0.6'
# ID used to uniquely identify this module
GUID = '1e64644e-639c-47d1-8816-c0e48390a6a7'
# Author of this module
Author = 'Jurjen Ladenius'
# Company or vendor of this module
CompanyName = 'Effectory B.V.'
# Copyright statement for this module
Copyright = '(c) Effectory B.V. - Jurjen Ladenius. All rights reserved.'
# Description of the functionality provided by this module
Description = 'Functions to list, store, retrieve and check DNS bindings of resources that don''t exist anymore to prevent subdomain takeover.'
# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @('Az.Accounts','Az.ApiManagement','Az.Websites','Az.FrontDoor','Az.Storage','Az.Cdn','Az.Network','Az.TrafficManager','Az.ContainerInstance','Az.Resources', 'DnsClient-PS')
# 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-EffectoryDomainResources','Set-BlobEffectoryDomainResources','Get-BlobEffectoryDomainResources', 'VerifyEffectoryDomainResources')
# 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 = '*'
# Variables to export from this module
VariablesToExport = '*'
# 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 = '*'
# 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 = @()
# A URL to the license for this module.
# LicenseUri = ''
# A URL to the main website for this project.
# ProjectUri = ''
# A URL to an icon representing this module.
# IconUri = ''
# ReleaseNotes of this module
# ReleaseNotes = ''
# Prerelease string of this module
# Prerelease = ''
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenseAcceptance = $false
# External dependent modules of this module
# ExternalModuleDependencies = @()
} # End of PSData hashtable
} # End of PrivateData hashtable
}