Using GitHub CLI and Git in GitHub Codespaces
Update - New GitHub CLI Extension GitHub CLI 2.0 introduced CLI Extensions. I took a few minutes and threw all of the fixes below into a new extension called “Setup Git Credential Helper” and can be
Update - New GitHub CLI Extension GitHub CLI 2.0 introduced CLI Extensions. I took a few minutes and threw all of the fixes below into a new extension called “Setup Git Credential Helper” and can be
I’ve been coding in .NET for a very-long-time, but this tripped me up. Run the following code: var resources = await client.Resources.ListByResourceGroupAsync(resourceGroupName); foreach (var resource
Thunder Client is a new REST client VS Code extension. It’s like Postman, but integrated into VS Code. I’d consider it an early preview and far from the feature richness and maturity of Postman, bu
You’re using VS Code with the GitLens extension and you see this: Or maybe you noticed that sometimes that text is inserted into the middle of what you are typing. This feature is part of GitLens and
Got this today: The subscription does not have QuotaId/Feature required by SKU ‘S0’. { "error":{ "code":"InvalidTemplateDeployment", "message":"The template deployment 'memetest04091' i
I’ve been blogging and vlogging about Azure REST APIs with Postman for a while now and often get asked why I don’t use Postman’s built in OAuth 2.0 provider. The reason is that when you use the prov
This is a story of how much effort and care we put into Azure SDK naming guidelines and consistency - even for the casing of a single letter…the last T in IoT. In 2005, I read Framework Design Guidel
Was getting this error today: Liquid Exception: Could not locate the included file 'app_insights.html' in any of ["D:/OneDriveMS/code/GitHub/jongio/azure-sdk/_includes", "C:/Ruby26-x64/lib/ruby/gems/2
I recently decided to organize all of my photos from the last 20 years. Photos from various phones and cameras - all with many different formats, JPEG, RAW, PNG, etc. They were all stored on my har
Here’s how to call the Azure REST APIs with Insomnia - a modern lightweight REST API client. Azure SDKs Before we go too far into this Azure REST APIs for Insomnia post, I want to make sure that you
I got this error while deploying a new Azure Kubernetes Cluster. { "error":{ "code":"InvalidTemplateDeployment", "message":"The template deployment 'memealyzerdev3' is not valid accordi
Every year or so I do an Azure REST APIs with Postman blog and video. It’s 2021 and Postman has changed quite a bit since my last update, so here’s the latest and greatest info. Azure SDKs Before we
I do most of my dev in WSL and occasionally I screw up line endings between Windows and WSL. I wanted to solve the line ending changes so I added a .gitattributes to root of repo file with this: * te
This was time suck for me, hopefully not for you after reading this. I’m working on a PowerShell script to organize my photo library. I want to get Date Taken from EXIF data. I got the data, but the
Ran a gh clone today and got this: GraphQL error: Resource protected by organization SAML enforcement. You must grant your OAuth token access to this organization. Fixed it by running: gh auth refres
I’m working on setting up Codespaces for my project and tried to open my workspace and got this error: The workspace can not be opened in a container. Folder {folder} is not a subfol
I tried to open a VS Code Codespace devcontainer and got these errors: Start: Run: docker ps -q -a --filter label=vsch.local.folder=d:\OneDriveMS\code\GitHub\jongio\memealyzer2 --filter label=vsch.qu
This Azure CLI docker image has been retired and is no longer available on Docker hub. https://hub.docker.com/r/azuresdk/azure-cli-python Apologies if this breaks anything for you. The new Azure CLI
Got this today when trying to assign access_policy to kubelet_identity Error: Unsupported attribute on main.tf line 59, in resource "azurerm_key_vault" "key_vault": 59: object_id = azurerm_ku
Got this error today when trying to set a secret with terraform. Error checking for presence of existing Secret keyvault.BaseClient#GetSecret: Failure responding to request: StatusCode=401 -- Original