You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Parameter(HelpMessage="The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds")]
# The time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds
77
+
${IntervalInSeconds},
78
78
79
79
[Parameter(HelpMessage="The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes")]
# The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes
# The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes
83
+
${SizeLimitInBytes},
84
84
85
85
[Parameter(HelpMessage="A value that indicates whether to Skip Empty Archives")]
# Number of days to retain the events for this Event Hub, value should be 1 to 7 days
95
-
${MessageRetentionInDays},
92
+
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.ParameterBreakingChangeAttribute("MessageRetentionInDays","4.0.0","", ChangeDescription ="-MessageRetentionInDays would be deprecated and would be replaced by -RetentionTimeInHours")]
# Resource id of the storage account to be used to create the blobs
114
+
${StorageAccountResourceId},
114
115
115
116
[Parameter(HelpMessage="Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order")]
Copy file name to clipboardExpand all lines: src/EventHub/EventHub.Autorest/custom/Set-AzEventHubApplicationGroup.ps1
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ function Set-AzEventHubApplicationGroup{
59
59
[Parameter(ValueFromPipelineByPropertyName,HelpMessage="The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)")]
# The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)
62
+
# The Unique identifier for application group.Supports SAS(NamespaceSASKeyName=KeyName or EntitySASKeyName=KeyName) or AAD(AADAppID=Guid)
63
63
${ClientAppGroupIdentifier},
64
64
65
65
[Parameter(ValueFromPipelineByPropertyName,HelpMessage="Determines if Application Group is allowed to create connection with namespace or not. Once the isEnabled is set to false, all the existing connections of application group gets dropped and no new connections will be allowed")]
Copy file name to clipboardExpand all lines: src/EventHub/EventHub.Autorest/generated/cmdlets/NewAzEventHub_CreateExpanded.cs
+1
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@ public partial class NewAzEventHub_CreateExpanded : global::System.Management.Au
191
191
Description=@"Number of days to retain the events for this Event Hub, value should be 1 to 7 days",
192
192
SerializedName=@"messageRetentionInDays",
193
193
PossibleTypes=new[]{typeof(long)})]
194
+
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.ParameterBreakingChange("MessageRetentionInDays","4.0.0",ChangeDescription="-MessageRetentionInDays would be deprecated and would be replaced by -RetentionTimeInHours")]
0 commit comments