Skip to content

Commit 0a51f51

Browse files
committed
Add files for module release
1 parent 25c93fe commit 0a51f51

File tree

9 files changed

+17
-28
lines changed

9 files changed

+17
-28
lines changed

documentation/azure-powershell-modules.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Blueprints | `Az.Blueprint`
2727
Content Delivery Network | `Az.Cdn` | [![Cdn]][CdnGallery]
2828
Cognitive Services | `Az.CognitiveServices` | [![CognitiveServices]][CognitiveServicesGallery]
2929
Compute | `Az.Compute` | [![Compute]][ComputeGallery]
30+
Connected Kubernetes | `Az.ConnectedKubernetes` | [![ConnectedKubernetes]][ConnectedKubernetesGallery]
31+
3032
Container Instance | `Az.ContainerInstance` | [![ContainerInstance]][ContainerInstanceGallery]
3133
Container Registry | `Az.ContainerRegistry` | [![ContainerRegistry]][ContainerRegistryGallery]
3234
Cosmos DB | `Az.CosmosDB` | [![CosmosDB]][CosmosDBGallery]
@@ -59,6 +61,7 @@ Import/Export | `Az.ImportExport`
5961
IoT Central | `Az.IotCentral` | [![IotCentral]][IotCentralGallery]
6062
IoT Hub | `Az.IotHub` | [![IotHub]][IotHubGallery]
6163
Key Vault | `Az.KeyVault` | [![KeyVault]][KeyVaultGallery]
64+
Kubernetes Configuration | `Az.KubernetesConfiguration` | [![KubernetesConfiguration]][KubernetesConfigurationGallery]
6265
Kusto | `Az.Kusto` | [![Kusto]][KustoGallery]
6366
Logic App | `Az.LogicApp` | [![LogicApp]][LogicAppGallery]
6467
Machine Learning | `Az.MachineLearning` | [![MachineLearning]][MachineLearningGallery]
@@ -130,6 +133,7 @@ Web App Service | `Az.Websites`
130133
[Cdn]: https://img.shields.io/powershellgallery/v/Az.Cdn.svg?style=flat-square&label=Az.Cdn
131134
[CognitiveServices]: https://img.shields.io/powershellgallery/v/Az.CognitiveServices.svg?style=flat-square&label=Az.CognitiveServices
132135
[Compute]: https://img.shields.io/powershellgallery/v/Az.Compute.svg?style=flat-square&label=Az.Compute
136+
[ConnectedKubernetes]: https://img.shields.io/powershellgallery/v/Az.ConnectedKubernetes.svg?style=flat-square&label=Az.ConnectedKubernetes
133137
[ContainerInstance]: https://img.shields.io/powershellgallery/v/Az.ContainerInstance.svg?style=flat-square&label=Az.ContainerInstance
134138
[ContainerRegistry]: https://img.shields.io/powershellgallery/v/Az.ContainerRegistry.svg?style=flat-square&label=Az.ContainerRegistry
135139
[CosmosDB]: https://img.shields.io/powershellgallery/v/Az.CosmosDB.svg?style=flat-square&label=Az.CosmosDB
@@ -162,6 +166,7 @@ Web App Service | `Az.Websites`
162166
[IotCentral]: https://img.shields.io/powershellgallery/v/Az.IotCentral.svg?style=flat-square&label=Az.IotCentral
163167
[IotHub]: https://img.shields.io/powershellgallery/v/Az.IotHub.svg?style=flat-square&label=Az.IotHub
164168
[KeyVault]: https://img.shields.io/powershellgallery/v/Az.KeyVault.svg?style=flat-square&label=Az.KeyVault
169+
[KubernetesConfiguration]: https://img.shields.io/powershellgallery/v/Az.KubernetesConfiguration.svg?style=flat-square&label=Az.KubernetesConfiguration
165170
[Kusto]: https://img.shields.io/powershellgallery/v/Az.Kusto.svg?style=flat-square&label=Az.Kusto
166171
[LogicApp]: https://img.shields.io/powershellgallery/v/Az.LogicApp.svg?style=flat-square&label=Az.LogicApp
167172
[MachineLearning]: https://img.shields.io/powershellgallery/v/Az.MachineLearning.svg?style=flat-square&label=Az.MachineLearning
@@ -231,6 +236,7 @@ Web App Service | `Az.Websites`
231236
[CdnGallery]: https://www.powershellgallery.com/packages/Az.Cdn/
232237
[CognitiveServicesGallery]: https://www.powershellgallery.com/packages/Az.CognitiveServices/
233238
[ComputeGallery]: https://www.powershellgallery.com/packages/Az.Compute/
239+
[ConnectedKubernetesGallery]: https://www.powershellgallery.com/packages/Az.ConnectedKubernetes/
234240
[ContainerInstanceGallery]: https://www.powershellgallery.com/packages/Az.ContainerInstance/
235241
[ContainerRegistryGallery]: https://www.powershellgallery.com/packages/Az.ContainerRegistry/
236242
[CosmosDBGallery]: https://www.powershellgallery.com/packages/Az.CosmosDB/
@@ -263,6 +269,7 @@ Web App Service | `Az.Websites`
263269
[IotCentralGallery]: https://www.powershellgallery.com/packages/Az.IotCentral/
264270
[IotHubGallery]: https://www.powershellgallery.com/packages/Az.IotHub/
265271
[KeyVaultGallery]: https://www.powershellgallery.com/packages/Az.KeyVault/
272+
[KubernetesConfigurationGallery]: https://www.powershellgallery.com/packages/Az.KubernetesConfiguration/
266273
[KustoGallery]: https://www.powershellgallery.com/packages/Az.Kusto/
267274
[LogicAppGallery]: https://www.powershellgallery.com/packages/Az.LogicApp/
268275
[MachineLearningGallery]: https://www.powershellgallery.com/packages/Az.MachineLearning/

