AzureRM.EventGrid

0.4.1-preview

Microsoft Azure PowerShell - EventGrid service cmdlets for Azure Resource Manager

Minimum PowerShell version

5.0

This is a prerelease version of AzureRM.EventGrid.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzureRM.EventGrid -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzureRM.EventGrid -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

Azure ResourceManager ARM EventGrid

Cmdlets

New-AzureRmEventGridTopic Get-AzureRmEventGridTopic Set-AzureRmEventGridTopic New-AzureRmEventGridTopicKey Get-AzureRmEventGridTopicKey Remove-AzureRmEventGridTopic New-AzureRmEventGridSubscription Update-AzureRmEventGridSubscription Remove-AzureRmEventGridSubscription Get-AzureRmEventGridSubscription Get-AzureRmEventGridTopicType New-AzureRmEventGridDomain Get-AzureRmEventGridDomain Get-AzureRmEventGridDomainTopic Get-AzureRmEventGridDomainKey New-AzureRmEventGridDomainKey Remove-AzureRmEventGridDomain

Dependencies

Release Notes

* Updated to use the 2018-09-15-preview API version.
* Added new cmdlets to manage the resources in Azure Event Grid service.
   - New-AzureRmEventGridDomain
       - Creates a new Azure Event Grid Domain.
   - Get-AzureRmEventGridDomain
       - Gets the details of an Event Grid Domain, or gets a list of all Event Grid Domains in the current Azure subscription.
   - Remove-AzureRmEventGridDomain
               - Removes an Azure Event Grid Domain.
   - New-AzureRmEventGridDomainKey
       - Regenerates the shared access key for an Azure Event Grid Domain.
   - Get-AzureRmEventGridDomainKey
       - Gets the shared access keys used to publish events to an Event Grid Domain.
   - Get-AzureRmEventGridDomainTopic
       - Gets the details of an Event Grid Domain Topic, or gets a list of all Event Grid Domain Topics under specific Event Grid Domain in the current Azure subscription.
* Updated the following cmdlets to support new scenarios in 2018-09-15-preview API version
   - New-AzureRmEventGridSubscription:
       - Add new mandatory parameters to support piping for the new Event Grid Domain and Event Grid Domain Topic to allow creating new event subscription under these resources.
       - Add new mandatory parameters for specifying the new Event Grid Domain name and/or Event Grid Domain Topic name to allow creating new event subscription under these resources.
       - Add new Parameter sets for domains and domain topics to allow reusing existing parameters (e.g., EndPointType, SubjectBeginsWith, etc).
       - Add new optional parameters for specifying:
           - Event subscription expiration date,
           - Advanced filtering parameters.
   - Update-AzureRmEventGridSubscription: Add new optional parameters for specifying:
       - Similar as New-AzureRmEventGridSubscription.
   - Remove-AzureRmEventGridSubscription
       - Add new mandatory parameters to support piping for Event Grid Domain and Event Grid Domain Topic to allow removing existing event subscription under these resources.
       - Add new mandatory parameters for specifying the Event Grid Domain name and/or Event Grid Domain Topic name to allow removing existing event subscription under these resources.

FileList

Version History

Version Downloads Last updated
0.4.1-preview (current version) 1,942 11/5/2018
0.4.0-preview 107 6/11/2018
0.3.8 16,226,143 3/23/2021
0.3.7 7,616,217 8/14/2018
0.3.6 112,499 7/31/2018
0.3.5 255,583 7/3/2018
0.3.4 150,016 6/19/2018
0.3.3 344,883 5/7/2018
0.3.2 514,628 4/10/2018
0.3.1 202,773 2/13/2018
0.3.0 62,475 1/31/2018
0.2.0 214,713 11/8/2017
0.1.1 227,571 10/12/2017
0.1.0 140,765 9/25/2017
Show more