Giter Club home page Giter Club logo

avdpoc's People

Contributors

bfrankms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

avdpoc's Issues

ERROR: Usage error: To create role assignments, specify both --role and --scopes.

Hi,
I'm trying to follow the youtube series,
I can this error when running CreateDevopsSP.ps1 in Azure Cloud Shell

ERROR: Usage error: To create role assignments, specify both --role and --scopes.

Select a region to deploy to by number: 10
Selecting region 10. uksouth
PS /home/alex>
PS /home/alex> #adjust the vars to your needs!
PS /home/alex> $SPName = 'myDevopsSP' #your value here!
PS /home/alex> $keyvaultnamePrefix = 'kv-avdPoc' #leave this as is - (otherwhise you would need to change this in the pipeline variable file consistently)
PS /home/alex> $rgForSharedResources = 'rg-avdPoC-shared' #leave this as is - (otherwhise you would need to change this in the pipeline variable file consistently)
PS /home/alex>
PS /home/alex>
PS /home/alex> # create Service Principal (it needs to be owner to set permissions on azure artefacts - especially the application group users)
PS /home/alex> $sp = az ad sp create-for-rbac -n "$SPName" --role 'owner'
ERROR: Usage error: To create role assignments, specify both --role and --scopes.
PS /home/alex>
PS /home/alex> # this role is needed for the service principal to upload files to an azure storage account using azure devops.
PS /home/alex> az role assignment create --assignee "$($($sp | ConvertFrom-Json).appId)" --role 'Storage Blob Data Contributor'
argument --assignee: expected one argument

Missing or wrong entry in Azure DevOps Work Item 103

the work Item 103 say:
We use the Boards to track what work needs to be done - when and by whom.
Make sure you understand the work item types and its proper usage (see #136 ). We don't assume to have a complete list - so please make it your own - do your CRUD ("Create read update delete") on them.

the Item #136 is not present. the Items have 126 Items

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.