Skip to content

Commit

Permalink
Release-2020-04-28-HPCCache
Browse files Browse the repository at this point in the history
  • Loading branch information
msJinLei committed Apr 30, 2020
1 parent 0007683 commit c2112d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
16 changes: 8 additions & 8 deletions src/HPCCache/HPCCache/Az.HPCCache.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 01/30/2020
# Generated on: 4/28/2020
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.1.1'
ModuleVersion = '0.1.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -72,18 +72,18 @@ NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.HPCCache.dll')
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 = 'Get-AzHpcCacheSku', 'Get-AzHpcCacheUsageModel', 'Get-AzHpcCache',
'New-AzHpcCache', 'Remove-AzHpcCache', 'Set-AzHpcCache',
'Start-AzHpcCache', 'Flush-AzHpcCache', 'Stop-AzHpcCache',
'Update-AzHpcCache', 'Remove-AzHpcCacheStorageTarget',
'New-AzHpcCacheStorageTarget', 'Get-AzHpcCacheStorageTarget',
CmdletsToExport = 'Get-AzHpcCacheSku', 'Get-AzHpcCacheUsageModel', 'Get-AzHpcCache',
'New-AzHpcCache', 'Remove-AzHpcCache', 'Set-AzHpcCache',
'Start-AzHpcCache', 'Flush-AzHpcCache', 'Stop-AzHpcCache',
'Update-AzHpcCache', 'Remove-AzHpcCacheStorageTarget',
'New-AzHpcCacheStorageTarget', 'Get-AzHpcCacheStorageTarget',
'Set-AzHpcCacheStorageTarget'

# 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 = @()
AliasesToExport = @()

# DSC resources to export from this module
# DscResourcesToExport = @()
Expand Down
5 changes: 1 addition & 4 deletions src/HPCCache/HPCCache/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
-->
## Upcoming Release

## Version 0.1.1
## Version 0.1.0
* Preview of `Az.HPCCache` module

## Version

6 changes: 3 additions & 3 deletions src/HPCCache/HPCCache/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ----------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("77c1e905-4cc3-4a3d-bf4e-b42ad50bb2ba")]
[assembly: AssemblyVersion("0.1.1")]
[assembly: AssemblyFileVersion("0.1.1")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]

0 comments on commit c2112d7

Please sign in to comment.