Skip to content

Instantly share code, notes, and snippets.

View nth-block's full-sized avatar

nth-block

View GitHub Profile
@nth-block
nth-block / graphapibug.md
Last active March 2, 2021 18:24
Graph API bug while searching for users

[TOC]

Issue

Filter with startswith method

Request: Graph API query with startswith method and incorrect attribute name (userPrinicipalName - note the 'i' after 'n' in principal)

https://graph.windows.net/<tenant>.onmicrosoft.com/users?api-version=1.6&$filter=startswith(userPrinicipalName,'<username>')

HTTP Response: 400 Bad Request

@nth-block
nth-block / mas.md
Last active June 15, 2021 18:11
MAS - TRM Guidelines

Technology Risk Management Guidelines

January 2021

Contents

  • 1 Preface
  • 2 Application of the MAS Technology Risk Management Guidelines
@nth-block
nth-block / dotnetcheatsheet.md
Created August 23, 2017 03:17
Dotnet core Cheat Sheet

Dotnet Core Cheat Sheet

This cheat sheet is courtesy Ben Day and is available here. This Markdown file is just for easy reference for programmers.

What follows are the excerpts from Ben's blog.

The nice thing about the items on this ‘cheat sheet’ is that they work on Windows, Mac, and Linux. [Note 2/13/2017: Want an example script? Check this out.

Create a new Solution (*.sln)