pulumi-azure-native 2.44.0__py3-none-any.whl → 2.44.0a1717167674__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (171) hide show
  1. pulumi_azure_native/__init__.py +2 -69
  2. pulumi_azure_native/appcomplianceautomation/__init__.py +0 -14
  3. pulumi_azure_native/appcomplianceautomation/_inputs.py +0 -40
  4. pulumi_azure_native/appcomplianceautomation/get_report.py +0 -4
  5. pulumi_azure_native/appcomplianceautomation/outputs.py +0 -226
  6. pulumi_azure_native/appcomplianceautomation/report.py +1 -5
  7. pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
  8. pulumi_azure_native/devhub/__init__.py +0 -5
  9. pulumi_azure_native/devhub/_inputs.py +0 -190
  10. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  11. pulumi_azure_native/devhub/get_workflow.py +2 -2
  12. pulumi_azure_native/devhub/outputs.py +0 -229
  13. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  14. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  15. pulumi_azure_native/devhub/workflow.py +3 -3
  16. pulumi_azure_native/hybridcompute/__init__.py +0 -3
  17. pulumi_azure_native/hybridcompute/gateway.py +1 -5
  18. pulumi_azure_native/hybridcompute/get_gateway.py +0 -4
  19. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  20. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  21. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  22. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  23. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  24. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  25. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  26. pulumi_azure_native/hybridcompute/license.py +3 -3
  27. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  28. pulumi_azure_native/hybridcompute/machine.py +3 -3
  29. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  30. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  31. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  32. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  33. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  34. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  35. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  36. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  37. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  38. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  39. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  40. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  41. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  42. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  43. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  44. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  45. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  46. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  47. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  48. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  49. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  50. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  51. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  52. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  53. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  54. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  55. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  57. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  58. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  59. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  60. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  61. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  62. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  63. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  65. pulumi_azure_native/pulumi-plugin.json +1 -1
  66. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  67. pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +4 -0
  68. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  69. pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
  70. pulumi_azure_native/scvmm/v20231007/_enums.py +4 -49
  71. pulumi_azure_native/scvmm/v20231007/_inputs.py +145 -56
  72. pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
  73. pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
  74. pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
  75. pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
  76. pulumi_azure_native/scvmm/v20231007/{get_guest_agent.py → get_vm_instance_guest_agent.py} +16 -16
  77. pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
  78. pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
  79. pulumi_azure_native/scvmm/v20231007/outputs.py +100 -96
  80. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
  81. pulumi_azure_native/scvmm/v20231007/{guest_agent.py → vm_instance_guest_agent.py} +18 -18
  82. pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
  83. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +4 -0
  84. pulumi_azure_native/storage/v20230501/_enums.py +0 -2
  85. pulumi_azure_native/virtualmachineimages/__init__.py +0 -3
  86. pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
  87. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  88. pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
  89. pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
  90. pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
  91. pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
  92. pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
  93. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
  94. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/METADATA +1 -1
  95. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/RECORD +97 -171
  96. pulumi_azure_native/appcomplianceautomation/_enums.py +0 -125
  97. pulumi_azure_native/appcomplianceautomation/evidence.py +0 -363
  98. pulumi_azure_native/appcomplianceautomation/get_evidence.py +0 -198
  99. pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +0 -75
  100. pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +0 -76
  101. pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +0 -76
  102. pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +0 -146
  103. pulumi_azure_native/appcomplianceautomation/get_webhook.py +0 -289
  104. pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +0 -76
  105. pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +0 -206
  106. pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +0 -22
  107. pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +0 -144
  108. pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +0 -215
  109. pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +0 -361
  110. pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +0 -196
  111. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +0 -73
  112. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +0 -74
  113. pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +0 -296
  114. pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +0 -74
  115. pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +0 -144
  116. pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +0 -287
  117. pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +0 -74
  118. pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +0 -720
  119. pulumi_azure_native/appcomplianceautomation/v20240627/report.py +0 -387
  120. pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +0 -204
  121. pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +0 -447
  122. pulumi_azure_native/appcomplianceautomation/webhook.py +0 -449
  123. pulumi_azure_native/devhub/get_iac_profile.py +0 -322
  124. pulumi_azure_native/devhub/iac_profile.py +0 -539
  125. pulumi_azure_native/devhub/v20240501preview/__init__.py +0 -15
  126. pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -146
  127. pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -427
  128. pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +0 -91
  129. pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +0 -320
  130. pulumi_azure_native/devhub/v20240501preview/get_workflow.py +0 -489
  131. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +0 -537
  132. pulumi_azure_native/devhub/v20240501preview/outputs.py +0 -654
  133. pulumi_azure_native/devhub/v20240501preview/workflow.py +0 -915
  134. pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +0 -26
  135. pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +0 -172
  136. pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +0 -1408
  137. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +0 -311
  138. pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +0 -209
  139. pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +0 -196
  140. pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +0 -357
  141. pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +0 -591
  142. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +0 -162
  143. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +0 -318
  144. pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +0 -136
  145. pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +0 -157
  146. pulumi_azure_native/hybridcompute/v20240520preview/license.py +0 -321
  147. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +0 -500
  148. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +0 -850
  149. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +0 -274
  150. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +0 -587
  151. pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +0 -3204
  152. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +0 -215
  153. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +0 -253
  154. pulumi_azure_native/verifiedid/__init__.py +0 -18
  155. pulumi_azure_native/verifiedid/authority.py +0 -234
  156. pulumi_azure_native/verifiedid/get_authority.py +0 -159
  157. pulumi_azure_native/verifiedid/outputs.py +0 -125
  158. pulumi_azure_native/verifiedid/v20240126preview/__init__.py +0 -10
  159. pulumi_azure_native/verifiedid/v20240126preview/authority.py +0 -232
  160. pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +0 -157
  161. pulumi_azure_native/verifiedid/v20240126preview/outputs.py +0 -125
  162. pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +0 -14
  163. pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +0 -60
  164. pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +0 -1895
  165. pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +0 -162
  166. pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +0 -352
  167. pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +0 -2401
  168. pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +0 -235
  169. pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +0 -619
  170. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/WHEEL +0 -0
  171. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717167674.dist-info}/top_level.txt +0 -0
