Skip to content

Commit 80e5f74

Browse files
Merge pull request #300 from microsoft/3.6.4
Enforces the use of Powershell Core 7.0 or higher
2 parents c3dcabc + 8c23200 commit 80e5f74

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

AzureResourceInventory.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ PrivateData = @{
130130
# ReleaseNotes = ''
131131

132132
# Prerelease string of this module
133-
Prerelease = 'Alpha'
133+
# Prerelease = ''
134134

135135
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
136136
# RequireLicenseAcceptance = $false

Modules/Public/PublicFunctions/Invoke-ARI.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#Requires -Version 7
12
<#
23
.SYNOPSIS
34
This script creates Excel file to Analyze Azure Resources inside a Tenant

Modules/Public/PublicFunctions/Invoke-AzureRAMPInventory.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#Requires -Version 7
12
function Invoke-AzureRAMPInventory {
23
[CmdletBinding(PositionalBinding=$false)]
34
param (

0 commit comments

Comments
 (0)