Skip to content

Commit

Permalink
ConnectedKubernetes OOB Release (Azure#26289) (Azure#26415)
Browse files Browse the repository at this point in the history
* Bump up version for ConnectedKubernetes

* Update NuGet.Config

---------

Co-authored-by: Azure PowerShell <[email protected]>
Co-authored-by: NanxiangLiu <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 6766ab5 commit 06ec129
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - ConnectedKubernetes")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.11.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.11.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
[assembly: AssemblyTitle("Microsoft Azure Powershell - ConnectedKubernetes")]
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]

[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("57c436a1-0e82-42cb-a1a6-f727667af406")]
[assembly: AssemblyVersion("0.11.1")]
[assembly: AssemblyFileVersion("0.11.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/14/2024
# Generated on: 10/17/2024
#

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

# Version number of this module.
ModuleVersion = '0.11.0'
ModuleVersion = '0.11.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -58,10 +58,10 @@ RequiredAssemblies =
'ConnectedKubernetes.Autorest/bin/Az.ConnectedKubernetes.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 =
Expand Down Expand Up @@ -100,7 +100,7 @@ PrivateData = @{
PSData = @{

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

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

# ReleaseNotes of this module
ReleaseNotes = '* Added support for Workload Identity Federation and OIDC Issuer features to the ConnectedKubernetes cmdlets.
* Added support for arc gateway feature in cmdlet New-AzConnectedKubernetes.
* Added Set-AzConnectedKubernetes cmdlet to support updateing arc gateway features on existing resource.'
ReleaseNotes = '* Fixed environment variable usage
* Got rid of deprecated module and improved logging'

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

} # End of PSData hashtable

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

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
7 changes: 4 additions & 3 deletions src/ConnectedKubernetes/ConnectedKubernetes/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
- Additional information about change #1
-->
## Upcoming Release
* Fixed Environment variable usage
* Replaced deprecated module
* Improved logging

## Version 0.11.1
* Fixed environment variable usage
* Got rid of deprecated module and improved logging

## Version 0.11.0
* Added support for Workload Identity Federation and OIDC Issuer features to the ConnectedKubernetes cmdlets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("CE93AF3C-92E0-4357-93A0-22A5766CDF13")]
[assembly: AssemblyVersion("0.11.0")]
[assembly: AssemblyFileVersion("0.11.0")]
[assembly: AssemblyVersion("0.11.1")]
[assembly: AssemblyFileVersion("0.11.1")]
2 changes: 1 addition & 1 deletion tools/AzPreview/AzPreview.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '8.4.0'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.0.1'; },
@{ModuleName = 'Az.Confluent'; RequiredVersion = '0.2.1'; },
@{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.11.0'; },
@{ModuleName = 'Az.ConnectedKubernetes'; RequiredVersion = '0.11.1'; },
@{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '0.10.0'; },
@{ModuleName = 'Az.ConnectedNetwork'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.ConnectedVMware'; RequiredVersion = '0.1.2'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/Docs/az-ps-latest-1.csv
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.8.4.0.zip;sourceType=sa]Az.Compute,8.4.0
pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConfidentialLedger.1.0.1.zip;sourceType=sa]Az.ConfidentialLedger,1.0.1
pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Confluent.0.2.1.zip;sourceType=sa]Az.Confluent,0.2.1
pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedKubernetes.0.11.0.zip;sourceType=sa]Az.ConnectedKubernetes,0.11.0
pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedKubernetes.0.11.1.zip;sourceType=sa]Az.ConnectedKubernetes,0.11.1
pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedMachine.0.10.0.zip;sourceType=sa]Az.ConnectedMachine,0.10.0
pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedNetwork.0.1.1.zip;sourceType=sa]Az.ConnectedNetwork,0.1.1
pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConnectedVMware.0.1.2.zip;sourceType=sa]Az.ConnectedVMware,0.1.2
Expand Down

0 comments on commit 06ec129

Please sign in to comment.