ignos-internal-api-client 20240813.0.9983__py3-none-any.whl → 20240926.0.10449__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,4 +6,4 @@
6
6
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  # --------------------------------------------------------------------------
8
8
 
9
- VERSION = "20240813.0.9983"
9
+ VERSION = "20240926.0.10449"
@@ -108,7 +108,7 @@ class AppsOperations:
108
108
  :rtype: list[~ignos.internal.api.client.models.AppDto]
109
109
  :raises ~azure.core.exceptions.HttpResponseError:
110
110
  """
111
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
111
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
112
112
  401: ClientAuthenticationError,
113
113
  404: ResourceNotFoundError,
114
114
  409: ResourceExistsError,
@@ -196,7 +196,7 @@ class AppsOperations:
196
196
  :rtype: ~ignos.internal.api.client.models.AppDto
197
197
  :raises ~azure.core.exceptions.HttpResponseError:
198
198
  """
199
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
199
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
200
200
  401: ClientAuthenticationError,
201
201
  404: ResourceNotFoundError,
202
202
  409: ResourceExistsError,
@@ -310,7 +310,7 @@ class AppsOperations:
310
310
  :rtype: ~ignos.internal.api.client.models.AppDto
311
311
  :raises ~azure.core.exceptions.HttpResponseError:
312
312
  """
313
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
313
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
314
314
  401: ClientAuthenticationError,
315
315
  404: ResourceNotFoundError,
316
316
  409: ResourceExistsError,
@@ -391,7 +391,7 @@ class AzureRegionsOperations:
391
391
  :rtype: list[~ignos.internal.api.client.models.AzureRegionDto]
392
392
  :raises ~azure.core.exceptions.HttpResponseError:
393
393
  """
394
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
394
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
395
395
  401: ClientAuthenticationError,
396
396
  404: ResourceNotFoundError,
397
397
  409: ResourceExistsError,
@@ -456,7 +456,7 @@ class CdfClustersOperations:
456
456
  :rtype: list[~ignos.internal.api.client.models.CdfClusterDto]
457
457
  :raises ~azure.core.exceptions.HttpResponseError:
458
458
  """
459
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
459
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
460
460
  401: ClientAuthenticationError,
461
461
  404: ResourceNotFoundError,
462
462
  409: ResourceExistsError,
@@ -538,7 +538,7 @@ class CdfClustersOperations:
538
538
  :rtype: ~ignos.internal.api.client.models.CdfClusterDto
539
539
  :raises ~azure.core.exceptions.HttpResponseError:
540
540
  """
541
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
541
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
542
542
  401: ClientAuthenticationError,
543
543
  404: ResourceNotFoundError,
544
544
  409: ResourceExistsError,
@@ -647,7 +647,7 @@ class CdfClustersOperations:
647
647
  :rtype: ~ignos.internal.api.client.models.CdfClusterDto
648
648
  :raises ~azure.core.exceptions.HttpResponseError:
649
649
  """
650
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
650
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
651
651
  401: ClientAuthenticationError,
652
652
  404: ResourceNotFoundError,
653
653
  409: ResourceExistsError,
@@ -728,7 +728,7 @@ class CountriesOperations:
728
728
  :rtype: list[~ignos.internal.api.client.models.CountryDto]
729
729
  :raises ~azure.core.exceptions.HttpResponseError:
730
730
  """
731
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
731
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
732
732
  401: ClientAuthenticationError,
733
733
  404: ResourceNotFoundError,
734
734
  409: ResourceExistsError,
@@ -795,7 +795,7 @@ class CustomersOperations:
795
795
  :rtype: list[~ignos.internal.api.client.models.IgnosCustomerDto]
796
796
  :raises ~azure.core.exceptions.HttpResponseError:
797
797
  """
798
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
798
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
799
799
  401: ClientAuthenticationError,
800
800
  404: ResourceNotFoundError,
801
801
  409: ResourceExistsError,
@@ -887,7 +887,7 @@ class CustomersOperations:
887
887
  :rtype: ~ignos.internal.api.client.models.IgnosCustomerDto
888
888
  :raises ~azure.core.exceptions.HttpResponseError:
889
889
  """
890
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
890
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
891
891
  401: ClientAuthenticationError,
892
892
  404: ResourceNotFoundError,
893
893
  409: ResourceExistsError,
