Az.DataFactory update to include Global Parameters#12290
Az.DataFactory update to include Global Parameters#12290VeryEarly merged 6 commits intoAzure:masterfrom
Conversation
|
Can one of the admins verify this patch? |
VeryEarly
left a comment
There was a problem hiding this comment.
-
Can you help me understand where this "global parameters" comes from?
-
If it's needed, it should be called "GlobalParameter"
-
Please update and check in Set-AzDataFactoryV2.md only
Global Parameters is a new property in the Data Factory entity. It is basically a dictionary that contains global constants that can be referenced and used by its subresources. I think it should be called "Global Parameters" since that's the name that it is refered to in the SDK, factory entity and in our UI where our customers can author and use them. Ran the tool again to only update the Get and Set AzDataFactoryV2 cmdlet since those are the ones affected. |
This reverts commit a7fc37f.
|
@shawnxzq to review the changes and visibility. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Please follow powershell convention and use singularity for parameter names |
Updated name to GlobalParameterDefinition |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 12290 in repo Azure/azure-powershell |
|
@VeryEarly Can we include this in the next release please? (7/14) |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
yes we can, merged. |
|
Looks good to me, thanks @Ceespino |
* Added global parameters to Data Factory * Updated ADF changelog * Updated Doc * Revert "Updated Doc" This reverts commit a7fc37f. * Updated cmdlets doc and bug fix * Updated global parameters parameter name
Description
Added global parameters to Data Factory
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added