Skip to content

Instantly share code, notes, and snippets.

View professor-k's full-sized avatar

Andriy Kvasnytsya professor-k

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Color Scheme Renaming Proposal</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', Arial, sans-serif; background: #f5f5f5; padding: 32px; color: #222; }
h1 { text-align: center; margin-bottom: 8px; font-size: 28px; }
.subtitle { text-align: center; color: #666; margin-bottom: 32px; font-size: 14px; }
Get-AzRoleAssignment | Where-Object {$_.ObjectType.Equals("Unknown")} | ForEach-Object { Remove-AzRoleAssignment -ObjectId $_.ObjectId -RoleDefinitionName $_.RoleDefinitionName -Scope $_.Scope }