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,162 +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
- 'GetMachineExtensionResult',
15
- 'AwaitableGetMachineExtensionResult',
16
- 'get_machine_extension',
17
- 'get_machine_extension_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetMachineExtensionResult:
22
- """
23
- Describes a Machine Extension.
24
- """
25
- def __init__(__self__, id=None, location=None, name=None, properties=None, system_data=None, tags=None, type=None):
26
- if id and not isinstance(id, str):
27
- raise TypeError("Expected argument 'id' to be a str")
28
- pulumi.set(__self__, "id", id)
29
- if location and not isinstance(location, str):
30
- raise TypeError("Expected argument 'location' to be a str")
31
- pulumi.set(__self__, "location", location)
32
- if name and not isinstance(name, str):
33
- raise TypeError("Expected argument 'name' to be a str")
34
- pulumi.set(__self__, "name", name)
35
- if properties and not isinstance(properties, dict):
36
- raise TypeError("Expected argument 'properties' to be a dict")
37
- pulumi.set(__self__, "properties", properties)
38
- if system_data and not isinstance(system_data, dict):
39
- raise TypeError("Expected argument 'system_data' to be a dict")
40
- pulumi.set(__self__, "system_data", system_data)
41
- if tags and not isinstance(tags, dict):
42
- raise TypeError("Expected argument 'tags' to be a dict")
43
- pulumi.set(__self__, "tags", tags)
44
- if type and not isinstance(type, str):
45
- raise TypeError("Expected argument 'type' to be a str")
46
- pulumi.set(__self__, "type", type)
47
-
48
- @property
49
- @pulumi.getter
50
- def id(self) -> str:
51
- """
52
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
53
- """
54
- return pulumi.get(self, "id")
55
-
56
- @property
57
- @pulumi.getter
58
- def location(self) -> str:
59
- """
60
- The geo-location where the resource lives
61
- """
62
- return pulumi.get(self, "location")
63
-
64
- @property
65
- @pulumi.getter
66
- def name(self) -> str:
67
- """
68
- The name of the resource
69
- """
70
- return pulumi.get(self, "name")
71
-
72
- @property
73
- @pulumi.getter
74
- def properties(self) -> 'outputs.MachineExtensionPropertiesResponse':
75
- """
76
- Describes Machine Extension Properties.
77
- """
78
- return pulumi.get(self, "properties")
79
-
80
- @property
81
- @pulumi.getter(name="systemData")
82
- def system_data(self) -> 'outputs.SystemDataResponse':
83
- """
84
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
85
- """
86
- return pulumi.get(self, "system_data")
87
-
88
- @property
89
- @pulumi.getter
90
- def tags(self) -> Optional[Mapping[str, str]]:
91
- """
92
- Resource tags.
93
- """
94
- return pulumi.get(self, "tags")
95
-
96
- @property
97
- @pulumi.getter
98
- def type(self) -> str:
99
- """
100
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
101
- """
102
- return pulumi.get(self, "type")
103
-
104
-
105
- class AwaitableGetMachineExtensionResult(GetMachineExtensionResult):
106
- # pylint: disable=using-constant-test
107
- def __await__(self):
108
- if False:
109
- yield self
110
- return GetMachineExtensionResult(
111
- id=self.id,
112
- location=self.location,
113
- name=self.name,
114
- properties=self.properties,
115
- system_data=self.system_data,
116
- tags=self.tags,
117
- type=self.type)
118
-
119
-
120
- def get_machine_extension(extension_name: Optional[str] = None,
121
- machine_name: Optional[str] = None,
122
- resource_group_name: Optional[str] = None,
123
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMachineExtensionResult:
124
- """
125
- The operation to get the extension.
126
-
127
-
128
- :param str extension_name: The name of the machine extension.
129
- :param str machine_name: The name of the machine containing the extension.
130
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
131
- """
132
- __args__ = dict()
133
- __args__['extensionName'] = extension_name
134
- __args__['machineName'] = machine_name
135
- __args__['resourceGroupName'] = resource_group_name
136
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
137
- __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240520preview:getMachineExtension', __args__, opts=opts, typ=GetMachineExtensionResult).value
138
-
139
- return AwaitableGetMachineExtensionResult(
140
- id=pulumi.get(__ret__, 'id'),
141
- location=pulumi.get(__ret__, 'location'),
142
- name=pulumi.get(__ret__, 'name'),
143
- properties=pulumi.get(__ret__, 'properties'),
144
- system_data=pulumi.get(__ret__, 'system_data'),
145
- tags=pulumi.get(__ret__, 'tags'),
146
- type=pulumi.get(__ret__, 'type'))
147
-
148
-
149
- @_utilities.lift_output_func(get_machine_extension)
150
- def get_machine_extension_output(extension_name: Optional[pulumi.Input[str]] = None,
151
- machine_name: Optional[pulumi.Input[str]] = None,
152
- resource_group_name: Optional[pulumi.Input[str]] = None,
153
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMachineExtensionResult]:
154
- """
155
- The operation to get the extension.
156
-
157
-
158
- :param str extension_name: The name of the machine extension.
159
- :param str machine_name: The name of the machine containing the extension.
160
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
161
- """
162
- ...
@@ -1,318 +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
- 'GetMachineRunCommandResult',
15
- 'AwaitableGetMachineRunCommandResult',
16
- 'get_machine_run_command',
17
- 'get_machine_run_command_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetMachineRunCommandResult:
22
- """
23
- Describes a Run Command
24
- """
25
- def __init__(__self__, async_execution=None, error_blob_managed_identity=None, error_blob_uri=None, id=None, instance_view=None, location=None, name=None, output_blob_managed_identity=None, output_blob_uri=None, parameters=None, protected_parameters=None, provisioning_state=None, run_as_password=None, run_as_user=None, source=None, system_data=None, tags=None, timeout_in_seconds=None, type=None):
26
- if async_execution and not isinstance(async_execution, bool):
27
- raise TypeError("Expected argument 'async_execution' to be a bool")
28
- pulumi.set(__self__, "async_execution", async_execution)
29
- if error_blob_managed_identity and not isinstance(error_blob_managed_identity, dict):
30
- raise TypeError("Expected argument 'error_blob_managed_identity' to be a dict")
31
- pulumi.set(__self__, "error_blob_managed_identity", error_blob_managed_identity)
32
- if error_blob_uri and not isinstance(error_blob_uri, str):
33
- raise TypeError("Expected argument 'error_blob_uri' to be a str")
34
- pulumi.set(__self__, "error_blob_uri", error_blob_uri)
35
- if id and not isinstance(id, str):
36
- raise TypeError("Expected argument 'id' to be a str")
37
- pulumi.set(__self__, "id", id)
38
- if instance_view and not isinstance(instance_view, dict):
39
- raise TypeError("Expected argument 'instance_view' to be a dict")
40
- pulumi.set(__self__, "instance_view", instance_view)
41
- if location and not isinstance(location, str):
42
- raise TypeError("Expected argument 'location' to be a str")
43
- pulumi.set(__self__, "location", location)
44
- if name and not isinstance(name, str):
45
- raise TypeError("Expected argument 'name' to be a str")
46
- pulumi.set(__self__, "name", name)
47
- if output_blob_managed_identity and not isinstance(output_blob_managed_identity, dict):
48
- raise TypeError("Expected argument 'output_blob_managed_identity' to be a dict")
49
- pulumi.set(__self__, "output_blob_managed_identity", output_blob_managed_identity)
50
- if output_blob_uri and not isinstance(output_blob_uri, str):
51
- raise TypeError("Expected argument 'output_blob_uri' to be a str")
52
- pulumi.set(__self__, "output_blob_uri", output_blob_uri)
53
- if parameters and not isinstance(parameters, list):
54
- raise TypeError("Expected argument 'parameters' to be a list")
55
- pulumi.set(__self__, "parameters", parameters)
56
- if protected_parameters and not isinstance(protected_parameters, list):
57
- raise TypeError("Expected argument 'protected_parameters' to be a list")
58
- pulumi.set(__self__, "protected_parameters", protected_parameters)
59
- if provisioning_state and not isinstance(provisioning_state, str):
60
- raise TypeError("Expected argument 'provisioning_state' to be a str")
61
- pulumi.set(__self__, "provisioning_state", provisioning_state)
62
- if run_as_password and not isinstance(run_as_password, str):
63
- raise TypeError("Expected argument 'run_as_password' to be a str")
64
- pulumi.set(__self__, "run_as_password", run_as_password)
65
- if run_as_user and not isinstance(run_as_user, str):
66
- raise TypeError("Expected argument 'run_as_user' to be a str")
67
- pulumi.set(__self__, "run_as_user", run_as_user)
68
- if source and not isinstance(source, dict):
69
- raise TypeError("Expected argument 'source' to be a dict")
70
- pulumi.set(__self__, "source", source)
71
- if system_data and not isinstance(system_data, dict):
72
- raise TypeError("Expected argument 'system_data' to be a dict")
73
- pulumi.set(__self__, "system_data", system_data)
74
- if tags and not isinstance(tags, dict):
75
- raise TypeError("Expected argument 'tags' to be a dict")
76
- pulumi.set(__self__, "tags", tags)
77
- if timeout_in_seconds and not isinstance(timeout_in_seconds, int):
78
- raise TypeError("Expected argument 'timeout_in_seconds' to be a int")
79
- pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
80
- if type and not isinstance(type, str):
81
- raise TypeError("Expected argument 'type' to be a str")
82
- pulumi.set(__self__, "type", type)
83
-
84
- @property
85
- @pulumi.getter(name="asyncExecution")
86
- def async_execution(self) -> Optional[bool]:
87
- """
88
- Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete.
89
- """
90
- return pulumi.get(self, "async_execution")
91
-
92
- @property
93
- @pulumi.getter(name="errorBlobManagedIdentity")
94
- def error_blob_managed_identity(self) -> Optional['outputs.RunCommandManagedIdentityResponse']:
95
- """
96
- User-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
97
- """
98
- return pulumi.get(self, "error_blob_managed_identity")
99
-
100
- @property
101
- @pulumi.getter(name="errorBlobUri")
102
- def error_blob_uri(self) -> Optional[str]:
103
- """
104
- Specifies the Azure storage blob where script error stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer errorBlobManagedIdentity parameter.
105
- """
106
- return pulumi.get(self, "error_blob_uri")
107
-
108
- @property
109
- @pulumi.getter
110
- def id(self) -> str:
111
- """
112
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
113
- """
114
- return pulumi.get(self, "id")
115
-
116
- @property
117
- @pulumi.getter(name="instanceView")
118
- def instance_view(self) -> 'outputs.MachineRunCommandInstanceViewResponse':
119
- """
120
- The machine run command instance view.
121
- """
122
- return pulumi.get(self, "instance_view")
123
-
124
- @property
125
- @pulumi.getter
126
- def location(self) -> str:
127
- """
128
- The geo-location where the resource lives
129
- """
130
- return pulumi.get(self, "location")
131
-
132
- @property
133
- @pulumi.getter
134
- def name(self) -> str:
135
- """
136
- The name of the resource
137
- """
138
- return pulumi.get(self, "name")
139
-
140
- @property
141
- @pulumi.getter(name="outputBlobManagedIdentity")
142
- def output_blob_managed_identity(self) -> Optional['outputs.RunCommandManagedIdentityResponse']:
143
- """
144
- User-assigned managed identity that has access to outputBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged
145
- """
146
- return pulumi.get(self, "output_blob_managed_identity")
147
-
148
- @property
149
- @pulumi.getter(name="outputBlobUri")
150
- def output_blob_uri(self) -> Optional[str]:
151
- """
152
- Specifies the Azure storage blob where script output stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer outputBlobManagedIdentity parameter.
153
- """
154
- return pulumi.get(self, "output_blob_uri")
155
-
156
- @property
157
- @pulumi.getter
158
- def parameters(self) -> Optional[Sequence['outputs.RunCommandInputParameterResponse']]:
159
- """
160
- The parameters used by the script.
161
- """
162
- return pulumi.get(self, "parameters")
163
-
164
- @property
165
- @pulumi.getter(name="protectedParameters")
166
- def protected_parameters(self) -> Optional[Sequence['outputs.RunCommandInputParameterResponse']]:
167
- """
168
- The parameters used by the script.
169
- """
170
- return pulumi.get(self, "protected_parameters")
171
-
172
- @property
173
- @pulumi.getter(name="provisioningState")
174
- def provisioning_state(self) -> str:
175
- """
176
- The provisioning state, which only appears in the response.
177
- """
178
- return pulumi.get(self, "provisioning_state")
179
-
180
- @property
181
- @pulumi.getter(name="runAsPassword")
182
- def run_as_password(self) -> Optional[str]:
183
- """
184
- Specifies the user account password on the machine when executing the run command.
185
- """
186
- return pulumi.get(self, "run_as_password")
187
-
188
- @property
189
- @pulumi.getter(name="runAsUser")
190
- def run_as_user(self) -> Optional[str]:
191
- """
192
- Specifies the user account on the machine when executing the run command.
193
- """
194
- return pulumi.get(self, "run_as_user")
195
-
196
- @property
197
- @pulumi.getter
198
- def source(self) -> Optional['outputs.MachineRunCommandScriptSourceResponse']:
199
- """
200
- The source of the run command script.
201
- """
202
- return pulumi.get(self, "source")
203
-
204
- @property
205
- @pulumi.getter(name="systemData")
206
- def system_data(self) -> 'outputs.SystemDataResponse':
207
- """
208
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
209
- """
210
- return pulumi.get(self, "system_data")
211
-
212
- @property
213
- @pulumi.getter
214
- def tags(self) -> Optional[Mapping[str, str]]:
215
- """
216
- Resource tags.
217
- """
218
- return pulumi.get(self, "tags")
219
-
220
- @property
221
- @pulumi.getter(name="timeoutInSeconds")
222
- def timeout_in_seconds(self) -> Optional[int]:
223
- """
224
- The timeout in seconds to execute the run command.
225
- """
226
- return pulumi.get(self, "timeout_in_seconds")
227
-
228
- @property
229
- @pulumi.getter
230
- def type(self) -> str:
231
- """
232
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
233
- """
234
- return pulumi.get(self, "type")
235
-
236
-
237
- class AwaitableGetMachineRunCommandResult(GetMachineRunCommandResult):
238
- # pylint: disable=using-constant-test
239
- def __await__(self):
240
- if False:
241
- yield self
242
- return GetMachineRunCommandResult(
243
- async_execution=self.async_execution,
244
- error_blob_managed_identity=self.error_blob_managed_identity,
245
- error_blob_uri=self.error_blob_uri,
246
- id=self.id,
247
- instance_view=self.instance_view,
248
- location=self.location,
249
- name=self.name,
250
- output_blob_managed_identity=self.output_blob_managed_identity,
251
- output_blob_uri=self.output_blob_uri,
252
- parameters=self.parameters,
253
- protected_parameters=self.protected_parameters,
254
- provisioning_state=self.provisioning_state,
255
- run_as_password=self.run_as_password,
256
- run_as_user=self.run_as_user,
257
- source=self.source,
258
- system_data=self.system_data,
259
- tags=self.tags,
260
- timeout_in_seconds=self.timeout_in_seconds,
261
- type=self.type)
262
-
263
-
264
- def get_machine_run_command(machine_name: Optional[str] = None,
265
- resource_group_name: Optional[str] = None,
266
- run_command_name: Optional[str] = None,
267
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMachineRunCommandResult:
268
- """
269
- The operation to get a run command.
270
-
271
-
272
- :param str machine_name: The name of the hybrid machine.
273
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
274
- :param str run_command_name: The name of the run command.
275
- """
276
- __args__ = dict()
277
- __args__['machineName'] = machine_name
278
- __args__['resourceGroupName'] = resource_group_name
279
- __args__['runCommandName'] = run_command_name
280
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
281
- __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240520preview:getMachineRunCommand', __args__, opts=opts, typ=GetMachineRunCommandResult).value
282
-
283
- return AwaitableGetMachineRunCommandResult(
284
- async_execution=pulumi.get(__ret__, 'async_execution'),
285
- error_blob_managed_identity=pulumi.get(__ret__, 'error_blob_managed_identity'),
286
- error_blob_uri=pulumi.get(__ret__, 'error_blob_uri'),
287
- id=pulumi.get(__ret__, 'id'),
288
- instance_view=pulumi.get(__ret__, 'instance_view'),
289
- location=pulumi.get(__ret__, 'location'),
290
- name=pulumi.get(__ret__, 'name'),
291
- output_blob_managed_identity=pulumi.get(__ret__, 'output_blob_managed_identity'),
292
- output_blob_uri=pulumi.get(__ret__, 'output_blob_uri'),
293
- parameters=pulumi.get(__ret__, 'parameters'),
294
- protected_parameters=pulumi.get(__ret__, 'protected_parameters'),
295
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
296
- run_as_password=pulumi.get(__ret__, 'run_as_password'),
297
- run_as_user=pulumi.get(__ret__, 'run_as_user'),
298
- source=pulumi.get(__ret__, 'source'),
299
- system_data=pulumi.get(__ret__, 'system_data'),
300
- tags=pulumi.get(__ret__, 'tags'),
301
- timeout_in_seconds=pulumi.get(__ret__, 'timeout_in_seconds'),
302
- type=pulumi.get(__ret__, 'type'))
303
-
304
-
305
- @_utilities.lift_output_func(get_machine_run_command)
306
- def get_machine_run_command_output(machine_name: Optional[pulumi.Input[str]] = None,
307
- resource_group_name: Optional[pulumi.Input[str]] = None,
308
- run_command_name: Optional[pulumi.Input[str]] = None,
309
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMachineRunCommandResult]:
310
- """
311
- The operation to get a run command.
312
-
313
-
314
- :param str machine_name: The name of the hybrid machine.
315
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
316
- :param str run_command_name: The name of the run command.
317
- """
318
- ...
@@ -1,136 +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
- 'GetPrivateEndpointConnectionResult',
15
- 'AwaitableGetPrivateEndpointConnectionResult',
16
- 'get_private_endpoint_connection',
17
- 'get_private_endpoint_connection_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetPrivateEndpointConnectionResult:
22
- """
23
- A private endpoint connection
24
- """
25
- def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
26
- if id and not isinstance(id, str):
27
- raise TypeError("Expected argument 'id' to be a str")
28
- pulumi.set(__self__, "id", id)
29
- if name and not isinstance(name, str):
30
- raise TypeError("Expected argument 'name' to be a str")
31
- pulumi.set(__self__, "name", name)
32
- if properties and not isinstance(properties, dict):
33
- raise TypeError("Expected argument 'properties' to be a dict")
34
- pulumi.set(__self__, "properties", properties)
35
- if system_data and not isinstance(system_data, dict):
36
- raise TypeError("Expected argument 'system_data' to be a dict")
37
- pulumi.set(__self__, "system_data", system_data)
38
- if type and not isinstance(type, str):
39
- raise TypeError("Expected argument 'type' to be a str")
40
- pulumi.set(__self__, "type", type)
41
-
42
- @property
43
- @pulumi.getter
44
- def id(self) -> str:
45
- """
46
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
47
- """
48
- return pulumi.get(self, "id")
49
-
50
- @property
51
- @pulumi.getter
52
- def name(self) -> str:
53
- """
54
- The name of the resource
55
- """
56
- return pulumi.get(self, "name")
57
-
58
- @property
59
- @pulumi.getter
60
- def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
61
- """
62
- Resource properties.
63
- """
64
- return pulumi.get(self, "properties")
65
-
66
- @property
67
- @pulumi.getter(name="systemData")
68
- def system_data(self) -> 'outputs.SystemDataResponse':
69
- """
70
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
71
- """
72
- return pulumi.get(self, "system_data")
73
-
74
- @property
75
- @pulumi.getter
76
- def type(self) -> str:
77
- """
78
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
79
- """
80
- return pulumi.get(self, "type")
81
-
82
-
83
- class AwaitableGetPrivateEndpointConnectionResult(GetPrivateEndpointConnectionResult):
84
- # pylint: disable=using-constant-test
85
- def __await__(self):
86
- if False:
87
- yield self
88
- return GetPrivateEndpointConnectionResult(
89
- id=self.id,
90
- name=self.name,
91
- properties=self.properties,
92
- system_data=self.system_data,
93
- type=self.type)
94
-
95
-
96
- def get_private_endpoint_connection(private_endpoint_connection_name: Optional[str] = None,
97
- resource_group_name: Optional[str] = None,
98
- scope_name: Optional[str] = None,
99
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionResult:
100
- """
101
- Gets a private endpoint connection.
102
-
103
-
104
- :param str private_endpoint_connection_name: The name of the private endpoint connection.
105
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
106
- :param str scope_name: The name of the Azure Arc PrivateLinkScope resource.
107
- """
108
- __args__ = dict()
109
- __args__['privateEndpointConnectionName'] = private_endpoint_connection_name
110
- __args__['resourceGroupName'] = resource_group_name
111
- __args__['scopeName'] = scope_name
112
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
113
- __ret__ = pulumi.runtime.invoke('azure-native:hybridcompute/v20240520preview:getPrivateEndpointConnection', __args__, opts=opts, typ=GetPrivateEndpointConnectionResult).value
114
-
115
- return AwaitableGetPrivateEndpointConnectionResult(
116
- id=pulumi.get(__ret__, 'id'),
117
- name=pulumi.get(__ret__, 'name'),
118
- properties=pulumi.get(__ret__, 'properties'),
119
- system_data=pulumi.get(__ret__, 'system_data'),
120
- type=pulumi.get(__ret__, 'type'))
121
-
122
-
123
- @_utilities.lift_output_func(get_private_endpoint_connection)
124
- def get_private_endpoint_connection_output(private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
125
- resource_group_name: Optional[pulumi.Input[str]] = None,
126
- scope_name: Optional[pulumi.Input[str]] = None,
127
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointConnectionResult]:
128
- """
129
- Gets a private endpoint connection.
130
-
131
-
132
- :param str private_endpoint_connection_name: The name of the private endpoint connection.
133
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
134
- :param str scope_name: The name of the Azure Arc PrivateLinkScope resource.
135
- """
136
- ...