@@ -951,7 +951,7 @@ class CustomersOperations:
951
951
  :rtype: ~ignos.internal.api.client.models.IgnosCustomerDto
952
952
  :raises ~azure.core.exceptions.HttpResponseError:
953
953
  """
954
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
954
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
955
955
  401: ClientAuthenticationError,
956
956
  404: ResourceNotFoundError,
957
957
  409: ResourceExistsError,
@@ -1051,7 +1051,7 @@ class CustomersOperations:
1051
1051
  :rtype: ~ignos.internal.api.client.models.IgnosCustomerDto
1052
1052
  :raises ~azure.core.exceptions.HttpResponseError:
1053
1053
  """
1054
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1054
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1055
1055
  401: ClientAuthenticationError,
1056
1056
  404: ResourceNotFoundError,
1057
1057
  409: ResourceExistsError,
@@ -1116,7 +1116,7 @@ class CustomersOperations:
1116
1116
  :rtype: list[~ignos.internal.api.client.models.TenantDto]
1117
1117
  :raises ~azure.core.exceptions.HttpResponseError:
1118
1118
  """
1119
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1119
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1120
1120
  401: ClientAuthenticationError,
1121
1121
  404: ResourceNotFoundError,
1122
1122
  409: ResourceExistsError,
@@ -1216,7 +1216,7 @@ class CustomersOperations:
1216
1216
  :rtype: ~ignos.internal.api.client.models.TenantDto
1217
1217
  :raises ~azure.core.exceptions.HttpResponseError:
1218
1218
  """
1219
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1219
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1220
1220
  401: ClientAuthenticationError,
1221
1221
  404: ResourceNotFoundError,
1222
1222
  409: ResourceExistsError,
@@ -1348,7 +1348,7 @@ class CustomersOperations:
1348
1348
  :rtype: ~ignos.internal.api.client.models.TenantDto
1349
1349
  :raises ~azure.core.exceptions.HttpResponseError:
1350
1350
  """
1351
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1351
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1352
1352
  401: ClientAuthenticationError,
1353
1353
  404: ResourceNotFoundError,
1354
1354
  409: ResourceExistsError,
@@ -1416,7 +1416,7 @@ class CustomersOperations:
1416
1416
  :rtype: ~ignos.internal.api.client.models.CdfConfigDto
1417
1417
  :raises ~azure.core.exceptions.HttpResponseError:
1418
1418
  """
1419
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1419
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1420
1420
  401: ClientAuthenticationError,
1421
1421
  404: ResourceNotFoundError,
1422
1422
  409: ResourceExistsError,
@@ -1535,7 +1535,7 @@ class CustomersOperations:
1535
1535
  :rtype: ~ignos.internal.api.client.models.CdfConfigDto
1536
1536
  :raises ~azure.core.exceptions.HttpResponseError:
1537
1537
  """
1538
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1538
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1539
1539
  401: ClientAuthenticationError,
1540
1540
  404: ResourceNotFoundError,
1541
1541
  409: ResourceExistsError,
@@ -1601,7 +1601,7 @@ class CustomersOperations:
1601
1601
  :rtype: list[~ignos.internal.api.client.models.CustomerAppDto]
1602
1602
  :raises ~azure.core.exceptions.HttpResponseError:
1603
1603
  """
1604
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1604
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1605
1605
  401: ClientAuthenticationError,
1606
1606
  404: ResourceNotFoundError,
1607
1607
  409: ResourceExistsError,
@@ -1655,7 +1655,7 @@ class CustomersOperations:
1655
1655
  :rtype: None
1656
1656
  :raises ~azure.core.exceptions.HttpResponseError:
1657
1657
  """
1658
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1658
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1659
1659
  401: ClientAuthenticationError,
1660
1660
  404: ResourceNotFoundError,
1661
1661
  409: ResourceExistsError,
@@ -1706,7 +1706,7 @@ class CustomersOperations:
1706
1706
  :rtype: None
1707
1707
  :raises ~azure.core.exceptions.HttpResponseError:
1708
1708
  """
1709
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1709
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1710
1710
  401: ClientAuthenticationError,
1711
1711
  404: ResourceNotFoundError,
1712
1712
  409: ResourceExistsError,
@@ -1749,7 +1749,7 @@ class CustomersOperations:
1749
1749
  :rtype: list[~ignos.internal.api.client.models.TenantKeyDto]
