|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.0.0b1 (2020-11-02) |
| 4 | + |
| 5 | +This is beta preview version. |
| 6 | + |
| 7 | +This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming). |
| 8 | + |
| 9 | +**General breaking changes** |
| 10 | + |
| 11 | +- Credential system has been completly revamped: |
| 12 | + |
| 13 | + - `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/ |
| 14 | + - `credentials` parameter has been renamed `credential` |
| 15 | + |
| 16 | +- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of |
| 17 | + supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies) |
| 18 | +- You can't import a `version` module anymore, use `__version__` instead |
| 19 | +- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`. |
| 20 | +- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed). |
| 21 | +- Most of the operation kwarg have changed. Some of the most noticeable: |
| 22 | + |
| 23 | + - `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user |
| 24 | + - For a complete set of |
| 25 | + supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies) |
| 26 | + |
| 27 | +**General new features** |
| 28 | + |
| 29 | +- Type annotations support using `typing`. SDKs are mypy ready. |
| 30 | +- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client. |
| 31 | +- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core-tracing-opentelemetry) for an overview. |
| 32 | + |
| 33 | +## 0.5.0 (2020-10-29) |
| 34 | + |
| 35 | +**Features** |
| 36 | + |
| 37 | + - Model SecureScoreControlDetails has a new parameter weight |
| 38 | + - Model SecureScoreControlDetails has a new parameter percentage |
| 39 | + - Model SecureScoreItem has a new parameter weight |
| 40 | + - Model SecureScoreItem has a new parameter percentage |
| 41 | + - Model SecureScoreControlScore has a new parameter percentage |
| 42 | + - Added operation AlertsOperations.get_resource_group_level |
| 43 | + - Added operation AlertsOperations.get_subscription_level |
| 44 | + - Added operation AlertsOperations.update_resource_group_level_state_to_resolve |
| 45 | + - Added operation AlertsOperations.list_subscription_level_by_region |
| 46 | + - Added operation AlertsOperations.list_resource_group_level_by_region |
| 47 | + - Added operation AlertsOperations.update_subscription_level_state_to_resolve |
| 48 | + - Added operation AlertsOperations.update_subscription_level_state_to_dismiss |
| 49 | + - Added operation AlertsOperations.update_resource_group_level_state_to_dismiss |
| 50 | + - Added operation AlertsOperations.update_subscription_level_state_to_activate |
| 51 | + - Added operation AlertsOperations.update_resource_group_level_state_to_activate |
| 52 | + - Added operation group IotRecommendationTypesOperations |
| 53 | + - Added operation group ConnectorsOperations |
| 54 | + - Added operation group DeviceOperations |
| 55 | + - Added operation group DevicesForSubscriptionOperations |
| 56 | + - Added operation group IotDefenderSettingsOperations |
| 57 | + - Added operation group IotAlertsOperations |
| 58 | + - Added operation group DevicesForHubOperations |
| 59 | + - Added operation group IotSensorsOperations |
| 60 | + - Added operation group IotRecommendationsOperations |
| 61 | + - Added operation group SecuritySolutionsOperations |
| 62 | + - Added operation group SecuritySolutionsReferenceDataOperations |
| 63 | + - Added operation group OnPremiseIotSensorsOperations |
| 64 | + - Added operation group IotAlertTypesOperations |
| 65 | + |
| 66 | +**Breaking changes** |
| 67 | + |
| 68 | + - Model Alert has a new signature |
| 69 | + - Removed operation AlertsOperations.list_subscription_level_alerts_by_region |
| 70 | + - Removed operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss |
| 71 | + - Removed operation AlertsOperations.get_resource_group_level_alerts |
| 72 | + - Removed operation AlertsOperations.update_subscription_level_alert_state_to_reactivate |
| 73 | + - Removed operation AlertsOperations.get_subscription_level_alert |
| 74 | + - Removed operation AlertsOperations.list_resource_group_level_alerts_by_region |
| 75 | + - Removed operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate |
| 76 | + - Removed operation AlertsOperations.update_subscription_level_alert_state_to_dismiss |
| 77 | + |
| 78 | +## 0.4.1 (2020-06-12) |
| 79 | + |
| 80 | +**Bugfixes** |
| 81 | + |
| 82 | + - skip url-encoding for resource id |
| 83 | + |
| 84 | +## 0.4.0 (2020-06-05) |
| 85 | + |
| 86 | +**Features** |
| 87 | + |
| 88 | + - Model IoTSecuritySolutionModel has a new parameter unmasked_ip_logging_status |
| 89 | + - Model InformationProtectionPolicy has a new parameter version |
| 90 | + - Model JitNetworkAccessRequest has a new parameter justification |
| 91 | + - Model SensitivityLabel has a new parameter description |
| 92 | + - Model SensitivityLabel has a new parameter rank |
| 93 | + - Model InformationType has a new parameter description |
| 94 | + - Model AppWhitelistingGroup has a new parameter protection_mode |
| 95 | + - Model JitNetworkAccessPolicyInitiateRequest has a new parameter justification |
| 96 | + - Model VmRecommendation has a new parameter enforcement_support |
| 97 | + - Model IoTSecurityAggregatedAlert has a new parameter top_devices_list |
| 98 | + - Added operation AdaptiveApplicationControlsOperations.delete |
| 99 | + - Added operation AlertsOperations.update_resource_group_level_alert_state_to_dismiss |
| 100 | + - Added operation AlertsOperations.update_subscription_level_alert_state_to_dismiss |
| 101 | + - Added operation AlertsOperations.update_subscription_level_alert_state_to_reactivate |
| 102 | + - Added operation AlertsOperations.update_resource_group_level_alert_state_to_reactivate |
| 103 | + - Added operation IotSecuritySolutionOperations.list_by_subscription |
| 104 | + - Added operation IotSecuritySolutionOperations.list_by_resource_group |
| 105 | + - Added operation IotSecuritySolutionOperations.create_or_update |
| 106 | + - Added operation group SecureScoreControlDefinitionsOperations |
| 107 | + - Added operation group AssessmentsMetadataOperations |
| 108 | + - Added operation group SecureScoreControlsOperations |
| 109 | + - Added operation group AlertsSuppressionRulesOperations |
| 110 | + - Added operation group IotSecuritySolutionsAnalyticsAggregatedAlertOperations |
| 111 | + - Added operation group SubAssessmentsOperations |
| 112 | + - Added operation group AutomationsOperations |
| 113 | + - Added operation group IotSecuritySolutionsAnalyticsRecommendationOperations |
| 114 | + - Added operation group SecureScoresOperations |
| 115 | + - Added operation group IotSecuritySolutionAnalyticsOperations |
| 116 | + - Added operation group AdaptiveNetworkHardeningsOperations |
| 117 | + - Added operation group AssessmentsOperations |
| 118 | + - Added operation group DeviceSecurityGroupsOperations |
| 119 | + |
| 120 | +**Breaking changes** |
| 121 | + |
| 122 | + - Operation SettingsOperations.update has a new signature |
| 123 | + - Operation AlertsOperations.list has a new signature |
| 124 | + - Operation AlertsOperations.list_by_resource_group has a new signature |
| 125 | + - Operation AlertsOperations.list_resource_group_level_alerts_by_region has a new signature |
| 126 | + - Operation AlertsOperations.list_subscription_level_alerts_by_region has a new signature |
| 127 | + - Operation JitNetworkAccessPoliciesOperations.initiate has a new signature |
| 128 | + - Operation InformationProtectionPoliciesOperations.create_or_update has a new signature |
| 129 | + - Removed operation AlertsOperations.update_resource_group_level_alert_state |
| 130 | + - Removed operation AlertsOperations.update_subscription_level_alert_state |
| 131 | + - Removed operation IotSecuritySolutionOperations.create |
| 132 | + - Removed operation group IoTSecuritySolutionsResourceGroupOperations |
| 133 | + - Removed operation group IoTSecuritySolutionsAnalyticsRecommendationsOperations |
| 134 | + - Removed operation group IoTSecuritySolutionsAnalyticsRecommendationOperations |
| 135 | + - Removed operation group IoTSecuritySolutionsOperations |
| 136 | + - Removed operation group IoTSecuritySolutionsAnalyticsAggregatedAlertsOperations |
| 137 | + - Removed operation group IoTSecuritySolutionsAnalyticsAggregatedAlertOperations |
| 138 | + - Removed operation group IoTSecuritySolutionsAnalyticsOperations |
| 139 | + |
3 | 140 | ## 0.3.0 (2019-08-01) |
4 | 141 |
|
5 | 142 | **Features** |
|
0 commit comments