PowerBIAPI.psd1

@{
    ModuleVersion = '30.0.10'
    GUID = '81605eb6-900e-4026-8661-281c9a741dd8'
    Author = 'sjnscythe'
    CompanyName = 'abhishek'
    Copyright = '(C) abhishek 2023'
    Description = 'PowerBIAPI for poc'
    PowerShellVersion = '5.1'
    ProcessorArchitecture = 'Amd64'  # Use 'Amd64' for x64 architecture
    RequiredModules = @()
    FunctionsToExport = @('Invoke-HelloPowerBIAPI')
    DefaultCommandPrefix = 'PowerBIAPI'
    RootModule = 'PowerBIAPI.psm1'
}