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

az-output-folder-change #9088

Merged
merged 2 commits into from
Apr 16, 2020
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
3 changes: 2 additions & 1 deletion specification/azure-kusto/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ az:
extensions: kusto
namespace: azure.mgmt.kusto
package-name: azure-mgmt-kusto
python-sdk-output-folder: "$(output-folder)/src/kusto/azext_kusto/vendored_sdks/kusto"
az-output-folder: $(azure-cli-extension-folder)/src/kusto
python-sdk-output-folder: "$(az-output-folder)/azext_kusto/vendored_sdks/kusto"

cli:
cli-directive:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ az:
extensions: customproviders
namespace: azure.mgmt.customproviders
package-name: azure-mgmt-customproviders
python-sdk-output-folder: "$(output-folder)/src/customproviders/azext_customproviders/vendored_sdks/customproviders"
az-output-folder: $(azure-cli-extension-folder)/src/customproviders
python-sdk-output-folder: "$(az-output-folder)/azext_customproviders/vendored_sdks/customproviders"

#cli:
# cli-directive:
Expand Down
2 changes: 1 addition & 1 deletion specification/customproviders/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ swagger-to-sdk:
- repo: azure-sdk-for-node
- repo: azure-sdk-for-js
- repo: azure-sdk-for-ruby
- repo: azure-cli-extensions
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_customproviders']
- repo: azure-cli-extensions
```

## Go
Expand Down
3 changes: 2 additions & 1 deletion specification/datashare/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ az:
extensions: datashare
namespace: azure.mgmt.datashare
package-name: azure-mgmt-datashare
python-sdk-output-folder: "$(output-folder)/src/datashare/azext_datashare/vendored_sdks/datashare"
az-output-folder: $(azure-cli-extension-folder)/src/datashare
python-sdk-output-folder: "$(az-output-folder)/azext_datashare/vendored_sdks/datashare"

#cli:
# cli-directive:
Expand Down
3 changes: 2 additions & 1 deletion specification/logic/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ az:
extensions: logic
namespace: azure.mgmt.logic
package-name: azure-mgmt-logic
python-sdk-output-folder: "$(output-folder)/src/logic/azext_logic/vendored_sdks/logic"
az-output-folder: $(azure-cli-extension-folder)/src/logic
python-sdk-output-folder: "$(az-output-folder)/azext_logic/vendored_sdks/logic"

# uncomment following to use json instead of flatten
#cli:
Expand Down
2 changes: 1 addition & 1 deletion specification/logic/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ swagger-to-sdk:
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-sdk-for-ruby
- repo: azure-cli-extensions
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_logic']
- repo: azure-cli-extensions
```

## C#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ az:
extensions: machinelearningservices
namespace: azure.mgmt.machinelearningservices
package-name: azure-mgmt-machinelearningservices
python-sdk-output-folder: "$(output-folder)/src/machinelearningservices/azext_machinelearningservices/vendored_sdks/machinelearningservices"
az-output-folder: $(azure-cli-extension-folder)/src/machinelearningservices
python-sdk-output-folder: "$(az-output-folder)/azext_machinelearningservices/vendored_sdks/machinelearningservices"

cli:
cli-directive:
Expand Down
3 changes: 2 additions & 1 deletion specification/portal/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ az:
extensions: portal
namespace: azure.mgmt.portal
package-name: azure-mgmt-portal
python-sdk-output-folder: "$(output-folder)/src/portal/azext_portal/vendored_sdks/portal"
az-output-folder: $(azure-cli-extension-folder)/src/portal
python-sdk-output-folder: "$(az-output-folder)/azext_portal/vendored_sdks/portal"

#cli:
# cli-directive:
Expand Down
2 changes: 1 addition & 1 deletion specification/portal/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ swagger-to-sdk:
- repo: azure-sdk-for-node
- repo: azure-sdk-for-js
- repo: azure-sdk-for-ruby
- repo: azure-cli-extensions
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_portal']
- repo: azure-cli-extensions
```

## Go
Expand Down
3 changes: 2 additions & 1 deletion specification/storagecache/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ az:
extensions: storagecache
namespace: azure.mgmt.storagecache
package-name: azure-mgmt-storagecache
python-sdk-output-folder: "$(output-folder)/src/storagecache/azext_storagecache/vendored_sdks/storagecache"
az-output-folder: $(azure-cli-extension-folder)/src/storagecache
python-sdk-output-folder: "$(az-output-folder)/azext_storagecache/vendored_sdks/storagecache"

#cli:
# cli-directive:
Expand Down
2 changes: 1 addition & 1 deletion specification/storagecache/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ swagger-to-sdk:
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-ruby
- repo: azure-cli-extensions
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_storagecache']
- repo: azure-cli-extensions
```

## Python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ az:
extensions: storageimportexport
package-name: azure-mgmt-storageimportexport
namespace: azure.mgmt.storageimportexport
python-sdk-output-folder: "$(output-folder)/src/storageimportexport/azext_storageimportexport/vendored_sdks/storageimportexport"
az-output-folder: $(azure-cli-extension-folder)/src/storageimportexport
python-sdk-output-folder: "$(az-output-folder)/azext_storageimportexport/vendored_sdks/storageimportexport"
cli:
cli-directive:
- where:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-go
- repo: azure-sdk-for-node
- repo: azure-sdk-for-js
- repo: azure-cli-extensions
```

## Go
Expand Down
3 changes: 2 additions & 1 deletion specification/storagesync/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ az:
extensions: storagesync
namespace: azure.mgmt.storagesync
package-name: azure-mgmt-storagesync
python-sdk-output-folder: "$(output-folder)/src/storagesync/azext_storagesync/vendored_sdks/storagesync"
az-output-folder: $(azure-cli-extension-folder)/src/storagesync
python-sdk-output-folder: "$(az-output-folder)/azext_storagesync/vendored_sdks/storagesync"

#cli:
# cli-directive:
Expand Down
3 changes: 2 additions & 1 deletion specification/subscription/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ az:
extensions: account
package-name: azure-mgmt-subscription
namespace: azure.mgmt.subscription
python-sdk-output-folder: "$(output-folder)/src/account/azext_account/vendored_sdks/subscription"
az-output-folder: $(azure-cli-extension-folder)/src/account
python-sdk-output-folder: "$(az-output-folder)/azext_account/vendored_sdks/subscription"
```
1 change: 1 addition & 0 deletions specification/subscription/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-node
- repo: azure-sdk-for-js
- repo: azure-cli-extensions
```


Expand Down