pulumi-azure-native 2.33.1a1711356993__py3-none-any.whl → 2.33.1a1711540390__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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

@@ -89,12 +89,12 @@ tenantId: Optional[str]
89
89
  The Tenant ID which should be used.
90
90
  """
91
91
 
92
- useMsi: bool
92
+ useMsi: Optional[bool]
93
93
  """
94
94
  Allow Managed Service Identity be used for Authentication.
95
95
  """
96
96
 
97
- useOidc: bool
97
+ useOidc: Optional[bool]
98
98
  """
99
99
  Allow OpenID Connect (OIDC) to be used for Authentication.
100
100
  """
@@ -128,16 +128,16 @@ class _ExportableConfig(types.ModuleType):
128
128
  return __config__.get('tenantId')
129
129
 
130
130
  @property
131
- def use_msi(self) -> bool:
131
+ def use_msi(self) -> Optional[bool]:
132
132
  """
133
133
  Allow Managed Service Identity be used for Authentication.
134
134
  """
135
- return __config__.get_bool('useMsi') or False
135
+ return __config__.get_bool('useMsi')
136
136
 
137
137
  @property
138
- def use_oidc(self) -> bool:
138
+ def use_oidc(self) -> Optional[bool]:
139
139
  """
140
140
  Allow OpenID Connect (OIDC) to be used for Authentication.
141
141
  """
142
- return __config__.get_bool('useOidc') or False
142
+ return __config__.get_bool('useOidc')
143
143
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_azure_native
3
- Version: 2.33.1a1711356993
3
+ Version: 2.33.1a1711540390
4
4
  Summary: A native Pulumi package for creating and managing Azure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com
@@ -4455,8 +4455,8 @@ pulumi_azure_native/confidentialledger/v20230628preview/ledger.py,sha256=6sKA9hD
4455
4455
  pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py,sha256=JMKhIo7K4LzDCDchMnL31Rgc3xomPdvb6EX8jLIN0FE,10422
4456
4456
  pulumi_azure_native/confidentialledger/v20230628preview/outputs.py,sha256=M_mCJhjqMrLCcv2e3s9IuOR_TivrtaBiAi5TaGvWH38,24377
4457
4457
  pulumi_azure_native/config/__init__.py,sha256=YdGLR92OvYD0CYDgt_FTaHJOb_VzW8fto_Cgx6fLd3k,267
4458
- pulumi_azure_native/config/__init__.pyi,sha256=Vm-cO0yU5BdOdfgZ8GWrYz6HbKgGhLBOaPsAkta-jz8,2486
4459
- pulumi_azure_native/config/vars.py,sha256=D0Jdz6xkqDRHjpTQ6e1im0PAhY4NYU6T6g5BBaEp140,4477
4458
+ pulumi_azure_native/config/__init__.pyi,sha256=6lyK008J_BzyMph7LIbVcUxPOgOsTwFOfGQrAF9Rkf8,2506
4459
+ pulumi_azure_native/config/vars.py,sha256=Jx6Y34gNbLBOIHoDLFvwFpBN1wIPty19eCHxrYSbLFU,4479
4460
4460
  pulumi_azure_native/confluent/__init__.py,sha256=m2LxNsJrlTA5fpNEa1yQ86aCcOByERkHHSC6-alPenc,1484
4461
4461
  pulumi_azure_native/confluent/_inputs.py,sha256=e0habkzYelR6ik6PNNwLWYzoT3Q82IQnOF0UR0ocbYw,4484
4462
4462
  pulumi_azure_native/confluent/get_organization.py,sha256=BtDS0WxzvCodmTjJMBeXqxfR1sgG76bG7Wa2dOlekus,8174
@@ -21490,7 +21490,7 @@ pulumi_azure_native/workloads/v20231001preview/sap_instance.py,sha256=astyDmbl8P
21490
21490
  pulumi_azure_native/workloads/v20231001preview/sap_landscape_monitor.py,sha256=kh_uPVrU8zJqqfe7v2--2sR1w5evu1dVlo0K44bTAQ0,11157
21491
21491
  pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py,sha256=dMa-ylYX90O5UGT8A5yheKhQqS2_1pLbw3OhbgCfLMQ,24031
21492
21492
  pulumi_azure_native/workloads/v20231001preview/server_instance.py,sha256=SyAnvqvdOrOyFltvICM80LowqPJrpZv_BZFG7d1ErPs,13196
21493
- pulumi_azure_native-2.33.1a1711356993.dist-info/METADATA,sha256=w25vv9OA2trKRRyFR8iRXFLiXsJRkMQNz96gddOj7FI,4132
21494
- pulumi_azure_native-2.33.1a1711356993.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
21495
- pulumi_azure_native-2.33.1a1711356993.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
21496
- pulumi_azure_native-2.33.1a1711356993.dist-info/RECORD,,
21493
+ pulumi_azure_native-2.33.1a1711540390.dist-info/METADATA,sha256=tissy7vuygVZnGBECGR6WZjhlpR6nLL5m5zwvCZuHbk,4132
21494
+ pulumi_azure_native-2.33.1a1711540390.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
21495
+ pulumi_azure_native-2.33.1a1711540390.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
21496
+ pulumi_azure_native-2.33.1a1711540390.dist-info/RECORD,,