@@ -283,7 +283,7 @@ jobs:
283283` ` `
284284
285285# # login_to_aks
286- Get AKS login credentials for kubectl
286+ Get AKS login credentials for kubectl. Service principal used must have a permission to list cluster credentials.
287287
288288# ## Inputs
289289| Name | Description | Optional | Default value |
@@ -326,12 +326,12 @@ Copy python site-packages of current virtual environment and installs applicatio
326326# ## Inputs
327327| Name | Description | Optional | Default value |
328328|-------------------|:-----------------------------------------------------------------|----------|---------------|
329- | output_directory | Local directory on build agent to store files | False | |
330329| project_version | Version of the project | False | |
331330| project_name | Name of the project | False | |
332331| project_directory | Directory name inside the project (if differs from project name) | True | "" |
333332| destination | Directory or SAS for upload | False | |
334333| python_version | Project python version | True | 3.9 |
334+ | deployment_root | Root directory in the file share | False | |
335335
336336**NOTES**:
3373371) To use this action, your project should use poetry for virtual environment management. Ensure that you installed
@@ -380,10 +380,10 @@ Prepare DBT models for deployment to an Azure file share.
380380# ## Inputs
381381| Name | Description | Optional | Default value |
382382|------------------|:----------------------------------------------|----------|---------------|
383- | output_directory | Local directory on build agent to store files | False | |
384383| project_version | Version of the project | False | |
385384| project_name | Name of the project | False | |
386385| destination | Directory or SAS for upload | False | |
386+ | deployment_root | Root directory in the file share | False | |
387387
388388# ## Outputs
389389No outputs defined
@@ -428,10 +428,10 @@ Prepare DBT schemas for deployment to an Azure file share.
428428# ## Inputs
429429| Name | Description | Optional | Default value |
430430|------------------|:----------------------------------------------|----------|---------------|
431- | output_directory | Local directory on build agent to store files | False | |
432431| project_version | Version of the project | False | |
433432| project_name | Name of the project | False | |
434433| destination | Directory or SAS for upload | False | |
434+ | deployment_root | Root directory in the file share | False | |
435435
436436# ## Outputs
437437No outputs defined
0 commit comments