Git Product home page Git Product logo

Comments (4)

ViktorKopychko avatar ViktorKopychko commented on May 27, 2024

Hi @sqo365, I believe I've found the reason for this.

At https://learn.microsoft.com/nb-no/cli/azure/microsoft-graph-migration you can see the following line:

For example, the most outstanding change is that the objectId property in the output JSON of a Graph object is replaced by id.

So the objectId was replaced by id.
You can change $userObjectId = az ad signed-in-user show --query objectId to $userObjectId = az ad signed-in-user show --query id in Deploy.ps1 file and it will work (at least it worked for me)

from learn-lti.

sqo365 avatar sqo365 commented on May 27, 2024

Dear Viktor

Thank you for your contribution, the issue is now resolved you are a hero!

Much appreciated

from learn-lti.

leestott avatar leestott commented on May 27, 2024

Thanks deployment script has been updated to reflect this change.

from learn-lti.

Chuckles123456 avatar Chuckles123456 commented on May 27, 2024

I just got the same error and had to revert it back to "$userObjectId = az ad signed-in-user show --query objectId" to get my keyvault to move to step 7

from learn-lti.

Related Issues (20)

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.