{"id":16481402,"url":"https://github.com/dfinke/equal-bird","last_synced_at":"2026-05-16T05:03:27.598Z","repository":{"id":66743274,"uuid":"91209322","full_name":"dfinke/equal-bird","owner":"dfinke","description":"PowerShell functions for quickly getting information from Azure Cosmos DB and more","archived":false,"fork":false,"pushed_at":"2017-05-14T13:55:17.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T10:34:16.709Z","etag":null,"topics":["azure","cosmosdb","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfinke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-13T23:57:46.000Z","updated_at":"2022-06-10T13:42:59.000Z","dependencies_parsed_at":"2023-05-26T20:45:48.089Z","dependency_job_id":null,"html_url":"https://github.com/dfinke/equal-bird","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinke%2Fequal-bird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinke%2Fequal-bird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinke%2Fequal-bird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinke%2Fequal-bird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfinke","download_url":"https://codeload.github.com/dfinke/equal-bird/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241198738,"owners_count":19926507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","cosmosdb","powershell"],"created_at":"2024-10-11T13:07:20.127Z","updated_at":"2026-05-16T05:03:27.503Z","avatar_url":"https://github.com/dfinke.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install from the PowerShell Gallery\n\n```powershell\nInstall-Module -Name EqualBird\n```\nSet of PowerShell functions to make working with Azure resources easier.\n\nThese functions also leverage PowerShell's ability to bind parameters between functions by property name.\n\n```\nPS C:\\\u003e Get-CosmosDB\nName              : seinfeld\nResourceId        : /subscriptions/xxxxxxxxxxxxxx/resourceGroups/Kramer-RG/providers/Microsoft.Do\n                    cumentDb/databaseAccounts/seinfeld\nResourceName      : seinfeld\nResourceType      : Microsoft.DocumentDb/databaseAccounts\nKind              : GlobalDocumentDB\nResourceGroupName : Kramer-RG\n\nPS C:\\\u003e Get-CosmosDB | Get-CosmosConnectionString\nAccountEndpoint=https://seinfeld.documents.azure.com:443/;AccountKey=xxxxxxxx;Database=seinfeld\n\n````\n\n## Cosmos DB\n| Function | Description|\n|---|---|\n|Get-CosmosDB|Gets all the Cosmos DBs in your Azure subscription\n|Get-CosmosConnectionString|Retrieves keys from your Cosmos DB and returns a connectstring\n|Get-AllCosmosDBConnectionString|Convenience function that calls `Get-CosmosDB \\| Get-AllCosmosDBConnectionString` and formats the results|","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinke%2Fequal-bird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfinke%2Fequal-bird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinke%2Fequal-bird/lists"}