Skip to content

Commit 94e745d

Browse files
authored
Merge pull request #9669 from Azure/databox-rel
Update Databox versions for initial release
2 parents 5d7e2b9 + 2499079 commit 94e745d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

src/DataBox/DataBox/Az.DataBox.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ModuleVersion = '0.1.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = '39B6B3E6-A15E-48BA-BE20-FE0D441D92B4'
@@ -35,7 +35,7 @@ Description = 'Microsoft Azure PowerShell - DataBox service cmdlets for Azure Re
3535
For more information on DataBox, please visit the following: https://docs.microsoft.com/azure/databox/'
3636

3737
# Minimum version of the PowerShell engine required by this module
38-
PowerShellVersion = '5.0'
38+
PowerShellVersion = '5.1'
3939

4040
# Name of the PowerShell host required by this module
4141
# PowerShellHostName = ''
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.DataBox.dll'

src/DataBox/DataBox/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
28-
[assembly: AssemblyVersion("1.0.0")]
29-
[assembly: AssemblyFileVersion("1.0.0")]
28+
[assembly: AssemblyVersion("0.1.0")]
29+
[assembly: AssemblyFileVersion("0.1.0")]

tools/CreateMappings_rules.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,6 @@
154154
{ "regex": "PeerAsn", "group": "Peering", "alias": "Peer Asn" },
155155
{ "regex": "NetAppFiles", "alias": "NetApp Files" },
156156
{ "regex": "Attestation", "alias": "Attestation" },
157-
{ "regex": "ManagedServices", "group": "Managed Services", "alias": "Managed Services" }
157+
{ "regex": "ManagedServices", "group": "Managed Services", "alias": "Managed Services" },
158+
{ "regex": "DataBox", "group": "DataBox", "alias": "DataBox" }
158159
]

0 commit comments

Comments
 (0)