Skip to content

Commit

Permalink
Akash/ms.k8 fix folder structure (#1404)
Browse files Browse the repository at this point in the history
* Fixed the folder structure for privatepreview version swgger

* Updated the readme according to the new folder structure

Co-authored-by: Brijesh Khandelwal <khandelwalbrijeshiitr@gmail.com>
Co-authored-by: Akash Keshari <akkeshar@microsoft.com>
  • Loading branch information
3 people authored Jun 4, 2020
1 parent 54293e9 commit 950a112
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/hybridkubernetes/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ These settings apply only when `--tag=package-2019-09-01-privatepreview` is spec

```yaml $(tag) == 'package-2019-09-01-privatepreview'
input-file:
- Microsoft.Kubernetes/privatepreview/2019-09-01-privatepreview/connectedClusters.json
- Microsoft.Kubernetes/preview/2019-09-01-privatepreview/connectedClusters.json
```

---
Expand Down Expand Up @@ -112,7 +112,7 @@ require: $(this-folder)/../../../profiles/readme.md
input-file:
- Microsoft.Kubernetes/preview/2020-01-01-preview/connectedClusters.json
- Microsoft.Kubernetes/preview/2019-11-01-preview/connectedClusters.json
- Microsoft.Kubernetes/privatepreview/2019-09-01-privatepreview/connectedClusters.json
- Microsoft.Kubernetes/preview/2019-09-01-privatepreview/connectedClusters.json
```

Expand All @@ -121,5 +121,5 @@ uncomment the `exclude-file` section below and add the file paths.

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

0 comments on commit 950a112

Please sign in to comment.