Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created September 17, 2018 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndowns/ef465778d9e6c88d95217d8f64834253 to your computer and use it in GitHub Desktop.
Save johndowns/ef465778d9e6c88d95217d8f64834253 to your computer and use it in GitHub Desktop.
Invoke-AzureRmResourceAction `
-Action 'regenerateKey' `
-ResourceType 'Microsoft.DocumentDb/databaseAccounts' `
-ApiVersion '2015-04-08' `
-ResourceGroupName $ResourceGroupName `
-Name $cosmosDBAccountName `
-Parameters @{ 'keyKind' = $cosmosDBKeyNameToRotate } `
-Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment