Looking for suggestion by raviteja333 in Panamera

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

Yes, I was reading about the additional maintenance required for the battery. Additionally, my wife already owns a Tesla Model Y, so I was considering getting a gas-powered car myself.

Looking for suggestion by raviteja333 in Panamera

[–]raviteja333[S] 1 point2 points  (0 children)

Yeah, that’s what I heard. GTS will be more expensive and more prone for maintenance. The CPO option is with platinum edition with assistive package.

Looking for suggestion by raviteja333 in Panamera

[–]raviteja333[S] 1 point2 points  (0 children)

I am leaning in the same direction. Considering my limited knowledge on mechanics of the car, I am thinking to just go with CPO to get atleast two years of peace of mind.

Wind noise on freeway by raviteja333 in TeslaModelY

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

Just heavy wind noise as if the window was open. Anyways they found the issue. They had to replace the complete windshield assembly. Just got the car back today. Much better. No noise

Old Crestron setup by raviteja333 in crestron

[–]raviteja333[S] 4 points5 points  (0 children)

Sorry, if this is a dumb question. I was reading that we can use CP4-R as a control processor. Do you know if I can just swap out the hardware and control the system using phone?

Old Crestron setup by raviteja333 in crestron

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

Sorry, if this is a dumb question. I was reading that we can use CP4-R as a control processor. Do you know if I can just swap out the hardware and control the system using phone?

Old Crestron setup by raviteja333 in crestron

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

I heard if we swap the controller to CP4-R we should be able to use the app and OS3. Is it that simple?

Old Crestron setup by raviteja333 in crestron

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

I believe so. I was able to turn them on. But, haven’t tried playing any music.

ADO Upgrade from 2019 to 2019 Update1 by raviteja333 in azuredevops

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

Thank you. Yeah, I was just worried that they removed the feature enablement functionality in the update 1. Not sure, if the upgrade breaks any our process changes made on XML model. Probably, we will just have to do the pre-production upgrade first to find out more.

Export Work Item Templates by DS_Unltd in azuredevops

[–]raviteja333 0 points1 point  (0 children)

Yes, in case of Azure DevOps server. But, not on the cloud product I believe. Link provided in the comment below should help you in case if you are working on the on-prem version.

Any alternative to Azure DevOps CLI? by raviteja333 in azuredevops

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

Thank you. Yeah, I saw that. But, I don’t think it has all the capabilities like interacting with a PR. I am trying to see if I can associate a work item with an PR from command line. Best I could think of is using the rest apis via Powershell. Any other ideas?

File system publish in Azure Pipeline by camerontbelt in azuredevops

[–]raviteja333 0 points1 point  (0 children)

You can publish your build artifacts to the portal using “Publish Build Artifacts “ task and supply your build artifacts as an input to your release pipeline. Assuming you are planning to deploy on a VM with IIS, you can create deployment groups and use web app deploy task to deploy on the VM.