You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/support/azure-mgmt-support/CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,45 @@
1
1
# Release History
2
2
3
+
## 8.0.0b1 (2025-04-22)
4
+
5
+
### Features Added
6
+
7
+
- Model `MicrosoftSupport` added property `service_classifications_no_subscription`
8
+
- Model `MicrosoftSupport` added property `service_classifications`
9
+
- Model `MicrosoftSupport` added property `problem_classifications_no_subscription`
10
+
- Model `MicrosoftSupport` added property `look_up_resource_id`
11
+
- Model `ProblemClassification` added property `metadata`
12
+
- Model `ProblemClassification` added property `parent_problem_classification`
13
+
- Model `Service` added property `metadata`
14
+
- Added model `ClassificationService`
15
+
- Added model `LookUpResourceIdRequest`
16
+
- Added model `LookUpResourceIdResponse`
17
+
- Added model `ProblemClassificationsClassificationInput`
18
+
- Added model `ProblemClassificationsClassificationOutput`
19
+
- Added model `ProblemClassificationsClassificationResult`
20
+
- Added model `ServiceClassificationAnswer`
21
+
- Added model `ServiceClassificationOutput`
22
+
- Added model `ServiceClassificationRequest`
23
+
- Model `ProblemClassificationsOperations` added method `classify_problems`
24
+
- Added model `LookUpResourceIdOperations`
25
+
- Added model `ProblemClassificationsNoSubscriptionOperations`
26
+
- Added model `ServiceClassificationsNoSubscriptionOperations`
27
+
- Added model `ServiceClassificationsOperations`
28
+
- Method `ProblemClassificationsOperations.classify_problems` has a new overload `def classify_problems(self: None, problem_service_name: str, problem_classifications_classification_input: ProblemClassificationsClassificationInput, content_type: str)`
29
+
- Method `ProblemClassificationsOperations.classify_problems` has a new overload `def classify_problems(self: None, problem_service_name: str, problem_classifications_classification_input: IO[bytes], content_type: str)`
30
+
- Method `LookUpResourceIdOperations.post` has a new overload `def post(self: None, look_up_resource_id_request: LookUpResourceIdRequest, content_type: str)`
31
+
- Method `LookUpResourceIdOperations.post` has a new overload `def post(self: None, look_up_resource_id_request: IO[bytes], content_type: str)`
32
+
- Method `ProblemClassificationsNoSubscriptionOperations.classify_problems` has a new overload `def classify_problems(self: None, problem_service_name: str, problem_classifications_classification_input: ProblemClassificationsClassificationInput, content_type: str)`
33
+
- Method `ProblemClassificationsNoSubscriptionOperations.classify_problems` has a new overload `def classify_problems(self: None, problem_service_name: str, problem_classifications_classification_input: IO[bytes], content_type: str)`
34
+
- Method `ServiceClassificationsNoSubscriptionOperations.classify_services` has a new overload `def classify_services(self: None, service_classification_request: ServiceClassificationRequest, content_type: str)`
35
+
- Method `ServiceClassificationsNoSubscriptionOperations.classify_services` has a new overload `def classify_services(self: None, service_classification_request: IO[bytes], content_type: str)`
36
+
- Method `ServiceClassificationsOperations.classify_services` has a new overload `def classify_services(self: None, service_classification_request: ServiceClassificationRequest, content_type: str)`
37
+
- Method `ServiceClassificationsOperations.classify_services` has a new overload `def classify_services(self: None, service_classification_request: IO[bytes], content_type: str)`
38
+
39
+
### Breaking Changes
40
+
41
+
- Method `MessageProperties.__init__` removed default value `None` from its parameter `body`
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27
+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
0 commit comments