@@ -1,591 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from ... import _utilities
11
- from . import outputs
12
-
13
- __all__ = [
14
- 'GetMachineResult',
15
- 'AwaitableGetMachineResult',
16
- 'get_machine',
17
- 'get_machine_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetMachineResult:
22
- """
23
- Describes a hybrid machine.
24
- """
25
- def __init__(__self__, ad_fqdn=None, agent_configuration=None, agent_upgrade=None, agent_version=None, client_public_key=None, cloud_metadata=None, detected_properties=None, display_name=None, dns_fqdn=None, domain_name=None, error_details=None, extensions=None, id=None, identity=None, kind=None, last_status_change=None, license_profile=None, location=None, location_data=None, machine_fqdn=None, mssql_discovered=None, name=None, network_profile=None, os_edition=None, os_name=None, os_profile=None, os_sku=None, os_type=None, os_version=None, parent_cluster_resource_id=None, private_link_scope_resource_id=None, provisioning_state=None, resources=None, service_statuses=None, status=None, system_data=None, tags=None, type=None, vm_id=None, vm_uuid=None):
26
- if ad_fqdn and not isinstance(ad_fqdn, str):
27
- raise TypeError("Expected argument 'ad_fqdn' to be a str")
28
- pulumi.set(__self__, "ad_fqdn", ad_fqdn)
29
- if agent_configuration and not isinstance(agent_configuration, dict):
30
- raise TypeError("Expected argument 'agent_configuration' to be a dict")
31
- pulumi.set(__self__, "agent_configuration", agent_configuration)
32
- if agent_upgrade and not isinstance(agent_upgrade, dict):
33
- raise TypeError("Expected argument 'agent_upgrade' to be a dict")
34
- pulumi.set(__self__, "agent_upgrade", agent_upgrade)
35
- if agent_version and not isinstance(agent_version, str):
36
- raise TypeError("Expected argument 'agent_version' to be a str")
37
- pulumi.set(__self__, "agent_version", agent_version)
38
- if client_public_key and not isinstance(client_public_key, str):
39
- raise TypeError("Expected argument 'client_public_key' to be a str")
40
- pulumi.set(__self__, "client_public_key", client_public_key)
41
- if cloud_metadata and not isinstance(cloud_metadata, dict):
42
- raise TypeError("Expected argument 'cloud_metadata' to be a dict")
43
- pulumi.set(__self__, "cloud_metadata", cloud_metadata)
44
- if detected_properties and not isinstance(detected_properties, dict):
45
- raise TypeError("Expected argument 'detected_properties' to be a dict")
46
- pulumi.set(__self__, "detected_properties", detected_properties)
47
- if display_name and not isinstance(display_name, str):
48
- raise TypeError("Expected argument 'display_name' to be a str")
49
- pulumi.set(__self__, "display_name", display_name)
50
- if dns_fqdn and not isinstance(dns_fqdn, str):
51
- raise TypeError("Expected argument 'dns_fqdn' to be a str")
52
- pulumi.set(__self__, "dns_fqdn", dns_fqdn)
53
- if domain_name and not isinstance(domain_name, str):
54
- raise TypeError("Expected argument 'domain_name' to be a str")
55
- pulumi.set(__self__, "domain_name", domain_name)
56
- if error_details and not isinstance(error_details, list):
57
- raise TypeError("Expected argument 'error_details' to be a list")
58
- pulumi.set(__self__, "error_details", error_details)
59
- if extensions and not isinstance(extensions, list):
60
- raise TypeError("Expected argument 'extensions' to be a list")
61
- pulumi.set(__self__, "extensions", extensions)
62
- if id and not isinstance(id, str):
63
- raise TypeError("Expected argument 'id' to be a str")
64
- pulumi.set(__self__, "id", id)
65
- if identity and not isinstance(identity, dict):
66
- raise TypeError("Expected argument 'identity' to be a dict")
67
- pulumi.set(__self__, "identity", identity)
68
- if kind and not isinstance(kind, str):
69
- raise TypeError("Expected argument 'kind' to be a str")
70
- pulumi.set(__self__, "kind", kind)
71
- if last_status_change and not isinstance(last_status_change, str):
72
- raise TypeError("Expected argument 'last_status_change' to be a str")
73
- pulumi.set(__self__, "last_status_change", last_status_change)
74
- if license_profile and not isinstance(license_profile, dict):
75
- raise TypeError("Expected argument 'license_profile' to be a dict")
76
- pulumi.set(__self__, "license_profile", license_profile)
77
- if location and not isinstance(location, str):
78
- raise TypeError("Expected argument 'location' to be a str")
79
- pulumi.set(__self__, "location", location)
80
- if location_data and not isinstance(location_data, dict):
81
- raise TypeError("Expected argument 'location_data' to be a dict")
82
- pulumi.set(__self__, "location_data", location_data)
83
- if machine_fqdn and not isinstance(machine_fqdn, str):
84
- raise TypeError("Expected argument 'machine_fqdn' to be a str")
85
- pulumi.set(__self__, "machine_fqdn", machine_fqdn)
86
- if mssql_discovered and not isinstance(mssql_discovered, str):
87
- raise TypeError("Expected argument 'mssql_discovered' to be a str")
88
- pulumi.set(__self__, "mssql_discovered", mssql_discovered)
89
- if name and not isinstance(name, str):
90
- raise TypeError("Expected argument 'name' to be a str")
91
- pulumi.set(__self__, "name", name)
92
- if network_profile and not isinstance(network_profile, dict):
93
- raise TypeError("Expected argument 'network_profile' to be a dict")
94
- pulumi.set(__self__, "network_profile", network_profile)
95
- if os_edition and not isinstance(os_edition, str):
96
- raise TypeError("Expected argument 'os_edition' to be a str")
97
- pulumi.set(__self__, "os_edition", os_edition)
98
- if os_name and not isinstance(os_name, str):
99
- raise TypeError("Expected argument 'os_name' to be a str")
100
- pulumi.set(__self__, "os_name", os_name)
101
- if os_profile and not isinstance(os_profile, dict):
102
- raise TypeError("Expected argument 'os_profile' to be a dict")
103
- pulumi.set(__self__, "os_profile", os_profile)
104
- if os_sku and not isinstance(os_sku, str):
105
- raise TypeError("Expected argument 'os_sku' to be a str")
106
- pulumi.set(__self__, "os_sku", os_sku)
107
- if os_type and not isinstance(os_type, str):
108
- raise TypeError("Expected argument 'os_type' to be a str")
109
- pulumi.set(__self__, "os_type", os_type)
110
- if os_version and not isinstance(os_version, str):
111
- raise TypeError("Expected argument 'os_version' to be a str")
112
- pulumi.set(__self__, "os_version", os_version)
113
- if parent_cluster_resource_id and not isinstance(parent_cluster_resource_id, str):
114
- raise TypeError("Expected argument 'parent_cluster_resource_id' to be a str")
115
- pulumi.set(__self__, "parent_cluster_resource_id", parent_cluster_resource_id)
116
- if private_link_scope_resource_id and not isinstance(private_link_scope_resource_id, str):
117
- raise TypeError("Expected argument 'private_link_scope_resource_id' to be a str")
118
- pulumi.set(__self__, "private_link_scope_resource_id", private_link_scope_resource_id)
119
- if provisioning_state and not isinstance(provisioning_state, str):
120
- raise TypeError("Expected argument 'provisioning_state' to be a str")
121
- pulumi.set(__self__, "provisioning_state", provisioning_state)
122
- if resources and not isinstance(resources, list):
123
- raise TypeError("Expected argument 'resources' to be a list")
124
- pulumi.set(__self__, "resources", resources)
125
- if service_statuses and not isinstance(service_statuses, dict):
126
- raise TypeError("Expected argument 'service_statuses' to be a dict")
127
- pulumi.set(__self__, "service_statuses", service_statuses)
128
- if status and not isinstance(status, str):
129
- raise TypeError("Expected argument 'status' to be a str")
130
- pulumi.set(__self__, "status", status)
131
- if system_data and not isinstance(system_data, dict):
132
- raise TypeError("Expected argument 'system_data' to be a dict")
133
- pulumi.set(__self__, "system_data", system_data)
134
- if tags and not isinstance(tags, dict):
135
- raise TypeError("Expected argument 'tags' to be a dict")
136
- pulumi.set(__self__, "tags", tags)
137
- if type and not isinstance(type, str):
138
- raise TypeError("Expected argument 'type' to be a str")
139
- pulumi.set(__self__, "type", type)
140
- if vm_id and not isinstance(vm_id, str):
141
- raise TypeError("Expected argument 'vm_id' to be a str")
142
- pulumi.set(__self__, "vm_id", vm_id)
143
- if vm_uuid and not isinstance(vm_uuid, str):
144
- raise TypeError("Expected argument 'vm_uuid' to be a str")
145
- pulumi.set(__self__, "vm_uuid", vm_uuid)
146
-
147
- @property
148
- @pulumi.getter(name="adFqdn")
149
- def ad_fqdn(self) -> str:
150
- """
151
- Specifies the AD fully qualified display name.
152
- """
153
- return pulumi.get(self, "ad_fqdn")
154
-
155
- @property
156
- @pulumi.getter(name="agentConfiguration")
157
- def agent_configuration(self) -> 'outputs.AgentConfigurationResponse':
158
- """
159
- Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
160
- """
161
- return pulumi.get(self, "agent_configuration")
162
-
163
- @property
164
- @pulumi.getter(name="agentUpgrade")
165
- def agent_upgrade(self) -> Optional['outputs.AgentUpgradeResponse']:
166
- """
167
- The info of the machine w.r.t Agent Upgrade
168
- """
169
- return pulumi.get(self, "agent_upgrade")
170
-
171
- @property
172
- @pulumi.getter(name="agentVersion")
173
- def agent_version(self) -> str:
174
- """
175
- The hybrid machine agent full version.
176
- """
177
- return pulumi.get(self, "agent_version")
178
-
179
- @property
180
- @pulumi.getter(name="clientPublicKey")
181
- def client_public_key(self) -> Optional[str]:
182
- """
183
- Public Key that the client provides to be used during initial resource onboarding
184
- """
185
- return pulumi.get(self, "client_public_key")
186
-
187
- @property
188
- @pulumi.getter(name="cloudMetadata")
189
- def cloud_metadata(self) -> Optional['outputs.CloudMetadataResponse']:
190
- """
191
- The metadata of the cloud environment (Azure/GCP/AWS/OCI...).
192
- """
193
- return pulumi.get(self, "cloud_metadata")
194
-
195
- @property
196
- @pulumi.getter(name="detectedProperties")
197
- def detected_properties(self) -> Mapping[str, str]:
198
- """
199
- Detected properties from the machine.
200
- """
201
- return pulumi.get(self, "detected_properties")
202
-
203
- @property
204
- @pulumi.getter(name="displayName")
205
- def display_name(self) -> str:
206
- """
207
- Specifies the hybrid machine display name.
208
- """
209
- return pulumi.get(self, "display_name")
210
-
211
- @property
212
- @pulumi.getter(name="dnsFqdn")
213
- def dns_fqdn(self) -> str:
214
- """
215
- Specifies the DNS fully qualified display name.
216
- """
217
- return pulumi.get(self, "dns_fqdn")
218
-
219
- @property
220
- @pulumi.getter(name="domainName")
221
- def domain_name(self) -> str:
222
- """
223
- Specifies the Windows domain name.
224
- """
225
- return pulumi.get(self, "domain_name")
226
-
227
- @property
228
- @pulumi.getter(name="errorDetails")
229
- def error_details(self) -> Sequence['outputs.ErrorDetailResponse']:
230
- """
231
- Details about the error state.
232
- """
233
- return pulumi.get(self, "error_details")
234
-
235
- @property
236
- @pulumi.getter
237
- def extensions(self) -> Optional[Sequence['outputs.MachineExtensionInstanceViewResponse']]:
238
- """
239
- Machine Extensions information (deprecated field)
240
- """
241
- return pulumi.get(self, "extensions")
242
-
243
- @property
244
- @pulumi.getter
245
- def id(self) -> str:
246
- """
247
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
248
- """
249
- return pulumi.get(self, "id")
250
-
251
- @property
252
- @pulumi.getter
253
- def identity(self) -> Optional['outputs.IdentityResponse']:
254
- """
255
- Identity for the resource.
256
- """
257
- return pulumi.get(self, "identity")
258
-
259
- @property
260
- @pulumi.getter
261
- def kind(self) -> Optional[str]:
262
- """
263
- Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc.
264
- """
265
- return pulumi.get(self, "kind")
266
-
267
- @property
268
- @pulumi.getter(name="lastStatusChange")
269
- def last_status_change(self) -> str:
270
- """
271
- The time of the last status change.
272
- """
273
- return pulumi.get(self, "last_status_change")
274
-
275
- @property
276
- @pulumi.getter(name="licenseProfile")
277
- def license_profile(self) -> Optional['outputs.LicenseProfileMachineInstanceViewResponse']:
278
- """
279
- Specifies the License related properties for a machine.
280
- """
281
- return pulumi.get(self, "license_profile")
282
-
283
- @property
284
- @pulumi.getter
285
- def location(self) -> str:
286
- """
287
- The geo-location where the resource lives
288
- """
289
- return pulumi.get(self, "location")
290
-
291
- @property
292
- @pulumi.getter(name="locationData")
293
- def location_data(self) -> Optional['outputs.LocationDataResponse']:
294
- """
295
- Metadata pertaining to the geographic location of the resource.
296
- """
297
- return pulumi.get(self, "location_data")
298
-
299
- @property
300
- @pulumi.getter(name="machineFqdn")
301
- def machine_fqdn(self) -> str:
302
- """
303
- Specifies the hybrid machine FQDN.
304
- """
305
- return pulumi.get(self, "machine_fqdn")
306
-
307
- @property
308
- @pulumi.getter(name="mssqlDiscovered")
309
- def mssql_discovered(self) -> Optional[str]:
310
- """
311
- Specifies whether any MS SQL instance is discovered on the machine.
312
- """
313
- return pulumi.get(self, "mssql_discovered")
314
-
315
- @property
316
- @pulumi.getter
317
- def name(self) -> str:
318
- """
319
- The name of the resource
320
- """
321
- return pulumi.get(self, "name")
322
-
323
- @property
324
- @pulumi.getter(name="networkProfile")
325
- def network_profile(self) -> 'outputs.NetworkProfileResponse':
326
- """
327
- Information about the network the machine is on.
328
- """
329
- return pulumi.get(self, "network_profile")
330
-
331
- @property
332
- @pulumi.getter(name="osEdition")
333
- def os_edition(self) -> str:
334
- """
335
- The edition of the Operating System.
336
- """
337
- return pulumi.get(self, "os_edition")
338
-
339
- @property
340
- @pulumi.getter(name="osName")
341
- def os_name(self) -> str:
342
- """
343
- The Operating System running on the hybrid machine.
344
- """
345
- return pulumi.get(self, "os_name")
346
-
347
- @property
348
- @pulumi.getter(name="osProfile")
349
- def os_profile(self) -> Optional['outputs.OSProfileResponse']:
350
- """
351
- Specifies the operating system settings for the hybrid machine.
352
- """
353
- return pulumi.get(self, "os_profile")
354
-
355
- @property
356
- @pulumi.getter(name="osSku")
357
- def os_sku(self) -> str:
358
- """
359
- Specifies the Operating System product SKU.
360
- """
361
- return pulumi.get(self, "os_sku")
362
-
363
- @property
364
- @pulumi.getter(name="osType")
365
- def os_type(self) -> Optional[str]:
366
- """
367
- The type of Operating System (windows/linux).
368
- """
369
- return pulumi.get(self, "os_type")
370
-
371
- @property
372
- @pulumi.getter(name="osVersion")
373
- def os_version(self) -> str:
374
- """
375
- The version of Operating System running on the hybrid machine.
376
- """
377
- return pulumi.get(self, "os_version")
378
-
379
- @property
380
- @pulumi.getter(name="parentClusterResourceId")
381
- def parent_cluster_resource_id(self) -> Optional[str]:
382
- """
383
- The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.
384
- """
385
- return pulumi.get(self, "parent_cluster_resource_id")
386
-
387
- @property
388
- @pulumi.getter(name="privateLinkScopeResourceId")
389
- def private_link_scope_resource_id(self) -> Optional[str]:
390
- """
391
- The resource id of the private link scope this machine is assigned to, if any.
392
- """
393
- return pulumi.get(self, "private_link_scope_resource_id")
394
-
395
- @property
396
- @pulumi.getter(name="provisioningState")
397
- def provisioning_state(self) -> str:
398
- """
399
- The provisioning state, which only appears in the response.
400
- """
401
- return pulumi.get(self, "provisioning_state")
402
-
403
- @property
404
- @pulumi.getter
405
- def resources(self) -> Sequence['outputs.MachineExtensionResponse']:
406
- """
407
- The list of extensions affiliated to the machine
408
- """
409
- return pulumi.get(self, "resources")
410
-
411
- @property
412
- @pulumi.getter(name="serviceStatuses")
413
- def service_statuses(self) -> Optional['outputs.ServiceStatusesResponse']:
414
- """
415
- Statuses of dependent services that are reported back to ARM.
416
- """
417
- return pulumi.get(self, "service_statuses")
418
-
419
- @property
420
- @pulumi.getter
421
- def status(self) -> str:
422
- """
423
- The status of the hybrid machine agent.
424
- """
425
- return pulumi.get(self, "status")
426
-
427
- @property
428
- @pulumi.getter(name="systemData")
429
- def system_data(self) -> 'outputs.SystemDataResponse':
430
- """
431
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
432
- """
433
- return pulumi.get(self, "system_data")
434
-
435
- @property
436
- @pulumi.getter
437
- def tags(self) -> Optional[Mapping[str, str]]:
438
- """
439
- Resource tags.
440
- """
441
- return pulumi.get(self, "tags")
442
-
443
- @property
444
- @pulumi.getter
445
- def type(self) -> str:
446
- """
447
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
448
- """
449
- return pulumi.get(self, "type")
450
-
451
- @property
452
- @pulumi.getter(name="vmId")
453
- def vm_id(self) -> Optional[str]:
454
- """
455
- Specifies the hybrid machine unique ID.
456
- """
457
- return pulumi.get(self, "vm_id")
458
-
459
- @property
460
- @pulumi.getter(name="vmUuid")
461
- def vm_uuid(self) -> str:
462
- """
463
- Specifies the Arc Machine's unique SMBIOS ID
464
- """
465
- return pulumi.get(self, "vm_uuid")
466
-
467
-
468
- class AwaitableGetMachineResult(GetMachineResult):
469
- # pylint: disable=using-constant-test
470
- def __await__(self):
471
- if False:
472
- yield self
473
- return GetMachineResult(
474
- ad_fqdn=self.ad_fqdn,
475
- agent_configuration=self.agent_configuration,
476
- agent_upgrade=self.agent_upgrade,
477
- agent_version=self.agent_version,
478
- client_public_key=self.client_public_key,
479
- cloud_metadata=self.cloud_metadata,
480
- detected_properties=self.detected_properties,
481
- display_name=self.display_name,
482
- dns_fqdn=self.dns_fqdn,
483
- domain_name=self.domain_name,
484
- error_details=self.error_details,
485
- extensions=self.extensions,
486
- id=self.id,
487
- identity=self.identity,
488
- kind=self.kind,
489
- last_status_change=self.last_status_change,
490
- license_profile=self.license_profile,
491
- location=self.location,
492
- location_data=self.location_data,
493
- machine_fqdn=self.machine_fqdn,
494
- mssql_discovered=self.mssql_discovered,
495
- name=self.name,
496
- network_profile=self.network_profile,
497
- os_edition=self.os_edition,
498
- os_name=self.os_name,
499
- os_profile=self.os_profile,
500
- os_sku=self.os_sku,
501
- os_type=self.os_type,
502
- os_version=self.os_version,
503
- parent_cluster_resource_id=self.parent_cluster_resource_id,
504
- private_link_scope_resource_id=self.private_link_scope_resource_id,
505
- provisioning_state=self.provisioning_state,
506
- resources=self.resources,
507
- service_statuses=self.service_statuses,
508
- status=self.status,
509
- system_data=self.system_data,
510
- tags=self.tags,
511
- type=self.type,
512
- vm_id=self.vm_id,
513
- vm_uuid=self.vm_uuid)
514
-
515
-
516
- def get_machine(expand: Optional[str] = None,
517
- machine_name: Optional[str] = None,
518
- resource_group_name: Optional[str] = None,
519
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMachineResult:
520
- """
521
- Retrieves information about the model view or the instance view of a hybrid machine.
522
-
523
-
524
- :param str expand: The expand expression to apply on the operation.
525
- :param str machine_name: The name of the hybrid machine.
526
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
527
- """
528
- __args__ = dict()
529
- __args__['expand'] = expand
530
- __args__['machineName'] = machine_name
531
- __args__['resourceGroupName'] = resource_group_name
532
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
533
- __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240520preview:getMachine', __args__, opts=opts, typ=GetMachineResult).value
534
-
535
- return AwaitableGetMachineResult(
536
- ad_fqdn=pulumi.get(__ret__, 'ad_fqdn'),
537
- agent_configuration=pulumi.get(__ret__, 'agent_configuration'),
538
- agent_upgrade=pulumi.get(__ret__, 'agent_upgrade'),
539
- agent_version=pulumi.get(__ret__, 'agent_version'),
540
- client_public_key=pulumi.get(__ret__, 'client_public_key'),
541
- cloud_metadata=pulumi.get(__ret__, 'cloud_metadata'),
542
- detected_properties=pulumi.get(__ret__, 'detected_properties'),
543
- display_name=pulumi.get(__ret__, 'display_name'),
544
- dns_fqdn=pulumi.get(__ret__, 'dns_fqdn'),
545
- domain_name=pulumi.get(__ret__, 'domain_name'),
546
- error_details=pulumi.get(__ret__, 'error_details'),
547
- extensions=pulumi.get(__ret__, 'extensions'),
548
- id=pulumi.get(__ret__, 'id'),
549
- identity=pulumi.get(__ret__, 'identity'),
550
- kind=pulumi.get(__ret__, 'kind'),
551
- last_status_change=pulumi.get(__ret__, 'last_status_change'),
552
- license_profile=pulumi.get(__ret__, 'license_profile'),
553
- location=pulumi.get(__ret__, 'location'),
554
- location_data=pulumi.get(__ret__, 'location_data'),
555
- machine_fqdn=pulumi.get(__ret__, 'machine_fqdn'),
556
- mssql_discovered=pulumi.get(__ret__, 'mssql_discovered'),
557
- name=pulumi.get(__ret__, 'name'),
558
- network_profile=pulumi.get(__ret__, 'network_profile'),
559
- os_edition=pulumi.get(__ret__, 'os_edition'),
560
- os_name=pulumi.get(__ret__, 'os_name'),
561
- os_profile=pulumi.get(__ret__, 'os_profile'),
562
- os_sku=pulumi.get(__ret__, 'os_sku'),
563
- os_type=pulumi.get(__ret__, 'os_type'),
564
- os_version=pulumi.get(__ret__, 'os_version'),
565
- parent_cluster_resource_id=pulumi.get(__ret__, 'parent_cluster_resource_id'),
566
- private_link_scope_resource_id=pulumi.get(__ret__, 'private_link_scope_resource_id'),
567
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
568
- resources=pulumi.get(__ret__, 'resources'),
569
- service_statuses=pulumi.get(__ret__, 'service_statuses'),
570
- status=pulumi.get(__ret__, 'status'),
571
- system_data=pulumi.get(__ret__, 'system_data'),
572
- tags=pulumi.get(__ret__, 'tags'),
573
- type=pulumi.get(__ret__, 'type'),
574
- vm_id=pulumi.get(__ret__, 'vm_id'),
575
- vm_uuid=pulumi.get(__ret__, 'vm_uuid'))
576
-
577
-
578
- @_utilities.lift_output_func(get_machine)
579
- def get_machine_output(expand: Optional[pulumi.Input[Optional[str]]] = None,
580
- machine_name: Optional[pulumi.Input[str]] = None,
581
- resource_group_name: Optional[pulumi.Input[str]] = None,
582
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMachineResult]:
583
- """
584
- Retrieves information about the model view or the instance view of a hybrid machine.
585
-
586
-
587
- :param str expand: The expand expression to apply on the operation.
588
- :param str machine_name: The name of the hybrid machine.
589
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
590
- """
591
- ...