1750
1750
  :raises ~azure.core.exceptions.HttpResponseError:
1751
1751
  """
1752
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1752
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1753
1753
  401: ClientAuthenticationError,
1754
1754
  404: ResourceNotFoundError,
1755
1755
  409: ResourceExistsError,
@@ -1794,7 +1794,7 @@ class CustomersOperations:
1794
1794
  :rtype: None
1795
1795
  :raises ~azure.core.exceptions.HttpResponseError:
1796
1796
  """
1797
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1797
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1798
1798
  401: ClientAuthenticationError,
1799
1799
  404: ResourceNotFoundError,
1800
1800
  409: ResourceExistsError,
@@ -1855,7 +1855,7 @@ class DatabasesOperations:
1855
1855
  :rtype: None
1856
1856
  :raises ~azure.core.exceptions.HttpResponseError:
1857
1857
  """
1858
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1858
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1859
1859
  401: ClientAuthenticationError,
1860
1860
  404: ResourceNotFoundError,
1861
1861
  409: ResourceExistsError,
@@ -1918,7 +1918,7 @@ class ErpSyncOperations:
1918
1918
  :rtype: list[~ignos.internal.api.client.models.ErpSyncErrorDto]
1919
1919
  :raises ~azure.core.exceptions.HttpResponseError:
1920
1920
  """
1921
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1921
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1922
1922
  401: ClientAuthenticationError,
1923
1923
  404: ResourceNotFoundError,
1924
1924
  409: ResourceExistsError,
@@ -1968,7 +1968,7 @@ class ErpSyncOperations:
1968
1968
  :rtype: ~ignos.internal.api.client.models.ErpSyncErrorMessage
1969
1969
  :raises ~azure.core.exceptions.HttpResponseError:
1970
1970
  """
1971
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
1971
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
1972
1972
  401: ClientAuthenticationError,
1973
1973
  404: ResourceNotFoundError,
1974
1974
  409: ResourceExistsError,
@@ -2023,7 +2023,7 @@ class ErpSyncOperations:
2023
2023
  :rtype: None
2024
2024
  :raises ~azure.core.exceptions.HttpResponseError:
2025
2025
  """
2026
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
2026
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
2027
2027
  401: ClientAuthenticationError,
2028
2028
  404: ResourceNotFoundError,
2029
2029
  409: ResourceExistsError,
@@ -2115,7 +2115,7 @@ class ErpSyncOperations:
2115
2115
  :rtype: ~ignos.internal.api.client.models.DataSyncOrchestrationTriggerResponse
2116
2116
  :raises ~azure.core.exceptions.HttpResponseError:
2117
2117
  """
2118
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
2118
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
2119
2119
  401: ClientAuthenticationError,
2120
2120
  404: ResourceNotFoundError,
2121
2121
  409: ResourceExistsError,
@@ -2224,7 +2224,7 @@ class ErpSyncOperations:
2224
2224
  :rtype: None
2225
2225
  :raises ~azure.core.exceptions.HttpResponseError:
2226
2226
  """
2227
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
2227
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
2228
2228
  401: ClientAuthenticationError,
2229
2229
  404: ResourceNotFoundError,
2230
2230
  409: ResourceExistsError,
@@ -2297,7 +2297,7 @@ class ErpSyncOperations:
2297
2297
  :rtype: list[~ignos.internal.api.client.models.DataSyncOrchestrationInstance]
2298
2298
  :raises ~azure.core.exceptions.HttpResponseError:
2299
2299
  """
2300
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
2300
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
2301
2301
  401: ClientAuthenticationError,
2302
2302
  404: ResourceNotFoundError,
2303
2303
  409: ResourceExistsError,
@@ -2394,7 +2394,7 @@ class ErpSyncOperations:
2394
2394
  :rtype: None
2395
2395
  :raises ~azure.core.exceptions.HttpResponseError:
2396
2396
  """
2397
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
2397
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
2398
2398
  401: ClientAuthenticationError,
2399
2399
  404: ResourceNotFoundError,
2400
2400
  409: ResourceExistsError,
@@ -2499,7 +2499,7 @@ class ErpSyncOperations:
2499
2499
  :rtype: None
2500
2500
  :raises ~azure.core.exceptions.HttpResponseError:
