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

Update output-folders to generate in _generated. #16685

Merged
merged 3 commits into from
Nov 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions specification/maps/data-plane/Creator/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/maps/azure-maps-creator/azure/maps/creator
output-folder: $(python-sdks-folder)/maps/azure-maps-creator/azure/maps/creator/_generated
```
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/maps/azure-maps-creator
output-folder: $(python-sdks-folder)/maps/azure-maps-creator/
```
4 changes: 2 additions & 2 deletions specification/maps/data-plane/DEM/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/maps/azure-maps-elevation/azure/maps/elevation
output-folder: $(python-sdks-folder)/maps/azure-maps-elevation/azure/maps/elevation/_generated
```
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/maps/azure-maps-elevation
output-folder: $(python-sdks-folder)/maps/azure-maps-elevation/
```
4 changes: 2 additions & 2 deletions specification/maps/data-plane/Geolocation/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/maps/azure-maps-geolocation/azure/maps/geolocation
output-folder: $(python-sdks-folder)/maps/azure-maps-geolocation/azure/maps/geolocation/_generated
```
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/maps/azure-maps-geolocation
output-folder: $(python-sdks-folder)/maps/azure-maps-geolocation/
```
4 changes: 2 additions & 2 deletions specification/maps/data-plane/Render/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/maps/azure-maps-render/azure/maps/render
output-folder: $(python-sdks-folder)/maps/azure-maps-render/azure/maps/render/_generated
```
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/maps/azure-maps-render
output-folder: $(python-sdks-folder)/maps/azure-maps-render/
```
4 changes: 2 additions & 2 deletions specification/maps/data-plane/Route/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/maps/azure-maps-route/azure/maps/route
output-folder: $(python-sdks-folder)/maps/azure-maps-route/azure/maps/route/_generated
```
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/maps/azure-maps-route
output-folder: $(python-sdks-folder)/maps/azure-maps-route/
```
4 changes: 2 additions & 2 deletions specification/maps/data-plane/Search/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/maps/azure-maps-search/azure/maps/search
output-folder: $(python-sdks-folder)/maps/azure-maps-search/azure/maps/search/_generated
```
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/maps/azure-maps-search
output-folder: $(python-sdks-folder)/maps/azure-maps-search/
```
4 changes: 2 additions & 2 deletions specification/maps/data-plane/Timezone/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/maps/azure-maps-timezone/azure/maps/timezone
output-folder: $(python-sdks-folder)/maps/azure-maps-timezone/azure/maps/timezone/_generated
```
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/maps/azure-maps-timezone
output-folder: $(python-sdks-folder)/maps/azure-maps-timezone/
```
4 changes: 2 additions & 2 deletions specification/maps/data-plane/Traffic/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/maps/azure-maps-traffic/azure/maps/traffic
output-folder: $(python-sdks-folder)/maps/azure-maps-traffic/azure/maps/traffic/_generated
```
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/maps/azure-maps-traffic
output-folder: $(python-sdks-folder)/maps/azure-maps-traffic/
```
4 changes: 2 additions & 2 deletions specification/maps/data-plane/Weather/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
no-namespace-folders: true
output-folder: $(python-sdks-folder)/maps/azure-maps-weather/azure/maps/weather
output-folder: $(python-sdks-folder)/maps/azure-maps-weather/azure/maps/weather/_generated
```
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/maps/azure-maps-weather
output-folder: $(python-sdks-folder)/maps/azure-maps-weather/
```