Skip to content

Resolve remaining path conflicts in v3 #2047

Resolve remaining path conflicts in v3

Resolve remaining path conflicts in v3 #2047

Triggered via pull request January 22, 2025 11:08
Status Failure
Total duration 21m 8s
Billable time 41m
Artifacts 4

acceptance-test.yml

on: pull_request
version  /  Calculate Dev Version
2s
version / Calculate Dev Version
comment-notification
0s
comment-notification
build_test  /  Build binaries and schema
4m 14s
build_test / Build binaries and schema
Matrix: build_test / Build SDKs
build_test  /  Test Provider
8m 42s
build_test / Test Provider
build_test  /  Provider Dist
9m 56s
build_test / Provider Dist
Matrix: build_test / Test pulumi/examples
Matrix: build_test / Test SDKs
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 19 warnings
Unexpected file modified: sdk/python/pulumi_azure_native/__init__.py#L1
File modified: @@ -13751,8 +13751,8 @@ _utilities.register( "azure-native:mobilenetwork:PacketCoreControlPlane": "PacketCoreControlPlane", "azure-native:mobilenetwork:PacketCoreDataPlane": "PacketCoreDataPlane", "azure-native:mobilenetwork:Service": "Service", - "azure-native:mobilenetwork:Sim": "Sim", "azure-native:mobilenetwork:SimGroup": "SimGroup", + "azure-native:mobilenetwork:SimGroupSim": "SimGroupSim", "azure-native:mobilenetwork:SimPolicy": "SimPolicy", "azure-native:mobilenetwork:Site": "Site", "azure-native:mobilenetwork:Slice": "Slice" @@ -13778,8 +13778,8 @@ _utilities.register( "azure-native:mobilenetwork/v20220401preview:PacketCoreControlPlane": "PacketCoreControlPlane", "azure-native:mobilenetwork/v20220401preview:PacketCoreDataPlane": "PacketCoreDataPlane", "azure-native:mobilenetwork/v20220401preview:Service": "Service", - "azure-native:mobilenetwork/v20220401preview:Sim": "Sim", "azure-native:mobilenetwork/v20220401preview:SimGroup": "SimGroup", + "azure-native:mobilenetwork/v20220401preview:SimGroupSim": "SimGroupSim", "azure-native:mobilenetwork/v20220401preview:SimPolicy": "SimPolicy", "azure-native:mobilenetwork/v20220401preview:Site": "Site", "azure-native:mobilenetwork/v20220401preview:Slice": "Slice" @@ -13796,8 +13796,8 @@ _utilities.register( "azure-native:mobilenetwork/v20221101:PacketCoreControlPlane": "PacketCoreControlPlane", "azure-native:mobilenetwork/v20221101:PacketCoreDataPlane": "PacketCoreDataPlane", "azure-native:mobilenetwork/v20221101:Service": "Service", - "azure-native:mobilenetwork/v20221101:Sim": "Sim", "azure-native:mobilenetwork/v20221101:SimGroup": "SimGroup", + "azure-native:mobilenetwork/v20221101:SimGroupSim": "SimGroupSim", "azure-native:mobilenetwork/v20221101:SimPolicy": "SimPolicy", "azure-native:mobilenetwork/v20221101:Site": "Site", "azure-native:mobilenetwork/v20221101:Slice": "Slice" @@ -13816,8 +13816,8 @@ _utilities.register( "azure-native:mobilenetwork/v20230601:PacketCoreControlPlane": "PacketCoreControlPlane", "azure-native:mobilenetwork/v20230601:PacketCoreDataPlane": "PacketCoreDataPlane", "azure-native:mobilenetwork/v20230601:Service": "Service", - "azure-native:mobilenetwork/v20230601:Sim": "Sim", "azure-native:mobilenetwork/v20230601:SimGroup": "SimGroup", + "azure-native:mobilenetwork/v20230601:SimGroupSim": "SimGroupSim", "azure-native:mobilenetwork/v20230601:SimPolicy": "SimPolicy", "azure-native:mobilenetwork/v20230601:Site": "Site", "azure-native:mobilenetwork/v20230601:Slice": "Slice" @@ -13836,8 +13836,8 @@ _utilities.register( "azure-native:mobilenetwork/v20230901:PacketCoreControlPlane": "PacketCoreControlPlane", "azure-native:mobilenetwork/v20230901:PacketCoreDataPlane": "PacketCoreDataPlane", "azure-native:mobilenetwork/v20230901:Service": "Service", - "azure-native:mobilenetwork/v20230901:Sim": "Sim", "azure-native:mobilenetwork/v20230901:SimGroup": "SimGroup", + "azure-native:mobilenetwork/v20230901:SimGroupSim": "SimGroupSim", "azure-native:mobilenetwork/v20230901:SimPolicy": "SimPolicy", "azure-native:mobilenetwork/v20230901:Site": "Site", "azure-native:mobilenetwork/v20230901:Slice": "Slice" @@ -13856,8 +13856,8 @@ _utilities.register( "azure-native:mobilenetwork/v20240201:PacketCoreControlPlane": "PacketCoreControlPlane", "azure-native:mobilenetwork/v20240201:PacketCoreDataPlane": "PacketCoreDataPlane", "azure-native:mobilenetwork/v20240201:Service": "Service", - "azure-native:mobilenetwork/v20240201:Sim": "Sim", "azure-native:mobilenetwork/v20240201:SimGroup": "SimGroup", + "azure-native:mobilenetwork/v20240201:SimGroupSim": "SimGroupSim", "azure-native:mobilenetwork/v20240201:SimPolicy": "SimPolicy", "azure-native:mobilenetwork/v20240201:Site": "Site", "azure-native:mobilenetwork/v20240201:Slice": "Slice" @@ -13876,8 +13876,8 @@ _utilities.register( "azure-native:mobilenetwork/v20240401:PacketCoreControlPlane": "PacketCoreControlPlane",
Unexpected file modified: sdk/python/pulumi_azure_native/mobilenetwork/__init__.py#L1
File modified: @@ -17,8 +17,8 @@ from .get_packet_capture import * from .get_packet_core_control_plane import * from .get_packet_core_data_plane import * from .get_service import * -from .get_sim import * from .get_sim_group import * +from .get_sim_group_sim import * from .get_sim_policy import * from .get_site import * from .get_slice import * @@ -29,8 +29,8 @@ from .packet_capture import * from .packet_core_control_plane import * from .packet_core_data_plane import * from .service import * -from .sim import * from .sim_group import * +from .sim_group_sim import * from .sim_policy import * from .site import * from .slice import *
Unexpected file deleted: sdk/python/pulumi_azure_native/mobilenetwork/get_sim.py#L1
File deleted: # coding=utf-8 # *** WARNING: this file was generated by pulumi-language-python. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import copy import warnings import sys import pulumi import pulumi.runtime from typing import Any, Mapping, Optional, Sequence, Union, overload if sys.version_info >= (3, 11): from typing import NotRequired, TypedDict, TypeAlias else: from typing_extensions import NotRequired, TypedDict, TypeAlias from .. import _utilities from . import outputs __all__ = [ 'GetSimResult', 'AwaitableGetSimResult', 'get_sim', 'get_sim_output', ] @pulumi.output_type class GetSimResult: """ SIM resource. """ def __init__(__self__, device_type=None, id=None, integrated_circuit_card_identifier=None, international_mobile_subscriber_identity=None, name=None, provisioning_state=None, sim_policy=None, sim_state=None, site_provisioning_state=None, static_ip_configuration=None, system_data=None, type=None, vendor_key_fingerprint=None, vendor_name=None): if device_type and not isinstance(device_type, str): raise TypeError("Expected argument 'device_type' to be a str") pulumi.set(__self__, "device_type", device_type) if id and not isinstance(id, str): raise TypeError("Expected argument 'id' to be a str") pulumi.set(__self__, "id", id) if integrated_circuit_card_identifier and not isinstance(integrated_circuit_card_identifier, str): raise TypeError("Expected argument 'integrated_circuit_card_identifier' to be a str") pulumi.set(__self__, "integrated_circuit_card_identifier", integrated_circuit_card_identifier) if international_mobile_subscriber_identity and not isinstance(international_mobile_subscriber_identity, str): raise TypeError("Expected argument 'international_mobile_subscriber_identity' to be a str") pulumi.set(__self__, "international_mobile_subscriber_identity", international_mobile_subscriber_identity) if name and not isinstance(name, str): raise TypeError("Expected argument 'name' to be a str") pulumi.set(__self__, "name", name) if provisioning_state and not isinstance(provisioning_state, str): raise TypeError("Expected argument 'provisioning_state' to be a str") pulumi.set(__self__, "provisioning_state", provisioning_state) if sim_policy and not isinstance(sim_policy, dict): raise TypeError("Expected argument 'sim_policy' to be a dict") pulumi.set(__self__, "sim_policy", sim_policy) if sim_state and not isinstance(sim_state, str): raise TypeError("Expected argument 'sim_state' to be a str") pulumi.set(__self__, "sim_state", sim_state) if site_provisioning_state and not isinstance(site_provisioning_state, dict): raise TypeError("Expected argument 'site_provisioning_state' to be a dict") pulumi.set(__self__, "site_provisioning_state", site_provisioning_state) if static_ip_configuration and not isinstance(static_ip_configuration, list): raise TypeError("Expected argument 'static_ip_configuration' to be a list") pulumi.set(__self__, "static_ip_configuration", static_ip_configuration) if system_data and not isinstance(system_data, dict): raise TypeError("Expected argument 'system_data' to be a dict") pulumi.set(__self__, "system_data", system_data) if type and not isinstance(type, str): raise TypeError("Expected argument 'type' to be a str") pulumi.set(__self__, "type", type) if vendor_key_fingerprint and not isinstance(vendor_key_fingerprint, str): raise TypeError("Expected argument 'vendor_key_fingerprint' to be a str") pulumi.set(__self__, "vendor_key_fingerprint", vendor_key_fingerprint) if vendor_name and not isinstance(vendor_name, str): raise TypeError("Expected argument 'vendor_name' to be a str") pulumi.set(__self__, "vendor_name",
Unexpected file deleted: sdk/python/pulumi_azure_native/mobilenetwork/sim.py#L1
File deleted: # coding=utf-8 # *** WARNING: this file was generated by pulumi-language-python. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import copy import warnings import sys import pulumi import pulumi.runtime from typing import Any, Mapping, Optional, Sequence, Union, overload if sys.version_info >= (3, 11): from typing import NotRequired, TypedDict, TypeAlias else: from typing_extensions import NotRequired, TypedDict, TypeAlias from .. import _utilities from . import outputs from ._inputs import * __all__ = ['SimArgs', 'Sim'] @pulumi.input_type class SimArgs: def __init__(__self__, *, international_mobile_subscriber_identity: pulumi.Input[str], resource_group_name: pulumi.Input[str], sim_group_name: pulumi.Input[str], authentication_key: Optional[pulumi.Input[str]] = None, device_type: Optional[pulumi.Input[str]] = None, integrated_circuit_card_identifier: Optional[pulumi.Input[str]] = None, operator_key_code: Optional[pulumi.Input[str]] = None, sim_name: Optional[pulumi.Input[str]] = None, sim_policy: Optional[pulumi.Input['SimPolicyResourceIdArgs']] = None, static_ip_configuration: Optional[pulumi.Input[Sequence[pulumi.Input['SimStaticIpPropertiesArgs']]]] = None): """ The set of arguments for constructing a Sim resource. :param pulumi.Input[str] international_mobile_subscriber_identity: The international mobile subscriber identity (IMSI) for the SIM. :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive. :param pulumi.Input[str] sim_group_name: The name of the SIM Group. :param pulumi.Input[str] authentication_key: The Ki value for the SIM. :param pulumi.Input[str] device_type: An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. :param pulumi.Input[str] integrated_circuit_card_identifier: The integrated circuit card ID (ICCID) for the SIM. :param pulumi.Input[str] operator_key_code: The Opc value for the SIM. :param pulumi.Input[str] sim_name: The name of the SIM. :param pulumi.Input['SimPolicyResourceIdArgs'] sim_policy: The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. :param pulumi.Input[Sequence[pulumi.Input['SimStaticIpPropertiesArgs']]] static_ip_configuration: A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. """ pulumi.set(__self__, "international_mobile_subscriber_identity", international_mobile_subscriber_identity) pulumi.set(__self__, "resource_group_name", resource_group_name) pulumi.set(__self__, "sim_group_name", sim_group_name) if authentication_key is not None: pulumi.set(__self__, "authentication_key", authentication_key) if device_type is not None: pulumi.set(__self__, "device_type", device_type) if integrated_circuit_card_identifier is not None: pulumi.set(__self__, "integrated_circuit_card_identifier", integrated_circuit_card_identifier) if operator_key_code is not None: pulumi.set(__self__, "operator_key_code", operator_key_code) if sim_name is not None: pulumi.set(__self__, "sim_name", sim_name) if sim_policy is not None: pulumi.set(__self__, "sim_policy", sim_policy) if static_ip_configuration is not None: pulumi.set(__self__, "static_ip_configuration", static_ip_configuration) @Property @pulumi.getter(name="internationalMobileSubscriberIdentity") def international_mobile_subscriber_identity(self) -> pulumi.Input[str]: """ The internat
Unexpected file modified: sdk/python/pulumi_azure_native/mobilenetwork/v20220401preview/__init__.py#L1
File modified: @@ -14,8 +14,8 @@ from .get_mobile_network import * from .get_packet_core_control_plane import * from .get_packet_core_data_plane import * from .get_service import * -from .get_sim import * from .get_sim_group import * +from .get_sim_group_sim import * from .get_sim_policy import * from .get_site import * from .get_slice import * @@ -24,8 +24,8 @@ from .mobile_network import * from .packet_core_control_plane import * from .packet_core_data_plane import * from .service import * -from .sim import * from .sim_group import * +from .sim_group_sim import * from .sim_policy import * from .site import * from .slice import *
Unexpected file deleted: sdk/python/pulumi_azure_native/mobilenetwork/v20220401preview/get_sim.py#L1
File deleted: # coding=utf-8 # *** WARNING: this file was generated by pulumi-language-python. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import copy import warnings import sys import pulumi import pulumi.runtime from typing import Any, Mapping, Optional, Sequence, Union, overload if sys.version_info >= (3, 11): from typing import NotRequired, TypedDict, TypeAlias else: from typing_extensions import NotRequired, TypedDict, TypeAlias from ... import _utilities from . import outputs __all__ = [ 'GetSimResult', 'AwaitableGetSimResult', 'get_sim', 'get_sim_output', ] @pulumi.output_type class GetSimResult: """ SIM resource. """ def __init__(__self__, created_at=None, created_by=None, created_by_type=None, device_type=None, id=None, integrated_circuit_card_identifier=None, international_mobile_subscriber_identity=None, last_modified_at=None, last_modified_by=None, last_modified_by_type=None, name=None, provisioning_state=None, sim_policy=None, sim_state=None, static_ip_configuration=None, system_data=None, type=None): if created_at and not isinstance(created_at, str): raise TypeError("Expected argument 'created_at' to be a str") pulumi.set(__self__, "created_at", created_at) if created_by and not isinstance(created_by, str): raise TypeError("Expected argument 'created_by' to be a str") pulumi.set(__self__, "created_by", created_by) if created_by_type and not isinstance(created_by_type, str): raise TypeError("Expected argument 'created_by_type' to be a str") pulumi.set(__self__, "created_by_type", created_by_type) if device_type and not isinstance(device_type, str): raise TypeError("Expected argument 'device_type' to be a str") pulumi.set(__self__, "device_type", device_type) if id and not isinstance(id, str): raise TypeError("Expected argument 'id' to be a str") pulumi.set(__self__, "id", id) if integrated_circuit_card_identifier and not isinstance(integrated_circuit_card_identifier, str): raise TypeError("Expected argument 'integrated_circuit_card_identifier' to be a str") pulumi.set(__self__, "integrated_circuit_card_identifier", integrated_circuit_card_identifier) if international_mobile_subscriber_identity and not isinstance(international_mobile_subscriber_identity, str): raise TypeError("Expected argument 'international_mobile_subscriber_identity' to be a str") pulumi.set(__self__, "international_mobile_subscriber_identity", international_mobile_subscriber_identity) if last_modified_at and not isinstance(last_modified_at, str): raise TypeError("Expected argument 'last_modified_at' to be a str") pulumi.set(__self__, "last_modified_at", last_modified_at) if last_modified_by and not isinstance(last_modified_by, str): raise TypeError("Expected argument 'last_modified_by' to be a str") pulumi.set(__self__, "last_modified_by", last_modified_by) if last_modified_by_type and not isinstance(last_modified_by_type, str): raise TypeError("Expected argument 'last_modified_by_type' to be a str") pulumi.set(__self__, "last_modified_by_type", last_modified_by_type) if name and not isinstance(name, str): raise TypeError("Expected argument 'name' to be a str") pulumi.set(__self__, "name", name) if provisioning_state and not isinstance(provisioning_state, str): raise TypeError("Expected argument 'provisioning_state' to be a str") pulumi.set(__self__, "provisioning_state", provisioning_state) if sim_policy and not isinstance(sim_policy, dict): raise TypeError("Expected argument 'sim_policy' to be a dict") pulumi.set(__self__, "sim_policy", sim_policy) if sim_state and not isinstance(sim_state, str): raise TypeError("Expected argument 'sim_state' to be a str") pulumi.set(__
Unexpected file deleted: sdk/python/pulumi_azure_native/mobilenetwork/v20220401preview/sim.py#L1
File deleted: # coding=utf-8 # *** WARNING: this file was generated by pulumi-language-python. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import copy import warnings import sys import pulumi import pulumi.runtime from typing import Any, Mapping, Optional, Sequence, Union, overload if sys.version_info >= (3, 11): from typing import NotRequired, TypedDict, TypeAlias else: from typing_extensions import NotRequired, TypedDict, TypeAlias from ... import _utilities from . import outputs from ._enums import * from ._inputs import * __all__ = ['SimArgs', 'Sim'] @pulumi.input_type class SimArgs: def __init__(__self__, *, international_mobile_subscriber_identity: pulumi.Input[str], resource_group_name: pulumi.Input[str], sim_group_name: pulumi.Input[str], authentication_key: Optional[pulumi.Input[str]] = None, created_at: Optional[pulumi.Input[str]] = None, created_by: Optional[pulumi.Input[str]] = None, created_by_type: Optional[pulumi.Input[Union[str, 'CreatedByType']]] = None, device_type: Optional[pulumi.Input[str]] = None, integrated_circuit_card_identifier: Optional[pulumi.Input[str]] = None, last_modified_at: Optional[pulumi.Input[str]] = None, last_modified_by: Optional[pulumi.Input[str]] = None, last_modified_by_type: Optional[pulumi.Input[Union[str, 'CreatedByType']]] = None, operator_key_code: Optional[pulumi.Input[str]] = None, sim_name: Optional[pulumi.Input[str]] = None, sim_policy: Optional[pulumi.Input['SimPolicyResourceIdArgs']] = None, static_ip_configuration: Optional[pulumi.Input[Sequence[pulumi.Input['SimStaticIpPropertiesArgs']]]] = None): """ The set of arguments for constructing a Sim resource. :param pulumi.Input[str] international_mobile_subscriber_identity: The international mobile subscriber identity (IMSI) for the SIM. :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive. :param pulumi.Input[str] sim_group_name: The name of the SIM Group. :param pulumi.Input[str] authentication_key: The Ki value for the SIM. :param pulumi.Input[str] created_at: The timestamp of resource creation (UTC). :param pulumi.Input[str] created_by: The identity that created the resource. :param pulumi.Input[Union[str, 'CreatedByType']] created_by_type: The type of identity that created the resource. :param pulumi.Input[str] device_type: An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. :param pulumi.Input[str] integrated_circuit_card_identifier: The integrated circuit card ID (ICCID) for the SIM. :param pulumi.Input[str] last_modified_at: The timestamp of resource last modification (UTC) :param pulumi.Input[str] last_modified_by: The identity that last modified the resource. :param pulumi.Input[Union[str, 'CreatedByType']] last_modified_by_type: The type of identity that last modified the resource. :param pulumi.Input[str] operator_key_code: The Opc value for the SIM. :param pulumi.Input[str] sim_name: The name of the SIM. :param pulumi.Input['SimPolicyResourceIdArgs'] sim_policy: The SIM policy used by this SIM. :param pulumi.Input[Sequence[pulumi.Input['SimStaticIpPropertiesArgs']]] static_ip_configuration: A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. """ pulumi.set(__self__, "international_mobile_subscriber_identity", international_mobile_subscriber_identity) pulumi.set(__self__, "resource_group_name", resource_group_name)
Unexpected file modified: sdk/python/pulumi_azure_native/mobilenetwork/v20221101/__init__.py#L1
File modified: @@ -14,8 +14,8 @@ from .get_mobile_network import * from .get_packet_core_control_plane import * from .get_packet_core_data_plane import * from .get_service import * -from .get_sim import * from .get_sim_group import * +from .get_sim_group_sim import * from .get_sim_policy import * from .get_site import * from .get_slice import * @@ -23,8 +23,8 @@ from .mobile_network import * from .packet_core_control_plane import * from .packet_core_data_plane import * from .service import * -from .sim import * from .sim_group import * +from .sim_group_sim import * from .sim_policy import * from .site import * from .slice import *
Unexpected file deleted: sdk/python/pulumi_azure_native/mobilenetwork/v20221101/get_sim.py#L1
File deleted: # coding=utf-8 # *** WARNING: this file was generated by pulumi-language-python. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import copy import warnings import sys import pulumi import pulumi.runtime from typing import Any, Mapping, Optional, Sequence, Union, overload if sys.version_info >= (3, 11): from typing import NotRequired, TypedDict, TypeAlias else: from typing_extensions import NotRequired, TypedDict, TypeAlias from ... import _utilities from . import outputs __all__ = [ 'GetSimResult', 'AwaitableGetSimResult', 'get_sim', 'get_sim_output', ] @pulumi.output_type class GetSimResult: """ SIM resource. """ def __init__(__self__, device_type=None, id=None, integrated_circuit_card_identifier=None, international_mobile_subscriber_identity=None, name=None, provisioning_state=None, sim_policy=None, sim_state=None, site_provisioning_state=None, static_ip_configuration=None, system_data=None, type=None, vendor_key_fingerprint=None, vendor_name=None): if device_type and not isinstance(device_type, str): raise TypeError("Expected argument 'device_type' to be a str") pulumi.set(__self__, "device_type", device_type) if id and not isinstance(id, str): raise TypeError("Expected argument 'id' to be a str") pulumi.set(__self__, "id", id) if integrated_circuit_card_identifier and not isinstance(integrated_circuit_card_identifier, str): raise TypeError("Expected argument 'integrated_circuit_card_identifier' to be a str") pulumi.set(__self__, "integrated_circuit_card_identifier", integrated_circuit_card_identifier) if international_mobile_subscriber_identity and not isinstance(international_mobile_subscriber_identity, str): raise TypeError("Expected argument 'international_mobile_subscriber_identity' to be a str") pulumi.set(__self__, "international_mobile_subscriber_identity", international_mobile_subscriber_identity) if name and not isinstance(name, str): raise TypeError("Expected argument 'name' to be a str") pulumi.set(__self__, "name", name) if provisioning_state and not isinstance(provisioning_state, str): raise TypeError("Expected argument 'provisioning_state' to be a str") pulumi.set(__self__, "provisioning_state", provisioning_state) if sim_policy and not isinstance(sim_policy, dict): raise TypeError("Expected argument 'sim_policy' to be a dict") pulumi.set(__self__, "sim_policy", sim_policy) if sim_state and not isinstance(sim_state, str): raise TypeError("Expected argument 'sim_state' to be a str") pulumi.set(__self__, "sim_state", sim_state) if site_provisioning_state and not isinstance(site_provisioning_state, dict): raise TypeError("Expected argument 'site_provisioning_state' to be a dict") pulumi.set(__self__, "site_provisioning_state", site_provisioning_state) if static_ip_configuration and not isinstance(static_ip_configuration, list): raise TypeError("Expected argument 'static_ip_configuration' to be a list") pulumi.set(__self__, "static_ip_configuration", static_ip_configuration) if system_data and not isinstance(system_data, dict): raise TypeError("Expected argument 'system_data' to be a dict") pulumi.set(__self__, "system_data", system_data) if type and not isinstance(type, str): raise TypeError("Expected argument 'type' to be a str") pulumi.set(__self__, "type", type) if vendor_key_fingerprint and not isinstance(vendor_key_fingerprint, str): raise TypeError("Expected argument 'vendor_key_fingerprint' to be a str") pulumi.set(__self__, "vendor_key_fingerprint", vendor_key_fingerprint) if vendor_name and not isinstance(vendor_name, str): raise TypeError("Expected argument 'vendor_name' to be a str") pulumi.set(__self__, "vendor_name"
Unexpected file deleted: sdk/python/pulumi_azure_native/mobilenetwork/v20221101/sim.py#L1
File deleted: # coding=utf-8 # *** WARNING: this file was generated by pulumi-language-python. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import copy import warnings import sys import pulumi import pulumi.runtime from typing import Any, Mapping, Optional, Sequence, Union, overload if sys.version_info >= (3, 11): from typing import NotRequired, TypedDict, TypeAlias else: from typing_extensions import NotRequired, TypedDict, TypeAlias from ... import _utilities from . import outputs from ._inputs import * __all__ = ['SimArgs', 'Sim'] @pulumi.input_type class SimArgs: def __init__(__self__, *, international_mobile_subscriber_identity: pulumi.Input[str], resource_group_name: pulumi.Input[str], sim_group_name: pulumi.Input[str], authentication_key: Optional[pulumi.Input[str]] = None, device_type: Optional[pulumi.Input[str]] = None, integrated_circuit_card_identifier: Optional[pulumi.Input[str]] = None, operator_key_code: Optional[pulumi.Input[str]] = None, sim_name: Optional[pulumi.Input[str]] = None, sim_policy: Optional[pulumi.Input['SimPolicyResourceIdArgs']] = None, static_ip_configuration: Optional[pulumi.Input[Sequence[pulumi.Input['SimStaticIpPropertiesArgs']]]] = None): """ The set of arguments for constructing a Sim resource. :param pulumi.Input[str] international_mobile_subscriber_identity: The international mobile subscriber identity (IMSI) for the SIM. :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive. :param pulumi.Input[str] sim_group_name: The name of the SIM Group. :param pulumi.Input[str] authentication_key: The Ki value for the SIM. :param pulumi.Input[str] device_type: An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. :param pulumi.Input[str] integrated_circuit_card_identifier: The integrated circuit card ID (ICCID) for the SIM. :param pulumi.Input[str] operator_key_code: The Opc value for the SIM. :param pulumi.Input[str] sim_name: The name of the SIM. :param pulumi.Input['SimPolicyResourceIdArgs'] sim_policy: The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. :param pulumi.Input[Sequence[pulumi.Input['SimStaticIpPropertiesArgs']]] static_ip_configuration: A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. """ pulumi.set(__self__, "international_mobile_subscriber_identity", international_mobile_subscriber_identity) pulumi.set(__self__, "resource_group_name", resource_group_name) pulumi.set(__self__, "sim_group_name", sim_group_name) if authentication_key is not None: pulumi.set(__self__, "authentication_key", authentication_key) if device_type is not None: pulumi.set(__self__, "device_type", device_type) if integrated_circuit_card_identifier is not None: pulumi.set(__self__, "integrated_circuit_card_identifier", integrated_circuit_card_identifier) if operator_key_code is not None: pulumi.set(__self__, "operator_key_code", operator_key_code) if sim_name is not None: pulumi.set(__self__, "sim_name", sim_name) if sim_policy is not None: pulumi.set(__self__, "sim_policy", sim_policy) if static_ip_configuration is not None: pulumi.set(__self__, "static_ip_configuration", static_ip_configuration) @Property @pulumi.getter(name="internationalMobileSubscriberIdentity") def international_mobile_subscriber_identity(self) -> pulumi.Input[str]: """ The interna
Unexpected file deleted: sdk/nodejs/mobilenetwork/getSim.ts#L1
File deleted: // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; import * as enums from "../types/enums"; import * as utilities from "../utilities"; /** * Gets information about the specified SIM. * Azure REST API version: 2023-06-01. * * Other available API versions: 2022-03-01-preview, 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01, 2024-04-01. */ export function getSim(args: GetSimArgs, opts?: pulumi.InvokeOptions): Promise<GetSimResult> { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:mobilenetwork:getSim", { "resourceGroupName": args.resourceGroupName, "simGroupName": args.simGroupName, "simName": args.simName, }, opts); } export interface GetSimArgs { /** * The name of the resource group. The name is case insensitive. */ resourceGroupName: string; /** * The name of the SIM Group. */ simGroupName: string; /** * The name of the SIM. */ simName: string; } /** * SIM resource. */ export interface GetSimResult { /** * An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. */ readonly deviceType?: string; /** * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" */ readonly id: string; /** * The integrated circuit card ID (ICCID) for the SIM. */ readonly integratedCircuitCardIdentifier?: string; /** * The international mobile subscriber identity (IMSI) for the SIM. */ readonly internationalMobileSubscriberIdentity: string; /** * The name of the resource */ readonly name: string; /** * The provisioning state of the SIM resource. */ readonly provisioningState: string; /** * The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. */ readonly simPolicy?: outputs.mobilenetwork.SimPolicyResourceIdResponse; /** * The state of the SIM resource. */ readonly simState: string; /** * A dictionary of sites to the provisioning state of this SIM on that site. */ readonly siteProvisioningState: {[key: string]: string}; /** * A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. */ readonly staticIpConfiguration?: outputs.mobilenetwork.SimStaticIpPropertiesResponse[]; /** * Azure Resource Manager metadata containing createdBy and modifiedBy information. */ readonly systemData: outputs.mobilenetwork.SystemDataResponse; /** * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */ readonly type: string; /** * The public key fingerprint of the SIM vendor who provided this SIM, if any. */ readonly vendorKeyFingerprint: string; /** * The name of the SIM vendor who provided this SIM, if any. */ readonly vendorName: string; } /** * Gets information about the specified SIM. * Azure REST API version: 2023-06-01. * * Other available API versions: 2022-03-01-preview, 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01, 2024-04-01. */ export function getSimOutput(args: GetSimOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSimResult> { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:mobilenetwork:getSim", { "resourceGroupName":
Unexpected file modified: sdk/nodejs/mobilenetwork/index.ts#L1
File modified: @@ -60,16 +60,16 @@ export const getService: typeof import("./getService").getService = null as any; export const getServiceOutput: typeof import("./getService").getServiceOutput = null as any; utilities.lazyLoad(exports, ["getService","getServiceOutput"], () => require("./getService")); -export { GetSimArgs, GetSimResult, GetSimOutputArgs } from "./getSim"; -export const getSim: typeof import("./getSim").getSim = null as any; -export const getSimOutput: typeof import("./getSim").getSimOutput = null as any; -utilities.lazyLoad(exports, ["getSim","getSimOutput"], () => require("./getSim")); - export { GetSimGroupArgs, GetSimGroupResult, GetSimGroupOutputArgs } from "./getSimGroup"; export const getSimGroup: typeof import("./getSimGroup").getSimGroup = null as any; export const getSimGroupOutput: typeof import("./getSimGroup").getSimGroupOutput = null as any; utilities.lazyLoad(exports, ["getSimGroup","getSimGroupOutput"], () => require("./getSimGroup")); +export { GetSimGroupSimArgs, GetSimGroupSimResult, GetSimGroupSimOutputArgs } from "./getSimGroupSim"; +export const getSimGroupSim: typeof import("./getSimGroupSim").getSimGroupSim = null as any; +export const getSimGroupSimOutput: typeof import("./getSimGroupSim").getSimGroupSimOutput = null as any; +utilities.lazyLoad(exports, ["getSimGroupSim","getSimGroupSimOutput"], () => require("./getSimGroupSim")); + export { GetSimPolicyArgs, GetSimPolicyResult, GetSimPolicyOutputArgs } from "./getSimPolicy"; export const getSimPolicy: typeof import("./getSimPolicy").getSimPolicy = null as any; export const getSimPolicyOutput: typeof import("./getSimPolicy").getSimPolicyOutput = null as any; @@ -120,16 +120,16 @@ export type Service = import("./service").Service; export const Service: typeof import("./service").Service = null as any; utilities.lazyLoad(exports, ["Service"], () => require("./service")); -export { SimArgs } from "./sim"; -export type Sim = import("./sim").Sim; -export const Sim: typeof import("./sim").Sim = null as any; -utilities.lazyLoad(exports, ["Sim"], () => require("./sim")); - export { SimGroupArgs } from "./simGroup"; export type SimGroup = import("./simGroup").SimGroup; export const SimGroup: typeof import("./simGroup").SimGroup = null as any; utilities.lazyLoad(exports, ["SimGroup"], () => require("./simGroup")); +export { SimGroupSimArgs } from "./simGroupSim"; +export type SimGroupSim = import("./simGroupSim").SimGroupSim; +export const SimGroupSim: typeof import("./simGroupSim").SimGroupSim = null as any; +utilities.lazyLoad(exports, ["SimGroupSim"], () => require("./simGroupSim")); + export { SimPolicyArgs } from "./simPolicy"; export type SimPolicy = import("./simPolicy").SimPolicy; export const SimPolicy: typeof import("./simPolicy").SimPolicy = null as any; @@ -188,10 +188,10 @@ const _module = { return new PacketCoreDataPlane(name, <any>undefined, { urn }) case "azure-native:mobilenetwork:Service": return new Service(name, <any>undefined, { urn }) - case "azure-native:mobilenetwork:Sim": - return new Sim(name, <any>undefined, { urn }) case "azure-native:mobilenetwork:SimGroup": return new SimGroup(name, <any>undefined, { urn }) + case "azure-native:mobilenetwork:SimGroupSim": + return new SimGroupSim(name, <any>undefined, { urn }) case "azure-native:mobilenetwork:SimPolicy": return new SimPolicy(name, <any>undefined, { urn }) case "azure-native:mobilenetwork:Site":
Unexpected file deleted: sdk/nodejs/mobilenetwork/sim.ts#L1
File deleted: // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; import * as enums from "../types/enums"; import * as utilities from "../utilities"; /** * SIM resource. * Azure REST API version: 2023-06-01. Prior API version in Azure Native 1.x: 2022-04-01-preview. * * Other available API versions: 2022-03-01-preview, 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01, 2024-04-01. */ export class Sim extends pulumi.CustomResource { /** * Get an existing Sim resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Sim { return new Sim(name, undefined as any, { ...opts, id: id }); } /** @internal */ public static readonly __pulumiType = 'azure-native:mobilenetwork:Sim'; /** * Returns true if the given object is an instance of Sim. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ public static isInstance(obj: any): obj is Sim { if (obj === undefined || obj === null) { return false; } return obj['__pulumiType'] === Sim.__pulumiType; } /** * An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. */ public readonly deviceType!: pulumi.Output<string | undefined>; /** * The integrated circuit card ID (ICCID) for the SIM. */ public readonly integratedCircuitCardIdentifier!: pulumi.Output<string | undefined>; /** * The international mobile subscriber identity (IMSI) for the SIM. */ public readonly internationalMobileSubscriberIdentity!: pulumi.Output<string>; /** * The name of the resource */ public /*out*/ readonly name!: pulumi.Output<string>; /** * The provisioning state of the SIM resource. */ public /*out*/ readonly provisioningState!: pulumi.Output<string>; /** * The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. */ public readonly simPolicy!: pulumi.Output<outputs.mobilenetwork.SimPolicyResourceIdResponse | undefined>; /** * The state of the SIM resource. */ public /*out*/ readonly simState!: pulumi.Output<string>; /** * A dictionary of sites to the provisioning state of this SIM on that site. */ public /*out*/ readonly siteProvisioningState!: pulumi.Output<{[key: string]: string}>; /** * A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. */ public readonly staticIpConfiguration!: pulumi.Output<outputs.mobilenetwork.SimStaticIpPropertiesResponse[] | undefined>; /** * Azure Resource Manager metadata containing createdBy and modifiedBy information. */ public /*out*/ readonly systemData!: pulumi.Output<outputs.mobilenetwork.SystemDataResponse>; /** * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */ public /*out*/ readonly type!: pulumi.Output<string>; /** * The public key fingerprint of the SIM vendor who provided this SIM, if any. */ public /*out*/ readonly vendorKeyFingerprint!: pulumi.Output<string>; /** * The name of the SIM vendor who provided this SIM, if any. */ public /*out*
Unexpected file deleted: sdk/nodejs/mobilenetwork/v20220401preview/getSim.ts#L1
File deleted: // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../../types/input"; import * as outputs from "../../types/output"; import * as enums from "../../types/enums"; import * as utilities from "../../utilities"; /** * Gets information about the specified SIM. */ export function getSim(args: GetSimArgs, opts?: pulumi.InvokeOptions): Promise<GetSimResult> { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:mobilenetwork/v20220401preview:getSim", { "resourceGroupName": args.resourceGroupName, "simGroupName": args.simGroupName, "simName": args.simName, }, opts); } export interface GetSimArgs { /** * The name of the resource group. The name is case insensitive. */ resourceGroupName: string; /** * The name of the SIM Group. */ simGroupName: string; /** * The name of the SIM. */ simName: string; } /** * SIM resource. */ export interface GetSimResult { /** * The timestamp of resource creation (UTC). */ readonly createdAt?: string; /** * The identity that created the resource. */ readonly createdBy?: string; /** * The type of identity that created the resource. */ readonly createdByType?: string; /** * An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. */ readonly deviceType?: string; /** * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */ readonly id: string; /** * The integrated circuit card ID (ICCID) for the SIM. */ readonly integratedCircuitCardIdentifier?: string; /** * The international mobile subscriber identity (IMSI) for the SIM. */ readonly internationalMobileSubscriberIdentity: string; /** * The timestamp of resource last modification (UTC) */ readonly lastModifiedAt?: string; /** * The identity that last modified the resource. */ readonly lastModifiedBy?: string; /** * The type of identity that last modified the resource. */ readonly lastModifiedByType?: string; /** * The name of the resource */ readonly name: string; /** * The provisioning state of the SIM resource. */ readonly provisioningState: string; /** * The SIM policy used by this SIM. */ readonly simPolicy?: outputs.mobilenetwork.v20220401preview.SimPolicyResourceIdResponse; /** * The state of the SIM resource. */ readonly simState: string; /** * A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. */ readonly staticIpConfiguration?: outputs.mobilenetwork.v20220401preview.SimStaticIpPropertiesResponse[]; /** * Azure Resource Manager metadata containing createdBy and modifiedBy information. */ readonly systemData: outputs.mobilenetwork.v20220401preview.SystemDataResponse; /** * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */ readonly type: string; } /** * Gets information about the specified SIM. */ export function getSimOutput(args: GetSimOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSimResult> { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:mobilenetwork/v20220401preview:getSim", { "resourceGroupName": args.resourceGroupName, "simGroupName": args.simGroup
Unexpected file modified: sdk/nodejs/mobilenetwork/v20220401preview/index.ts#L1
File modified: @@ -45,16 +45,16 @@ export const getService: typeof import("./getService").getService = null as any; export const getServiceOutput: typeof import("./getService").getServiceOutput = null as any; utilities.lazyLoad(exports, ["getService","getServiceOutput"], () => require("./getService")); -export { GetSimArgs, GetSimResult, GetSimOutputArgs } from "./getSim"; -export const getSim: typeof import("./getSim").getSim = null as any; -export const getSimOutput: typeof import("./getSim").getSimOutput = null as any; -utilities.lazyLoad(exports, ["getSim","getSimOutput"], () => require("./getSim")); - export { GetSimGroupArgs, GetSimGroupResult, GetSimGroupOutputArgs } from "./getSimGroup"; export const getSimGroup: typeof import("./getSimGroup").getSimGroup = null as any; export const getSimGroupOutput: typeof import("./getSimGroup").getSimGroupOutput = null as any; utilities.lazyLoad(exports, ["getSimGroup","getSimGroupOutput"], () => require("./getSimGroup")); +export { GetSimGroupSimArgs, GetSimGroupSimResult, GetSimGroupSimOutputArgs } from "./getSimGroupSim"; +export const getSimGroupSim: typeof import("./getSimGroupSim").getSimGroupSim = null as any; +export const getSimGroupSimOutput: typeof import("./getSimGroupSim").getSimGroupSimOutput = null as any; +utilities.lazyLoad(exports, ["getSimGroupSim","getSimGroupSimOutput"], () => require("./getSimGroupSim")); + export { GetSimPolicyArgs, GetSimPolicyResult, GetSimPolicyOutputArgs } from "./getSimPolicy"; export const getSimPolicy: typeof import("./getSimPolicy").getSimPolicy = null as any; export const getSimPolicyOutput: typeof import("./getSimPolicy").getSimPolicyOutput = null as any; @@ -95,16 +95,16 @@ export type Service = import("./service").Service; export const Service: typeof import("./service").Service = null as any; utilities.lazyLoad(exports, ["Service"], () => require("./service")); -export { SimArgs } from "./sim"; -export type Sim = import("./sim").Sim; -export const Sim: typeof import("./sim").Sim = null as any; -utilities.lazyLoad(exports, ["Sim"], () => require("./sim")); - export { SimGroupArgs } from "./simGroup"; export type SimGroup = import("./simGroup").SimGroup; export const SimGroup: typeof import("./simGroup").SimGroup = null as any; utilities.lazyLoad(exports, ["SimGroup"], () => require("./simGroup")); +export { SimGroupSimArgs } from "./simGroupSim"; +export type SimGroupSim = import("./simGroupSim").SimGroupSim; +export const SimGroupSim: typeof import("./simGroupSim").SimGroupSim = null as any; +utilities.lazyLoad(exports, ["SimGroupSim"], () => require("./simGroupSim")); + export { SimPolicyArgs } from "./simPolicy"; export type SimPolicy = import("./simPolicy").SimPolicy; export const SimPolicy: typeof import("./simPolicy").SimPolicy = null as any; @@ -140,10 +140,10 @@ const _module = { return new PacketCoreDataPlane(name, <any>undefined, { urn }) case "azure-native:mobilenetwork/v20220401preview:Service": return new Service(name, <any>undefined, { urn }) - case "azure-native:mobilenetwork/v20220401preview:Sim": - return new Sim(name, <any>undefined, { urn }) case "azure-native:mobilenetwork/v20220401preview:SimGroup": return new SimGroup(name, <any>undefined, { urn }) + case "azure-native:mobilenetwork/v20220401preview:SimGroupSim": + return new SimGroupSim(name, <any>undefined, { urn }) case "azure-native:mobilenetwork/v20220401preview:SimPolicy": return new SimPolicy(name, <any>undefined, { urn }) case "azure-native:mobilenetwork/v20220401preview:Site":
Unexpected file deleted: sdk/nodejs/mobilenetwork/v20220401preview/sim.ts#L1
File deleted: // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../../types/input"; import * as outputs from "../../types/output"; import * as enums from "../../types/enums"; import * as utilities from "../../utilities"; /** * SIM resource. */ export class Sim extends pulumi.CustomResource { /** * Get an existing Sim resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Sim { return new Sim(name, undefined as any, { ...opts, id: id }); } /** @internal */ public static readonly __pulumiType = 'azure-native:mobilenetwork/v20220401preview:Sim'; /** * Returns true if the given object is an instance of Sim. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ public static isInstance(obj: any): obj is Sim { if (obj === undefined || obj === null) { return false; } return obj['__pulumiType'] === Sim.__pulumiType; } /** * The timestamp of resource creation (UTC). */ public readonly createdAt!: pulumi.Output<string | undefined>; /** * The identity that created the resource. */ public readonly createdBy!: pulumi.Output<string | undefined>; /** * The type of identity that created the resource. */ public readonly createdByType!: pulumi.Output<string | undefined>; /** * An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. */ public readonly deviceType!: pulumi.Output<string | undefined>; /** * The integrated circuit card ID (ICCID) for the SIM. */ public readonly integratedCircuitCardIdentifier!: pulumi.Output<string | undefined>; /** * The international mobile subscriber identity (IMSI) for the SIM. */ public readonly internationalMobileSubscriberIdentity!: pulumi.Output<string>; /** * The timestamp of resource last modification (UTC) */ public readonly lastModifiedAt!: pulumi.Output<string | undefined>; /** * The identity that last modified the resource. */ public readonly lastModifiedBy!: pulumi.Output<string | undefined>; /** * The type of identity that last modified the resource. */ public readonly lastModifiedByType!: pulumi.Output<string | undefined>; /** * The name of the resource */ public /*out*/ readonly name!: pulumi.Output<string>; /** * The provisioning state of the SIM resource. */ public /*out*/ readonly provisioningState!: pulumi.Output<string>; /** * The SIM policy used by this SIM. */ public readonly simPolicy!: pulumi.Output<outputs.mobilenetwork.v20220401preview.SimPolicyResourceIdResponse | undefined>; /** * The state of the SIM resource. */ public /*out*/ readonly simState!: pulumi.Output<string>; /** * A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. */ public readonly staticIpConfiguration!: pulumi.Output<outputs.mobilenetwork.v20220401preview.SimStaticIpPropertiesResponse[] | undefined>; /** * Azure Resource Manager metadata containing createdBy and modifiedBy information. */ public /*out*/ readonly systemData!: pulumi.Output<outputs.mobilenetwork.v20220401preview.SystemDataResponse>;
Unexpected file deleted: sdk/nodejs/mobilenetwork/v20221101/getSim.ts#L1
File deleted: // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../../types/input"; import * as outputs from "../../types/output"; import * as enums from "../../types/enums"; import * as utilities from "../../utilities"; /** * Gets information about the specified SIM. */ export function getSim(args: GetSimArgs, opts?: pulumi.InvokeOptions): Promise<GetSimResult> { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:mobilenetwork/v20221101:getSim", { "resourceGroupName": args.resourceGroupName, "simGroupName": args.simGroupName, "simName": args.simName, }, opts); } export interface GetSimArgs { /** * The name of the resource group. The name is case insensitive. */ resourceGroupName: string; /** * The name of the SIM Group. */ simGroupName: string; /** * The name of the SIM. */ simName: string; } /** * SIM resource. */ export interface GetSimResult { /** * An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. */ readonly deviceType?: string; /** * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */ readonly id: string; /** * The integrated circuit card ID (ICCID) for the SIM. */ readonly integratedCircuitCardIdentifier?: string; /** * The international mobile subscriber identity (IMSI) for the SIM. */ readonly internationalMobileSubscriberIdentity: string; /** * The name of the resource */ readonly name: string; /** * The provisioning state of the SIM resource. */ readonly provisioningState: string; /** * The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. */ readonly simPolicy?: outputs.mobilenetwork.v20221101.SimPolicyResourceIdResponse; /** * The state of the SIM resource. */ readonly simState: string; /** * A dictionary of sites to the provisioning state of this SIM on that site. */ readonly siteProvisioningState: {[key: string]: string}; /** * A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. */ readonly staticIpConfiguration?: outputs.mobilenetwork.v20221101.SimStaticIpPropertiesResponse[]; /** * Azure Resource Manager metadata containing createdBy and modifiedBy information. */ readonly systemData: outputs.mobilenetwork.v20221101.SystemDataResponse; /** * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */ readonly type: string; /** * The public key fingerprint of the SIM vendor who provided this SIM, if any. */ readonly vendorKeyFingerprint: string; /** * The name of the SIM vendor who provided this SIM, if any. */ readonly vendorName: string; } /** * Gets information about the specified SIM. */ export function getSimOutput(args: GetSimOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSimResult> { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:mobilenetwork/v20221101:getSim", { "resourceGroupName": args.resourceGroupName, "simGroupName": args.simGroupName, "simName": args.simName, }, opts); } export interface GetSimOutputArgs { /** * The name of the resource group. The name is case insensitive. */ resourceGroupName: pulu
Unexpected file modified: sdk/nodejs/mobilenetwork/v20221101/index.ts#L1
File modified: @@ -45,16 +45,16 @@ export const getService: typeof import("./getService").getService = null as any; export const getServiceOutput: typeof import("./getService").getServiceOutput = null as any; utilities.lazyLoad(exports, ["getService","getServiceOutput"], () => require("./getService")); -export { GetSimArgs, GetSimResult, GetSimOutputArgs } from "./getSim"; -export const getSim: typeof import("./getSim").getSim = null as any; -export const getSimOutput: typeof import("./getSim").getSimOutput = null as any; -utilities.lazyLoad(exports, ["getSim","getSimOutput"], () => require("./getSim")); - export { GetSimGroupArgs, GetSimGroupResult, GetSimGroupOutputArgs } from "./getSimGroup"; export const getSimGroup: typeof import("./getSimGroup").getSimGroup = null as any; export const getSimGroupOutput: typeof import("./getSimGroup").getSimGroupOutput = null as any; utilities.lazyLoad(exports, ["getSimGroup","getSimGroupOutput"], () => require("./getSimGroup")); +export { GetSimGroupSimArgs, GetSimGroupSimResult, GetSimGroupSimOutputArgs } from "./getSimGroupSim"; +export const getSimGroupSim: typeof import("./getSimGroupSim").getSimGroupSim = null as any; +export const getSimGroupSimOutput: typeof import("./getSimGroupSim").getSimGroupSimOutput = null as any; +utilities.lazyLoad(exports, ["getSimGroupSim","getSimGroupSimOutput"], () => require("./getSimGroupSim")); + export { GetSimPolicyArgs, GetSimPolicyResult, GetSimPolicyOutputArgs } from "./getSimPolicy"; export const getSimPolicy: typeof import("./getSimPolicy").getSimPolicy = null as any; export const getSimPolicyOutput: typeof import("./getSimPolicy").getSimPolicyOutput = null as any; @@ -90,16 +90,16 @@ export type Service = import("./service").Service; export const Service: typeof import("./service").Service = null as any; utilities.lazyLoad(exports, ["Service"], () => require("./service")); -export { SimArgs } from "./sim"; -export type Sim = import("./sim").Sim; -export const Sim: typeof import("./sim").Sim = null as any; -utilities.lazyLoad(exports, ["Sim"], () => require("./sim")); - export { SimGroupArgs } from "./simGroup"; export type SimGroup = import("./simGroup").SimGroup; export const SimGroup: typeof import("./simGroup").SimGroup = null as any; utilities.lazyLoad(exports, ["SimGroup"], () => require("./simGroup")); +export { SimGroupSimArgs } from "./simGroupSim"; +export type SimGroupSim = import("./simGroupSim").SimGroupSim; +export const SimGroupSim: typeof import("./simGroupSim").SimGroupSim = null as any; +utilities.lazyLoad(exports, ["SimGroupSim"], () => require("./simGroupSim")); + export { SimPolicyArgs } from "./simPolicy"; export type SimPolicy = import("./simPolicy").SimPolicy; export const SimPolicy: typeof import("./simPolicy").SimPolicy = null as any; @@ -135,10 +135,10 @@ const _module = { return new PacketCoreDataPlane(name, <any>undefined, { urn }) case "azure-native:mobilenetwork/v20221101:Service": return new Service(name, <any>undefined, { urn }) - case "azure-native:mobilenetwork/v20221101:Sim": - return new Sim(name, <any>undefined, { urn }) case "azure-native:mobilenetwork/v20221101:SimGroup": return new SimGroup(name, <any>undefined, { urn }) + case "azure-native:mobilenetwork/v20221101:SimGroupSim": + return new SimGroupSim(name, <any>undefined, { urn }) case "azure-native:mobilenetwork/v20221101:SimPolicy": return new SimPolicy(name, <any>undefined, { urn }) case "azure-native:mobilenetwork/v20221101:Site":
Unexpected file deleted: sdk/nodejs/mobilenetwork/v20221101/sim.ts#L1
File deleted: // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../../types/input"; import * as outputs from "../../types/output"; import * as enums from "../../types/enums"; import * as utilities from "../../utilities"; /** * SIM resource. */ export class Sim extends pulumi.CustomResource { /** * Get an existing Sim resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Sim { return new Sim(name, undefined as any, { ...opts, id: id }); } /** @internal */ public static readonly __pulumiType = 'azure-native:mobilenetwork/v20221101:Sim'; /** * Returns true if the given object is an instance of Sim. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ public static isInstance(obj: any): obj is Sim { if (obj === undefined || obj === null) { return false; } return obj['__pulumiType'] === Sim.__pulumiType; } /** * An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. */ public readonly deviceType!: pulumi.Output<string | undefined>; /** * The integrated circuit card ID (ICCID) for the SIM. */ public readonly integratedCircuitCardIdentifier!: pulumi.Output<string | undefined>; /** * The international mobile subscriber identity (IMSI) for the SIM. */ public readonly internationalMobileSubscriberIdentity!: pulumi.Output<string>; /** * The name of the resource */ public /*out*/ readonly name!: pulumi.Output<string>; /** * The provisioning state of the SIM resource. */ public /*out*/ readonly provisioningState!: pulumi.Output<string>; /** * The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. */ public readonly simPolicy!: pulumi.Output<outputs.mobilenetwork.v20221101.SimPolicyResourceIdResponse | undefined>; /** * The state of the SIM resource. */ public /*out*/ readonly simState!: pulumi.Output<string>; /** * A dictionary of sites to the provisioning state of this SIM on that site. */ public /*out*/ readonly siteProvisioningState!: pulumi.Output<{[key: string]: string}>; /** * A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. */ public readonly staticIpConfiguration!: pulumi.Output<outputs.mobilenetwork.v20221101.SimStaticIpPropertiesResponse[] | undefined>; /** * Azure Resource Manager metadata containing createdBy and modifiedBy information. */ public /*out*/ readonly systemData!: pulumi.Output<outputs.mobilenetwork.v20221101.SystemDataResponse>; /** * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */ public /*out*/ readonly type!: pulumi.Output<string>; /** * The public key fingerprint of the SIM vendor who provided this SIM, if any. */ public /*out*/ readonly vendorKeyFingerprint!: pulumi.Output<string>; /** * The name of the SIM vendor who provided this SIM, if any. */ public /*out*/ readonly vendorName!: pulumi.Output<string>; /** * Create a Sim resource with the given unique name, arguments, and options. * * @param name The _un
Unexpected file deleted: sdk/nodejs/mobilenetwork/v20230601/getSim.ts#L1
File deleted: // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../../types/input"; import * as outputs from "../../types/output"; import * as enums from "../../types/enums"; import * as utilities from "../../utilities"; /** * Gets information about the specified SIM. */ export function getSim(args: GetSimArgs, opts?: pulumi.InvokeOptions): Promise<GetSimResult> { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:mobilenetwork/v20230601:getSim", { "resourceGroupName": args.resourceGroupName, "simGroupName": args.simGroupName, "simName": args.simName, }, opts); } export interface GetSimArgs { /** * The name of the resource group. The name is case insensitive. */ resourceGroupName: string; /** * The name of the SIM Group. */ simGroupName: string; /** * The name of the SIM. */ simName: string; } /** * SIM resource. */ export interface GetSimResult { /** * An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. */ readonly deviceType?: string; /** * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" */ readonly id: string; /** * The integrated circuit card ID (ICCID) for the SIM. */ readonly integratedCircuitCardIdentifier?: string; /** * The international mobile subscriber identity (IMSI) for the SIM. */ readonly internationalMobileSubscriberIdentity: string; /** * The name of the resource */ readonly name: string; /** * The provisioning state of the SIM resource. */ readonly provisioningState: string; /** * The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. */ readonly simPolicy?: outputs.mobilenetwork.v20230601.SimPolicyResourceIdResponse; /** * The state of the SIM resource. */ readonly simState: string; /** * A dictionary of sites to the provisioning state of this SIM on that site. */ readonly siteProvisioningState: {[key: string]: string}; /** * A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. */ readonly staticIpConfiguration?: outputs.mobilenetwork.v20230601.SimStaticIpPropertiesResponse[]; /** * Azure Resource Manager metadata containing createdBy and modifiedBy information. */ readonly systemData: outputs.mobilenetwork.v20230601.SystemDataResponse; /** * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */ readonly type: string; /** * The public key fingerprint of the SIM vendor who provided this SIM, if any. */ readonly vendorKeyFingerprint: string; /** * The name of the SIM vendor who provided this SIM, if any. */ readonly vendorName: string; } /** * Gets information about the specified SIM. */ export function getSimOutput(args: GetSimOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSimResult> { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:mobilenetwork/v20230601:getSim", { "resourceGroupName": args.resourceGroupName, "simGroupName": args.simGroupName, "simName": args.simName, }, opts); } export interface GetSimOutputArgs { /** * The name of the resource group. The name is case insensitive. */ resourceGroupName: pu
Unexpected file deleted: sdk/dotnet/MobileNetwork/GetSim.cs#L1
File deleted: // *** WARNING: this file was generated by pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.AzureNative.MobileNetwork { public static class GetSim { /// <summary> /// Gets information about the specified SIM. /// Azure REST API version: 2023-06-01. /// /// Other available API versions: 2022-03-01-preview, 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01, 2024-04-01. /// </summary> public static Task<GetSimResult> InvokeAsync(GetSimArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync<GetSimResult>("azure-native:mobilenetwork:getSim", args ?? new GetSimArgs(), options.WithDefaults()); /// <summary> /// Gets information about the specified SIM. /// Azure REST API version: 2023-06-01. /// /// Other available API versions: 2022-03-01-preview, 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01, 2024-04-01. /// </summary> public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke<GetSimResult>("azure-native:mobilenetwork:getSim", args ?? new GetSimInvokeArgs(), options.WithDefaults()); /// <summary> /// Gets information about the specified SIM. /// Azure REST API version: 2023-06-01. /// /// Other available API versions: 2022-03-01-preview, 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01, 2024-04-01. /// </summary> public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke<GetSimResult>("azure-native:mobilenetwork:getSim", args ?? new GetSimInvokeArgs(), options.WithDefaults()); } public sealed class GetSimArgs : global::Pulumi.InvokeArgs { /// <summary> /// The name of the resource group. The name is case insensitive. /// </summary> [Input("resourceGroupName", required: true)] public string ResourceGroupName { get; set; } = null!; /// <summary> /// The name of the SIM Group. /// </summary> [Input("simGroupName", required: true)] public string SimGroupName { get; set; } = null!; /// <summary> /// The name of the SIM. /// </summary> [Input("simName", required: true)] public string SimName { get; set; } = null!; public GetSimArgs() { } public static new GetSimArgs Empty => new GetSimArgs(); } public sealed class GetSimInvokeArgs : global::Pulumi.InvokeArgs { /// <summary> /// The name of the resource group. The name is case insensitive. /// </summary> [Input("resourceGroupName", required: true)] public Input<string> ResourceGroupName { get; set; } = null!; /// <summary> /// The name of the SIM Group. /// </summary> [Input("simGroupName", required: true)] public Input<string> SimGroupName { get; set; } = null!; /// <summary> /// The name of the SIM. /// </summary> [Input("simName", required: true)] public Input<string> SimName { get; set; } = null!; public GetSimInvokeArgs() { } public static new GetSimInvokeArgs Empty => new GetSimInvokeArgs(); } [OutputType] public sealed class GetSimResult { /// <summary> /// An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. /// </summary> public readonly string? DeviceType; /// <summary> /// Fully q
Unexpected file deleted: sdk/dotnet/MobileNetwork/Sim.cs#L1
File deleted: // *** WARNING: this file was generated by pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.AzureNative.MobileNetwork { /// <summary> /// SIM resource. /// Azure REST API version: 2023-06-01. Prior API version in Azure Native 1.x: 2022-04-01-preview. /// /// Other available API versions: 2022-03-01-preview, 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01, 2024-04-01. /// </summary> [AzureNativeResourceType("azure-native:mobilenetwork:Sim")] public partial class Sim : global::Pulumi.CustomResource { /// <summary> /// An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. /// </summary> [Output("deviceType")] public Output<string?> DeviceType { get; private set; } = null!; /// <summary> /// The integrated circuit card ID (ICCID) for the SIM. /// </summary> [Output("integratedCircuitCardIdentifier")] public Output<string?> IntegratedCircuitCardIdentifier { get; private set; } = null!; /// <summary> /// The international mobile subscriber identity (IMSI) for the SIM. /// </summary> [Output("internationalMobileSubscriberIdentity")] public Output<string> InternationalMobileSubscriberIdentity { get; private set; } = null!; /// <summary> /// The name of the resource /// </summary> [Output("name")] public Output<string> Name { get; private set; } = null!; /// <summary> /// The provisioning state of the SIM resource. /// </summary> [Output("provisioningState")] public Output<string> ProvisioningState { get; private set; } = null!; /// <summary> /// The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. /// </summary> [Output("simPolicy")] public Output<Outputs.SimPolicyResourceIdResponse?> SimPolicy { get; private set; } = null!; /// <summary> /// The state of the SIM resource. /// </summary> [Output("simState")] public Output<string> SimState { get; private set; } = null!; /// <summary> /// A dictionary of sites to the provisioning state of this SIM on that site. /// </summary> [Output("siteProvisioningState")] public Output<ImmutableDictionary<string, string>> SiteProvisioningState { get; private set; } = null!; /// <summary> /// A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. /// </summary> [Output("staticIpConfiguration")] public Output<ImmutableArray<Outputs.SimStaticIpPropertiesResponse>> StaticIpConfiguration { get; private set; } = null!; /// <summary> /// Azure Resource Manager metadata containing createdBy and modifiedBy information. /// </summary> [Output("systemData")] public Output<Outputs.SystemDataResponse> SystemData { get; private set; } = null!; /// <summary> /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" /// </summary> [Output("type")] public Output<string> Type { get; private set; } = null!; /// <summary> /// The public key fingerprint of the SIM vendor who provided this SIM, if any. /// </summary> [Output("vendorKeyFingerprint")] public Output<string> VendorKeyFingerprint { get; private set; } = null!; /// <summary> /// The name of the SIM vendor who provided this SIM, if any. /// </summary>
Unexpected file deleted: sdk/dotnet/MobileNetwork/V20220401Preview/GetSim.cs#L1
File deleted: // *** WARNING: this file was generated by pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.AzureNative.MobileNetwork.V20220401Preview { public static class GetSim { /// <summary> /// Gets information about the specified SIM. /// </summary> public static Task<GetSimResult> InvokeAsync(GetSimArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync<GetSimResult>("azure-native:mobilenetwork/v20220401preview:getSim", args ?? new GetSimArgs(), options.WithDefaults()); /// <summary> /// Gets information about the specified SIM. /// </summary> public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke<GetSimResult>("azure-native:mobilenetwork/v20220401preview:getSim", args ?? new GetSimInvokeArgs(), options.WithDefaults()); /// <summary> /// Gets information about the specified SIM. /// </summary> public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke<GetSimResult>("azure-native:mobilenetwork/v20220401preview:getSim", args ?? new GetSimInvokeArgs(), options.WithDefaults()); } public sealed class GetSimArgs : global::Pulumi.InvokeArgs { /// <summary> /// The name of the resource group. The name is case insensitive. /// </summary> [Input("resourceGroupName", required: true)] public string ResourceGroupName { get; set; } = null!; /// <summary> /// The name of the SIM Group. /// </summary> [Input("simGroupName", required: true)] public string SimGroupName { get; set; } = null!; /// <summary> /// The name of the SIM. /// </summary> [Input("simName", required: true)] public string SimName { get; set; } = null!; public GetSimArgs() { } public static new GetSimArgs Empty => new GetSimArgs(); } public sealed class GetSimInvokeArgs : global::Pulumi.InvokeArgs { /// <summary> /// The name of the resource group. The name is case insensitive. /// </summary> [Input("resourceGroupName", required: true)] public Input<string> ResourceGroupName { get; set; } = null!; /// <summary> /// The name of the SIM Group. /// </summary> [Input("simGroupName", required: true)] public Input<string> SimGroupName { get; set; } = null!; /// <summary> /// The name of the SIM. /// </summary> [Input("simName", required: true)] public Input<string> SimName { get; set; } = null!; public GetSimInvokeArgs() { } public static new GetSimInvokeArgs Empty => new GetSimInvokeArgs(); } [OutputType] public sealed class GetSimResult { /// <summary> /// The timestamp of resource creation (UTC). /// </summary> public readonly string? CreatedAt; /// <summary> /// The identity that created the resource. /// </summary> public readonly string? CreatedBy; /// <summary> /// The type of identity that created the resource. /// </summary> public readonly string? CreatedByType; /// <summary> /// An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. /// </summary> public readonly string? DeviceType; /// <summary> /// Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptio
Unexpected file deleted: sdk/dotnet/MobileNetwork/V20220401Preview/Sim.cs#L1
File deleted: // *** WARNING: this file was generated by pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.AzureNative.MobileNetwork.V20220401Preview { /// <summary> /// SIM resource. /// </summary> [AzureNativeResourceType("azure-native:mobilenetwork/v20220401preview:Sim")] public partial class Sim : global::Pulumi.CustomResource { /// <summary> /// The timestamp of resource creation (UTC). /// </summary> [Output("createdAt")] public Output<string?> CreatedAt { get; private set; } = null!; /// <summary> /// The identity that created the resource. /// </summary> [Output("createdBy")] public Output<string?> CreatedBy { get; private set; } = null!; /// <summary> /// The type of identity that created the resource. /// </summary> [Output("createdByType")] public Output<string?> CreatedByType { get; private set; } = null!; /// <summary> /// An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. /// </summary> [Output("deviceType")] public Output<string?> DeviceType { get; private set; } = null!; /// <summary> /// The integrated circuit card ID (ICCID) for the SIM. /// </summary> [Output("integratedCircuitCardIdentifier")] public Output<string?> IntegratedCircuitCardIdentifier { get; private set; } = null!; /// <summary> /// The international mobile subscriber identity (IMSI) for the SIM. /// </summary> [Output("internationalMobileSubscriberIdentity")] public Output<string> InternationalMobileSubscriberIdentity { get; private set; } = null!; /// <summary> /// The timestamp of resource last modification (UTC) /// </summary> [Output("lastModifiedAt")] public Output<string?> LastModifiedAt { get; private set; } = null!; /// <summary> /// The identity that last modified the resource. /// </summary> [Output("lastModifiedBy")] public Output<string?> LastModifiedBy { get; private set; } = null!; /// <summary> /// The type of identity that last modified the resource. /// </summary> [Output("lastModifiedByType")] public Output<string?> LastModifiedByType { get; private set; } = null!; /// <summary> /// The name of the resource /// </summary> [Output("name")] public Output<string> Name { get; private set; } = null!; /// <summary> /// The provisioning state of the SIM resource. /// </summary> [Output("provisioningState")] public Output<string> ProvisioningState { get; private set; } = null!; /// <summary> /// The SIM policy used by this SIM. /// </summary> [Output("simPolicy")] public Output<Outputs.SimPolicyResourceIdResponse?> SimPolicy { get; private set; } = null!; /// <summary> /// The state of the SIM resource. /// </summary> [Output("simState")] public Output<string> SimState { get; private set; } = null!; /// <summary> /// A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. /// </summary> [Output("staticIpConfiguration")] public Output<ImmutableArray<Outputs.SimStaticIpPropertiesResponse>> StaticIpConfiguration { get; private set; } = null!; /// <summary> /// Azure Resource Manager metadata containing createdBy and modifiedBy information. /// </summary> [Output("sy
Unexpected file deleted: sdk/dotnet/MobileNetwork/V20221101/GetSim.cs#L1
File deleted: // *** WARNING: this file was generated by pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.AzureNative.MobileNetwork.V20221101 { public static class GetSim { /// <summary> /// Gets information about the specified SIM. /// </summary> public static Task<GetSimResult> InvokeAsync(GetSimArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync<GetSimResult>("azure-native:mobilenetwork/v20221101:getSim", args ?? new GetSimArgs(), options.WithDefaults()); /// <summary> /// Gets information about the specified SIM. /// </summary> public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke<GetSimResult>("azure-native:mobilenetwork/v20221101:getSim", args ?? new GetSimInvokeArgs(), options.WithDefaults()); /// <summary> /// Gets information about the specified SIM. /// </summary> public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke<GetSimResult>("azure-native:mobilenetwork/v20221101:getSim", args ?? new GetSimInvokeArgs(), options.WithDefaults()); } public sealed class GetSimArgs : global::Pulumi.InvokeArgs { /// <summary> /// The name of the resource group. The name is case insensitive. /// </summary> [Input("resourceGroupName", required: true)] public string ResourceGroupName { get; set; } = null!; /// <summary> /// The name of the SIM Group. /// </summary> [Input("simGroupName", required: true)] public string SimGroupName { get; set; } = null!; /// <summary> /// The name of the SIM. /// </summary> [Input("simName", required: true)] public string SimName { get; set; } = null!; public GetSimArgs() { } public static new GetSimArgs Empty => new GetSimArgs(); } public sealed class GetSimInvokeArgs : global::Pulumi.InvokeArgs { /// <summary> /// The name of the resource group. The name is case insensitive. /// </summary> [Input("resourceGroupName", required: true)] public Input<string> ResourceGroupName { get; set; } = null!; /// <summary> /// The name of the SIM Group. /// </summary> [Input("simGroupName", required: true)] public Input<string> SimGroupName { get; set; } = null!; /// <summary> /// The name of the SIM. /// </summary> [Input("simName", required: true)] public Input<string> SimName { get; set; } = null!; public GetSimInvokeArgs() { } public static new GetSimInvokeArgs Empty => new GetSimInvokeArgs(); } [OutputType] public sealed class GetSimResult { /// <summary> /// An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. /// </summary> public readonly string? DeviceType; /// <summary> /// Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// </summary> public readonly string Id; /// <summary> /// The integrated circuit card ID (ICCID) for the SIM. /// </summary> public readonly string? IntegratedCircuitCardIdentifier; /// <summary> /// The international mobile subscriber identity (IMSI) for the SIM. /// </summary>
Unexpected file deleted: sdk/dotnet/MobileNetwork/V20221101/Sim.cs#L1
File deleted: // *** WARNING: this file was generated by pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.AzureNative.MobileNetwork.V20221101 { /// <summary> /// SIM resource. /// </summary> [AzureNativeResourceType("azure-native:mobilenetwork/v20221101:Sim")] public partial class Sim : global::Pulumi.CustomResource { /// <summary> /// An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. /// </summary> [Output("deviceType")] public Output<string?> DeviceType { get; private set; } = null!; /// <summary> /// The integrated circuit card ID (ICCID) for the SIM. /// </summary> [Output("integratedCircuitCardIdentifier")] public Output<string?> IntegratedCircuitCardIdentifier { get; private set; } = null!; /// <summary> /// The international mobile subscriber identity (IMSI) for the SIM. /// </summary> [Output("internationalMobileSubscriberIdentity")] public Output<string> InternationalMobileSubscriberIdentity { get; private set; } = null!; /// <summary> /// The name of the resource /// </summary> [Output("name")] public Output<string> Name { get; private set; } = null!; /// <summary> /// The provisioning state of the SIM resource. /// </summary> [Output("provisioningState")] public Output<string> ProvisioningState { get; private set; } = null!; /// <summary> /// The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. /// </summary> [Output("simPolicy")] public Output<Outputs.SimPolicyResourceIdResponse?> SimPolicy { get; private set; } = null!; /// <summary> /// The state of the SIM resource. /// </summary> [Output("simState")] public Output<string> SimState { get; private set; } = null!; /// <summary> /// A dictionary of sites to the provisioning state of this SIM on that site. /// </summary> [Output("siteProvisioningState")] public Output<ImmutableDictionary<string, string>> SiteProvisioningState { get; private set; } = null!; /// <summary> /// A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. /// </summary> [Output("staticIpConfiguration")] public Output<ImmutableArray<Outputs.SimStaticIpPropertiesResponse>> StaticIpConfiguration { get; private set; } = null!; /// <summary> /// Azure Resource Manager metadata containing createdBy and modifiedBy information. /// </summary> [Output("systemData")] public Output<Outputs.SystemDataResponse> SystemData { get; private set; } = null!; /// <summary> /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" /// </summary> [Output("type")] public Output<string> Type { get; private set; } = null!; /// <summary> /// The public key fingerprint of the SIM vendor who provided this SIM, if any. /// </summary> [Output("vendorKeyFingerprint")] public Output<string> VendorKeyFingerprint { get; private set; } = null!; /// <summary> /// The name of the SIM vendor who provided this SIM, if any. /// </summary> [Output("vendorName")] public Output<string> VendorName { get; private set; } = null!; /// <summary> /// Create a Sim resource with the given unique name, arguments, and options. /// <
Unexpected file deleted: sdk/dotnet/MobileNetwork/V20230601/GetSim.cs#L1
File deleted: // *** WARNING: this file was generated by pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.AzureNative.MobileNetwork.V20230601 { public static class GetSim { /// <summary> /// Gets information about the specified SIM. /// </summary> public static Task<GetSimResult> InvokeAsync(GetSimArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync<GetSimResult>("azure-native:mobilenetwork/v20230601:getSim", args ?? new GetSimArgs(), options.WithDefaults()); /// <summary> /// Gets information about the specified SIM. /// </summary> public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke<GetSimResult>("azure-native:mobilenetwork/v20230601:getSim", args ?? new GetSimInvokeArgs(), options.WithDefaults()); /// <summary> /// Gets information about the specified SIM. /// </summary> public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke<GetSimResult>("azure-native:mobilenetwork/v20230601:getSim", args ?? new GetSimInvokeArgs(), options.WithDefaults()); } public sealed class GetSimArgs : global::Pulumi.InvokeArgs { /// <summary> /// The name of the resource group. The name is case insensitive. /// </summary> [Input("resourceGroupName", required: true)] public string ResourceGroupName { get; set; } = null!; /// <summary> /// The name of the SIM Group. /// </summary> [Input("simGroupName", required: true)] public string SimGroupName { get; set; } = null!; /// <summary> /// The name of the SIM. /// </summary> [Input("simName", required: true)] public string SimName { get; set; } = null!; public GetSimArgs() { } public static new GetSimArgs Empty => new GetSimArgs(); } public sealed class GetSimInvokeArgs : global::Pulumi.InvokeArgs { /// <summary> /// The name of the resource group. The name is case insensitive. /// </summary> [Input("resourceGroupName", required: true)] public Input<string> ResourceGroupName { get; set; } = null!; /// <summary> /// The name of the SIM Group. /// </summary> [Input("simGroupName", required: true)] public Input<string> SimGroupName { get; set; } = null!; /// <summary> /// The name of the SIM. /// </summary> [Input("simName", required: true)] public Input<string> SimName { get; set; } = null!; public GetSimInvokeArgs() { } public static new GetSimInvokeArgs Empty => new GetSimInvokeArgs(); } [OutputType] public sealed class GetSimResult { /// <summary> /// An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. /// </summary> public readonly string? DeviceType; /// <summary> /// Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" /// </summary> public readonly string Id; /// <summary> /// The integrated circuit card ID (ICCID) for the SIM. /// </summary> public readonly string? IntegratedCircuitCardIdentifier; /// <summary> /// The international mobile subscriber identity (IMSI) for the SIM. /// </summary
Unexpected file deleted: sdk/dotnet/MobileNetwork/V20230601/Sim.cs#L1
File deleted: // *** WARNING: this file was generated by pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.AzureNative.MobileNetwork.V20230601 { /// <summary> /// SIM resource. /// </summary> [AzureNativeResourceType("azure-native:mobilenetwork/v20230601:Sim")] public partial class Sim : global::Pulumi.CustomResource { /// <summary> /// An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. /// </summary> [Output("deviceType")] public Output<string?> DeviceType { get; private set; } = null!; /// <summary> /// The integrated circuit card ID (ICCID) for the SIM. /// </summary> [Output("integratedCircuitCardIdentifier")] public Output<string?> IntegratedCircuitCardIdentifier { get; private set; } = null!; /// <summary> /// The international mobile subscriber identity (IMSI) for the SIM. /// </summary> [Output("internationalMobileSubscriberIdentity")] public Output<string> InternationalMobileSubscriberIdentity { get; private set; } = null!; /// <summary> /// The name of the resource /// </summary> [Output("name")] public Output<string> Name { get; private set; } = null!; /// <summary> /// The provisioning state of the SIM resource. /// </summary> [Output("provisioningState")] public Output<string> ProvisioningState { get; private set; } = null!; /// <summary> /// The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. /// </summary> [Output("simPolicy")] public Output<Outputs.SimPolicyResourceIdResponse?> SimPolicy { get; private set; } = null!; /// <summary> /// The state of the SIM resource. /// </summary> [Output("simState")] public Output<string> SimState { get; private set; } = null!; /// <summary> /// A dictionary of sites to the provisioning state of this SIM on that site. /// </summary> [Output("siteProvisioningState")] public Output<ImmutableDictionary<string, string>> SiteProvisioningState { get; private set; } = null!; /// <summary> /// A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. /// </summary> [Output("staticIpConfiguration")] public Output<ImmutableArray<Outputs.SimStaticIpPropertiesResponse>> StaticIpConfiguration { get; private set; } = null!; /// <summary> /// Azure Resource Manager metadata containing createdBy and modifiedBy information. /// </summary> [Output("systemData")] public Output<Outputs.SystemDataResponse> SystemData { get; private set; } = null!; /// <summary> /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" /// </summary> [Output("type")] public Output<string> Type { get; private set; } = null!; /// <summary> /// The public key fingerprint of the SIM vendor who provided this SIM, if any. /// </summary> [Output("vendorKeyFingerprint")] public Output<string> VendorKeyFingerprint { get; private set; } = null!; /// <summary> /// The name of the SIM vendor who provided this SIM, if any. /// </summary> [Output("vendorName")] public Output<string> VendorName { get; private set; } = null!; /// <summary> /// Create a Sim resource with the given unique name, arguments, and options. /// <
Unexpected file deleted: sdk/dotnet/MobileNetwork/V20230901/GetSim.cs#L1
File deleted: // *** WARNING: this file was generated by pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.AzureNative.MobileNetwork.V20230901 { public static class GetSim { /// <summary> /// Gets information about the specified SIM. /// </summary> public static Task<GetSimResult> InvokeAsync(GetSimArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.InvokeAsync<GetSimResult>("azure-native:mobilenetwork/v20230901:getSim", args ?? new GetSimArgs(), options.WithDefaults()); /// <summary> /// Gets information about the specified SIM. /// </summary> public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOptions? options = null) => global::Pulumi.Deployment.Instance.Invoke<GetSimResult>("azure-native:mobilenetwork/v20230901:getSim", args ?? new GetSimInvokeArgs(), options.WithDefaults()); /// <summary> /// Gets information about the specified SIM. /// </summary> public static Output<GetSimResult> Invoke(GetSimInvokeArgs args, InvokeOutputOptions options) => global::Pulumi.Deployment.Instance.Invoke<GetSimResult>("azure-native:mobilenetwork/v20230901:getSim", args ?? new GetSimInvokeArgs(), options.WithDefaults()); } public sealed class GetSimArgs : global::Pulumi.InvokeArgs { /// <summary> /// The name of the resource group. The name is case insensitive. /// </summary> [Input("resourceGroupName", required: true)] public string ResourceGroupName { get; set; } = null!; /// <summary> /// The name of the SIM Group. /// </summary> [Input("simGroupName", required: true)] public string SimGroupName { get; set; } = null!; /// <summary> /// The name of the SIM. /// </summary> [Input("simName", required: true)] public string SimName { get; set; } = null!; public GetSimArgs() { } public static new GetSimArgs Empty => new GetSimArgs(); } public sealed class GetSimInvokeArgs : global::Pulumi.InvokeArgs { /// <summary> /// The name of the resource group. The name is case insensitive. /// </summary> [Input("resourceGroupName", required: true)] public Input<string> ResourceGroupName { get; set; } = null!; /// <summary> /// The name of the SIM Group. /// </summary> [Input("simGroupName", required: true)] public Input<string> SimGroupName { get; set; } = null!; /// <summary> /// The name of the SIM. /// </summary> [Input("simName", required: true)] public Input<string> SimName { get; set; } = null!; public GetSimInvokeArgs() { } public static new GetSimInvokeArgs Empty => new GetSimInvokeArgs(); } [OutputType] public sealed class GetSimResult { /// <summary> /// An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. /// </summary> public readonly string? DeviceType; /// <summary> /// Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" /// </summary> public readonly string Id; /// <summary> /// The integrated circuit card ID (ICCID) for the SIM. /// </summary> public readonly string? IntegratedCircuitCardIdentifier; /// <summary> /// The international mobile subscriber identity (IMSI) for the SIM. /// </summary
Unexpected file deleted: sdk/dotnet/MobileNetwork/V20230901/Sim.cs#L1
File deleted: // *** WARNING: this file was generated by pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.AzureNative.MobileNetwork.V20230901 { /// <summary> /// SIM resource. /// </summary> [AzureNativeResourceType("azure-native:mobilenetwork/v20230901:Sim")] public partial class Sim : global::Pulumi.CustomResource { /// <summary> /// An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value. /// </summary> [Output("deviceType")] public Output<string?> DeviceType { get; private set; } = null!; /// <summary> /// The integrated circuit card ID (ICCID) for the SIM. /// </summary> [Output("integratedCircuitCardIdentifier")] public Output<string?> IntegratedCircuitCardIdentifier { get; private set; } = null!; /// <summary> /// The international mobile subscriber identity (IMSI) for the SIM. /// </summary> [Output("internationalMobileSubscriberIdentity")] public Output<string> InternationalMobileSubscriberIdentity { get; private set; } = null!; /// <summary> /// The name of the resource /// </summary> [Output("name")] public Output<string> Name { get; private set; } = null!; /// <summary> /// The provisioning state of the SIM resource. /// </summary> [Output("provisioningState")] public Output<string> ProvisioningState { get; private set; } = null!; /// <summary> /// The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM. /// </summary> [Output("simPolicy")] public Output<Outputs.SimPolicyResourceIdResponse?> SimPolicy { get; private set; } = null!; /// <summary> /// The state of the SIM resource. /// </summary> [Output("simState")] public Output<string> SimState { get; private set; } = null!; /// <summary> /// A dictionary of sites to the provisioning state of this SIM on that site. /// </summary> [Output("siteProvisioningState")] public Output<ImmutableDictionary<string, string>> SiteProvisioningState { get; private set; } = null!; /// <summary> /// A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}. /// </summary> [Output("staticIpConfiguration")] public Output<ImmutableArray<Outputs.SimStaticIpPropertiesResponse>> StaticIpConfiguration { get; private set; } = null!; /// <summary> /// Azure Resource Manager metadata containing createdBy and modifiedBy information. /// </summary> [Output("systemData")] public Output<Outputs.SystemDataResponse> SystemData { get; private set; } = null!; /// <summary> /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" /// </summary> [Output("type")] public Output<string> Type { get; private set; } = null!; /// <summary> /// The public key fingerprint of the SIM vendor who provided this SIM, if any. /// </summary> [Output("vendorKeyFingerprint")] public Output<string> VendorKeyFingerprint { get; private set; } = null!; /// <summary> /// The name of the SIM vendor who provided this SIM, if any. /// </summary> [Output("vendorName")] public Output<string> VendorName { get; private set; } = null!; /// <summary> /// Create a Sim resource with the given unique name, arguments, and options. /// <
version / Calculate Dev Version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_test / Build binaries and schema
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_test / Build SDKs (java)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build_test / Build SDKs (python)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build_test / Test Provider
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_test / Build SDKs (nodejs)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build_test / Provider Dist
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_test / Build SDKs (dotnet)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.
build_test / Build SDKs (dotnet): sdk/dotnet/AlertsManagement/V20230401Preview/Inputs/AlertRuleAnyOfOrLeafConditionArgs.cs#L52
'AlertRuleAnyOfOrLeafConditionArgs.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
build_test / Build SDKs (dotnet): sdk/dotnet/AlertsManagement/V20230401Preview/Outputs/AlertRuleAnyOfOrLeafConditionResponse.cs#L36
'AlertRuleAnyOfOrLeafConditionResponse.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
build_test / Build SDKs (dotnet): sdk/dotnet/AlertsManagement/V20230401Preview/Inputs/AlertRuleLeafConditionArgs.cs#L35
'AlertRuleLeafConditionArgs.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
build_test / Build SDKs (dotnet): sdk/dotnet/AlertsManagement/V20230401Preview/Outputs/AlertRuleLeafConditionResponse.cs#L27
'AlertRuleLeafConditionResponse.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
build_test / Build SDKs (dotnet): sdk/dotnet/Insights/Inputs/AlertRuleAnyOfOrLeafConditionArgs.cs#L52
'AlertRuleAnyOfOrLeafConditionArgs.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
build_test / Build SDKs (dotnet): sdk/dotnet/Insights/Inputs/AlertRuleLeafConditionArgs.cs#L35
'AlertRuleLeafConditionArgs.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
build_test / Build SDKs (dotnet): sdk/dotnet/Insights/Outputs/AlertRuleAnyOfOrLeafConditionResponse.cs#L36
'AlertRuleAnyOfOrLeafConditionResponse.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
build_test / Build SDKs (dotnet): sdk/dotnet/Insights/Outputs/AlertRuleLeafConditionResponse.cs#L27
'AlertRuleLeafConditionResponse.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
build_test / Build SDKs (dotnet): sdk/dotnet/Insights/V20201001/Inputs/AlertRuleAnyOfOrLeafConditionArgs.cs#L52
'AlertRuleAnyOfOrLeafConditionArgs.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
build_test / Build SDKs (dotnet): sdk/dotnet/Insights/V20201001/Inputs/AlertRuleLeafConditionArgs.cs#L35
'AlertRuleLeafConditionArgs.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
build_test / Build SDKs (go)
This job uses deprecated functionality from the 'gradle/gradle-build-action' action. Consult the Job Summary for more details.

Artifacts

Produced during runtime
Name Size
artifacts.tar.gz
72.2 MB
dist
191 MB
java-sdk.tar.gz
115 MB
pulumi-azure-native-sdk.tar.gz
67.7 MB