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/orbital/azure-mgmt-orbital/CHANGELOG.md
+62
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,67 @@
1
1
# Release History
2
2
3
+
## 3.0.0 (2025-05-06)
4
+
5
+
### Features Added
6
+
7
+
- Added model `AzureResourceManagerArmResponseAvailableContactsListResult`
8
+
- Method `ContactProfilesOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, contact_profile_name: str, parameters: ContactProfile, content_type: str)`
9
+
- Method `ContactProfilesOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, contact_profile_name: str, parameters: IO[bytes], content_type: str)`
10
+
- Method `ContactProfilesOperations.begin_update_tags` has a new overload `def begin_update_tags(self: None, resource_group_name: str, contact_profile_name: str, parameters: IO[bytes], content_type: str)`
11
+
- Method `ContactsOperations.begin_create` has a new overload `def begin_create(self: None, resource_group_name: str, spacecraft_name: str, contact_name: str, parameters: IO[bytes], content_type: str)`
12
+
- Method `SpacecraftsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, spacecraft_name: str, parameters: Spacecraft, content_type: str)`
13
+
- Method `SpacecraftsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, spacecraft_name: str, parameters: IO[bytes], content_type: str)`
14
+
- Method `SpacecraftsOperations.begin_list_available_contacts` has a new overload `def begin_list_available_contacts(self: None, resource_group_name: str, spacecraft_name: str, parameters: ContactParameters, content_type: str)`
15
+
- Method `SpacecraftsOperations.begin_list_available_contacts` has a new overload `def begin_list_available_contacts(self: None, resource_group_name: str, spacecraft_name: str, parameters: IO[bytes], content_type: str)`
16
+
- Method `SpacecraftsOperations.begin_update_tags` has a new overload `def begin_update_tags(self: None, resource_group_name: str, spacecraft_name: str, parameters: IO[bytes], content_type: str)`
17
+
18
+
### Breaking Changes
19
+
20
+
- Method `AvailableContactsListResult.__init__` removed default value `None` from its parameter `value`
21
+
- Method `AvailableGroundStationListResult.__init__` removed default value `None` from its parameter `value`
22
+
- Method `ContactListResult.__init__` removed default value `None` from its parameter `value`
23
+
- Method `ContactProfileListResult.__init__` removed default value `None` from its parameter `value`
24
+
- Method `SpacecraftListResult.__init__` removed default value `None` from its parameter `value`
25
+
- Deleted or renamed model `AvailableContactsProperties`
26
+
- Deleted or renamed model `AvailableContactsSpacecraft`
27
+
- Deleted or renamed model `AvailableGroundStationProperties`
28
+
- Deleted or renamed model `AvailableGroundStationPropertiesAutoGenerated`
29
+
- Deleted or renamed model `Capability`
30
+
- Deleted or renamed model `ContactInstanceProperties`
31
+
- Deleted or renamed model `ContactParametersContactProfile`
32
+
- Deleted or renamed model `ContactProfileProperties`
33
+
- Deleted or renamed model `ContactProfilesProperties`
34
+
- Deleted or renamed model `ContactProfilesPropertiesProvisioningState`
35
+
- Deleted or renamed model `ContactsPropertiesContactProfile`
36
+
- Deleted or renamed model `ContactsPropertiesProvisioningState`
37
+
- Deleted or renamed model `ResourceIdListResultValueItem`
38
+
- Method `ContactProfilesOperations.begin_create_or_update` inserted a `positional_or_keyword` parameter `parameters`
39
+
- Method `ContactProfilesOperations.begin_create_or_update` deleted or renamed its parameter `location` of kind `positional_or_keyword`
40
+
- Method `ContactProfilesOperations.begin_create_or_update` deleted or renamed its parameter `network_configuration` of kind `positional_or_keyword`
41
+
- Method `ContactProfilesOperations.begin_create_or_update` deleted or renamed its parameter `links` of kind `positional_or_keyword`
42
+
- Method `ContactProfilesOperations.begin_create_or_update` deleted or renamed its parameter `tags` of kind `positional_or_keyword`
43
+
- Method `ContactProfilesOperations.begin_create_or_update` deleted or renamed its parameter `provisioning_state` of kind `positional_or_keyword`
44
+
- Method `ContactProfilesOperations.begin_create_or_update` deleted or renamed its parameter `minimum_viable_contact_duration` of kind `positional_or_keyword`
45
+
- Method `ContactProfilesOperations.begin_create_or_update` deleted or renamed its parameter `minimum_elevation_degrees` of kind `positional_or_keyword`
46
+
- Method `ContactProfilesOperations.begin_create_or_update` deleted or renamed its parameter `auto_tracking_configuration` of kind `positional_or_keyword`
47
+
- Method `ContactProfilesOperations.begin_create_or_update` deleted or renamed its parameter `event_hub_uri` of kind `positional_or_keyword`
48
+
- Method `ContactProfilesOperations.begin_create_or_update` deleted or renamed its parameter `third_party_configurations` of kind `positional_or_keyword`
49
+
- Deleted or renamed method `OperationsResultsOperations.begin_get`
50
+
- Method `SpacecraftsOperations.begin_create_or_update` inserted a `positional_or_keyword` parameter `parameters`
51
+
- Method `SpacecraftsOperations.begin_create_or_update` deleted or renamed its parameter `location` of kind `positional_or_keyword`
52
+
- Method `SpacecraftsOperations.begin_create_or_update` deleted or renamed its parameter `title_line` of kind `positional_or_keyword`
53
+
- Method `SpacecraftsOperations.begin_create_or_update` deleted or renamed its parameter `tle_line1` of kind `positional_or_keyword`
54
+
- Method `SpacecraftsOperations.begin_create_or_update` deleted or renamed its parameter `tle_line2` of kind `positional_or_keyword`
55
+
- Method `SpacecraftsOperations.begin_create_or_update` deleted or renamed its parameter `links` of kind `positional_or_keyword`
56
+
- Method `SpacecraftsOperations.begin_create_or_update` deleted or renamed its parameter `tags` of kind `positional_or_keyword`
57
+
- Method `SpacecraftsOperations.begin_create_or_update` deleted or renamed its parameter `provisioning_state` of kind `positional_or_keyword`
58
+
- Method `SpacecraftsOperations.begin_create_or_update` deleted or renamed its parameter `norad_id` of kind `positional_or_keyword`
59
+
- Method `SpacecraftsOperations.begin_list_available_contacts` inserted a `positional_or_keyword` parameter `parameters`
60
+
- Method `SpacecraftsOperations.begin_list_available_contacts` deleted or renamed its parameter `contact_profile` of kind `positional_or_keyword`
61
+
- Method `SpacecraftsOperations.begin_list_available_contacts` deleted or renamed its parameter `ground_station_name` of kind `positional_or_keyword`
62
+
- Method `SpacecraftsOperations.begin_list_available_contacts` deleted or renamed its parameter `start_time` of kind `positional_or_keyword`
63
+
- Method `SpacecraftsOperations.begin_list_available_contacts` deleted or renamed its parameter `end_time` of kind `positional_or_keyword`
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.
Code samples for this package can be found at [Orbital Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
48
+
Code samples for this package can be found at:
49
+
-[Search Orbital Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
0 commit comments