2501
2501
  """
2502
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
2502
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
2503
2503
  401: ClientAuthenticationError,
2504
2504
  404: ResourceNotFoundError,
2505
2505
  409: ResourceExistsError,
@@ -2580,7 +2580,7 @@ class PowerOperations:
2580
2580
  :rtype: list[~ignos.internal.api.client.models.PowerRegionDto]
2581
2581
  :raises ~azure.core.exceptions.HttpResponseError:
2582
2582
  """
2583
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
2583
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
2584
2584
  401: ClientAuthenticationError,
2585
2585
  404: ResourceNotFoundError,
2586
2586
  409: ResourceExistsError,
@@ -2663,7 +2663,7 @@ class PowerOperations:
2663
2663
  :rtype: ~ignos.internal.api.client.models.PowerRegionDto
2664
2664
  :raises ~azure.core.exceptions.HttpResponseError:
2665
2665
  """
2666
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
2666
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
2667
2667
  401: ClientAuthenticationError,
2668
2668
  404: ResourceNotFoundError,
2669
2669
  409: ResourceExistsError,
@@ -2751,7 +2751,7 @@ class PresentationOperations:
2751
2751
  :rtype: None
2752
2752
  :raises ~azure.core.exceptions.HttpResponseError:
2753
2753
  """
2754
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
2754
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
2755
2755
  401: ClientAuthenticationError,
2756
2756
  404: ResourceNotFoundError,
2757
2757
  409: ResourceExistsError,
@@ -2870,7 +2870,7 @@ class PresentationOperations:
2870
2870
  :rtype: ~ignos.internal.api.client.models.ComponentSettingsDto
2871
2871
  :raises ~azure.core.exceptions.HttpResponseError:
2872
2872
  """
2873
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
2873
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
2874
2874
  401: ClientAuthenticationError,
2875
2875
  404: ResourceNotFoundError,
2876
2876
  409: ResourceExistsError,
@@ -3018,7 +3018,7 @@ class SustainabilitySetupOperations:
3018
3018
  :rtype: None
3019
3019
  :raises ~azure.core.exceptions.HttpResponseError:
3020
3020
  """
3021
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
3021
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
3022
3022
  401: ClientAuthenticationError,
3023
3023
  404: ResourceNotFoundError,
3024
3024
  409: ResourceExistsError,
@@ -3142,7 +3142,7 @@ class SustainabilitySetupOperations:
3142
3142
  :rtype: None
3143
3143
  :raises ~azure.core.exceptions.HttpResponseError:
3144
3144
  """
3145
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
3145
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
3146
3146
  401: ClientAuthenticationError,
3147
3147
  404: ResourceNotFoundError,
3148
3148
  409: ResourceExistsError,
@@ -3266,7 +3266,7 @@ class SustainabilitySetupOperations:
3266
3266
  :rtype: None
3267
3267
  :raises ~azure.core.exceptions.HttpResponseError:
3268
3268
  """
3269
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
3269
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
3270
3270
  401: ClientAuthenticationError,
3271
3271
  404: ResourceNotFoundError,
3272
3272
  409: ResourceExistsError,
@@ -3348,7 +3348,7 @@ class TenantCredentialsOperations:
3348
3348
  :rtype: list[~ignos.internal.api.client.models.TenantIntegrationCredentialTypeDto]
3349
3349
  :raises ~azure.core.exceptions.HttpResponseError:
3350
3350
  """
3351
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
3351
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
3352
3352
  401: ClientAuthenticationError,
3353
3353
  404: ResourceNotFoundError,
3354
3354
  409: ResourceExistsError,
@@ -3446,7 +3446,7 @@ class TenantCredentialsOperations:
3446
3446
  :rtype: ~ignos.internal.api.client.models.TenantIntegrationCredentialTypeDto
3447
3447
  :raises ~azure.core.exceptions.HttpResponseError:
3448
3448
  """
3449
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
3449
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
3450
3450
  401: ClientAuthenticationError,
3451
3451
  404: ResourceNotFoundError,
3452
3452
  409: ResourceExistsError,
@@ -3513,7 +3513,7 @@ class TenantCredentialsOperations:
3513
3513
  :rtype: None
3514
3514
  :raises ~azure.core.exceptions.HttpResponseError:
