|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.0.0b4 (2025-04-03) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Client `AgriFoodMgmtClient` added operation group `data_connectors` |
| 8 | + - Client `AgriFoodMgmtClient` added operation group `data_manager_for_agriculture_extensions` |
| 9 | + - Client `AgriFoodMgmtClient` added operation group `data_manager_for_agriculture_resources` |
| 10 | + - Client `AgriFoodMgmtClient` added operation group `operation_results` |
| 11 | + - Model `ApiProperties` added property `api_freshness_time_in_minutes` |
| 12 | + - Model `ArmAsyncOperation` added property `error` |
| 13 | + - Model `DetailedInformation` added property `api_docs_link` |
| 14 | + - Model `DetailedInformation` added property `api_type` |
| 15 | + - Model `DetailedInformation` added property `api_default_input_parameters` |
| 16 | + - Model `ExtensionListResponse` added property `skip_token` |
| 17 | + - Enum `ProvisioningState` added member `RUNNING` |
| 18 | + - Enum `PublicNetworkAccess` added member `DISABLED` |
| 19 | + - Model `SolutionProperties` added property `role_assignment_id` |
| 20 | + - Added model `ApiKeyAuthCredentials` |
| 21 | + - Added model `ArmAsyncOperationError` |
| 22 | + - Added model `AuthCredentials` |
| 23 | + - Added enum `AuthCredentialsKind` |
| 24 | + - Added model `DataConnector` |
| 25 | + - Added model `DataConnectorListResponse` |
| 26 | + - Added model `DataConnectorProperties` |
| 27 | + - Added model `DataManagerForAgriculture` |
| 28 | + - Added model `DataManagerForAgricultureExtension` |
| 29 | + - Added model `DataManagerForAgricultureExtensionListResponse` |
| 30 | + - Added model `DataManagerForAgricultureExtensionProperties` |
| 31 | + - Added model `DataManagerForAgricultureListResponse` |
| 32 | + - Added model `DataManagerForAgricultureSolution` |
| 33 | + - Added model `DataManagerForAgricultureSolutionListResponse` |
| 34 | + - Added model `DataManagerForAgricultureSolutionProperties` |
| 35 | + - Added model `DataManagerForAgricultureUpdateProperties` |
| 36 | + - Added model `DataManagerForAgricultureUpdateRequestModel` |
| 37 | + - Added model `KeyVaultProperties` |
| 38 | + - Added model `OAuthClientCredentials` |
| 39 | + - Model `ExtensionsOperations` added method `list_by_data_manager_for_agriculture` |
| 40 | + - Added model `DataConnectorsOperations` |
| 41 | + - Added model `DataManagerForAgricultureExtensionsOperations` |
| 42 | + - Added model `DataManagerForAgricultureResourcesOperations` |
| 43 | + - Added model `OperationResultsOperations` |
| 44 | + - Method `ExtensionsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, extension_id: str, request_body: Optional[ExtensionInstallationRequest], content_type: str)` |
| 45 | + - Method `ExtensionsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, extension_id: str, request_body: Optional[IO[bytes]], content_type: str)` |
| 46 | + - Method `PrivateEndpointConnectionsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, private_endpoint_connection_name: str, request: PrivateEndpointConnection, content_type: str)` |
| 47 | + - Method `PrivateEndpointConnectionsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, private_endpoint_connection_name: str, request: IO[bytes], content_type: str)` |
| 48 | + - Method `SolutionsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, solution_id: str, request_body: Optional[Solution], content_type: str)` |
| 49 | + - Method `SolutionsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, solution_id: str, request_body: Optional[IO[bytes]], content_type: str)` |
| 50 | + - Method `DataConnectorsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, data_connector_name: str, body: DataConnector, content_type: str)` |
| 51 | + - Method `DataConnectorsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, data_connector_name: str, body: IO[bytes], content_type: str)` |
| 52 | + - Method `DataManagerForAgricultureResourcesOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, request: DataManagerForAgricultureUpdateRequestModel, content_type: str)` |
| 53 | + - Method `DataManagerForAgricultureResourcesOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, request: IO[bytes], content_type: str)` |
| 54 | + - Method `DataManagerForAgricultureResourcesOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, request: DataManagerForAgriculture, content_type: str)` |
| 55 | + - Method `DataManagerForAgricultureResourcesOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, data_manager_for_agriculture_resource_name: str, request: IO[bytes], content_type: str)` |
| 56 | + |
| 57 | +### Breaking Changes |
| 58 | + |
| 59 | + - Deleted or renamed client operation group `AgriFoodMgmtClient.farm_beats_extensions` |
| 60 | + - Deleted or renamed client operation group `AgriFoodMgmtClient.farm_beats_models` |
| 61 | + - Deleted or renamed client operation group `AgriFoodMgmtClient.locations` |
| 62 | + - Method `AgriFoodMgmtClient.__init__` deleted or renamed its parameter `solution_id` of kind `positional_or_keyword` |
| 63 | + - Method `PrivateEndpointConnectionsOperations.list_by_resource` changed from `synchronous` to `asynchronous` |
| 64 | + - Method `PrivateLinkResourcesOperations.list_by_resource` changed from `synchronous` to `asynchronous` |
| 65 | + - Model `ApiProperties` deleted or renamed its instance variable `api_freshness_window_in_minutes` |
| 66 | + - Method `ExtensionListResponse.__init__` removed default value `None` from its parameter `value` |
| 67 | + - Deleted or renamed enum value `PublicNetworkAccess.HYBRID` |
| 68 | + - Method `SolutionListResponse.__init__` removed default value `None` from its parameter `value` |
| 69 | + - Model `SolutionProperties` deleted or renamed its instance variable `solution_id` |
| 70 | + - Deleted or renamed model `CheckNameAvailabilityReason` |
| 71 | + - Deleted or renamed model `CheckNameAvailabilityRequest` |
| 72 | + - Deleted or renamed model `CheckNameAvailabilityResponse` |
| 73 | + - Deleted or renamed model `FarmBeats` |
| 74 | + - Deleted or renamed model `FarmBeatsExtension` |
| 75 | + - Deleted or renamed model `FarmBeatsExtensionListResponse` |
| 76 | + - Deleted or renamed model `FarmBeatsListResponse` |
| 77 | + - Deleted or renamed model `FarmBeatsSolution` |
| 78 | + - Deleted or renamed model `FarmBeatsSolutionListResponse` |
| 79 | + - Deleted or renamed model `FarmBeatsSolutionProperties` |
| 80 | + - Deleted or renamed model `FarmBeatsUpdateProperties` |
| 81 | + - Deleted or renamed model `FarmBeatsUpdateRequestModel` |
| 82 | + - Deleted or renamed model `Insight` |
| 83 | + - Deleted or renamed model `InsightAttachment` |
| 84 | + - Deleted or renamed model `Measure` |
| 85 | + - Deleted or renamed model `ResourceParameter` |
| 86 | + - Deleted or renamed model `SolutionEvaluatedOutput` |
| 87 | + - Deleted or renamed model `SolutionInstallationRequest` |
| 88 | + - Method `ExtensionsOperations.create_or_update` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 89 | + - Method `ExtensionsOperations.create_or_update` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 90 | + - Method `ExtensionsOperations.delete` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 91 | + - Method `ExtensionsOperations.delete` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 92 | + - Method `ExtensionsOperations.get` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 93 | + - Method `ExtensionsOperations.get` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 94 | + - Deleted or renamed method `ExtensionsOperations.list_by_farm_beats` |
| 95 | + - Method `PrivateEndpointConnectionsOperations.begin_delete` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 96 | + - Method `PrivateEndpointConnectionsOperations.begin_delete` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 97 | + - Method `PrivateEndpointConnectionsOperations.create_or_update` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 98 | + - Method `PrivateEndpointConnectionsOperations.create_or_update` inserted a `positional_or_keyword` parameter `request` |
| 99 | + - Method `PrivateEndpointConnectionsOperations.create_or_update` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 100 | + - Method `PrivateEndpointConnectionsOperations.create_or_update` deleted or renamed its parameter `body` of kind `positional_or_keyword` |
| 101 | + - Method `PrivateEndpointConnectionsOperations.get` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 102 | + - Method `PrivateEndpointConnectionsOperations.get` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 103 | + - Method `PrivateEndpointConnectionsOperations.list_by_resource` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 104 | + - Method `PrivateEndpointConnectionsOperations.list_by_resource` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 105 | + - Method `PrivateLinkResourcesOperations.get` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 106 | + - Method `PrivateLinkResourcesOperations.get` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 107 | + - Method `PrivateLinkResourcesOperations.list_by_resource` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 108 | + - Method `PrivateLinkResourcesOperations.list_by_resource` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 109 | + - Method `SolutionsDiscoverabilityOperations.get` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_solution_id` |
| 110 | + - Method `SolutionsDiscoverabilityOperations.get` deleted or renamed its parameter `farm_beats_solution_id` of kind `positional_or_keyword` |
| 111 | + - Method `SolutionsOperations.create_or_update` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 112 | + - Method `SolutionsOperations.create_or_update` inserted a `positional_or_keyword` parameter `solution_id` |
| 113 | + - Method `SolutionsOperations.create_or_update` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 114 | + - Method `SolutionsOperations.create_or_update` deleted or renamed its parameter `body` of kind `positional_or_keyword` |
| 115 | + - Method `SolutionsOperations.delete` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 116 | + - Method `SolutionsOperations.delete` inserted a `positional_or_keyword` parameter `solution_id` |
| 117 | + - Method `SolutionsOperations.delete` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 118 | + - Method `SolutionsOperations.get` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 119 | + - Method `SolutionsOperations.get` inserted a `positional_or_keyword` parameter `solution_id` |
| 120 | + - Method `SolutionsOperations.get` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 121 | + - Method `SolutionsOperations.list` inserted a `positional_or_keyword` parameter `data_manager_for_agriculture_resource_name` |
| 122 | + - Method `SolutionsOperations.list` deleted or renamed its parameter `farm_beats_resource_name` of kind `positional_or_keyword` |
| 123 | + - Deleted or renamed model `FarmBeatsExtensionsOperations` |
| 124 | + - Deleted or renamed model `FarmBeatsModelsOperations` |
| 125 | + - Deleted or renamed model `LocationsOperations` |
| 126 | + - Method `PrivateLinkResourcesOperations.get` re-ordered its parameters from `['self', 'resource_group_name', 'farm_beats_resource_name', 'sub_resource_name', 'kwargs']` to `['self', 'resource_group_name', 'data_manager_for_agriculture_resource_name', 'sub_resource_name', 'kwargs']` |
| 127 | + - Method `PrivateLinkResourcesOperations.list_by_resource` re-ordered its parameters from `['self', 'resource_group_name', 'farm_beats_resource_name', 'kwargs']` to `['self', 'resource_group_name', 'data_manager_for_agriculture_resource_name', 'kwargs']` |
| 128 | + - Method `PrivateEndpointConnectionsOperations.begin_delete` re-ordered its parameters from `['self', 'resource_group_name', 'farm_beats_resource_name', 'private_endpoint_connection_name', 'kwargs']` to `['self', 'resource_group_name', 'data_manager_for_agriculture_resource_name', 'private_endpoint_connection_name', 'kwargs']` |
| 129 | + - Method `PrivateEndpointConnectionsOperations.create_or_update` re-ordered its parameters from `['self', 'resource_group_name', 'farm_beats_resource_name', 'private_endpoint_connection_name', 'body', 'kwargs']` to `['self', 'resource_group_name', 'data_manager_for_agriculture_resource_name', 'private_endpoint_connection_name', 'request', 'kwargs']` |
| 130 | + - Method `PrivateEndpointConnectionsOperations.list_by_resource` re-ordered its parameters from `['self', 'resource_group_name', 'farm_beats_resource_name', 'kwargs']` to `['self', 'resource_group_name', 'data_manager_for_agriculture_resource_name', 'kwargs']` |
| 131 | + - Method `PrivateEndpointConnectionsOperations.get` re-ordered its parameters from `['self', 'resource_group_name', 'farm_beats_resource_name', 'private_endpoint_connection_name', 'kwargs']` to `['self', 'resource_group_name', 'data_manager_for_agriculture_resource_name', 'private_endpoint_connection_name', 'kwargs']` |
| 132 | + - Method `SolutionsOperations.list` re-ordered its parameters from `['self', 'resource_group_name', 'farm_beats_resource_name', 'solution_ids', 'ids', 'names', 'property_filters', 'statuses', 'min_created_date_time', 'max_created_date_time', 'min_last_modified_date_time', 'max_last_modified_date_time', 'max_page_size', 'skip_token', 'kwargs']` to `['self', 'resource_group_name', 'data_manager_for_agriculture_resource_name', 'solution_ids', 'ids', 'names', 'property_filters', 'statuses', 'min_created_date_time', 'max_created_date_time', 'min_last_modified_date_time', 'max_last_modified_date_time', 'max_page_size', 'skip_token', 'kwargs']` |
| 133 | + - Method `ExtensionsOperations.create_or_update` re-ordered its parameters from `['self', 'resource_group_name', 'farm_beats_resource_name', 'extension_id', 'request_body', 'kwargs']` to `['self', 'resource_group_name', 'data_manager_for_agriculture_resource_name', 'extension_id', 'request_body', 'kwargs']` |
| 134 | + - Method `ExtensionsOperations.get` re-ordered its parameters from `['self', 'resource_group_name', 'farm_beats_resource_name', 'extension_id', 'kwargs']` to `['self', 'resource_group_name', 'data_manager_for_agriculture_resource_name', 'extension_id', 'kwargs']` |
| 135 | + - Method `ExtensionsOperations.delete` re-ordered its parameters from `['self', 'resource_group_name', 'farm_beats_resource_name', 'extension_id', 'kwargs']` to `['self', 'resource_group_name', 'data_manager_for_agriculture_resource_name', 'extension_id', 'kwargs']` |
| 136 | + - Method `SolutionsDiscoverabilityOperations.get` re-ordered its parameters from `['self', 'farm_beats_solution_id', 'kwargs']` to `['self', 'data_manager_for_agriculture_solution_id', 'kwargs']` |
| 137 | + |
3 | 138 | ## 1.0.0b3 (2022-12-26) |
4 | 139 |
|
5 | 140 | ### Features Added |
|
0 commit comments