You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
Many example values cannot be used as test values for arguments in CLI. They may be placeholders or invalid values. For instance: --resource-group "{rg}", --zones "earth" "moon", --factory-resource-id "/subscriptions/{subscription_id}/resourceGroups/{rg}/providers/Microsoft.DataFactory/factories/{myFactory}" Check this example test.
You may need to use the output from one command as the input in another command in tests. For instance: --ids needs to get ids from a create/show command first.
Impact:
A lot of effort is spent in fixing and running tests.
The text was updated successfully, but these errors were encountered:
fengzhou-msft
changed the title
[Reduce Manual Work] Modify test example values
[Reduce Manual Work] Modify tests
Apr 7, 2021
Issues:
--resource-group "{rg}"
,--zones "earth" "moon"
,--factory-resource-id "/subscriptions/{subscription_id}/resourceGroups/{rg}/providers/Microsoft.DataFactory/factories/{myFactory}"
Check this example test.--ids
needs to get ids from a create/show command first.Impact:
A lot of effort is spent in fixing and running tests.
The text was updated successfully, but these errors were encountered: