@@ -9864,7 +9864,7 @@ class OutputFile(_Model):
98649864 :vartype destination: ~azure.batch.models.OutputFileDestination
98659865 :ivar upload_options: Additional options for the upload operation, including under what
98669866 conditions to perform the upload. Required.
9867- :vartype upload_options: ~azure.batch.models.OutputFileUploadConfig
9867+ :vartype upload_options: ~azure.batch.models.OutputFileUploadConfiguration
98689868 """
98699869
98709870 file_pattern: str = rest_field(name="filePattern", visibility=["read", "create", "update", "delete", "query"])
@@ -9886,7 +9886,7 @@ class OutputFile(_Model):
98869886 visibility=["read", "create", "update", "delete", "query"]
98879887 )
98889888 """The destination for the output file(s). Required."""
9889- upload_options: "_models.OutputFileUploadConfig " = rest_field(
9889+ upload_options: "_models.OutputFileUploadConfiguration " = rest_field(
98909890 name="uploadOptions", visibility=["read", "create", "update", "delete", "query"]
98919891 )
98929892 """Additional options for the upload operation, including under what conditions to perform the
@@ -9898,7 +9898,7 @@ def __init__(
98989898 *,
98999899 file_pattern: str,
99009900 destination: "_models.OutputFileDestination",
9901- upload_options: "_models.OutputFileUploadConfig ",
9901+ upload_options: "_models.OutputFileUploadConfiguration ",
99029902 ) -> None: ...
99039903
99049904 @overload
@@ -10014,7 +10014,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
1001410014 super().__init__(*args, **kwargs)
1001510015
1001610016
10017- class OutputFileUploadConfig (_Model):
10017+ class OutputFileUploadConfiguration (_Model):
1001810018 """Options for an output file upload operation, including under what conditions to perform the
1001910019 upload.
1002010020
@@ -10917,8 +10917,10 @@ class VirtualMachineConfiguration(_Model):
1091710917 """This only applies to Images that contain the Windows operating system, and
1091810918 should only be used when you hold valid on-premises licenses for the Compute
1091910919 Nodes which will be deployed. If omitted, no on-premises licensing discount is
10920- applied. Values are: Windows_Server (the on-premises license is for Windows
10921- Server) and Windows_Client (the on-premises license is for Windows Client)."""
10920+ applied. Values are:
10921+
10922+ Server.
10923+ Windows_Client - The on-premises license is for Windows Client."""
1092210924 container_configuration: Optional["_models.BatchContainerConfiguration"] = rest_field(
1092310925 name="containerConfiguration", visibility=["read", "create", "update", "delete", "query"]
1092410926 )
0 commit comments