Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove zoom-send-message foramt arguments #28042

Merged
merged 10 commits into from Jul 12, 2023
Merged

remove zoom-send-message foramt arguments #28042

merged 10 commits into from Jul 12, 2023

Conversation

jbabazadeh
Copy link
Contributor

@jbabazadeh jbabazadeh commented Jul 10, 2023

Contributing to Cortex XSOAR Content

Make sure to register your contribution by filling the contribution registration form

The Pull Request will be reviewed only after the contribution registration form is filled.

Status

  • In Progress
  • Ready
  • In Hold - (Reason for hold)

Related Issues

fixes: link to the issue

Description

remove message format arguments from zoom-send-message command

Copy link
Contributor

@yuvalbenshalom yuvalbenshalom left a comment

Choose a reason for hiding this comment

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

see my comments

Comment on lines 1528 to 1529
limit = arg_to_number(args.get('limit', 50))
page_size = limit if limit and limit <= 50 else 50
page_size = args.get('page_size')
Copy link
Contributor

Choose a reason for hiding this comment

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

I did not understand why this change was made. is limit even used?


##### Zoom

- Updated the zoom-send-message command
Copy link
Contributor

Choose a reason for hiding this comment

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

here we need to add braking changes disclaimer.

Suggested change
- Updated the zoom-send-message command
- **Breaking changes**: The following arguments were removed from ***zoom-send-message*** command, please use markdown in order to create formatted meseges:
- ***start_position***
- ***end_position***
- ***rt_start_position***
- ***rt_end_position***
- ***format_type***
- ***format_attr***

@jbabazadeh jbabazadeh marked this pull request as ready for review July 11, 2023 16:30
@yuvalbenshalom yuvalbenshalom merged commit 54007a7 into master Jul 12, 2023
11 of 14 checks passed
@yuvalbenshalom yuvalbenshalom deleted the zoom-fix branch July 12, 2023 05:58
xsoar-bot pushed a commit to xsoar-contrib/content that referenced this pull request Aug 2, 2023
* remove zoom-send-message foramt arguments

* update release note

* fix page_size

* f

* breakingChanges json

* remove json
xsoar-bot pushed a commit to xsoar-contrib/content that referenced this pull request Aug 2, 2023
* remove zoom-send-message foramt arguments

* update release note

* fix page_size

* f

* breakingChanges json

* remove json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants