Skip to content

Conversation

@brunomartinspro
Copy link
Contributor

Description of PR (Mandatory)
We need to know the allowed variables for running the command with --destination-name.
This only changes the documentation on https://docs.microsoft.com/en-us/cli/azure/eventhubs/eventhub


This checklist is used to make sure that common guidelines for a pull request are followed.

#10031

We need to know the allowed variables for running the command with --destination-name.
@yonzhan yonzhan requested a review from zhoxing-ms March 26, 2020 01:41
@yonzhan yonzhan added this to the S167 milestone Mar 26, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Mar 26, 2020

add to S167

@yonzhan yonzhan modified the milestones: S167, S168 Mar 28, 2020
@yonzhan yonzhan requested a review from Juliehzl March 28, 2020 04:46
@zhoxing-ms zhoxing-ms self-requested a review March 28, 2020 07:34
Copy link
Contributor

@zhoxing-ms zhoxing-ms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brunomartinspro Hi, this PR title is not in the right format, please modify the PR title and description. For details, refer to: doc link

@brunomartinspro brunomartinspro changed the title Updated documentation of destination_name [EventHubs] Updated documentation of destination_name Mar 28, 2020
@brunomartinspro brunomartinspro changed the title [EventHubs] Updated documentation of destination_name [EventHubs] Change documentation of destination_name Mar 28, 2020
@brunomartinspro
Copy link
Contributor Author

brunomartinspro commented Mar 28, 2020

@brunomartinspro Hi, this PR title is not in the right format, please modify the PR title and description. For details, refer to: doc link

Hi @zhoxing-ms ! Is it okay now? If not what should I change it to?

@brunomartinspro brunomartinspro changed the title [EventHubs] Change documentation of destination_name [eventhubs eventhub] Change documentation of destination_name Mar 30, 2020
@brunomartinspro brunomartinspro changed the title [eventhubs eventhub] Change documentation of destination_name [EventHub] Change documentation of destination_name Mar 30, 2020
@brunomartinspro
Copy link
Contributor Author

@zhoxing-ms @yonzhan the builds have passed! 👍

@zhoxing-ms
Copy link
Contributor

@brunomartinspro If your requirements are related to specific commands, you can add the corresponding command to the title, like:

[IoT] iot hub: Support IotHub in the profile of 2019-03-01-hybrid (#12069)

@brunomartinspro
Copy link
Contributor Author

@brunomartinspro If your requirements are related to specific commands, you can add the corresponding command to the title, like:

[IoT] iot hub: Support IotHub in the profile of 2019-03-01-hybrid (#12069)

Okay but since I only updated the documentation, is it not enough “[EventHub] Change documentation of destination_name”?
I just added more text to the description.

@zhoxing-ms
Copy link
Contributor

zhoxing-ms commented Mar 31, 2020

@brunomartinspro You might write it like this: [EventHub] az eventhubs eventhub create/update: Change documentation of destination_name. It's up to you~

@zhoxing-ms zhoxing-ms self-requested a review March 31, 2020 10:00
@brunomartinspro brunomartinspro changed the title [EventHub] Change documentation of destination_name [EventHub] az eventhubs eventhub create/update: Change documentation of destination_name Mar 31, 2020
@brunomartinspro
Copy link
Contributor Author

@brunomartinspro You might write it like this: [EventHub] az eventhubs eventhub create/update: Change documentation of destination_name. It's up to you~

@zhoxing-ms i updated to your recommendation, thanks!

@brunomartinspro
Copy link
Contributor Author

@v-Ajnava any news on this?

Copy link

@v-Ajnava v-Ajnava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currently we are not supporting 'EventHubArchive.AzureDataLake', we will need to remove Datalake part

c.argument('capture_interval_seconds', arg_group='Capture', options_list=['--capture-interval'], type=int, help='Allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds')
c.argument('capture_size_limit_bytes', arg_group='Capture', options_list=['--capture-size-limit'], type=int, help='Defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes')
c.argument('destination_name', arg_group='Capture-Destination', help='Name for capture destination')
c.argument('destination_name', arg_group='Capture-Destination', help='Name for capture destination, EventHubArchive.AzureBlockBlob or EventHubArchive.AzureDataLake.')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currently we are not supporting 'EventHubArchive.AzureDataLake' in clients, its a swagger issue. we will need to remove Datalake part

@yonzhan yonzhan added this to the S170 milestone May 16, 2020
@yonzhan yonzhan requested a review from qianwens May 16, 2020 05:09
@yonzhan
Copy link
Collaborator

yonzhan commented May 16, 2020

add to S170

@yonzhan yonzhan modified the milestones: S170, S171 May 31, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented May 31, 2020

add to S171

@yonzhan yonzhan modified the milestones: S171, S172 Jun 20, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 20, 2020

add to S172

@yonzhan yonzhan modified the milestones: S172, S173 Jul 11, 2020
@yonzhan yonzhan requested a review from haroldrandom July 11, 2020 15:13
@zhoxing-ms
Copy link
Contributor

@brunomartinspro Hi, could you please take a look at the new request from v-Ajnava? Is there any update?

@zhoxing-ms
Copy link
Contributor

Because there is no reply for a long time, so I tag it Do Not Merge first.

@yonzhan yonzhan modified the milestones: S173, S174 Jul 30, 2020
@brunomartinspro
Copy link
Contributor Author

@zhoxing-ms @yonzhan Added the pull request recommendations.

@yonzhan yonzhan requested review from jsntcy and mmyyrroonn August 18, 2020 11:37
@zhoxing-ms
Copy link
Contributor

@v-Ajnava Could you please help to review it again

@Juliehzl
Copy link
Contributor

@v-Ajnava please help take a look at the PR. Without your approval, we could not merge the PR.

@zhoxing-ms zhoxing-ms merged commit f85fc68 into Azure:dev Aug 20, 2020
@azure-sdk azure-sdk added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

customer-reported Issues that are reported by GitHub users external to the Azure organization.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants