Giter VIP home page Giter VIP logo

Comments (6)

bretthackermsft avatar bretthackermsft commented on May 1, 2024

Although I realize this has seemingly no relation to the issue, can you please try deploying in US East? Let me know if that resolves the issue.

from aad-hybrid-lab.

frankhu-2021 avatar frankhu-2021 commented on May 1, 2024

@bretthackermsft thanks for replying, i'll go in and try to do that.

from aad-hybrid-lab.

frankhu-2021 avatar frankhu-2021 commented on May 1, 2024

@bretthackermsft I'm still getting the same error deploying to US East. It is the same error shown in the first github post.

from aad-hybrid-lab.

feintzy avatar feintzy commented on May 1, 2024

Hi Frank,

did you find a way to solve this ?
Experiencing the same issue...

from aad-hybrid-lab.

dragagon avatar dragagon commented on May 1, 2024

A little outdated, but here is what you have to do to fix it. Due to the not-so-recent change in how NuGet Works, you need to update DSC/adDSC/adDSCConfiguration.ps1

Change:

SetScript  = {
				# Install AAD Tools
					mkdir c:\temp -ErrorAction Ignore
					Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force

					Install-Module -Name MSOnline -Force

					Install-Module -Name AzureAD -Force

					#Install-Module -Name AzureADPreview -AllowClobber -Force

					#Install-Module -Name AzureRM –AllowClobber -Force

                }

to

				# Install AAD Tools
					mkdir c:\temp -ErrorAction Ignore
					[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
					Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force

					Install-Module -Name MSOnline -Force

					Install-Module -Name AzureAD -Force

					#Install-Module -Name AzureADPreview -AllowClobber -Force

					#Install-Module -Name AzureRM –AllowClobber -Force

                }```

from aad-hybrid-lab.

bretthackermsft avatar bretthackermsft commented on May 1, 2024

Thanks @dragagon - I haven't tested this in the context of the running DSC but I have encountered this requirement in other similar circumstances. To the extent it doesn't materially affect anything else and it makes sense to me, I went ahead and committed this change. Thanks for the heads up.

from aad-hybrid-lab.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.