Projects STRLCPY BlueMap Commits f8797c43
🤬
  • ■ ■ ■ ■ ■
    bluemap.py
    skipped 371 lines
    372 372   RefreshTokenGraph = TokenRFGraph
    373 373   
    374 374  def initTokenWithGraph(token, graphToken):
    375  - global Token, accessTokenGraph,TargetSubscription, TargetTenantId, hasGraphAccess, hasMgmtAccess
     375 + global Token, accessTokenGraph,TargetSubscription, hasVaultEnabled, TargetTenantId, hasGraphAccess, hasMgmtAccess
    376 376   hasGraphAccess = True
     377 + hasVaultEnabled = False
    377 378   hasMgmtAccess = True
    378 379   Token = token
    379 380   accessTokenGraph = graphToken
    skipped 2031 lines
Please wait...
Page is in error, reload to recover