3515
3515
  """
3516
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
3516
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
3517
3517
  401: ClientAuthenticationError,
3518
3518
  404: ResourceNotFoundError,
3519
3519
  409: ResourceExistsError,
@@ -3584,7 +3584,7 @@ class TenantsOperations:
3584
3584
  :rtype: list[~ignos.internal.api.client.models.TenantDetailDto]
3585
3585
  :raises ~azure.core.exceptions.HttpResponseError:
3586
3586
  """
3587
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
3587
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
3588
3588
  401: ClientAuthenticationError,
3589
3589
  404: ResourceNotFoundError,
3590
3590
  409: ResourceExistsError,
@@ -3651,7 +3651,7 @@ class UserOperations:
3651
3651
  :rtype: ~ignos.internal.api.client.models.UserDetailsDto
3652
3652
  :raises ~azure.core.exceptions.HttpResponseError:
3653
3653
  """
3654
- error_map: MutableMapping[int, Type[HttpResponseError]] = {
3654
+ error_map: MutableMapping[int, Type[HttpResponseError]] = { # pylint: disable=unsubscriptable-object
3655
3655
  401: ClientAuthenticationError,
3656
3656
  404: ResourceNotFoundError,
3657
3657
  409: ResourceExistsError,
@@ -305,6 +305,8 @@ class CdfDetailsDto(_serialization.Model):
305
305
  :vartype token_url: str
306
306
  :ivar customer_managed_cdf: Required.
307
307
  :vartype customer_managed_cdf: bool
308
+ :ivar cognite_functions_in_customer_cdf_project: Required.
309
+ :vartype cognite_functions_in_customer_cdf_project: bool
308
310
  """
309
311
 
310
312
  _validation = {
@@ -314,6 +316,7 @@ class CdfDetailsDto(_serialization.Model):
314
316
  "token_scopes": {"required": True, "min_length": 1},
315
317
  "token_url": {"required": True, "min_length": 1},
316
318
  "customer_managed_cdf": {"required": True},
319
+ "cognite_functions_in_customer_cdf_project": {"required": True},
317
320
  }
318
321
 
319
322
  _attribute_map = {
@@ -324,6 +327,7 @@ class CdfDetailsDto(_serialization.Model):
324
327
  "token_scopes": {"key": "tokenScopes", "type": "str"},
325
328
  "token_url": {"key": "tokenUrl", "type": "str"},
326
329
  "customer_managed_cdf": {"key": "customerManagedCdf", "type": "bool"},
330
+ "cognite_functions_in_customer_cdf_project": {"key": "cogniteFunctionsInCustomerCdfProject", "type": "bool"},
327
331
  }
328
332
 
329
333
  def __init__(
@@ -335,6 +339,7 @@ class CdfDetailsDto(_serialization.Model):
335
339
  token_scopes: str,
336
340
  token_url: str,
337
341
  customer_managed_cdf: bool,
342
+ cognite_functions_in_customer_cdf_project: bool,
338
343
  client_id: Optional[str] = None,
339
344
  **kwargs: Any
340
345
  ) -> None:
@@ -353,6 +358,8 @@ class CdfDetailsDto(_serialization.Model):
353
358
  :paramtype token_url: str
354
359
  :keyword customer_managed_cdf: Required.
355
360
  :paramtype customer_managed_cdf: bool
361
+ :keyword cognite_functions_in_customer_cdf_project: Required.
362
+ :paramtype cognite_functions_in_customer_cdf_project: bool
356
363
  """
357
364
  super().__init__(**kwargs)
358
365
  self.project = project
@@ -362,6 +369,7 @@ class CdfDetailsDto(_serialization.Model):
362
369
  self.token_scopes = token_scopes
363
370
  self.token_url = token_url
364
371
  self.customer_managed_cdf = customer_managed_cdf
372
+ self.cognite_functions_in_customer_cdf_project = cognite_functions_in_customer_cdf_project
365
373
 
366
374
 
367
375
  class ComponentSettingsDto(_serialization.Model):
@@ -808,6 +816,8 @@ class CreateTenantRequest(_serialization.Model):
808
816
  :vartype cdf_cluster_id: str
809
817
  :ivar collaboration_company_id_to_migrate:
810
818
  :vartype collaboration_company_id_to_migrate: str
819
+ :ivar cognite_functions_in_customer_cdf_project:
820
+ :vartype cognite_functions_in_customer_cdf_project: bool
811
821
  """
812
822
 