src/ConnectedKubernetes/Az.ConnectedKubernetes.psd1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
PowerShellVersion = '5.1'
1111
DotNetFrameworkVersion = '4.7.2'
1212
RequiredAssemblies = './bin/Az.ConnectedKubernetes.private.dll'
13+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; })
1314
FormatsToProcess = './Az.ConnectedKubernetes.format.ps1xml'
14-
FunctionsToExport = 'Get-AzConnectedKubernetes', 'New-AzConnectedKubernetes', 'Remove-AzConnectedKubernetes', 'Update-AzConnectedKubernetes', '*'
15+
FunctionsToExport = 'Get-AzConnectedKubernetes', 'New-AzConnectedKubernetes', 'Remove-AzConnectedKubernetes', 'Update-AzConnectedKubernetes'
1516
AliasesToExport = '*'
1617
PrivateData = @{
1718
PSData = @{
1819
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'ConnectedKubernetes'
1920
LicenseUri = 'https://aka.ms/azps-license'
2021
ProjectUri = 'https://github.com/Azure/azure-powershell'
21-
ReleaseNotes = ''
22+
ReleaseNotes = '* the first preview release'
2223
}
2324
}
2425
}

src/ConnectedKubernetes/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
26-
[assembly: Guid("032C639A-AFE3-4DEE-8B70-6B920335732D")]
26+
[assembly: Guid("CE93AF3C-92E0-4357-93A0-22A5766CDF13")]
2727
[assembly: AssemblyVersion("0.1.0")]
2828
[assembly: AssemblyFileVersion("0.1.0")]

src/ConnectedKubernetes/help/readme.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/KubernetesConfiguration/Az.KubernetesConfiguration.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
PowerShellVersion = '5.1'
1111
DotNetFrameworkVersion = '4.7.2'
1212
RequiredAssemblies = './bin/Az.KubernetesConfiguration.private.dll'
13+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; })
1314
FormatsToProcess = './Az.KubernetesConfiguration.format.ps1xml'
1415
FunctionsToExport = 'Get-AzKubernetesConfiguration', 'New-AzKubernetesConfiguration', 'Remove-AzKubernetesConfiguration', '*'
1516
AliasesToExport = '*'
@@ -18,7 +19,7 @@
1819
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'KubernetesConfiguration'
1920
LicenseUri = 'https://aka.ms/azps-license'
2021
ProjectUri = 'https://github.com/Azure/azure-powershell'
21-
ReleaseNotes = ''
22+
ReleaseNotes = '* the first preview release'
2223
}
2324
}
2425
}

src/KubernetesConfiguration/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
26-
[assembly: Guid("032C639A-AFE3-4DEE-8B70-6B920335732D")]
26+
[assembly: Guid("D22E4B20-44C5-4DD8-A76B-35423C573AE0")]
2727
[assembly: AssemblyVersion("0.1.0")]
2828
[assembly: AssemblyFileVersion("0.1.0")]

src/KubernetesConfiguration/help/readme.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

tools/CreateMappings_rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@
181181
{ "regex": "CustomProviders", "alias": "Custom Resource Providers" },
182182
{ "regex": "MonitoringSolutions", "alias": "Monitoring Solutions" },
183183
{ "regex": "StackEdge", "alias": "Stack Edge" },
184-
{ "regex": "ConnectedKubernetes", "alias": "ConnectedKubernetes" },
184+
{ "regex": "ConnectedKubernetes", "alias": "Connected Kubernetes" },
185185
{ "regex": "KubernetesConfiguration", "alias": "Kubernetes Configuration" }
186186
]

tools/GenerateHelp.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,15 @@ if ($ValidateMarkdownHelp)
8181
# We need to define new version of module instead of hardcode here
8282
$NewModules = @("Az.AppConfiguration",
8383
"Az.Blockchain",
84+
"Az.ConnectedKubernetes",
8485
"Az.CustomProviders",
8586
"Az.Databricks",
8687
"Az.DesktopVirtualization",
8788
"Az.Functions",
8889
"Az.HanaOnAzure",
8990
"Az.ImageBuilder",
9091
"Az.ImportExport",
92+
"Az.KubernetesConfiguration",
9193
"Az.Kusto",
9294
"Az.MariaDb",
9395
"Az.MonitoringSolutions",

0 commit comments

Comments
 (0)