Skip to content

Commit

Permalink
Bump up version for Workloads (#26059)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-powershell-bot authored Sep 10, 2024
1 parent c4ee1b3 commit 945649d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
12 changes: 6 additions & 6 deletions src/Workloads/Workloads/Az.Workloads.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '0.2.1'
ModuleVersion = '0.3.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -58,10 +58,10 @@ RequiredAssemblies = 'Monitors.Autorest/bin/Az.Monitors.private.dll',
'SapVirtualInstance.Autorest/bin/Az.SapVirtualInstance.private.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
ScriptsToProcess = @()
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
TypesToProcess = @()
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Monitors.Autorest/Az.Monitors.format.ps1xml',
Expand Down Expand Up @@ -142,7 +142,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Workloads'
Tags = 'Azure','ResourceManager','ARM','PSModule','Workloads'

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
Expand All @@ -154,7 +154,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fixed secrets exposure in example documentation.'
ReleaseNotes = '* Split Az.Workloads into two sub-modules'

# Prerelease string of this module
# Prerelease = ''
Expand All @@ -167,7 +167,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Workloads/Workloads/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 0.3.0
* Split Az.Workloads into two sub-modules

## Version 0.2.1
Expand Down
4 changes: 2 additions & 2 deletions src/Workloads/Workloads/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("55e25c07-4553-49c2-953f-add53bb7e087")]
[assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyFileVersion("0.2.1")]
[assembly: AssemblyVersion("0.3.0")]
[assembly: AssemblyFileVersion("0.3.0")]
2 changes: 1 addition & 1 deletion tools/AzPreview/AzPreview.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.VoiceServices'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.Websites'; RequiredVersion = '3.2.1'; },
@{ModuleName = 'Az.WindowsIotServices'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.Workloads'; RequiredVersion = '0.2.1'; })
@{ModuleName = 'Az.Workloads'; RequiredVersion = '0.3.0'; })

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
Expand Down
2 changes: 1 addition & 1 deletion tools/Docs/az-ps-latest.csv
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,5 @@ pac173,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-rele
pac174,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.1.2.zip;sourceType=sa]Az.VoiceServices,0.1.2
pac175,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.2.1.zip;sourceType=sa]Az.Websites,3.2.1
pac176,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.1.1.zip;sourceType=sa]Az.WindowsIotServices,0.1.1
pac177,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.0.2.1.zip;sourceType=sa]Az.Workloads,0.2.1
pac177,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.0.3.0.zip;sourceType=sa]Az.Workloads,0.3.0

0 comments on commit 945649d

Please sign in to comment.