Skip to content

AVNM, IPAM, VNV updates for 2024-05-01 swagger#8187

Merged
necusjz merged 10 commits into
Azure:mainfrom
danlope:feature-ipam-vnv-2024-05-01
Nov 11, 2024
Merged

AVNM, IPAM, VNV updates for 2024-05-01 swagger#8187
necusjz merged 10 commits into
Azure:mainfrom
danlope:feature-ipam-vnv-2024-05-01

Conversation

@danlope
Copy link
Copy Markdown
Contributor

@danlope danlope commented Oct 23, 2024


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

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@azure-client-tools-bot-prd
Copy link
Copy Markdown

azure-client-tools-bot-prd Bot commented Oct 23, 2024

❌Azure CLI Extensions Breaking Change Test
❌network-manager
rule cmd_name rule_message suggest_message
1007 - ParaRemove network manager verifier-workspace reachability-analysis-run create cmd network manager verifier-workspace reachability-analysis-run create removed parameter no_wait please add back parameter no_wait for cmd network manager verifier-workspace reachability-analysis-run create
⚠️ 1006 - ParaAdd network manager ipam-pool create cmd network manager ipam-pool create added parameter no_wait
⚠️ 1006 - ParaAdd network manager ipam-pool update cmd network manager ipam-pool update added parameter no_wait
⚠️ 1010 - ParaPropUpdate network manager security-admin-config create cmd network manager security-admin-config create update parameter configuration_name: updated property options from ['--configuration-name'] to ['--config', '--config-name', '--configuration-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config create cmd network manager security-admin-config create update parameter network_manager_name: updated property options from ['--name', '--network-manager-name', '-n'] to ['--manager-name', '--name', '--network-manager-name', '-n']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config delete cmd network manager security-admin-config delete update parameter configuration_name: updated property options from ['--configuration-name'] to ['--config', '--config-name', '--configuration-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config delete cmd network manager security-admin-config delete update parameter network_manager_name: updated property options from ['--name', '--network-manager-name', '-n'] to ['--manager-name', '--name', '--network-manager-name', '-n']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config list cmd network manager security-admin-config list update parameter network_manager_name: updated property options from ['--name', '--network-manager-name', '-n'] to ['--manager-name', '--name', '--network-manager-name', '-n']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config rule-collection rule delete cmd network manager security-admin-config rule-collection rule delete update parameter configuration_name: updated property options from ['--configuration-name'] to ['--config', '--config-name', '--configuration-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config rule-collection rule delete cmd network manager security-admin-config rule-collection rule delete update parameter rule_collection_name: updated property options from ['--rule-collection-name'] to ['--rc', '--rule-collection-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config rule-collection rule list cmd network manager security-admin-config rule-collection rule list update parameter configuration_name: updated property options from ['--configuration-name'] to ['--config', '--config-name', '--configuration-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config rule-collection rule list cmd network manager security-admin-config rule-collection rule list update parameter rule_collection_name: updated property options from ['--rule-collection-name'] to ['--rc', '--rule-collection-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config rule-collection rule show cmd network manager security-admin-config rule-collection rule show update parameter configuration_name: updated property options from ['--configuration-name'] to ['--config', '--config-name', '--configuration-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config rule-collection rule show cmd network manager security-admin-config rule-collection rule show update parameter rule_collection_name: updated property options from ['--rule-collection-name'] to ['--rc', '--rule-collection-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config show cmd network manager security-admin-config show update parameter configuration_name: updated property options from ['--configuration-name'] to ['--config', '--config-name', '--configuration-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config show cmd network manager security-admin-config show update parameter network_manager_name: updated property options from ['--name', '--network-manager-name', '-n'] to ['--manager-name', '--name', '--network-manager-name', '-n']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config update cmd network manager security-admin-config update update parameter configuration_name: updated property options from ['--configuration-name'] to ['--config', '--config-name', '--configuration-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config update cmd network manager security-admin-config update update parameter network_manager_name: updated property options from ['--name', '--network-manager-name', '-n'] to ['--manager-name', '--name', '--network-manager-name', '-n']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config wait cmd network manager security-admin-config wait update parameter configuration_name: updated property options from ['--configuration-name'] to ['--config', '--config-name', '--configuration-name']
⚠️ 1010 - ParaPropUpdate network manager security-admin-config wait cmd network manager security-admin-config wait update parameter network_manager_name: updated property options from ['--name', '--network-manager-name', '-n'] to ['--manager-name', '--name', '--network-manager-name', '-n']

@azure-client-tools-bot-prd
Copy link
Copy Markdown

Hi @danlope,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Oct 23, 2024

Thank you for your contribution! We will review the pull request and get back to you soon.

@github-actions
Copy link
Copy Markdown
Contributor

CodeGen Tools Feedback Collection

Thank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Oct 23, 2024

Hi @danlope

⚠️ Release Requirements

Module: network-manager

  • ⚠️ Please update VERSION to be 1.4.0 in src/network-manager/setup.py

Notes

@danlope danlope marked this pull request as ready for review October 28, 2024 22:45
@github-actions github-actions Bot added the release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. label Oct 28, 2024
@kairu-ms
Copy link
Copy Markdown
Contributor

kairu-ms commented Nov 5, 2024

Please update recording files to fix CI issues

@necusjz necusjz marked this pull request as draft November 5, 2024 06:44
@necusjz necusjz assigned necusjz and unassigned kairu-ms Nov 5, 2024
@danlope danlope marked this pull request as ready for review November 8, 2024 20:55
@necusjz necusjz added the minor release extension module with version minor upgraded label Nov 11, 2024
@github-actions github-actions Bot removed the release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. label Nov 11, 2024
@necusjz necusjz merged commit 278bd87 into Azure:main Nov 11, 2024
@azclibot
Copy link
Copy Markdown
Collaborator

[Release] Update index.json for extension [ network-manager ] : https://dev.azure.com/azclitools/release/_build/results?buildId=204930&view=results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor release extension module with version minor upgraded skip-cal-version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants