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
Update make transferJobs name field optional (#9641) (#16838)
* Update make transferJobs name field optional
This commit makes transferJobs name optional + new test `TestAccStorageTransferJob_transferJobName` to testing changes.
Fixes#15220
* Update transferJobs document of name field
---------
[upstream:f86454beb4ace8575ab532a3e59597ddd4758936]
Signed-off-by: Mohsen Mottaghi <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
*`name` - (Optional) The name of the Transfer Job. This name must start with "transferJobs/" prefix and end with a letter or a number, and should be no more than 128 characters ( `transferJobs/^(?!OPI)[A-Za-z0-9-._~]*[A-Za-z0-9]$` ). For transfers involving PosixFilesystem, this name must start with transferJobs/OPI specifically ( `transferJobs/OPI^[A-Za-z0-9-._~]*[A-Za-z0-9]$` ). For all other transfer types, this name must not start with transferJobs/OPI. Default the provider will assign a random unique name with `transferJobs/{{name}}` format, where `name` is a numeric value.
116
+
115
117
*`description` - (Required) Unique description to identify the Transfer Job.
116
118
117
119
*`transfer_spec` - (Required) Transfer specification. Structure [documented below](#nested_transfer_spec).
0 commit comments