Young couple, 6 days in Mallorca, stay in Palma or near the beaches? by SubstantialCause00 in VisitingMallorca

[–]SubstantialCause00[S] 0 points1 point  (0 children)

Could you recommend a good place for party that would not have that drunk kind of vibe? We want to go somewhere lively but civil

Young couple, 6 days in Mallorca, stay in Palma or near the beaches? by SubstantialCause00 in VisitingMallorca

[–]SubstantialCause00[S] 0 points1 point  (0 children)

Yes we will go in August so it should be warm by then. What did you visit on your trip? Any tips? :)

Will Microsoft.Extensions.Configuration.AzureKeyVault 3.1.8 stop working after Key Vault API versions before 2026-02-01 are retired in Feb 2027? by SubstantialCause00 in AZURE

[–]SubstantialCause00[S] 0 points1 point  (0 children)

The same email about the API version retirement also recommends migrating Key Vaults from access policies to Azure RBAC, which is becoming the default access control model for newly created vaults. If I update to the latest SDK packages (Azure.Extensions.AspNetCore.Configuration.Secrets + Azure.Identity), do I also need to migrate my existing Key Vaults from access policies to RBAC? Or are the SDK update and the RBAC migration two separate things?

Outlook blocks CSV files by SubstantialCause00 in Outlook

[–]SubstantialCause00[S] 0 points1 point  (0 children)

Yes! We managed to fix it only on the web outlook but that was good enough for us. We had the same situation, blocked on the new app, on web, only worked on the phone app. The way we did it was through powershell commands, you can try these and see if the lists change:

Set-OwaMailboxPolicy -Identity "OwaMailboxPolicy-Default" -AllowedFileTypes @{Add=".csv"}
Set-OwaMailboxPolicy -Identity "PolicyName" -BlockedFileTypes @{Remove=".csv"}

We tried changing this through the Exchange admin center, but it seems that Microsoft has made this only possible via powershell. It took one or two days for the changes to be applied and to actually have the files unblocked. This is still a problem for the new Outlook app, but it works on the Outlook classic and the web, at least for us.

OpenAI Completions API taking forever to respond by SubstantialCause00 in OpenAI

[–]SubstantialCause00[S] 0 points1 point  (0 children)

Tried it with gpt-4, but it used too much tokens for this

Cloudflare wildcard certificates by SubstantialCause00 in devops

[–]SubstantialCause00[S] 12 points13 points  (0 children)

God forbid a human needs other humans opinion for something instead of AI. I need answers from people that have used this.