-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Hardwaresecuritymodules] Bump up sdk and az dedicated-hsm
: add parameters --mgmt-network-subnet
and --mgmt-network-interfaces
#4870
Conversation
Bump up SDK and 'az dedicated-hsm': add parameters
Hardwaresecuritymodules |
@@ -9,9 +9,12 @@ | |||
from codecs import open | |||
from setuptools import setup, find_packages | |||
|
|||
# TODO: Confirm this is the right version number you want and it matches your | |||
# HISTORY.rst entry. | |||
VERSION = '0.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change the version to 0.2.0
@@ -4,7 +4,7 @@ Release History | |||
=============== | |||
0.2.0 | |||
++++++ | |||
* 'az dedicated-hsm': add parameters '--mgmt-network-subnet' and '--mgmt-network-interfaces' and | |||
* 'az dedicated-hsm': add parameters '--mgmt-network-subnet' and '--mgmt-network-interfaces' | |||
* Bump up SDK to 2021_11_30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the note of this line as API version used in SDK is an implementation detail that should not be exposed to customers.
@@ -4,7 +4,7 @@ Release History | |||
=============== | |||
0.2.0 | |||
++++++ | |||
* 'az dedicated-hsm': add parameters '--mgmt-network-subnet' and '--mgmt-network-interfaces' and | |||
* 'az dedicated-hsm': add parameters '--mgmt-network-subnet' and '--mgmt-network-interfaces' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalize 'add` to Add' as it's our convention.
…u/azure-cli-extensions into hardwaresecuritymodules
with open('README.md', 'r', encoding='utf-8') as f: | ||
README = f.read() | ||
with open('HISTORY.rst', 'r', encoding='utf-8') as f: | ||
HISTORY = f.read() | ||
|
||
setup( | ||
name='hardware-security-modules', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this name will cause breaking change, could you use the previous name
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally?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.The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify
src/index.json
.