Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
version,CHANGELOG
  • Loading branch information
PythonSdkPipelines authored and PythonSdkPipelines committed May 14, 2021
commit fda4516a1eae6411844101b6cf648eabd66f0af8
41 changes: 41 additions & 0 deletions sdk/iothub/azure-mgmt-iothubprovisioningservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Release History

## 1.0.0 (2021-05-14)

**Features**

- Model CertificateProperties has a new parameter certificate
- Model VerificationCodeResponseProperties has a new parameter certificate
- Model IotDpsPropertiesDescription has a new parameter ip_filter_rules
- Model IotDpsPropertiesDescription has a new parameter private_endpoint_connections
- Model IotDpsPropertiesDescription has a new parameter public_network_access
- Added operation IotDpsResourceOperations.get_private_endpoint_connection
- Added operation IotDpsResourceOperations.list_private_link_resources
- Added operation IotDpsResourceOperations.begin_create_or_update
- Added operation IotDpsResourceOperations.begin_create_or_update_private_endpoint_connection
- Added operation IotDpsResourceOperations.begin_update
- Added operation IotDpsResourceOperations.get_private_link_resources
- Added operation IotDpsResourceOperations.list_private_endpoint_connections
- Added operation IotDpsResourceOperations.begin_delete_private_endpoint_connection
- Added operation IotDpsResourceOperations.begin_delete

**Breaking changes**

- Operation DpsCertificateOperations.create_or_update has a new signature
- Operation DpsCertificateOperations.get has a new signature
- Operation DpsCertificateOperations.list has a new signature
- Operation IotDpsResourceOperations.get has a new signature
- Operation IotDpsResourceOperations.get_operation_result has a new signature
- Operation IotDpsResourceOperations.list_by_resource_group has a new signature
- Operation IotDpsResourceOperations.list_keys has a new signature
- Operation IotDpsResourceOperations.list_keys_for_key_name has a new signature
- Operation IotDpsResourceOperations.list_valid_skus has a new signature
- Operation DpsCertificateOperations.create_or_update has a new signature
- Operation DpsCertificateOperations.verify_certificate has a new signature
- Operation DpsCertificateOperations.generate_verification_code has a new signature
- Operation DpsCertificateOperations.delete has a new signature
- Operation Operations.list has a new signature
- Operation IotDpsResourceOperations.check_provisioning_service_name_availability has a new signature
- Operation IotDpsResourceOperations.list_by_subscription has a new signature
- Removed operation IotDpsResourceOperations.create_or_update
- Removed operation IotDpsResourceOperations.delete
- Removed operation IotDpsResourceOperations.update

## 0.2.0 (2018-04-17)

**General Breaking changes**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0b1"
VERSION = "1.0.0"
4 changes: 2 additions & 2 deletions sdk/iothub/azure-mgmt-iothubprovisioningservices/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
'azure.mgmt',
]),
install_requires=[
'msrest>=0.5.0',
'msrestazure>=0.4.32,<2.0.0',
'msrest>=0.6.21',
'azure-mgmt-core>=1.2.0,<2.0.0',
'azure-common~=1.1',
],
extras_require={
Expand Down
1 change: 1 addition & 0 deletions shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,4 @@ opentelemetry-sdk<2.0.0,>=1.0.0
#override azure-mgmt-mixedreality msrest>=0.6.21
#override azure-mgmt-videoanalyzer msrest>=0.6.21
#override azure-mgmt-extendedlocation msrest>=0.6.21
#override azure-mgmt-iothubprovisioningservices msrest>=0.6.21