Skip to content

Commit d81c4f0

Browse files
Updates
1 parent 1f4a6c7 commit d81c4f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2399
-125
lines changed

src/EventHub/EventHub.Autorest/Az.EventHub.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
DotNetFrameworkVersion = '4.7.2'
1212
RequiredAssemblies = './bin/Az.EventHub.private.dll'
1313
FormatsToProcess = './Az.EventHub.format.ps1xml'
14-
FunctionsToExport = 'Approve-AzEventHubPrivateEndpointConnection', 'Deny-AzEventHubPrivateEndpointConnection', 'Get-AzEventHub', 'Get-AzEventHubApplicationGroup', 'Get-AzEventHubAuthorizationRule', 'Get-AzEventHubCluster', 'Get-AzEventHubClusterNamespace', 'Get-AzEventHubClustersAvailableRegion', 'Get-AzEventHubConsumerGroup', 'Get-AzEventHubGeoDRConfiguration', 'Get-AzEventHubKey', 'Get-AzEventHubNamespace', 'Get-AzEventHubNetworkRuleSet', 'Get-AzEventHubPrivateEndpointConnection', 'Get-AzEventHubSchemaGroup', 'New-AzEventHub', 'New-AzEventHubApplicationGroup', 'New-AzEventHubAuthorizationRule', 'New-AzEventHubCluster', 'New-AzEventHubConsumerGroup', 'New-AzEventHubGeoDRConfiguration', 'New-AzEventHubIPRuleConfig', 'New-AzEventHubKey', 'New-AzEventHubKeyVaultPropertiesObject', 'New-AzEventHubNamespace', 'New-AzEventHubSchemaGroup', 'New-AzEventHubThrottlingPolicyConfig', 'New-AzEventHubVirtualNetworkRuleConfig', 'Remove-AzEventHub', 'Remove-AzEventHubApplicationGroup', 'Remove-AzEventHubAuthorizationRule', 'Remove-AzEventHubCluster', 'Remove-AzEventHubConsumerGroup', 'Remove-AzEventHubGeoDRConfiguration', 'Remove-AzEventHubNamespace', 'Remove-AzEventHubPrivateEndpointConnection', 'Remove-AzEventHubSchemaGroup', 'Set-AzEventHub', 'Set-AzEventHubApplicationGroup', 'Set-AzEventHubAuthorizationRule', 'Set-AzEventHubCluster', 'Set-AzEventHubConsumerGroup', 'Set-AzEventHubGeoDRConfigurationBreakPair', 'Set-AzEventHubGeoDRConfigurationFailOver', 'Set-AzEventHubNamespace', 'Set-AzEventHubNetworkRuleSet', 'Test-AzEventHubName'
14+
FunctionsToExport = 'Approve-AzEventHubPrivateEndpointConnection', 'Deny-AzEventHubPrivateEndpointConnection', 'Get-AzEventHub', 'Get-AzEventHubApplicationGroup', 'Get-AzEventHubAuthorizationRule', 'Get-AzEventHubCluster', 'Get-AzEventHubClusterNamespace', 'Get-AzEventHubClustersAvailableRegion', 'Get-AzEventHubConsumerGroup', 'Get-AzEventHubGeoDRConfiguration', 'Get-AzEventHubKey', 'Get-AzEventHubNamespace', 'Get-AzEventHubNetworkRuleSet', 'Get-AzEventHubPrivateEndpointConnection', 'Get-AzEventHubPrivateLink', 'Get-AzEventHubSchemaGroup', 'New-AzEventHub', 'New-AzEventHubApplicationGroup', 'New-AzEventHubAuthorizationRule', 'New-AzEventHubCluster', 'New-AzEventHubConsumerGroup', 'New-AzEventHubGeoDRConfiguration', 'New-AzEventHubIPRuleConfig', 'New-AzEventHubKey', 'New-AzEventHubKeyVaultPropertiesObject', 'New-AzEventHubNamespace', 'New-AzEventHubSchemaGroup', 'New-AzEventHubThrottlingPolicyConfig', 'New-AzEventHubVirtualNetworkRuleConfig', 'Remove-AzEventHub', 'Remove-AzEventHubApplicationGroup', 'Remove-AzEventHubAuthorizationRule', 'Remove-AzEventHubCluster', 'Remove-AzEventHubConsumerGroup', 'Remove-AzEventHubGeoDRConfiguration', 'Remove-AzEventHubNamespace', 'Remove-AzEventHubPrivateEndpointConnection', 'Remove-AzEventHubSchemaGroup', 'Set-AzEventHub', 'Set-AzEventHubApplicationGroup', 'Set-AzEventHubAuthorizationRule', 'Set-AzEventHubCluster', 'Set-AzEventHubConsumerGroup', 'Set-AzEventHubGeoDRConfigurationBreakPair', 'Set-AzEventHubGeoDRConfigurationFailOver', 'Set-AzEventHubNamespace', 'Set-AzEventHubNetworkRuleSet', 'Test-AzEventHubName'
1515
AliasesToExport = 'Get-AzEventHubNamespaceV2', 'New-AzEventHubNamespaceV2', 'Remove-AzEventHubNamespaceV2', 'Set-AzEventHubNamespaceV2'
1616
PrivateData = @{
1717
PSData = @{

src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/clusters.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@
55
"url": "https://learn.microsoft.com/powershell/module/az.eventhub"
66
},
77
"commands": [
8+
{
9+
"name": "Get-AzEventHubCluster",
10+
"description": "Gets the resource description of the specified Event Hubs Cluster.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.eventhub/get-azeventhubcluster"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-ResourceGroupName <String>",
21+
"[-SubscriptionId <String[]>]"
22+
]
23+
}
24+
]
25+
},
26+
"examples": [
27+
{
28+
"description": "Gets the resource description of the specified Event Hubs Cluster.",
29+
"parameters": [
30+
{
31+
"name": "-Name",
32+
"value": "[Path.clusterName]"
33+
},
34+
{
35+
"name": "-ResourceGroupName",
36+
"value": "[Path.resourceGroupName]"
37+
},
38+
{
39+
"name": "-SubscriptionId",
40+
"value": "[Path.subscriptionId]"
41+
}
42+
]
43+
}
44+
]
45+
},
846
{
947
"name": "Remove-AzEventHubCluster",
1048
"description": "Deletes an existing Event Hubs Cluster.\nThis operation is idempotent.",

src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-applicationGroups.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,49 @@
55
"url": "https://learn.microsoft.com/powershell/module/az.eventhub"
66
},
77
"commands": [
8+
{
9+
"name": "Get-AzEventHubApplicationGroup",
10+
"description": "Gets an ApplicationGroup for a Namespace.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups/{applicationGroupName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.eventhub/get-azeventhubapplicationgroup"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-NamespaceName <String>",
21+
"-ResourceGroupName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Gets an ApplicationGroup for a Namespace.",
30+
"parameters": [
31+
{
32+
"name": "-Name",
33+
"value": "[Path.applicationGroupName]"
34+
},
35+
{
36+
"name": "-NamespaceName",
37+
"value": "[Path.namespaceName]"
38+
},
39+
{
40+
"name": "-ResourceGroupName",
41+
"value": "[Path.resourceGroupName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
},
851
{
952
"name": "Remove-AzEventHubApplicationGroup",
1053
"description": "Deletes an ApplicationGroup for a Namespace.",

src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-disasterRecoveryConfigs.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,49 @@
55
"url": "https://learn.microsoft.com/powershell/module/az.eventhub"
66
},
77
"commands": [
8+
{
9+
"name": "Get-AzEventHubGeoDRConfiguration",
10+
"description": "Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.eventhub/get-azeventhubgeodrconfiguration"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-NamespaceName <String>",
21+
"-ResourceGroupName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace",
30+
"parameters": [
31+
{
32+
"name": "-Name",
33+
"value": "[Path.alias]"
34+
},
35+
{
36+
"name": "-NamespaceName",
37+
"value": "[Path.namespaceName]"
38+
},
39+
{
40+
"name": "-ResourceGroupName",
41+
"value": "[Path.resourceGroupName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
},
851
{
952
"name": "Remove-AzEventHubGeoDRConfiguration",
1053
"description": "Deletes an Alias(Disaster Recovery configuration)",

src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-eventhubs-consumergroups.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,54 @@
55
"url": "https://learn.microsoft.com/powershell/module/az.eventhub"
66
},
77
"commands": [
8+
{
9+
"name": "Get-AzEventHubConsumerGroup",
10+
"description": "Gets a description for the specified consumer group.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/consumergroups/{consumerGroupName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.eventhub/get-azeventhubconsumergroup"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-EventHubName <String>",
20+
"-Name <String>",
21+
"-NamespaceName <String>",
22+
"-ResourceGroupName <String>",
23+
"[-SubscriptionId <String[]>]"
24+
]
25+
}
26+
]
27+
},
28+
"examples": [
29+
{
30+
"description": "Gets a description for the specified consumer group.",
31+
"parameters": [
32+
{
33+
"name": "-EventHubName",
34+
"value": "[Path.eventHubName]"
35+
},
36+
{
37+
"name": "-Name",
38+
"value": "[Path.consumerGroupName]"
39+
},
40+
{
41+
"name": "-NamespaceName",
42+
"value": "[Path.namespaceName]"
43+
},
44+
{
45+
"name": "-ResourceGroupName",
46+
"value": "[Path.resourceGroupName]"
47+
},
48+
{
49+
"name": "-SubscriptionId",
50+
"value": "[Path.subscriptionId]"
51+
}
52+
]
53+
}
54+
]
55+
},
856
{
957
"name": "Remove-AzEventHubConsumerGroup",
1058
"description": "Deletes a consumer group from the specified Event Hub and resource group.",

src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-eventhubs.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,49 @@
55
"url": "https://learn.microsoft.com/powershell/module/az.eventhub"
66
},
77
"commands": [
8+
{
9+
"name": "Get-AzEventHub",
10+
"description": "Gets an Event Hubs description for the specified Event Hub.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.eventhub/get-azeventhub"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-NamespaceName <String>",
21+
"-ResourceGroupName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Gets an Event Hubs description for the specified Event Hub.",
30+
"parameters": [
31+
{
32+
"name": "-Name",
33+
"value": "[Path.eventHubName]"
34+
},
35+
{
36+
"name": "-NamespaceName",
37+
"value": "[Path.namespaceName]"
38+
},
39+
{
40+
"name": "-ResourceGroupName",
41+
"value": "[Path.resourceGroupName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
},
851
{
952
"name": "Remove-AzEventHub",
1053
"description": "Deletes an Event Hub from the specified Namespace and resource group.",

src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-privateEndpointConnections.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,49 @@
55
"url": "https://learn.microsoft.com/powershell/module/az.eventhub"
66
},
77
"commands": [
8+
{
9+
"name": "Get-AzEventHubPrivateEndpointConnection",
10+
"description": "Gets a description for the specified Private Endpoint Connection name.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.eventhub/get-azeventhubprivateendpointconnection"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-NamespaceName <String>",
21+
"-ResourceGroupName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Gets a description for the specified Private Endpoint Connection name.",
30+
"parameters": [
31+
{
32+
"name": "-Name",
33+
"value": "[Path.privateEndpointConnectionName]"
34+
},
35+
{
36+
"name": "-NamespaceName",
37+
"value": "[Path.namespaceName]"
38+
},
39+
{
40+
"name": "-ResourceGroupName",
41+
"value": "[Path.resourceGroupName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
},
851
{
952
"name": "Remove-AzEventHubPrivateEndpointConnection",
1053
"description": "Deletes an existing namespace.\nThis operation also removes all associated resources under the namespace.",

src/EventHub/EventHub.Autorest/UX/Microsoft.EventHub/namespaces-schemagroups.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,49 @@
55
"url": "https://learn.microsoft.com/powershell/module/az.eventhub"
66
},
77
"commands": [
8+
{
9+
"name": "Get-AzEventHubSchemaGroup",
10+
"description": "Gets the details of an EventHub schema group.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/schemagroups/{schemaGroupName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.eventhub/get-azeventhubschemagroup"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-NamespaceName <String>",
21+
"-ResourceGroupName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Gets the details of an EventHub schema group.",
30+
"parameters": [
31+
{
32+
"name": "-Name",
33+
"value": "[Path.schemaGroupName]"
34+
},
35+
{
36+
"name": "-NamespaceName",
37+
"value": "[Path.namespaceName]"
38+
},
39+
{
40+
"name": "-ResourceGroupName",
41+
"value": "[Path.resourceGroupName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
},
851
{
952
"name": "Remove-AzEventHubSchemaGroup",
1053
"description": "Deletes an EventHub schema group.",

0 commit comments

Comments
 (0)