813
823
  _validation = {
@@ -823,6 +833,7 @@ class CreateTenantRequest(_serialization.Model):
823
833
  "cdf_tenant": {"key": "cdfTenant", "type": "str"},
824
834
  "cdf_cluster_id": {"key": "cdfClusterId", "type": "str"},
825
835
  "collaboration_company_id_to_migrate": {"key": "collaborationCompanyIdToMigrate", "type": "str"},
836
+ "cognite_functions_in_customer_cdf_project": {"key": "cogniteFunctionsInCustomerCdfProject", "type": "bool"},
826
837
  }
827
838
 
828
839
  def __init__(
@@ -835,6 +846,7 @@ class CreateTenantRequest(_serialization.Model):
835
846
  cdf_tenant: Optional[str] = None,
836
847
  cdf_cluster_id: Optional[str] = None,
837
848
  collaboration_company_id_to_migrate: Optional[str] = None,
849
+ cognite_functions_in_customer_cdf_project: Optional[bool] = None,
838
850
  **kwargs: Any
839
851
  ) -> None:
840
852
  """
@@ -852,6 +864,8 @@ class CreateTenantRequest(_serialization.Model):
852
864
  :paramtype cdf_cluster_id: str
853
865
  :keyword collaboration_company_id_to_migrate:
854
866
  :paramtype collaboration_company_id_to_migrate: str
867
+ :keyword cognite_functions_in_customer_cdf_project:
868
+ :paramtype cognite_functions_in_customer_cdf_project: bool
855
869
  """
856
870
  super().__init__(**kwargs)
857
871
  self.description = description
@@ -861,6 +875,7 @@ class CreateTenantRequest(_serialization.Model):
861
875
  self.cdf_tenant = cdf_tenant
862
876
  self.cdf_cluster_id = cdf_cluster_id
863
877
  self.collaboration_company_id_to_migrate = collaboration_company_id_to_migrate
878
+ self.cognite_functions_in_customer_cdf_project = cognite_functions_in_customer_cdf_project
864
879
 
865
880
 
866
881
  class CustomerAppDto(_serialization.Model):
@@ -1008,9 +1023,9 @@ class DataSyncOrchestrationInstance(_serialization.Model):
1008
1023
  """
1009
1024
 
1010
1025
  _validation = {
1011
- "name": {"required": True},
1012
- "instance_id": {"required": True},
1013
- "runtime_status": {"required": True},
1026
+ "name": {"required": True, "min_length": 1},
1027
+ "instance_id": {"required": True, "min_length": 1},
1028
+ "runtime_status": {"required": True, "min_length": 1},
1014
1029
  "created_time": {"required": True},
1015
1030
  "last_updated_time": {"required": True},
1016
1031
  }
@@ -1138,12 +1153,12 @@ class ErpSyncErrorDto(_serialization.Model):
1138
1153
  """
1139
1154
 
1140
1155
  _validation = {
1141
- "entity": {"required": True},
1142
- "id": {"required": True},
1143
- "company_id": {"required": True},
1156
+ "entity": {"required": True, "min_length": 1},
1157
+ "id": {"required": True, "min_length": 1},
1158
+ "company_id": {"required": True, "min_length": 1},
1144
1159
  "retry_attempts": {"required": True},
1145
- "row_key": {"required": True},
1146
- "partition_key": {"required": True},
1160
+ "row_key": {"required": True, "min_length": 1},
1161
+ "partition_key": {"required": True, "min_length": 1},
1147
1162
  "timestamp": {"required": True},
1148
1163
  }
1149
1164
 
@@ -1777,6 +1792,8 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1777
1792
  :vartype tenant_key: str
1778
1793
  :ivar customer_managed_cdf: Required.
1779
1794
  :vartype customer_managed_cdf: bool
