Automating with Puppet on GCE without `gcutil` (deprecated) - puppet

I am trying to automate an instance using Puppet in Google cloud but unfortunately got an error. I had done this earlier with your help but the settings seems to be changed.
ERROR: 'gcutil' has been deprecated and is no longer part of Cloud SDK distribution.
ERROR: Please use 'gcloud compute' instead.

The change from gcutil to gcloud was merged recently on GitHub on 21 July 2015 and released in puppetlabs/gce_compute 1.0.0 on 29 July 2015, so you should upgrade to get this change.

Related

Not able to add new azure function in VSCode

I opened my project repo as usual , then I noticed that I can't add new azure function
the + icon disappeared:
I don't know how to get it back ?
After reproducing the same by downloading the latest July 2022 - version 1.70 we faced the same issue. This might be a bug that is seen in the latest release.
You can follow the updates from the tickets that I have raised over Github - Azure Functions Support.
However, as an alternative, you can install the previous stable June 2022 (version 1.69).

Can I still migrate firebase cloud functions to Node.js 10 after Feb 15 2021?

Node.js 8 has been deprecated.
Starting Feb 15, 2021, we’ll no longer support new deploys or updates of Node.js 8 functions.
Starting Mar 15, 2021, we’ll no longer support executions of existing Node.js 8 functions.
I totally forgot about the deadline for deploying and updating Node.js 8 functions to Node.js 10.
Now (Mar 2 2021) it has been two weeks since the deadline for updating, but is there still any way for me do edit the node.js version of my cloud functions ?
Or will I have to delete all of them from the console and deploy them again using Node.js 10?
Since February 15 it is no longer possible to deploy Cloud Functions that use the Node.js 8 runtime.
Once you upgrade the code to a newer Node version and select that newer runtime in the configuration, you can deploy them again. There is no deadline by which you must perform this upgrade.

Azure Functions Upgrade from beta to ~2 breaking existing code

We have been using Azure Function runtime version as "beta" and Microsoft.Azure.WebJobs.Extensions.EventHubs - version 3.0.0-beta5 package to bind with Eventhubs.
Things broke down completely after azure portal started prompting for Upgrading to version 2 for Azure Functions. With or without changing the runtime to ~2 (or any specific 2.x.x.x version) it is failing.
Can someone make it clear on what needs to change if we want to target version 2? I tried to upgrade Microsoft.NET.Sdk.Functions to latest 1.0.19 and Microsoft.Azure.WebJobs.Extensions.EventHubs to latest 3.0.0-beta8. All I get is assembly loader errors!
Please help!
You can find the description of this breaking change and recommended steps in this issue.

CodePush CLI Migration (to AppCenter)

I currently use CodePush for my Cordova app. Love it. Microsoft is moving it to AppCenter, and here's the migration guide.
The migration guide notes that the old CLI will be retired in October 2018:
we are commited to maintain the CLI through September 2018. You are free to continue using the CLI, but all features besides release and viewing metrics will be disabled in Late March 2018. Finally, the CodePush CLI will be retired in Mid October 2018.
My question is if this plan is still accurate? I know the original plan was to make a new Cordova SDK in February 2018, which was pushed back and no ETA is known. Is the old CodePush CLI still going to be retired in October? From what I can tell core things (like getting install metrics) are still not available in the new CLI. I really don't want to use the AppCenter CLI for some things and log into the AppCenter UI for others.
I don't believe a new CodePush SDK is going to be made available. It is also not on their roadmap:
https://learn.microsoft.com/en-us/appcenter/general/roadmap
This image used to be on the AppCenter website showing that the CLI will be deprecated starting with reduced functionality in favor of the AppCenter UI.

Jobs from an earlier version of the Azure WebJobs SDK have been detected

I'm using web-jobs SDK pre-release version and from few minutes ago Im getting this warning message:
Jobs from an earlier version of the Azure WebJobs SDK have been detected. Please upgrade the jobs to the latest version in order to see their status in the dashboard. Please visit this article for more information about the Azure WebJobs SDK.
I would be thankful if you help me with this.
Later edit: the link should work now
The page for that link is not yet live. It will be published soon, sorry for the inconvenience.
Meanwhile, to upgrade, get the latest WebJobs SDK packages (notice the package names changed so you might want to remove the old ones):
http://www.nuget.org/packages/Microsoft.Azure.Jobs/0.3.0-beta
http://www.nuget.org/packages/Microsoft.Azure.Jobs.Core/0.3.0-beta
Also notice that some attribute names changed:
Where are Azure WebJob's BlobInput and BlobOutput classes?

Resources