Skip to content

Commit 6ef6eb2

Browse files
committed
Merge branch 'main' into djurek/onboarding-to-metadata-json
2 parents 2c716f2 + 5edf72e commit 6ef6eb2

File tree

383 files changed

+1946
-706
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+1946
-706
lines changed

ci-configs/packages-latest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"package_info": {
369369
"install_type": "pypi",
370370
"name": "azure-mgmt-dns",
371-
"version": "==8.0.0"
371+
"version": "==8.1.0"
372372
},
373373
"exclude_path": [
374374
"test*",
@@ -2410,7 +2410,7 @@
24102410
"name": "azure-ai-language-conversations",
24112411
"install_type": "pypi",
24122412
"prefer_source_distribution": "true",
2413-
"version": "==1.0.0"
2413+
"version": "==1.1.0"
24142414
},
24152415
"exclude_path": [
24162416
"test*",
@@ -2550,7 +2550,7 @@
25502550
"name": "azure-ai-ml",
25512551
"install_type": "pypi",
25522552
"prefer_source_distribution": "true",
2553-
"version": "==1.8.0"
2553+
"version": "==1.7.2"
25542554
},
25552555
"exclude_path": [
25562556
"test*",

ci-configs/packages-preview.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3465,6 +3465,20 @@
34653465
"sample*",
34663466
"doc*"
34673467
]
3468+
},
3469+
{
3470+
"package_info": {
3471+
"name": "azure-iot-deviceprovisioning",
3472+
"install_type": "pypi",
3473+
"prefer_source_distribution": "true",
3474+
"version": "==1.0.0b1"
3475+
},
3476+
"exclude_path": [
3477+
"test*",
3478+
"example*",
3479+
"sample*",
3480+
"doc*"
3481+
]
34683482
}
34693483
],
34703484
"required_packages": [

docs-ref-autogen/azure-batch/azure.batch.BatchServiceClient.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ variables:
3636
name: account
3737
types:
3838
- <xref:azure.batch.operations.AccountOperations>
39-
- description: Job operations
40-
name: job
41-
types:
42-
- <xref:azure.batch.operations.JobOperations>
4339
- description: Certificate operations
4440
name: certificate
4541
types:
@@ -52,6 +48,10 @@ variables:
5248
name: job_schedule
5349
types:
5450
- <xref:azure.batch.operations.JobScheduleOperations>
51+
- description: Job operations
52+
name: job
53+
types:
54+
- <xref:azure.batch.operations.JobOperations>
5555
- description: Task operations
5656
name: task
5757
types:

docs-ref-autogen/azure-batch/azure.batch.models.CertificateReference.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ inheritances:
88
summary: 'A reference to a Certificate to be installed on Compute Nodes in a Pool.
99
1010
11+
Warning: This object is deprecated and will be removed after February,
12+
13+
2024. Please use the [Azure KeyVault
14+
15+
Extension]([https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide))
16+
17+
instead.
18+
19+
1120
All required parameters must be populated in order to send to Azure.'
1221
constructor:
1322
syntax: 'CertificateReference(*, thumbprint: str, thumbprint_algorithm: str, store_location=None,

docs-ref-autogen/azure-batch/azure.batch.models.CloudPool.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,15 @@ constructor:
250250
251251
directory is created in the user''s home directory (e.g.,
252252
253-
/home/{user-name}/certs) and Certificates are placed in that directory.'
253+
/home/{user-name}/certs) and Certificates are placed in that directory.
254+
255+
Warning: This property is deprecated and will be removed after February,
256+
257+
2024. Please use the [Azure KeyVault
258+
259+
Extension]([https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide))
260+
261+
instead.'
254262
isRequired: true
255263
types:
256264
- <xref:list>[<xref:azure.batch.models.CertificateReference>]

docs-ref-autogen/azure-batch/azure.batch.models.ComputeNode.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,15 @@ constructor:
177177
178178
directory is created in the user''s home directory (e.g.,
179179
180-
/home/{user-name}/certs) and Certificates are placed in that directory.'
180+
/home/{user-name}/certs) and Certificates are placed in that directory.
181+
182+
Warning: This property is deprecated and will be removed after February,
183+
184+
2024. Please use the [Azure KeyVault
185+
186+
Extension]([https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide))
187+
188+
instead.'
181189
isRequired: true
182190
types:
183191
- <xref:list>[<xref:azure.batch.models.CertificateReference>]

docs-ref-autogen/azure-batch/azure.batch.models.ContainerConfiguration.yml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ inheritances:
88
summary: 'The configuration for container-enabled Pools.
99
1010
11-
Variables are only populated by the server, and will be ignored when
12-
13-
sending a request.
14-
15-
1611
All required parameters must be populated in order to send to Azure.'
1712
constructor:
18-
syntax: ContainerConfiguration(*, container_image_names=None, container_registries=None,
13+
syntax: ContainerConfiguration(*, type, container_image_names=None, container_registries=None,
1914
**kwargs)
2015
parameters:
16+
- name: type
17+
description: 'Required. Possible values include: ''dockerCompatible'',
18+
19+
''criCompatible'''
20+
isRequired: true
21+
types:
22+
- <xref:str>
23+
- <xref:azure.batch.models.ContainerType>
2124
- name: container_image_names
2225
description: 'This is the full Image reference, as would
2326
@@ -38,12 +41,3 @@ constructor:
3841
isRequired: true
3942
types:
4043
- <xref:list>[<xref:azure.batch.models.ContainerRegistry>]
41-
variables:
42-
- description: 'Required. Default value: "dockerCompatible" .'
43-
name: type
44-
types:
45-
- <xref:str>
46-
attributes:
47-
- uid: azure.batch.models.ContainerConfiguration.type
48-
name: type
49-
signature: type = 'dockerCompatible'

docs-ref-autogen/azure-batch/azure.batch.models.ContainerType.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ inheritances:
1010
- builtins.str
1111
- enum.Enum
1212
fields:
13+
- name: cri_compatible
14+
uid: azure.batch.models.ContainerType.cri_compatible
1315
- name: docker_compatible
1416
uid: azure.batch.models.ContainerType.docker_compatible

docs-ref-autogen/azure-batch/azure.batch.models.JobConstraints.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ constructor:
3838
3939
0, the Batch service does not retry Tasks. If the maximum retry count is
4040
41-
-1, the Batch service retries the Task without limit, however this is not
41+
-1, the Batch service retries Tasks without limit. The default value is 0
4242
43-
recommended for a start task or any task. The default value is 0 (no
44-
45-
retries)'
43+
(no retries).'
4644
isRequired: true
4745
types:
4846
- <xref:int>

docs-ref-autogen/azure-batch/azure.batch.models.JobGetAllLifetimeStatisticsOptions.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)