1795
+ :ivar cognite_functions_in_customer_cdf_project: Required.
1796
+ :vartype cognite_functions_in_customer_cdf_project: bool
1780
1797
  """
1781
1798
 
1782
1799
  _validation = {
@@ -1795,6 +1812,7 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1795
1812
  "status": {"required": True},
1796
1813
  "infrastructure_status": {"required": True},
1797
1814
  "customer_managed_cdf": {"required": True},
1815
+ "cognite_functions_in_customer_cdf_project": {"required": True},
1798
1816
  }
1799
1817
 
1800
1818
  _attribute_map = {
@@ -1823,6 +1841,7 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1823
1841
  "cdf_tenant_client_id": {"key": "cdfTenantClientId", "type": "str"},
1824
1842
  "tenant_key": {"key": "tenantKey", "type": "str"},
1825
1843
  "customer_managed_cdf": {"key": "customerManagedCdf", "type": "bool"},
1844
+ "cognite_functions_in_customer_cdf_project": {"key": "cogniteFunctionsInCustomerCdfProject", "type": "bool"},
1826
1845
  }
1827
1846
 
1828
1847
  def __init__( # pylint: disable=too-many-locals
@@ -1843,6 +1862,7 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1843
1862
  status: int,
1844
1863
  infrastructure_status: Union[int, "_models.TenantInfrastructureStatus"],
1845
1864
  customer_managed_cdf: bool,
1865
+ cognite_functions_in_customer_cdf_project: bool,
1846
1866
  description: Optional[str] = None,
1847
1867
  cosmos_database: Optional[str] = None,
1848
1868
  contact_person: Optional["_models.ContactPersonDto"] = None,
@@ -1907,6 +1927,8 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1907
1927
  :paramtype tenant_key: str
1908
1928
  :keyword customer_managed_cdf: Required.
1909
1929
  :paramtype customer_managed_cdf: bool
1930
+ :keyword cognite_functions_in_customer_cdf_project: Required.
1931
+ :paramtype cognite_functions_in_customer_cdf_project: bool
1910
1932
  """
1911
1933
  super().__init__(**kwargs)
1912
1934
  self.tenant_id = tenant_id
@@ -1934,6 +1956,7 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1934
1956
  self.cdf_tenant_client_id = cdf_tenant_client_id
1935
1957
  self.tenant_key = tenant_key
1936
1958
  self.customer_managed_cdf = customer_managed_cdf
1959
+ self.cognite_functions_in_customer_cdf_project = cognite_functions_in_customer_cdf_project
1937
1960
 
1938
1961
 
1939
1962
  class TenantIntegrationCredentialTypeDto(_serialization.Model):
@@ -2295,12 +2318,15 @@ class UpdateTenantRequest(_serialization.Model):
2295
2318
  :vartype contact_person: ~ignos.internal.api.client.models.ContactPersonRequest
2296
2319
  :ivar cdf_tenant:
2297
2320
  :vartype cdf_tenant: str
2321
+ :ivar cognite_functions_in_customer_cdf_project:
2322
+ :vartype cognite_functions_in_customer_cdf_project: bool
2298
2323
  """
2299
2324
 
2300
2325
  _attribute_map = {
2301
2326
  "description": {"key": "description", "type": "str"},
2302
2327
  "contact_person": {"key": "contactPerson", "type": "ContactPersonRequest"},
2303
2328
  "cdf_tenant": {"key": "cdfTenant", "type": "str"},
2329
+ "cognite_functions_in_customer_cdf_project": {"key": "cogniteFunctionsInCustomerCdfProject", "type": "bool"},
2304
2330
  }
2305
2331
 
2306
2332
  def __init__(
@@ -2309,6 +2335,7 @@ class UpdateTenantRequest(_serialization.Model):
2309
2335
  description: Optional[str] = None,
2310
2336
  contact_person: Optional["_models.ContactPersonRequest"] = None,
2311
2337
  cdf_tenant: Optional[str] = None,
2338
+ cognite_functions_in_customer_cdf_project: Optional[bool] = None,
2312
2339
  **kwargs: Any
2313
2340
  ) -> None:
2314
2341
  """
@@ -2318,11 +2345,14 @@ class UpdateTenantRequest(_serialization.Model):
2318
2345
  :paramtype contact_person: ~ignos.internal.api.client.models.ContactPersonRequest
2319
2346
  :keyword cdf_tenant:
2320
2347
  :paramtype cdf_tenant: str
2348
+ :keyword cognite_functions_in_customer_cdf_project:
2349
+ :paramtype cognite_functions_in_customer_cdf_project: bool
2321
2350
  """
2322
2351
  super().__init__(**kwargs)
2323
2352
  self.description = description
2324
2353
  self.contact_person = contact_person
2325
2354
  self.cdf_tenant = cdf_tenant
2355
+ self.cognite_functions_in_customer_cdf_project = cognite_functions_in_customer_cdf_project
2326
2356
 
2327
2357
 
2328
2358
  class UserDetailsDto(_serialization.Model):