pulumi-azure-native 2.38.1a1714382243__py3-none-any.whl → 2.39.0__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.
- pulumi_azure_native/sql/server.py +20 -0
- {pulumi_azure_native-2.38.1a1714382243.dist-info → pulumi_azure_native-2.39.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.38.1a1714382243.dist-info → pulumi_azure_native-2.39.0.dist-info}/RECORD +5 -5
- {pulumi_azure_native-2.38.1a1714382243.dist-info → pulumi_azure_native-2.39.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.38.1a1714382243.dist-info → pulumi_azure_native-2.39.0.dist-info}/top_level.txt +0 -0
|
@@ -288,6 +288,16 @@ class Server(pulumi.CustomResource):
|
|
|
288
288
|
|
|
289
289
|
Other available API versions: 2014-04-01, 2022-11-01-preview, 2023-02-01-preview, 2023-05-01-preview, 2023-08-01-preview.
|
|
290
290
|
|
|
291
|
+
**Warning:** when `AzureADOnlyAuthentication` is enabled, the Azure SQL API rejects any `AdministratorLoginPassword`, even if it is the same as the current one.
|
|
292
|
+
|
|
293
|
+
According to the Azure team, this API design owes to the following reasons:
|
|
294
|
+
- Changing the password is not allowed when Entra-only authentication is enabled because it could lead to invalid templates.
|
|
295
|
+
- Any updates containing the same, unchanged password are also rejected because different behavior for same vs different passwords would be a vector for brute forcing the password.
|
|
296
|
+
|
|
297
|
+
To work around this, you can comment out `AdministratorLoginPassword` when enabling `AzureADOnlyAuthentication`. To update the password, you can disable `AzureADOnlyAuthentication` and re-enable it after the update.
|
|
298
|
+
|
|
299
|
+
For more details and discussion please see [this issue](https://github.com/pulumi/pulumi-azure-native/issues/2937).
|
|
300
|
+
|
|
291
301
|
:param str resource_name: The name of the resource.
|
|
292
302
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
293
303
|
:param pulumi.Input[str] administrator_login: Administrator username for the server. Once created it cannot be changed.
|
|
@@ -318,6 +328,16 @@ class Server(pulumi.CustomResource):
|
|
|
318
328
|
|
|
319
329
|
Other available API versions: 2014-04-01, 2022-11-01-preview, 2023-02-01-preview, 2023-05-01-preview, 2023-08-01-preview.
|
|
320
330
|
|
|
331
|
+
**Warning:** when `AzureADOnlyAuthentication` is enabled, the Azure SQL API rejects any `AdministratorLoginPassword`, even if it is the same as the current one.
|
|
332
|
+
|
|
333
|
+
According to the Azure team, this API design owes to the following reasons:
|
|
334
|
+
- Changing the password is not allowed when Entra-only authentication is enabled because it could lead to invalid templates.
|
|
335
|
+
- Any updates containing the same, unchanged password are also rejected because different behavior for same vs different passwords would be a vector for brute forcing the password.
|
|
336
|
+
|
|
337
|
+
To work around this, you can comment out `AdministratorLoginPassword` when enabling `AzureADOnlyAuthentication`. To update the password, you can disable `AzureADOnlyAuthentication` and re-enable it after the update.
|
|
338
|
+
|
|
339
|
+
For more details and discussion please see [this issue](https://github.com/pulumi/pulumi-azure-native/issues/2937).
|
|
340
|
+
|
|
321
341
|
:param str resource_name: The name of the resource.
|
|
322
342
|
:param ServerArgs args: The arguments to use to populate this resource's properties.
|
|
323
343
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
{pulumi_azure_native-2.38.1a1714382243.dist-info → pulumi_azure_native-2.39.0.dist-info}/RECORD
RENAMED
|
@@ -20366,7 +20366,7 @@ pulumi_azure_native/sql/outputs.py,sha256=_JtkjYcaW9zalBzcAL-etqFGisioPGiSnX8SJT
|
|
|
20366
20366
|
pulumi_azure_native/sql/private_endpoint_connection.py,sha256=GWdld5IP0mCEe5JukVmewmWY8aFZCj0SHGcpylrxmTk,13744
|
|
20367
20367
|
pulumi_azure_native/sql/replication_link.py,sha256=1UiucfSXTaD-AoYvixnq843T_SehM9Foj-5fZTIOHaQ,13462
|
|
20368
20368
|
pulumi_azure_native/sql/sensitivity_label.py,sha256=2PHIhX2iF7UxZCncZLQ3Ivwx9t-fSxBO9BgcMqDtBg4,19603
|
|
20369
|
-
pulumi_azure_native/sql/server.py,sha256=
|
|
20369
|
+
pulumi_azure_native/sql/server.py,sha256=77Ub11G9Xzr20kzEjJfyG6HVywWk3IOG0iPPrEyrQjs,30084
|
|
20370
20370
|
pulumi_azure_native/sql/server_advisor.py,sha256=rZEwMT-q1LO2NfLk7sVcK3WmiCsh68_hoQdW_uwy6FE,13986
|
|
20371
20371
|
pulumi_azure_native/sql/server_azure_ad_administrator.py,sha256=2PEwS8lQo0vImbyzKKuCf3AqARhHiFoh2bJxTAbWqMY,14785
|
|
20372
20372
|
pulumi_azure_native/sql/server_azure_ad_only_authentication.py,sha256=a1WT-2hqGg8IVxEOPN8modkdkPZesxXI8UCGbrdD6II,11189
|
|
@@ -23345,7 +23345,7 @@ pulumi_azure_native/workloads/v20231001preview/sap_instance.py,sha256=astyDmbl8P
|
|
|
23345
23345
|
pulumi_azure_native/workloads/v20231001preview/sap_landscape_monitor.py,sha256=kh_uPVrU8zJqqfe7v2--2sR1w5evu1dVlo0K44bTAQ0,11157
|
|
23346
23346
|
pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py,sha256=dMa-ylYX90O5UGT8A5yheKhQqS2_1pLbw3OhbgCfLMQ,24031
|
|
23347
23347
|
pulumi_azure_native/workloads/v20231001preview/server_instance.py,sha256=SyAnvqvdOrOyFltvICM80LowqPJrpZv_BZFG7d1ErPs,13196
|
|
23348
|
-
pulumi_azure_native-2.
|
|
23349
|
-
pulumi_azure_native-2.
|
|
23350
|
-
pulumi_azure_native-2.
|
|
23351
|
-
pulumi_azure_native-2.
|
|
23348
|
+
pulumi_azure_native-2.39.0.dist-info/METADATA,sha256=leuLLWBZD2RgUolu2y1Y7XYLN0SvXMsIWn9hliMZz0g,4121
|
|
23349
|
+
pulumi_azure_native-2.39.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
23350
|
+
pulumi_azure_native-2.39.0.dist-info/top_level.txt,sha256=8Vl7910-df5jOZ9lvILrFhlMOEUrsaaX2dkztIt4Pkw,20
|
|
23351
|
+
pulumi_azure_native-2.39.0.dist-info/RECORD,,
|
{pulumi_azure_native-2.38.1a1714382243.dist-info → pulumi_azure_native-2.39.0.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|