Skip to content

Commit e8cde82

Browse files
committed
Sync
1 parent 082da20 commit e8cde82

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<!-- region Generated -->
2+
# Az.KubernetesConfiguration
3+
This directory contains the PowerShell module for the KubernetesConfiguration service.
4+
5+
---
6+
## Status
7+
[![Az.KubernetesConfiguration](https://img.shields.io/powershellgallery/v/Az.KubernetesConfiguration.svg?style=flat-square&label=Az.KubernetesConfiguration "Az.KubernetesConfiguration")](https://www.powershellgallery.com/packages/Az.KubernetesConfiguration/)
8+
9+
## Info
10+
- Modifiable: yes
11+
- Generated: all
12+
- Committed: yes
13+
- Packaged: yes
14+
15+
---
16+
## Detail
17+
This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension.
18+
19+
## Module Requirements
20+
- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 1.7.4 or greater
21+
22+
## Authentication
23+
AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent.
24+
25+
## Development
26+
For information on how to develop for `Az.KubernetesConfiguration`, see [how-to.md](how-to.md).
27+
<!-- endregion -->
28+
29+
---
30+
## Generation Requirements
31+
Use of the beta version of `autorest.powershell` generator requires the following:
32+
- [NodeJS LTS](https://nodejs.org) (10.15.x LTS preferred)
33+
- **Note**: It *will not work* with Node < 10.x. Using 11.x builds may cause issues as they may introduce instability or breaking changes.
34+
> If you want an easy way to install and update Node, [NVS - Node Version Switcher](../nodejs/installing-via-nvs.md) or [NVM - Node Version Manager](../nodejs/installing-via-nvm.md) is recommended.
35+
- [AutoRest](https://aka.ms/autorest) v3 beta <br>`npm install -g autorest@beta`<br>&nbsp;
36+
- PowerShell 6.0 or greater
37+
- If you don't have it installed, you can use the cross-platform npm package <br>`npm install -g pwsh`<br>&nbsp;
38+
- .NET Core SDK 2.0 or greater
39+
- If you don't have it installed, you can use the cross-platform npm package <br>`npm install -g dotnet-sdk-2.2`<br>&nbsp;
40+
41+
## Run Generation
42+
In this directory, run AutoRest:
43+
> `autorest`
44+
45+
---
46+
### AutoRest Configuration
47+
> see https://aka.ms/autorest
48+
49+
``` yaml
50+
require:
51+
- $(this-folder)/../readme.azure.noprofile.md
52+
input-file:
53+
- $(repo)/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/preview/2019-11-01-preview/kubernetesconfiguration.json
54+
55+
title: KubernetesConfiguration
56+
module-version: 0.1.0
57+
subject-prefix: ''
58+
59+
identity-correction-for-post: true
60+
61+
directive:
62+
- where:
63+
variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$
64+
remove: true
65+
- where:
66+
parameter-name: ClusterResourceName
67+
set:
68+
parameter-name: ClusterType
69+
```

0 commit comments

Comments
 (0)