Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev kubernetesconfiguration microsoft.kubernetes configuration 2019 11 01 preview #9170

Merged
merged 25 commits into from
Apr 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e0889b2
Add Microsoft.KubernetesConfiguration to azure api specs
NarayanThiru Apr 6, 2020
81001fc
New Readme Config File
NarayanThiru Apr 6, 2020
34418bd
New Go Language Readme Config File
NarayanThiru Apr 6, 2020
97d45a0
New Typescript Language Readme Config File
NarayanThiru Apr 6, 2020
121218e
New Python Language Readme Config File
NarayanThiru Apr 6, 2020
7c91e5e
New C# Language Readme Config File
NarayanThiru Apr 6, 2020
d8ff726
New Ruby Language Readme Config File
NarayanThiru Apr 6, 2020
c6c6b81
New Swagger Spec File
NarayanThiru Apr 6, 2020
50d505c
New Swagger Example Spec File
NarayanThiru Apr 6, 2020
8771184
Revert "Add Microsoft.KubernetesConfiguration to azure api specs"
NarayanThiru Apr 6, 2020
c2ffc24
Add Microsoft.KubernetesConfiguration specification
NarayanThiru Apr 6, 2020
423140a
Merge branch 'master' into dev-kubernetesconfiguration-Microsoft.Kube…
NarayanThiru Apr 7, 2020
5a100dd
PrettierCheck fixes
NarayanThiru Apr 7, 2020
0807c03
Remove unused example file
NarayanThiru Apr 7, 2020
e808642
Delete settings.json
NarayanThiru Apr 7, 2020
ad58b51
Address review comments
NarayanThiru Apr 7, 2020
3c6c1ad
Update output-folder for go config
NarayanThiru Apr 7, 2020
3060345
Mark Delete as Sync; and address review comment
NarayanThiru Apr 8, 2020
4a3a20b
Updated Delete example to remove 202
NarayanThiru Apr 8, 2020
6aaf30d
Updated readme of ruby and python for namespace values
NarayanThiru Apr 9, 2020
b290767
More updates for readme of ruby, python and typescript
NarayanThiru Apr 9, 2020
f6a9601
Remove x-ms-parameter-location for api-version parameter to fix CLI i…
NarayanThiru Apr 22, 2020
3dc65df
Merge branch 'master' into dev-kubernetesconfiguration-Microsoft.Kube…
NarayanThiru Apr 22, 2020
db836cf
revert accidental updates to 2 readme files
NarayanThiru Apr 27, 2020
f57d097
Merge branch 'dev-kubernetesconfiguration-Microsoft.KubernetesConfigu…
NarayanThiru Apr 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,7 @@
"in": "query",
"required": true,
"type": "string",
"description": "The API version to be used with the HTTP request.",
"x-ms-parameter-location": "method"
"description": "The API version to be used with the HTTP request."
},
"SourceControlConfigurationNameParameter": {
"name": "sourceControlConfigurationName",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ go:
clear-output-folder: true
```

### Go multi-api
### Go multi-api

``` yaml $(go) && $(multiapi)
batch:
- tag: package-2019-11-01-preview
```
``` yaml $(go) && $(multiapi)
batch:
- tag: package-2019-11-01-preview
```

### Tag: package-2019-11-01-preview and go

Expand Down
33 changes: 16 additions & 17 deletions specification/kubernetesconfiguration/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,26 @@ See configuration in [readme.typescript.md](./readme.typescript.md)

See configuration in [readme.csharp.md](./readme.csharp.md)

## Multi-API/Profile support for AutoRest v3 generators
## Multi-API/Profile support for AutoRest v3 generators

AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files.

This block is updated by an automatic script. Edits may be lost!
This block is updated by an automatic script. Edits may be lost!

``` yaml $(tag) == 'all-api-versions' /* autogenerated */
# include the azure profile definitions from the standard location
require: $(this-folder)/../../../profiles/readme.md
``` yaml $(tag) == 'all-api-versions' /* autogenerated */
# include the azure profile definitions from the standard location
require: $(this-folder)/../../../profiles/readme.md

# all the input files across all versions
input-file:
- $(this-folder)/Microsoft.KubernetesConfiguration/preview/2019-11-01-preview/kubernetesconfiguration.json

```
# all the input files across all versions
input-file:
- $(this-folder)/Microsoft.KubernetesConfiguration/preview/2019-11-01-preview/kubernetesconfiguration.json

If there are files that should not be in the `all-api-versions` set,
uncomment the `exclude-file` section below and add the file paths.
```

``` yaml $(tag) == 'all-api-versions'
#exclude-file:
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
```
If there are files that should not be in the `all-api-versions` set,
uncomment the `exclude-file` section below and add the file paths.

``` yaml $(tag) == 'all-api-versions'
#exclude-file:
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
```