Az.EventGrid

1.2.0

Microsoft Azure PowerShell - Event Grid service cmdlets for Azure Resource Manager in Windows PowerShell and PowerShell Core.

For more information on Event Grid, please visit the following: https://docs.microsoft.com/azure/event-grid/

Minimum PowerShell version

5.1

Installation Options

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

Install-Module -Name Az.EventGrid -RequiredVersion 1.2.0

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

Install-PSResource -Name Az.EventGrid -Version 1.2.0

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-AzEventGridTopic Get-AzEventGridTopic Set-AzEventGridTopic New-AzEventGridTopicKey Get-AzEventGridTopicKey Remove-AzEventGridTopic New-AzEventGridSubscription Update-AzEventGridSubscription Remove-AzEventGridSubscription Get-AzEventGridSubscription Get-AzEventGridTopicType New-AzEventGridDomain Get-AzEventGridDomain Get-AzEventGridDomainTopic Get-AzEventGridDomainKey New-AzEventGridDomainKey Remove-AzEventGridDomain New-AzEventGridDomainTopic Remove-AzEventGridDomainTopic

PSEditions

Core Desktop

Dependencies

Release Notes

* Updated to use the 2019-06-01 API version.
* New cmdlets:
   - 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.
   - New-AzureRmEventGridDomainTopic:
       - Creates a new Azure Event Grid Domain Topic.
   - 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
   - Remove-AzureRmEventGridDomainTopic:
       - Removes an existing Azure Event Grid Domain Topic.
* Updated cmdlets:
   - New-AzureRmEventGridSubscription/Update-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.
       - Add new enum for servicebusqueue as destination.
       - Disallow usage of 'All' in -IncludedEventType option and replace it with
   - Get-AzEventGridTopic, Get-AzEventGridDomain, Get-AzEventGridDomainTopic, Get-AzEventGridSubscription:
       - Add new optional parameters (Top, ODataQuery and NextLink) to support results pagination and filtering.
   - 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
1.3.0 162 7/10/2020
1.2.3 579 12/13/2019
1.2.2 202 8/23/2019
1.2.1 144 6/28/2019
1.2.0 (current version) 35 6/14/2019
1.1.1 79 4/19/2019
1.1.1-preview 2 3/26/2019
1.1.0 138 1/11/2019
1.0.0 55 12/14/2018
0.7.0 32 11/30/2018
0.6.1 13 11/21/2018
0.6.0 23 11/16/2018
0.5.0 21 11/2/2018
0.4.0 18 10/19/2018
0.3.0 21 10/5/2018
0.2.2 45 9/24/2018
0.2.0 37 9/17/2018
0.1.0 54 8/24/2018
Show more