az eventgrid partner registration
Note
This command group has commands that are defined in both Azure CLI and at least one extension. Install each extension to benefit from its extended capabilities. Learn more about extensions.
Manage partner registrations.
Commands
Name | Description | Type | Status |
---|---|---|---|
az eventgrid partner registration create |
Create a new partner registration. |
Core | GA |
az eventgrid partner registration create (eventgrid extension) |
Create a new partner registration. |
Extension | Preview |
az eventgrid partner registration delete |
Delete a partner registration. |
Core | GA |
az eventgrid partner registration delete (eventgrid extension) |
Delete a partner registration. |
Extension | Preview |
az eventgrid partner registration list |
List all partner registrations in specific resource group or all under the specified azure subscription. |
Core | GA |
az eventgrid partner registration list (eventgrid extension) |
List all partner registrations in specific resource group or all under the specified azure subscription. |
Extension | Preview |
az eventgrid partner registration show |
Get a partner registration. |
Core | GA |
az eventgrid partner registration show (eventgrid extension) |
Get a partner registration. |
Extension | Preview |
az eventgrid partner registration create
Create a new partner registration.
az eventgrid partner registration create --name
--resource-group
[--authorized-subscription-ids]
[--customer-service-extension]
[--customer-service-number]
[--customer-service-uri]
[--description]
[--display-name]
[--logo-uri]
[--long-description]
[--partner-name]
[--resource-type-name]
[--setup-uri]
[--tags]
Examples
Create a new partner registration with basic information.
az eventgrid partner registration create -g rg1 --name partnerRegistrationName1 --partner-name Contoso --resource-type-name Accounts --authorized-subscription-ids 533ad9de-25db-46e2-b94a-d00c37cf022b 05aa2228-7d34-4635-922d-2b582c422445
Create a new partner registration with partner information.
az eventgrid partner registration create -g rg1 --name partnerRegistrationName1 --partner-name Contoso --resource-type-name Accounts --authorized-subscription-ids 533ad9de-25db-46e2-b94a-d00c37cf022b 05aa2228-7d34-4635-922d-2b582c422445 --description ExampleDescription --display-name ExampleDisplayName1 --logo-uri 'https://www.example.com/logo.png' --setup-uri 'https://www.example.com' --long-description 'This is sample description}' --customer-service-number '+1 800 123 4567' --customer-service-extension '125' --customer-service-uri 'https://www.example.com/customerservice'
Required Parameters
Name of the partner registration.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
A space-separated list of Azure subscription Ids that are authorized to create a partner namespace associated with this partner registration. This is an optional property. Creating partner namespaces is always permitted under the same Azure subscription as the one used for creating the partner registration.
Argument 'customer_service_extension' has been deprecated and will be removed in a future release.
The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10.
Argument 'customer_service_number' has been deprecated and will be removed in a future release.
The customer service number of the publisher. The expected phone format should start with a '+' sign followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its length cannot exceed 16 digits including country code. Examples of valid phone numbers are: +1 515 123 4567 and +966 7 5115 2471. Examples of invalid phone numbers are: +1 (515) 123-4567, 1 515 123 4567 and +966 121 5115 24 7 551 1234 43.
Argument 'customer_service_uri' has been deprecated and will be removed in a future release.
The customer service URI of the publisher.
Argument 'description' has been deprecated and will be removed in a future release.
Description of the partner topic type.
Argument 'display_name' has been deprecated and will be removed in a future release.
Display name for the partner topic type.
Argument 'logo_uri' has been deprecated and will be removed in a future release.
URI of the partner logo.
Argument 'long_description' has been deprecated and will be removed in a future release.
Description of the custom scenarios and integration. Length of this description should not exceed 2048 characters.
Argument 'partner_name' has been deprecated and will be removed in a future release.
Official name of the partner.
Argument 'resource_type_name' has been deprecated and will be removed in a future release.
Name of the partner topic resource type. This name should be unique among all partner topic types names.
Argument 'setup_uri' has been deprecated and will be removed in a future release.
URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az eventgrid partner registration create (eventgrid extension)
Command group 'az eventgrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create a new partner registration.
az eventgrid partner registration create --name
--partner-name
--resource-group
--resource-type-name
[--authorized-subscription-ids]
[--customer-service-extension]
[--customer-service-number]
[--customer-service-uri]
[--description]
[--display-name]
[--logo-uri]
[--long-description]
[--setup-uri]
[--tags]
Examples
Create a new partner registration with basic information.
az eventgrid partner registration create -g rg1 --name partnerRegistrationName1 --partner-name Contoso --resource-type-name Accounts --authorized-subscription-ids 533ad9de-25db-46e2-b94a-d00c37cf022b 05aa2228-7d34-4635-922d-2b582c422445
Create a new partner registration with partner information.
az eventgrid partner registration create -g rg1 --name partnerRegistrationName1 --partner-name Contoso --resource-type-name Accounts --authorized-subscription-ids 533ad9de-25db-46e2-b94a-d00c37cf022b 05aa2228-7d34-4635-922d-2b582c422445 --description ExampleDescription --display-name ExampleDisplayName1 --logo-uri 'https://www.example.com/logo.png' --setup-uri 'https://www.example.com' --long-description 'This is sample description}' --customer-service-number '+1 800 123 4567' --customer-service-extension '125' --customer-service-uri 'https://www.example.com/customerservice'
Required Parameters
Name of the partner registration.
Official name of the partner.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the partner topic resource type. This name should be unique among all partner topic types names.
Optional Parameters
A space-separated list of Azure subscription Ids that are authorized to create a partner namespace associated with this partner registration. This is an optional property. Creating partner namespaces is always permitted under the same Azure subscription as the one used for creating the partner registration.
The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10.
The customer service number of the publisher. The expected phone format should start with a '+' sign followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its length cannot exceed 16 digits including country code. Examples of valid phone numbers are: +1 515 123 4567 and +966 7 5115 2471. Examples of invalid phone numbers are: +1 (515) 123-4567, 1 515 123 4567 and +966 121 5115 24 7 551 1234 43.
The customer service URI of the publisher.
Description of the partner topic type.
Display name for the partner topic type.
URI of the partner logo.
Description of the custom scenarios and integration. Length of this description should not exceed 2048 characters.
URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az eventgrid partner registration delete
Delete a partner registration.
Deletes a partner registration with the specified parameters.
az eventgrid partner registration delete [--ids]
[--name]
[--resource-group]
[--subscription]
[--yes]
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the partner registration.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az eventgrid partner registration delete (eventgrid extension)
Command group 'az eventgrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a partner registration.
Deletes a partner registration with the specified parameters.
az eventgrid partner registration delete [--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the partner registration.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az eventgrid partner registration list
List all partner registrations in specific resource group or all under the specified azure subscription.
az eventgrid partner registration list [--odata-query]
[--resource-group]
Examples
List all partner registrations in the current Azure subscription.
az eventgrid partner registration list
List all partner registrations in a resource group.
az eventgrid partner registration list -g rg1
List all partner registrations in a resource group whose name contains the pattern "XYZ"
az eventgrid partner registration list -g rg1 --odata-query "Contains(name, 'XYZ')"
List all partner registrations in a resource group except the partner registration with name "name1"
az eventgrid partner registration list -g rg1 --odata-query "NOT (name eq 'name1')"
Optional Parameters
The OData query used for filtering the list results. Filtering is currently allowed on the Name property only. The supported operations include: CONTAINS, eq (for equal), ne (for not equal), AND, OR and NOT.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az eventgrid partner registration list (eventgrid extension)
Command group 'az eventgrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List all partner registrations in specific resource group or all under the specified azure subscription.
az eventgrid partner registration list [--odata-query]
[--resource-group]
Examples
List all partner registrations in the current Azure subscription.
az eventgrid partner registration list
List all partner registrations in a resource group.
az eventgrid partner registration list -g rg1
List all partner registrations in a resource group whose name contains the pattern "XYZ"
az eventgrid partner registration list -g rg1 --odata-query "Contains(name, 'XYZ')"
List all partner registrations in a resource group except the partner registration with name "name1"
az eventgrid partner registration list -g rg1 --odata-query "NOT (name eq 'name1')"
Optional Parameters
The query used to filter the results using OData syntax.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az eventgrid partner registration show
Get a partner registration.
Gets a partner registration with the specified parameters.
az eventgrid partner registration show [--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the partner registration.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az eventgrid partner registration show (eventgrid extension)
Command group 'az eventgrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get a partner registration.
Gets a partner registration with the specified parameters.
az eventgrid partner registration show [--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the partner registration.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI