diff --git a/src/MobileNetwork/README.md b/src/MobileNetwork/README.md index dd135242f023..1ba30d3f99e0 100644 --- a/src/MobileNetwork/README.md +++ b/src/MobileNetwork/README.md @@ -30,7 +30,7 @@ For information on how to develop for `Az.MobileNetwork`, see [how-to.md](how-to > see https://aka.ms/autorest ``` yaml -branch: 63adf8a58565b729f70895b65aa7d1333b22d15f +branch: 933dbc070dda85e2d115dc42893f07b2ed5b74f6 require: - $(this-folder)/../readme.azure.noprofile.md input-file: @@ -91,11 +91,6 @@ directive: variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$|^BulkViaIdentity$|^Bulk$|^Collect$|^CollectViaIdentity$ remove: true - - where: - verb: New - subject: SimGroup - hide: true - - where: verb: Set remove: true @@ -148,6 +143,16 @@ directive: set: parameter-name: DefaultSliceId + - where: + verb: Update + subject: ^AttachedDataNetwork$|^DataNetwork$|^PacketCoreControlPlane$|^PacketCoreDataPlane$|^Service$|^SimGroup$|^SimPolicy$|^Slice$ + variant: ^UpdateViaIdentityExpanded$ + remove: true + - where: + verb: Update + subject: ^AttachedDataNetwork$|^DataNetwork$|^PacketCoreControlPlane$|^PacketCoreDataPlane$|^Service$|^SimGroup$|^SimPolicy$|^Slice$ + hide: true + # - where: # verb: Invoke # subject: ^BulkSimDelete$ diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-dataNetworks.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-dataNetworks.json new file mode 100644 index 000000000000..0a31dcb8ac84 --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-dataNetworks.json @@ -0,0 +1,95 @@ +{ + "resourceType": "mobileNetworks/dataNetworks", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkDataNetwork", + "description": "Gets information about the specified data network.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/dataNetworks/{dataNetworkName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworkdatanetwork" + }, + "parameterSets": [ + { + "parameters": [ + "-MobileNetworkName ", + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified data network.", + "parameters": [ + { + "name": "-MobileNetworkName", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-Name", + "value": "[Path.dataNetworkName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetworkDataNetwork", + "description": "Deletes the specified data network.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/dataNetworks/{dataNetworkName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetworkdatanetwork" + }, + "parameterSets": [ + { + "parameters": [ + "-MobileNetworkName ", + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified data network.", + "parameters": [ + { + "name": "-MobileNetworkName", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-Name", + "value": "[Path.dataNetworkName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-services.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-services.json new file mode 100644 index 000000000000..c8ebf347b4cf --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-services.json @@ -0,0 +1,95 @@ +{ + "resourceType": "mobileNetworks/services", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkService", + "description": "Gets information about the specified service.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/services/{serviceName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworkservice" + }, + "parameterSets": [ + { + "parameters": [ + "-MobileNetworkName ", + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified service.", + "parameters": [ + { + "name": "-MobileNetworkName", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-Name", + "value": "[Path.serviceName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetworkService", + "description": "Deletes the specified service.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/services/{serviceName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetworkservice" + }, + "parameterSets": [ + { + "parameters": [ + "-MobileNetworkName ", + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified service.", + "parameters": [ + { + "name": "-MobileNetworkName", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-Name", + "value": "[Path.serviceName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-simPolicies.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-simPolicies.json new file mode 100644 index 000000000000..3ffe17959f35 --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-simPolicies.json @@ -0,0 +1,95 @@ +{ + "resourceType": "mobileNetworks/simPolicies", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkSimPolicy", + "description": "Gets information about the specified SIM policy.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/simPolicies/{simPolicyName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworksimpolicy" + }, + "parameterSets": [ + { + "parameters": [ + "-MobileNetworkName ", + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified SIM policy.", + "parameters": [ + { + "name": "-MobileNetworkName", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-Name", + "value": "[Path.simPolicyName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetworkSimPolicy", + "description": "Deletes the specified SIM policy.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/simPolicies/{simPolicyName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetworksimpolicy" + }, + "parameterSets": [ + { + "parameters": [ + "-MobileNetworkName ", + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified SIM policy.", + "parameters": [ + { + "name": "-MobileNetworkName", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-Name", + "value": "[Path.simPolicyName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-sites.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-sites.json new file mode 100644 index 000000000000..cdb438c5149e --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-sites.json @@ -0,0 +1,95 @@ +{ + "resourceType": "mobileNetworks/sites", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkSite", + "description": "Gets information about the specified mobile network site.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworksite" + }, + "parameterSets": [ + { + "parameters": [ + "-MobileNetworkName ", + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified mobile network site.", + "parameters": [ + { + "name": "-MobileNetworkName", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-Name", + "value": "[Path.siteName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetworkSite", + "description": "Deletes the specified mobile network site.\nThis will also delete any network functions that are a part of this site.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetworksite" + }, + "parameterSets": [ + { + "parameters": [ + "-MobileNetworkName ", + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified mobile network site. This will also delete any network functions that are a part of this site.", + "parameters": [ + { + "name": "-MobileNetworkName", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-Name", + "value": "[Path.siteName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-slices.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-slices.json new file mode 100644 index 000000000000..8ed05ffe4466 --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks-slices.json @@ -0,0 +1,95 @@ +{ + "resourceType": "mobileNetworks/slices", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkSlice", + "description": "Gets information about the specified network slice.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworkslice" + }, + "parameterSets": [ + { + "parameters": [ + "-MobileNetworkName ", + "-ResourceGroupName ", + "-SliceName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified network slice.", + "parameters": [ + { + "name": "-MobileNetworkName", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SliceName", + "value": "[Path.sliceName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetworkSlice", + "description": "Deletes the specified network slice.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetworkslice" + }, + "parameterSets": [ + { + "parameters": [ + "-MobileNetworkName ", + "-ResourceGroupName ", + "-SliceName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified network slice.", + "parameters": [ + { + "name": "-MobileNetworkName", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SliceName", + "value": "[Path.sliceName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks.json new file mode 100644 index 000000000000..caa6ca0b90db --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/mobileNetworks.json @@ -0,0 +1,85 @@ +{ + "resourceType": "mobileNetworks", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetwork", + "description": "Gets information about the specified mobile network.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetwork" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified mobile network.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetwork", + "description": "Deletes the specified mobile network.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetwork" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified mobile network.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.mobileNetworkName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlaneVersions.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlaneVersions.json new file mode 100644 index 000000000000..4bc5e56d8bee --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlaneVersions.json @@ -0,0 +1,37 @@ +{ + "resourceType": "packetCoreControlPlaneVersions", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkPacketCoreControlPlaneVersion", + "description": "Gets information about the specified packet core control plane version.", + "path": "/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworkpacketcorecontrolplaneversion" + }, + "parameterSets": [ + { + "parameters": [ + "-VersionName " + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified packet core control plane version.", + "parameters": [ + { + "name": "-VersionName", + "value": "[Path.versionName]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlanes-packetCoreDataPlanes-attachedDataNetworks.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlanes-packetCoreDataPlanes-attachedDataNetworks.json new file mode 100644 index 000000000000..005eeca944dc --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlanes-packetCoreDataPlanes-attachedDataNetworks.json @@ -0,0 +1,105 @@ +{ + "resourceType": "packetCoreControlPlanes/packetCoreDataPlanes/attachedDataNetworks", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkAttachedDataNetwork", + "description": "Gets information about the specified attached data network.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks/{attachedDataNetworkName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworkattacheddatanetwork" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-PacketCoreControlPlaneName ", + "-PacketCoreDataPlaneName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified attached data network.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.attachedDataNetworkName]" + }, + { + "name": "-PacketCoreControlPlaneName", + "value": "[Path.packetCoreControlPlaneName]" + }, + { + "name": "-PacketCoreDataPlaneName", + "value": "[Path.packetCoreDataPlaneName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetworkAttachedDataNetwork", + "description": "Deletes the specified attached data network.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks/{attachedDataNetworkName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetworkattacheddatanetwork" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-PacketCoreControlPlaneName ", + "-PacketCoreDataPlaneName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified attached data network.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.attachedDataNetworkName]" + }, + { + "name": "-PacketCoreControlPlaneName", + "value": "[Path.packetCoreControlPlaneName]" + }, + { + "name": "-PacketCoreDataPlaneName", + "value": "[Path.packetCoreDataPlaneName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlanes-packetCoreDataPlanes.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlanes-packetCoreDataPlanes.json new file mode 100644 index 000000000000..fe608f18d3a8 --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlanes-packetCoreDataPlanes.json @@ -0,0 +1,95 @@ +{ + "resourceType": "packetCoreControlPlanes/packetCoreDataPlanes", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkPacketCoreDataPlane", + "description": "Gets information about the specified packet core data plane.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworkpacketcoredataplane" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-PacketCoreControlPlaneName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified packet core data plane.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.packetCoreDataPlaneName]" + }, + { + "name": "-PacketCoreControlPlaneName", + "value": "[Path.packetCoreControlPlaneName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetworkPacketCoreDataPlane", + "description": "Deletes the specified packet core data plane.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetworkpacketcoredataplane" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-PacketCoreControlPlaneName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified packet core data plane.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.packetCoreDataPlaneName]" + }, + { + "name": "-PacketCoreControlPlaneName", + "value": "[Path.packetCoreControlPlaneName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlanes.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlanes.json new file mode 100644 index 000000000000..0f54ba22cca3 --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/packetCoreControlPlanes.json @@ -0,0 +1,85 @@ +{ + "resourceType": "packetCoreControlPlanes", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkPacketCoreControlPlane", + "description": "Gets information about the specified packet core control plane.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworkpacketcorecontrolplane" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified packet core control plane.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.packetCoreControlPlaneName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetworkPacketCoreControlPlane", + "description": "Deletes the specified packet core control plane.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetworkpacketcorecontrolplane" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified packet core control plane.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.packetCoreControlPlaneName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/simGroups-sims.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/simGroups-sims.json new file mode 100644 index 000000000000..71946180db1f --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/simGroups-sims.json @@ -0,0 +1,95 @@ +{ + "resourceType": "simGroups/sims", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkSim", + "description": "Gets information about the specified SIM.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/sims/{simName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworksim" + }, + "parameterSets": [ + { + "parameters": [ + "-GroupName ", + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified SIM.", + "parameters": [ + { + "name": "-GroupName", + "value": "[Path.simGroupName]" + }, + { + "name": "-Name", + "value": "[Path.simName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetworkSim", + "description": "Deletes the specified SIM.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/sims/{simName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetworksim" + }, + "parameterSets": [ + { + "parameters": [ + "-GroupName ", + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified SIM.", + "parameters": [ + { + "name": "-GroupName", + "value": "[Path.simGroupName]" + }, + { + "name": "-Name", + "value": "[Path.simName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/UX/Microsoft.MobileNetwork/simGroups.json b/src/MobileNetwork/UX/Microsoft.MobileNetwork/simGroups.json new file mode 100644 index 000000000000..74da1401d7b1 --- /dev/null +++ b/src/MobileNetwork/UX/Microsoft.MobileNetwork/simGroups.json @@ -0,0 +1,85 @@ +{ + "resourceType": "simGroups", + "apiVersion": "2022-11-01", + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork" + }, + "commands": [ + { + "name": "Get-AzMobileNetworkSimGroup", + "description": "Gets information about the specified SIM group.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/get-azmobilenetworksimgroup" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Gets information about the specified SIM group.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.simGroupName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + }, + { + "name": "Remove-AzMobileNetworkSimGroup", + "description": "Deletes the specified SIM group.", + "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}", + "help": { + "learnMore": { + "url": "https://learn.microsoft.com/powershell/module/az.mobilenetwork/remove-azmobilenetworksimgroup" + }, + "parameterSets": [ + { + "parameters": [ + "-Name ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "examples": [ + { + "description": "Deletes the specified SIM group.", + "parameters": [ + { + "name": "-Name", + "value": "[Path.simGroupName]" + }, + { + "name": "-ResourceGroupName", + "value": "[Path.resourceGroupName]" + }, + { + "name": "-SubscriptionId", + "value": "[Path.subscriptionId]" + } + ] + } + ] + } + ] +} diff --git a/src/MobileNetwork/custom/README.md b/src/MobileNetwork/custom/README.md index 4f8513791820..e7575b88a5aa 100644 --- a/src/MobileNetwork/custom/README.md +++ b/src/MobileNetwork/custom/README.md @@ -32,7 +32,7 @@ These provide functionality to our HTTP pipeline and other useful features. In s ### Attributes For processing the cmdlets, we've created some additional attributes: - `Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.DescriptionAttribute` - - Used in C# cmdlets to provide a high-level description of the cmdlet. This is propagated to reference documentation via [help comments](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts. + - Used in C# cmdlets to provide a high-level description of the cmdlet. This is propagated to reference documentation via [help comments](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts. - `Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.DoNotExportAttribute` - Used in C# and script cmdlets to suppress creating an exported cmdlet at build-time. These cmdlets will *not be exposed* by `Az.MobileNetwork`. - `Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.InternalExportAttribute` diff --git a/src/MobileNetwork/custom/Update-AzMobileNetworkAttachedDataNetwork.ps1 b/src/MobileNetwork/custom/Update-AzMobileNetworkAttachedDataNetwork.ps1 new file mode 100644 index 000000000000..104594181728 --- /dev/null +++ b/src/MobileNetwork/custom/Update-AzMobileNetworkAttachedDataNetwork.ps1 @@ -0,0 +1,322 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Updates an attached data network. +.Description +Updates an attached data network. +.Example +Update-AzMobileNetworkAttachedDataNetwork -AttachedDataNetworkName azps-mn-adn -PacketCoreControlPlaneName azps-mn-pccp -PacketCoreDataPlaneName azps_test_group -ResourceGroupName -Tag @{"abc"="123"} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IAttachedDataNetwork +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [AttachedDataNetworkName ]: The name of the attached data network. + [DataNetworkName ]: The name of the data network. + [Id ]: Resource identity path + [MobileNetworkName ]: The name of the mobile network. + [PacketCoreControlPlaneName ]: The name of the packet core control plane. + [PacketCoreDataPlaneName ]: The name of the packet core data plane. + [ResourceGroupName ]: The name of the resource group. The name is case insensitive. + [ServiceName ]: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' + [SimGroupName ]: The name of the SIM Group. + [SimName ]: The name of the SIM. + [SimPolicyName ]: The name of the SIM policy. + [SiteName ]: The name of the mobile network site. + [SliceName ]: The name of the network slice. + [SubscriptionId ]: The ID of the target subscription. + [VersionName ]: The name of the packet core control plane version. +.Link +https://learn.microsoft.com/powershell/module/az.mobilenetwork/update-azmobilenetworkattacheddatanetwork +#> +function Update-AzMobileNetworkAttachedDataNetwork { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IAttachedDataNetwork])] +[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +param( + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the attached data network. + ${AttachedDataNetworkName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the packet core control plane. + ${PacketCoreControlPlaneName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the packet core data plane. + ${PacketCoreDataPlaneName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String[]] + # The DNS servers to signal to UEs to use for this attached data network. + # This configuration is mandatory - if you don't want DNS servers, you must provide an empty array. + ${DnsAddress}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.NaptEnabled])] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.NaptEnabled] + # Whether NAPT is enabled for connections to this attached data network. + ${NaptConfigurationEnabled}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface. + # For 5G networks, this is the N6 interface. + # For 4G networks, this is the SGi interface. + ${NaptConfigurationPinholeLimit}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # Pinhole timeout for ICMP pinholes in seconds. + # Default for ICMP Echo is 30 seconds. + ${PinholeTimeoutIcmp}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # Pinhole timeout for TCP pinholes in seconds. + # Default for TCP is 3 minutes. + ${PinholeTimeoutTcp}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # Pinhole timeout for UDP pinholes in seconds. + # Default for UDP is 30 seconds. + ${PinholeTimeoutUdp}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # The maximum port number + ${PortRangeMaxPort}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # The minimum port number + ${PortRangeMinPort}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. + # Default for TCP is 2 minutes. + ${PortReuseHoldTimeTcp}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # Minimum time in seconds that will pass before a UDP port that was used by a closed pinhole can be reused. + # Default for UDP is 1 minute. + ${PortReuseHoldTimeUdp}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String[]] + # The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs.The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. + # You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. + # If you define both, they must be of the same size. + ${UserEquipmentAddressPoolPrefix}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String[]] + # The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will assign static IP addresses to UEs.The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. + # The static IP address for a specific UE is set in StaticIPConfiguration on the corresponding SIM resource.At least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. + # If both are defined, they must be of the same size. + ${UserEquipmentStaticAddressPoolPrefix}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The IPv4 address. + ${UserPlaneDataInterfaceIpv4Address}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The default IPv4 gateway (router). + ${UserPlaneDataInterfaceIpv4Gateway}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The IPv4 subnet. + ${UserPlaneDataInterfaceIpv4Subnet}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The logical name for this interface. + # This should match one of the interfaces configured on your Azure Stack Edge device. + ${UserPlaneDataInterfaceName}, + + [Parameter(ParameterSetName='UpdateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ITagsObjectTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} +) + + process { + try { + $attachedDataNetwork = Get-AzMobileNetworkAttachedDataNetwork -PacketCoreControlPlaneName $PSBoundParameters.PacketCoreControlPlaneName -PacketCoreDataPlaneName $PSBoundParameters.PacketCoreDataPlaneName -ResourceGroupName $PSBoundParameters.ResourceGroupName -Name $PSBoundParameters.AttachedDataNetworkName + $PSBoundParameters.Add('Location', $attachedDataNetwork.Location) + + if (!$PSBoundParameters.ContainsKey('DnsAddress') -and $attachedDataNetwork.DnsAddress) { + $PSBoundParameters.DnsAddress = $attachedDataNetwork.DnsAddress + } + if (!$PSBoundParameters.ContainsKey('NaptConfigurationEnabled') -and $attachedDataNetwork.NaptConfigurationEnabled) { + $PSBoundParameters.NaptConfigurationEnabled = $attachedDataNetwork.NaptConfigurationEnabled + } + if (!$PSBoundParameters.ContainsKey('NaptConfigurationPinholeLimit') -and $attachedDataNetwork.NaptConfigurationPinholeLimit) { + $PSBoundParameters.NaptConfigurationPinholeLimit = $attachedDataNetwork.NaptConfigurationPinholeLimit + } + if (!$PSBoundParameters.ContainsKey('PinholeTimeoutIcmp') -and $attachedDataNetwork.PinholeTimeoutIcmp) { + $PSBoundParameters.PinholeTimeoutIcmp = $attachedDataNetwork.PinholeTimeoutIcmp + } + if (!$PSBoundParameters.ContainsKey('PinholeTimeoutTcp') -and $attachedDataNetwork.PinholeTimeoutTcp) { + $PSBoundParameters.PinholeTimeoutTcp = $attachedDataNetwork.PinholeTimeoutTcp + } + if (!$PSBoundParameters.ContainsKey('PinholeTimeoutUdp') -and $attachedDataNetwork.PinholeTimeoutUdp) { + $PSBoundParameters.PinholeTimeoutUdp = $attachedDataNetwork.PinholeTimeoutUdp + } + if (!$PSBoundParameters.ContainsKey('PortRangeMaxPort') -and $attachedDataNetwork.PortRangeMaxPort) { + $PSBoundParameters.PortRangeMaxPort = $attachedDataNetwork.PortRangeMaxPort + } + if (!$PSBoundParameters.ContainsKey('PortRangeMinPort') -and $attachedDataNetwork.PortRangeMinPort) { + $PSBoundParameters.PortRangeMinPort = $attachedDataNetwork.PortRangeMinPort + } + if (!$PSBoundParameters.ContainsKey('PortReuseHoldTimeTcp') -and $attachedDataNetwork.PortReuseHoldTimeTcp) { + $PSBoundParameters.PortReuseHoldTimeTcp = $attachedDataNetwork.PortReuseHoldTimeTcp + } + if (!$PSBoundParameters.ContainsKey('PortReuseHoldTimeUdp') -and $attachedDataNetwork.PortReuseHoldTimeUdp) { + $PSBoundParameters.PortReuseHoldTimeUdp = $attachedDataNetwork.PortReuseHoldTimeUdp + } + if (!$PSBoundParameters.ContainsKey('UserEquipmentAddressPoolPrefix') -and $attachedDataNetwork.UserEquipmentAddressPoolPrefix) { + $PSBoundParameters.UserEquipmentAddressPoolPrefix = $attachedDataNetwork.UserEquipmentAddressPoolPrefix + } + if (!$PSBoundParameters.ContainsKey('UserEquipmentStaticAddressPoolPrefix') -and $attachedDataNetwork.UserEquipmentStaticAddressPoolPrefix) { + $PSBoundParameters.UserEquipmentStaticAddressPoolPrefix = $attachedDataNetwork.UserEquipmentStaticAddressPoolPrefix + } + if (!$PSBoundParameters.ContainsKey('UserPlaneDataInterfaceIpv4Address') -and $attachedDataNetwork.UserPlaneDataInterfaceIpv4Address) { + $PSBoundParameters.UserPlaneDataInterfaceIpv4Address = $attachedDataNetwork.UserPlaneDataInterfaceIpv4Address + } + if (!$PSBoundParameters.ContainsKey('UserPlaneDataInterfaceIpv4Gateway') -and $attachedDataNetwork.UserPlaneDataInterfaceIpv4Gateway) { + $PSBoundParameters.UserPlaneDataInterfaceIpv4Gateway = $attachedDataNetwork.UserPlaneDataInterfaceIpv4Gateway + } + if (!$PSBoundParameters.ContainsKey('UserPlaneDataInterfaceIpv4Subnet') -and $attachedDataNetwork.UserPlaneDataInterfaceIpv4Subnet) { + $PSBoundParameters.UserPlaneDataInterfaceIpv4Subnet = $attachedDataNetwork.UserPlaneDataInterfaceIpv4Subnet + } + if (!$PSBoundParameters.ContainsKey('UserPlaneDataInterfaceName') -and $attachedDataNetwork.UserPlaneDataInterfaceName) { + $PSBoundParameters.UserPlaneDataInterfaceName = $attachedDataNetwork.UserPlaneDataInterfaceName + } + + if (!$PSBoundParameters.ContainsKey('Tag')) { + $PSBoundParameters.Tag = $attachedDataNetwork.Tag + } + + Az.MobileNetwork.private\New-AzMobileNetworkAttachedDataNetwork_CreateExpanded @PSBoundParameters + } + catch { + throw + } + } +} diff --git a/src/MobileNetwork/custom/Update-AzMobileNetworkDataNetwork.ps1 b/src/MobileNetwork/custom/Update-AzMobileNetworkDataNetwork.ps1 new file mode 100644 index 000000000000..9714fe37aa0a --- /dev/null +++ b/src/MobileNetwork/custom/Update-AzMobileNetworkDataNetwork.ps1 @@ -0,0 +1,164 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Updates data network. +.Description +Updates data network. +.Example +Update-AzMobileNetworkDataNetwork -MobileNetworkName azps-mn -DataNetworkName azps-mn-datanetwork -ResourceGroupName azps_test_group -Tag @{"abc"="`12"} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IDataNetwork +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [AttachedDataNetworkName ]: The name of the attached data network. + [DataNetworkName ]: The name of the data network. + [Id ]: Resource identity path + [MobileNetworkName ]: The name of the mobile network. + [PacketCoreControlPlaneName ]: The name of the packet core control plane. + [PacketCoreDataPlaneName ]: The name of the packet core data plane. + [ResourceGroupName ]: The name of the resource group. The name is case insensitive. + [ServiceName ]: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' + [SimGroupName ]: The name of the SIM Group. + [SimName ]: The name of the SIM. + [SimPolicyName ]: The name of the SIM policy. + [SiteName ]: The name of the mobile network site. + [SliceName ]: The name of the network slice. + [SubscriptionId ]: The ID of the target subscription. + [VersionName ]: The name of the packet core control plane version. +.Link +https://learn.microsoft.com/powershell/module/az.mobilenetwork/update-azmobilenetworkdatanetwork +#> +function Update-AzMobileNetworkDataNetwork { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IDataNetwork])] +[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +param( + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the data network. + ${DataNetworkName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the mobile network. + ${MobileNetworkName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # An optional description for this data network. + ${Description}, + + [Parameter(ParameterSetName='UpdateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ITagsObjectTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} +) + + process { + try { + $dataNetwork = Get-AzMobileNetworkDataNetwork -MobileNetworkName $PSBoundParameters.MobileNetworkName -ResourceGroupName $PSBoundParameters.ResourceGroupName -Name $PSBoundParameters.DataNetworkName + $PSBoundParameters.Add('Location', $dataNetwork.Location) + + if (!$PSBoundParameters.ContainsKey('Description') -and $dataNetwork.Description) { + $PSBoundParameters.Description = $dataNetwork.Description + } + + if (!$PSBoundParameters.ContainsKey('Tag')) { + $PSBoundParameters.Tag = $dataNetwork.Tag + } + + Az.MobileNetwork.private\New-AzMobileNetworkDataNetwork_CreateExpanded @PSBoundParameters + } + catch { + throw + } + } +} diff --git a/src/MobileNetwork/custom/Update-AzMobileNetworkPacketCoreControlPlane.ps1 b/src/MobileNetwork/custom/Update-AzMobileNetworkPacketCoreControlPlane.ps1 new file mode 100644 index 000000000000..25a5c0c68625 --- /dev/null +++ b/src/MobileNetwork/custom/Update-AzMobileNetworkPacketCoreControlPlane.ps1 @@ -0,0 +1,343 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Updates packet core control planes. +.Description +Updates packet core control planes. +.Example +Update-AzMobileNetworkPacketCoreControlPlane -PacketCoreControlPlaneName azps-mn-pccp -ResourceGroupName azps_test_group -Tag @{"abc"="123"} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlane +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [AttachedDataNetworkName ]: The name of the attached data network. + [DataNetworkName ]: The name of the data network. + [Id ]: Resource identity path + [MobileNetworkName ]: The name of the mobile network. + [PacketCoreControlPlaneName ]: The name of the packet core control plane. + [PacketCoreDataPlaneName ]: The name of the packet core data plane. + [ResourceGroupName ]: The name of the resource group. The name is case insensitive. + [ServiceName ]: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' + [SimGroupName ]: The name of the SIM Group. + [SimName ]: The name of the SIM. + [SimPolicyName ]: The name of the SIM policy. + [SiteName ]: The name of the mobile network site. + [SliceName ]: The name of the network slice. + [SubscriptionId ]: The ID of the target subscription. + [VersionName ]: The name of the packet core control plane version. +.Link +https://learn.microsoft.com/powershell/module/az.mobilenetwork/update-azmobilenetworkpacketcorecontrolplane +#> +function Update-AzMobileNetworkPacketCoreControlPlane { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlane])] +[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +param( + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the packet core control plane. + ${PacketCoreControlPlaneName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.AuthenticationType])] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.AuthenticationType] + # How to authenticate users who access local diagnostics APIs. + ${LocalDiagnosticAccessAuthenticationType}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PlatformType])] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PlatformType] + # The platform type where packet core is deployed. + ${PlatformType}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISiteResourceId[]] + # Site(s) under which this packet core control plane should be deployed. + # The sites must be in the same location as the packet core control plane. + # To construct, see NOTES section for SITE properties and create a hash table. + ${Site}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.BillingSku])] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.BillingSku] + # The SKU defining the throughput and SIM allowances for this packet core control plane deployment. + ${Sku}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # Azure Stack Edge device resource ID. + ${AzureStackEdgeDeviceId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # Azure Stack HCI cluster resource ID. + ${AzureStackHciClusterId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # Azure Arc connected cluster resource ID. + ${ConnectedClusterId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The IPv4 address. + ${ControlPlaneAccessInterfaceIpv4Address}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The default IPv4 gateway (router). + ${ControlPlaneAccessInterfaceIpv4Gateway}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The IPv4 subnet. + ${ControlPlaneAccessInterfaceIpv4Subnet}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The logical name for this interface. + # This should match one of the interfaces configured on your Azure Stack Edge device. + ${ControlPlaneAccessInterfaceName}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType])] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType] + # The core network technology generation (5G core or EPC / 4G core). + ${CoreNetworkTechnology}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # Azure Arc custom location resource ID. + ${CustomLocationId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The certificate URL, unversioned. + # For example: https://contosovault.vault.azure.net/certificates/ingress. + ${HttpsServerCertificateUrl}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.ManagedServiceIdentityType])] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.ManagedServiceIdentityType] + # Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). + ${IdentityType}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api30.IUserAssignedIdentities]))] + [System.Collections.Hashtable] + # The set of user assigned identities associated with the resource. + # The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. + # The dictionary values can be empty objects ({}) in requests. + ${IdentityUserAssignedIdentity}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormatInteropSettings]))] + [System.Collections.Hashtable] + # Settings to allow interoperability with third party components e.g. + # RANs and UEs. + ${InteropSetting}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # The MTU (in bytes) signaled to the UE. + # The same MTU is set on the user plane data links for all data networks. + # The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation. + ${UeMtu}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The version of the packet core software that is deployed. + ${Version}, + + [Parameter(ParameterSetName='UpdateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ITagsObjectTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} +) + + process { + try { + $packetCoreControlPlane = Get-AzMobileNetworkPacketCoreControlPlane -ResourceGroupName $PSBoundParameters.ResourceGroupName -Name $PSBoundParameters.PacketCoreControlPlaneName + $PSBoundParameters.Add('Location', $packetCoreControlPlane.Location) + + if (!$PSBoundParameters.ContainsKey('LocalDiagnosticAccessAuthenticationType') -and $packetCoreControlPlane.LocalDiagnosticAccessAuthenticationType) { + $PSBoundParameters.LocalDiagnosticAccessAuthenticationType = $packetCoreControlPlane.LocalDiagnosticAccessAuthenticationType + } + if (!$PSBoundParameters.ContainsKey('PlatformType') -and $packetCoreControlPlane.PlatformType) { + $PSBoundParameters.PlatformType = $packetCoreControlPlane.PlatformType + } + if (!$PSBoundParameters.ContainsKey('Site') -and $packetCoreControlPlane.Site) { + $PSBoundParameters.Site = $packetCoreControlPlane.Site + } + if (!$PSBoundParameters.ContainsKey('Sku') -and $packetCoreControlPlane.Sku) { + $PSBoundParameters.Sku = $packetCoreControlPlane.Sku + } + if (!$PSBoundParameters.ContainsKey('AzureStackEdgeDeviceId') -and $packetCoreControlPlane.AzureStackEdgeDeviceId) { + $PSBoundParameters.AzureStackEdgeDeviceId = $packetCoreControlPlane.AzureStackEdgeDeviceId + } + if (!$PSBoundParameters.ContainsKey('AzureStackHciClusterId') -and $packetCoreControlPlane.AzureStackHciClusterId) { + $PSBoundParameters.AzureStackHciClusterId = $packetCoreControlPlane.AzureStackHciClusterId + } + if (!$PSBoundParameters.ContainsKey('ConnectedClusterId') -and $packetCoreControlPlane.ConnectedClusterId) { + $PSBoundParameters.ConnectedClusterId = $packetCoreControlPlane.ConnectedClusterId + } + if (!$PSBoundParameters.ContainsKey('ControlPlaneAccessInterfaceIpv4Address') -and $packetCoreControlPlane.ControlPlaneAccessInterfaceIpv4Address) { + $PSBoundParameters.ControlPlaneAccessInterfaceIpv4Address = $packetCoreControlPlane.ControlPlaneAccessInterfaceIpv4Address + } + if (!$PSBoundParameters.ContainsKey('ControlPlaneAccessInterfaceIpv4Gateway') -and $packetCoreControlPlane.ControlPlaneAccessInterfaceIpv4Gateway) { + $PSBoundParameters.ControlPlaneAccessInterfaceIpv4Gateway = $packetCoreControlPlane.ControlPlaneAccessInterfaceIpv4Gateway + } + if (!$PSBoundParameters.ContainsKey('ControlPlaneAccessInterfaceIpv4Subnet') -and $packetCoreControlPlane.ControlPlaneAccessInterfaceIpv4Subnet) { + $PSBoundParameters.ControlPlaneAccessInterfaceIpv4Subnet = $packetCoreControlPlane.ControlPlaneAccessInterfaceIpv4Subnet + } + if (!$PSBoundParameters.ContainsKey('ControlPlaneAccessInterfaceName') -and $packetCoreControlPlane.ControlPlaneAccessInterfaceName) { + $PSBoundParameters.ControlPlaneAccessInterfaceName = $packetCoreControlPlane.ControlPlaneAccessInterfaceName + } + if (!$PSBoundParameters.ContainsKey('CoreNetworkTechnology') -and $packetCoreControlPlane.CoreNetworkTechnology) { + $PSBoundParameters.CoreNetworkTechnology = $packetCoreControlPlane.CoreNetworkTechnology + } + if (!$PSBoundParameters.ContainsKey('CustomLocationId') -and $packetCoreControlPlane.CustomLocationId) { + $PSBoundParameters.CustomLocationId = $packetCoreControlPlane.CustomLocationId + } + if (!$PSBoundParameters.ContainsKey('HttpsServerCertificateUrl') -and $packetCoreControlPlane.HttpsServerCertificateUrl) { + $PSBoundParameters.HttpsServerCertificateUrl = $packetCoreControlPlane.HttpsServerCertificateUrl + } + if (!$PSBoundParameters.ContainsKey('UeMtu') -and $packetCoreControlPlane.UeMtu) { + $PSBoundParameters.UeMtu = $packetCoreControlPlane.UeMtu + } + if (!$PSBoundParameters.ContainsKey('Version') -and $packetCoreControlPlane.Version) { + $PSBoundParameters.Version = $packetCoreControlPlane.Version + } + + if ('NONE' -ieq $IdentityType.ToString()) { + $PSBoundParameters.IdentityType = 'None' + $null = $PSBoundParameters.Remove('IdentityUserAssignedIdentity') + } else { + if (!$PSBoundParameters.ContainsKey('IdentityType') -and $packetCoreControlPlane.IdentityType) { + $PSBoundParameters.IdentityType = $packetCoreControlPlane.IdentityType + } + if (!$PSBoundParameters.ContainsKey('IdentityUserAssignedIdentity')) { + $PSBoundParameters.IdentityUserAssignedIdentity = $packetCoreControlPlane.IdentityUserAssignedIdentity + } + } + + if (!$PSBoundParameters.ContainsKey('InteropSetting')) { + $PSBoundParameters.InteropSetting = $packetCoreControlPlane.InteropSetting + } + if (!$PSBoundParameters.ContainsKey('Tag')) { + $PSBoundParameters.Tag = $packetCoreControlPlane.Tag + } + + Az.MobileNetwork.private\New-AzMobileNetworkPacketCoreControlPlane_CreateExpanded @PSBoundParameters + } + catch { + throw + } + } +} diff --git a/src/MobileNetwork/custom/Update-AzMobileNetworkPacketCoreDataPlane.ps1 b/src/MobileNetwork/custom/Update-AzMobileNetworkPacketCoreDataPlane.ps1 new file mode 100644 index 000000000000..a6e99506da97 --- /dev/null +++ b/src/MobileNetwork/custom/Update-AzMobileNetworkPacketCoreDataPlane.ps1 @@ -0,0 +1,192 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Updates packet core data planes. +.Description +Updates packet core data planes. +.Example +Update-AzMobileNetworkPacketCoreDataPlane -PacketCoreControlPlaneName azps-mn-pccp -PacketCoreDataPlaneName azps-mn-pcdp -ResourceGroupName azps_test_group -Tag @{"abc"="123} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreDataPlane +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [AttachedDataNetworkName ]: The name of the attached data network. + [DataNetworkName ]: The name of the data network. + [Id ]: Resource identity path + [MobileNetworkName ]: The name of the mobile network. + [PacketCoreControlPlaneName ]: The name of the packet core control plane. + [PacketCoreDataPlaneName ]: The name of the packet core data plane. + [ResourceGroupName ]: The name of the resource group. The name is case insensitive. + [ServiceName ]: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' + [SimGroupName ]: The name of the SIM Group. + [SimName ]: The name of the SIM. + [SimPolicyName ]: The name of the SIM policy. + [SiteName ]: The name of the mobile network site. + [SliceName ]: The name of the network slice. + [SubscriptionId ]: The ID of the target subscription. + [VersionName ]: The name of the packet core control plane version. +.Link +https://learn.microsoft.com/powershell/module/az.mobilenetwork/update-azmobilenetworkpacketcoredataplane +#> +function Update-AzMobileNetworkPacketCoreDataPlane { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreDataPlane])] +[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +param( + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the packet core control plane. + ${PacketCoreControlPlaneName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the packet core data plane. + ${PacketCoreDataPlaneName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The IPv4 address. + ${UserPlaneAccessInterfaceIpv4Address}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The default IPv4 gateway (router). + ${UserPlaneAccessInterfaceIpv4Gateway}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The IPv4 subnet. + ${UserPlaneAccessInterfaceIpv4Subnet}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # The logical name for this interface. + # This should match one of the interfaces configured on your Azure Stack Edge device. + ${UserPlaneAccessInterfaceName}, + + [Parameter(ParameterSetName='UpdateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ITagsObjectTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} +) + + process { + try { + $packetCoreDataPlane = Get-AzMobileNetworkPacketCoreDataPlane -PacketCoreControlPlaneName $PSBoundParameters.PacketCoreControlPlaneName -ResourceGroupName $PSBoundParameters.ResourceGroupName -Name $PSBoundParameters.PacketCoreDataPlaneName + $PSBoundParameters.Add('Location', $packetCoreDataPlane.Location) + + if (!$PSBoundParameters.ContainsKey('UserPlaneAccessInterfaceIpv4Address') -and $packetCoreDataPlane.UserPlaneAccessInterfaceIpv4Address) { + $PSBoundParameters.UserPlaneAccessInterfaceIpv4Address = $packetCoreDataPlane.UserPlaneAccessInterfaceIpv4Address + } + if (!$PSBoundParameters.ContainsKey('UserPlaneAccessInterfaceIpv4Gateway') -and $packetCoreDataPlane.UserPlaneAccessInterfaceIpv4Gateway) { + $PSBoundParameters.UserPlaneAccessInterfaceIpv4Gateway = $packetCoreDataPlane.UserPlaneAccessInterfaceIpv4Gateway + } + if (!$PSBoundParameters.ContainsKey('UserPlaneAccessInterfaceIpv4Subnet') -and $packetCoreDataPlane.UserPlaneAccessInterfaceIpv4Subnet) { + $PSBoundParameters.UserPlaneAccessInterfaceIpv4Subnet = $packetCoreDataPlane.UserPlaneAccessInterfaceIpv4Subnet + } + if (!$PSBoundParameters.ContainsKey('UserPlaneAccessInterfaceName') -and $packetCoreDataPlane.UserPlaneAccessInterfaceName) { + $PSBoundParameters.UserPlaneAccessInterfaceName = $packetCoreDataPlane.UserPlaneAccessInterfaceName + } + + if (!$PSBoundParameters.ContainsKey('Tag')) { + $PSBoundParameters.Tag = $packetCoreDataPlane.Tag + } + + Az.MobileNetwork.private\New-AzMobileNetworkPacketCoreDataPlane_CreateExpanded @PSBoundParameters + } + catch { + throw + } + } +} diff --git a/src/MobileNetwork/custom/Update-AzMobileNetworkService.ps1 b/src/MobileNetwork/custom/Update-AzMobileNetworkService.ps1 new file mode 100644 index 000000000000..c8852badf493 --- /dev/null +++ b/src/MobileNetwork/custom/Update-AzMobileNetworkService.ps1 @@ -0,0 +1,243 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Updates service. +.Description +Updates service. +.Example +Update-AzMobileNetworkService -MobileNetworkName azps-mn -ServiceName azps-mn-service -ResourceGroupName azps_test_group -Tag @{"abc"="123"} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IService +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [AttachedDataNetworkName ]: The name of the attached data network. + [DataNetworkName ]: The name of the data network. + [Id ]: Resource identity path + [MobileNetworkName ]: The name of the mobile network. + [PacketCoreControlPlaneName ]: The name of the packet core control plane. + [PacketCoreDataPlaneName ]: The name of the packet core data plane. + [ResourceGroupName ]: The name of the resource group. The name is case insensitive. + [ServiceName ]: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' + [SimGroupName ]: The name of the SIM Group. + [SimName ]: The name of the SIM. + [SimPolicyName ]: The name of the SIM policy. + [SiteName ]: The name of the mobile network site. + [SliceName ]: The name of the network slice. + [SubscriptionId ]: The ID of the target subscription. + [VersionName ]: The name of the packet core control plane version. +.Link +https://learn.microsoft.com/powershell/module/az.mobilenetwork/update-azmobilenetworkservice +#> +function Update-AzMobileNetworkService { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IService])] +[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +param( + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the mobile network. + ${MobileNetworkName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the service. + # You must not use any of the following reserved strings - 'default', 'requested' or 'service' + ${ServiceName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. + # A lower value means a higher priority. + # This value should be unique among all services configured in the mobile network. + ${ServicePrecedence}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPccRuleConfiguration[]] + # The set of data flow policy rules that make up this service. + # To construct, see NOTES section for PCCRULE properties and create a hash table. + ${PccRule}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # Downlink bit rate. + ${MaximumBitRateDownlink}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # Uplink bit rate. + ${MaximumBitRateUplink}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # QoS Flow allocation and retention priority (ARP) level. + # Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. + # 1 is the highest level of priority. + # If this field is not specified then `5qi` is used to derive the ARP value. + # See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + ${ServiceQoPolicyAllocationAndRetentionPriorityLevel}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # QoS Flow 5G QoS Indicator value. + # The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. + # This must not be a standardized 5QI value corresponding to a GBR (guaranteed bit rate) QoS Flow. + # The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. + # See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values. + ${ServiceQoPolicyFiveQi}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionCapability])] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionCapability] + # QoS Flow preemption capability. + # The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. + # See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + ${ServiceQoPolicyPreemptionCapability}, + + [Parameter()] + [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionVulnerability])] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionVulnerability] + # QoS Flow preemption vulnerability. + # The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. + # See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + ${ServiceQoPolicyPreemptionVulnerability}, + + [Parameter(ParameterSetName='UpdateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ITagsObjectTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} +) + + process { + try { + $service = Get-AzMobileNetworkService -MobileNetworkName $PSBoundParameters.MobileNetworkName -ResourceGroupName $PSBoundParameters.ResourceGroupName -Name $PSBoundParameters.ServiceName + $PSBoundParameters.Add('Location', $service.Location) + + if (!$PSBoundParameters.ContainsKey('PccRule') -and $service.PccRule) { + $PSBoundParameters.PccRule = $service.PccRule + } + if (!$PSBoundParameters.ContainsKey('MaximumBitRateDownlink') -and $service.MaximumBitRateDownlink) { + $PSBoundParameters.MaximumBitRateDownlink = $service.MaximumBitRateDownlink + } + if (!$PSBoundParameters.ContainsKey('MaximumBitRateUplink') -and $service.MaximumBitRateUplink) { + $PSBoundParameters.MaximumBitRateUplink = $service.MaximumBitRateUplink + } + if (!$PSBoundParameters.ContainsKey('ServiceQoPolicyAllocationAndRetentionPriorityLevel') -and $service.ServiceQoPolicyAllocationAndRetentionPriorityLevel) { + $PSBoundParameters.ServiceQoPolicyAllocationAndRetentionPriorityLevel = $service.ServiceQoPolicyAllocationAndRetentionPriorityLevel + } + if (!$PSBoundParameters.ContainsKey('ServiceQoPolicyFiveQi') -and $service.ServiceQoPolicyFiveQi) { + $PSBoundParameters.ServiceQoPolicyFiveQi = $service.ServiceQoPolicyFiveQi + } + if (!$PSBoundParameters.ContainsKey('ServiceQoPolicyPreemptionCapability') -and $service.ServiceQoPolicyPreemptionCapability) { + $PSBoundParameters.ServiceQoPolicyPreemptionCapability = $service.ServiceQoPolicyPreemptionCapability + } + if (!$PSBoundParameters.ContainsKey('ServiceQoPolicyPreemptionVulnerability') -and $service.ServiceQoPolicyPreemptionVulnerability) { + $PSBoundParameters.ServiceQoPolicyPreemptionVulnerability = $service.ServiceQoPolicyPreemptionVulnerability + } + + if (!$PSBoundParameters.ContainsKey('Tag')) { + $PSBoundParameters.Tag = $service.Tag + } + + Az.MobileNetwork.private\New-AzMobileNetworkService_CreateExpanded @PSBoundParameters + } + catch { + throw + } + } +} diff --git a/src/MobileNetwork/custom/New-AzMobileNetworkSimGroup.ps1 b/src/MobileNetwork/custom/Update-AzMobileNetworkSimGroup.ps1 similarity index 59% rename from src/MobileNetwork/custom/New-AzMobileNetworkSimGroup.ps1 rename to src/MobileNetwork/custom/Update-AzMobileNetworkSimGroup.ps1 index 53efc710dfab..7b3e21093b2c 100644 --- a/src/MobileNetwork/custom/New-AzMobileNetworkSimGroup.ps1 +++ b/src/MobileNetwork/custom/Update-AzMobileNetworkSimGroup.ps1 @@ -16,48 +16,57 @@ <# .Synopsis -Creates or updates a SIM group. +Updates SIM group. .Description -Creates or updates a SIM group. +Updates SIM group. .Example -New-AzMobileNetworkSimGroup -Name azps-mn-simgroup -ResourceGroupName azps_test_group -Location eastus -MobileNetworkId "/subscriptions/{subId}/resourceGroups/azps_test_group/providers/Microsoft.MobileNetwork/mobileNetworks/azps-mn" +Update-AzMobileNetworkSimGroup -SimGroupName azps-mn-simgroup -ResourceGroupName azps_test_group -Tag @{"abc"="123"} +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity .Outputs Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISimGroup +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [AttachedDataNetworkName ]: The name of the attached data network. + [DataNetworkName ]: The name of the data network. + [Id ]: Resource identity path + [MobileNetworkName ]: The name of the mobile network. + [PacketCoreControlPlaneName ]: The name of the packet core control plane. + [PacketCoreDataPlaneName ]: The name of the packet core data plane. + [ResourceGroupName ]: The name of the resource group. The name is case insensitive. + [ServiceName ]: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' + [SimGroupName ]: The name of the SIM Group. + [SimName ]: The name of the SIM. + [SimPolicyName ]: The name of the SIM policy. + [SiteName ]: The name of the mobile network site. + [SliceName ]: The name of the network slice. + [SubscriptionId ]: The ID of the target subscription. + [VersionName ]: The name of the packet core control plane version. .Link -https://learn.microsoft.com/powershell/module/az.mobilenetwork/new-azmobilenetworksimgroup +https://learn.microsoft.com/powershell/module/az.mobilenetwork/update-azmobilenetworksimgroup #> -function New-AzMobileNetworkSimGroup { +function Update-AzMobileNetworkSimGroup { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISimGroup])] -[CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( - [Parameter(Mandatory)] - [Alias('SimGroupName')] + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] [System.String] # The name of the SIM Group. - ${Name}, + ${SimGroupName}, - [Parameter(Mandatory)] + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] [System.String] # The name of the resource group. # The name is case insensitive. ${ResourceGroupName}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] - [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] - [System.String] - # The ID of the target subscription. - ${SubscriptionId}, - - [Parameter(Mandatory)] - [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] - [System.String] - # The geo-location where the resource lives - ${Location}, - [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] [System.String] @@ -81,15 +90,22 @@ param( # The dictionary values can be empty objects ({}) in requests. ${IdentityUserAssignedIdentity}, - [Parameter(Mandatory)] + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] [System.String] # Mobile network resource ID. ${MobileNetworkId}, + [Parameter(ParameterSetName='UpdateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api30.ITrackedResourceTags]))] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ITagsObjectTags]))] [System.Collections.Hashtable] # Resource tags. ${Tag}, @@ -99,15 +115,10 @@ param( [ValidateNotNull()] [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Azure')] [System.Management.Automation.PSObject] - # The credentials, account, tenant, and subscription used for communication with Azure. + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ${DefaultProfile}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command as a job - ${AsJob}, - [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] [System.Management.Automation.SwitchParameter] @@ -128,12 +139,6 @@ param( # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, - [Parameter()] - [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] - [System.Management.Automation.SwitchParameter] - # Run the command asynchronously - ${NoWait}, - [Parameter(DontShow)] [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] [System.Uri] @@ -154,47 +159,38 @@ param( ${ProxyUseDefaultCredentials} ) -begin { - try { - $outBuffer = $null - if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { - $PSBoundParameters['OutBuffer'] = 1 - } - $parameterSet = $PSCmdlet.ParameterSetName - - $mapping = @{ - CreateExpanded = 'Az.MobileNetwork.private\New-AzMobileNetworkSimGroup_CreateExpanded'; + process { + try { + $simGroup = Get-AzMobileNetworkSimGroup -ResourceGroupName $PSBoundParameters.ResourceGroupName -Name $PSBoundParameters.SimGroupName + $PSBoundParameters.Add('Location', $simGroup.Location) + + if (!$PSBoundParameters.ContainsKey('MobileNetworkId') -and $simGroup.MobileNetworkId) { + $PSBoundParameters.MobileNetworkId = $simGroup.MobileNetworkId + } + if (!$PSBoundParameters.ContainsKey('EncryptionKeyUrl') -and $simGroup.EncryptionKeyUrl) { + $PSBoundParameters.EncryptionKeyUrl = $simGroup.EncryptionKeyUrl + } + + if ('NONE' -ieq $IdentityType.ToString()) { + $PSBoundParameters.IdentityType = 'None' + $null = $PSBoundParameters.Remove('IdentityUserAssignedIdentity') + } else { + if (!$PSBoundParameters.ContainsKey('IdentityType') -and $simGroup.IdentityType) { + $PSBoundParameters.IdentityType = $simGroup.IdentityType + } + if (!$PSBoundParameters.ContainsKey('IdentityUserAssignedIdentity')) { + $PSBoundParameters.IdentityUserAssignedIdentity = $simGroup.IdentityUserAssignedIdentity + } + } + + if (!$PSBoundParameters.ContainsKey('Tag')) { + $PSBoundParameters.Tag = $simGroup.Tag + } + + Az.MobileNetwork.private\New-AzMobileNetworkSimGroup_CreateExpanded @PSBoundParameters } - if (('CreateExpanded') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('SubscriptionId')) { - $PSBoundParameters['SubscriptionId'] = (Get-AzContext).Subscription.Id + catch { + throw } - - $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) - $scriptCmd = {& $wrappedCmd @PSBoundParameters} - $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) - $steppablePipeline.Begin($PSCmdlet) - } catch { - - throw - } -} - -process { - try { - $steppablePipeline.Process($_) - } catch { - - throw - } - -} -end { - try { - $steppablePipeline.End() - - } catch { - - throw } -} } diff --git a/src/MobileNetwork/custom/Update-AzMobileNetworkSimPolicy.ps1 b/src/MobileNetwork/custom/Update-AzMobileNetworkSimPolicy.ps1 new file mode 100644 index 000000000000..11b2240aa71d --- /dev/null +++ b/src/MobileNetwork/custom/Update-AzMobileNetworkSimPolicy.ps1 @@ -0,0 +1,214 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Updates SIM policy. +.Description +Updates SIM policy. +.Example +Update-AzMobileNetworkSimPolicy -MobileNetworkName azps-mn -SimPolicyName azps-mn-simpolicy -ResourceGroupName azps_test_group -Tag @{"abc"="123"} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISimPolicy +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [AttachedDataNetworkName ]: The name of the attached data network. + [DataNetworkName ]: The name of the data network. + [Id ]: Resource identity path + [MobileNetworkName ]: The name of the mobile network. + [PacketCoreControlPlaneName ]: The name of the packet core control plane. + [PacketCoreDataPlaneName ]: The name of the packet core data plane. + [ResourceGroupName ]: The name of the resource group. The name is case insensitive. + [ServiceName ]: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' + [SimGroupName ]: The name of the SIM Group. + [SimName ]: The name of the SIM. + [SimPolicyName ]: The name of the SIM policy. + [SiteName ]: The name of the mobile network site. + [SliceName ]: The name of the network slice. + [SubscriptionId ]: The ID of the target subscription. + [VersionName ]: The name of the packet core control plane version. +.Link +https://learn.microsoft.com/powershell/module/az.mobilenetwork/update-azmobilenetworksimpolicy +#> +function Update-AzMobileNetworkSimPolicy { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISimPolicy])] +[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +param( + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the mobile network. + ${MobileNetworkName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the SIM policy. + ${SimPolicyName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # Slice resource ID. + ${DefaultSliceId}, + + [Parameter()] + [AllowEmptyCollection()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISliceConfiguration[]] + # The allowed slices and the settings to use for them. + # The list must not contain duplicate items and must contain at least one item. + # To construct, see NOTES section for SLICECONFIGURATION properties and create a hash table. + ${SliceConfiguration}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # Downlink bit rate. + ${UeAmbrDownlink}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # Uplink bit rate. + ${UeAmbrUplink}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # Interval for the UE periodic registration update procedure, in seconds. + ${RegistrationTimer}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. + # This is an optional setting and by default is unspecified. + ${RfspIndex}, + + [Parameter(ParameterSetName='UpdateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ITagsObjectTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} +) + + process { + try { + $simPolicy = Get-AzMobileNetworkSimPolicy -MobileNetworkName $PSBoundParameters.MobileNetworkName -ResourceGroupName $PSBoundParameters.ResourceGroupName -Name $PSBoundParameters.SimPolicyName + $PSBoundParameters.Add('Location', $simPolicy.Location) + + # README.md file Line 142 ReNamed DefaultSlouseId -> DefaultSliceId + if (!$PSBoundParameters.ContainsKey('DefaultSliceId') -and $simPolicy.DefaultSlouseId) { + $PSBoundParameters.DefaultSliceId = $simPolicy.DefaultSlouseId + } + if (!$PSBoundParameters.ContainsKey('SliceConfiguration') -and $simPolicy.SliceConfiguration) { + $PSBoundParameters.SliceConfiguration = $simPolicy.SliceConfiguration + } + if (!$PSBoundParameters.ContainsKey('UeAmbrDownlink') -and $simPolicy.UeAmbrDownlink) { + $PSBoundParameters.UeAmbrDownlink = $simPolicy.UeAmbrDownlink + } + if (!$PSBoundParameters.ContainsKey('UeAmbrUplink') -and $simPolicy.UeAmbrUplink) { + $PSBoundParameters.UeAmbrUplink = $simPolicy.UeAmbrUplink + } + if (!$PSBoundParameters.ContainsKey('RegistrationTimer') -and "$simPolicy.RegistrationTimer") { + $PSBoundParameters.RegistrationTimer = $simPolicy.RegistrationTimer + } + if (!$PSBoundParameters.ContainsKey('RfspIndex') -and $simPolicy.RfspIndex) { + $PSBoundParameters.RfspIndex = $simPolicy.RfspIndex + } + + if (!$PSBoundParameters.ContainsKey('Tag')) { + $PSBoundParameters.Tag = $simPolicy.Tag + } + + Az.MobileNetwork.private\New-AzMobileNetworkSimPolicy_CreateExpanded @PSBoundParameters + } + catch { + throw + } + } +} diff --git a/src/MobileNetwork/custom/Update-AzMobileNetworkSlice.ps1 b/src/MobileNetwork/custom/Update-AzMobileNetworkSlice.ps1 new file mode 100644 index 000000000000..43eec8faa768 --- /dev/null +++ b/src/MobileNetwork/custom/Update-AzMobileNetworkSlice.ps1 @@ -0,0 +1,179 @@ + +# ---------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +# is regenerated. +# ---------------------------------------------------------------------------------- + +<# +.Synopsis +Updates slice. +.Description +Updates slice. +.Example +Update-AzMobileNetworkSlice -MobileNetworkName azps-mn -ResourceGroupName azps_test_group -SliceName azps-mn-slice -Tag @{"abc"="123"} + +.Inputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity +.Outputs +Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISlice +.Notes +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT : Identity Parameter + [AttachedDataNetworkName ]: The name of the attached data network. + [DataNetworkName ]: The name of the data network. + [Id ]: Resource identity path + [MobileNetworkName ]: The name of the mobile network. + [PacketCoreControlPlaneName ]: The name of the packet core control plane. + [PacketCoreDataPlaneName ]: The name of the packet core data plane. + [ResourceGroupName ]: The name of the resource group. The name is case insensitive. + [ServiceName ]: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' + [SimGroupName ]: The name of the SIM Group. + [SimName ]: The name of the SIM. + [SimPolicyName ]: The name of the SIM policy. + [SiteName ]: The name of the mobile network site. + [SliceName ]: The name of the network slice. + [SubscriptionId ]: The ID of the target subscription. + [VersionName ]: The name of the packet core control plane version. +.Link +https://learn.microsoft.com/powershell/module/az.mobilenetwork/update-azmobilenetworkslice +#> +function Update-AzMobileNetworkSlice { +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISlice])] +[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] +param( + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the mobile network. + ${MobileNetworkName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the network slice. + ${SliceName}, + + [Parameter(ParameterSetName='UpdateExpanded', Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [System.String] + # The name of the resource group. + # The name is case insensitive. + ${ResourceGroupName}, + + [Parameter(Mandatory)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.Int32] + # Slice/service type (SST). + ${SnssaiSst}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # An optional description for this network slice. + ${Description}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [System.String] + # Slice differentiator (SD). + ${SnssaiSd}, + + [Parameter(ParameterSetName='UpdateExpanded')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Path')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')] + [System.String] + # The ID of the target subscription. + ${SubscriptionId}, + + [Parameter()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Body')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ITagsObjectTags]))] + [System.Collections.Hashtable] + # Resource tags. + ${Tag}, + + [Parameter()] + [Alias('AzureRMContext', 'AzureCredential')] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Azure')] + [System.Management.Automation.PSObject] + # The DefaultProfile parameter is not functional. + # Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + ${DefaultProfile}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Wait for .NET debugger to attach + ${Break}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be appended to the front of the pipeline + ${HttpPipelineAppend}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.SendAsyncStep[]] + # SendAsync Pipeline Steps to be prepended to the front of the pipeline + ${HttpPipelinePrepend}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Uri] + # The URI for the proxy server to use + ${Proxy}, + + [Parameter(DontShow)] + [ValidateNotNull()] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.PSCredential] + # Credentials for a proxy server to use for the remote call + ${ProxyCredential}, + + [Parameter(DontShow)] + [Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Category('Runtime')] + [System.Management.Automation.SwitchParameter] + # Use the default credentials for the proxy + ${ProxyUseDefaultCredentials} +) + + process { + try { + $mobileNetworkSlice = Get-AzMobileNetworkSlice -MobileNetworkName $PSBoundParameters.MobileNetworkName -ResourceGroupName $PSBoundParameters.ResourceGroupName -SliceName $PSBoundParameters.SliceName + $PSBoundParameters.Add('Location', $mobileNetworkSlice.Location) + + if (!$PSBoundParameters.ContainsKey('Description') -and $mobileNetworkSlice.Description) { + $PSBoundParameters.Description = $mobileNetworkSlice.Description + } + if (!$PSBoundParameters.ContainsKey('SnssaiSd') -and $mobileNetworkSlice.SnssaiSd) { + $PSBoundParameters.SnssaiSd = $mobileNetworkSlice.SnssaiSd + } + + if (!$PSBoundParameters.ContainsKey('Tag')) { + $PSBoundParameters.Tag = $mobileNetworkSlice.Tag + } + + Az.MobileNetwork.private\New-AzMobileNetworkSlice_CreateExpanded @PSBoundParameters + } + catch { + throw + } + } +} diff --git a/src/MobileNetwork/docs/Az.MobileNetwork.md b/src/MobileNetwork/docs/Az.MobileNetwork.md index c58317bbeb41..1aa359daa82e 100644 --- a/src/MobileNetwork/docs/Az.MobileNetwork.md +++ b/src/MobileNetwork/docs/Az.MobileNetwork.md @@ -146,29 +146,29 @@ Deletes the specified network slice. Updates mobile network tags. ### [Update-AzMobileNetworkAttachedDataNetwork](Update-AzMobileNetworkAttachedDataNetwork.md) -Updates an attached data network tags. +Updates an attached data network. ### [Update-AzMobileNetworkDataNetwork](Update-AzMobileNetworkDataNetwork.md) -Updates data network tags. +Updates data network. ### [Update-AzMobileNetworkPacketCoreControlPlane](Update-AzMobileNetworkPacketCoreControlPlane.md) -Updates packet core control planes tags. +Updates packet core control planes. ### [Update-AzMobileNetworkPacketCoreDataPlane](Update-AzMobileNetworkPacketCoreDataPlane.md) -Updates packet core data planes tags. +Updates packet core data planes. ### [Update-AzMobileNetworkService](Update-AzMobileNetworkService.md) -Updates service tags. +Updates service. ### [Update-AzMobileNetworkSimGroup](Update-AzMobileNetworkSimGroup.md) -Updates SIM group tags. +Updates SIM group. ### [Update-AzMobileNetworkSimPolicy](Update-AzMobileNetworkSimPolicy.md) -Updates SIM policy tags. +Updates SIM policy. ### [Update-AzMobileNetworkSite](Update-AzMobileNetworkSite.md) Updates site tags. ### [Update-AzMobileNetworkSlice](Update-AzMobileNetworkSlice.md) -Updates slice tags. +Updates slice. diff --git a/src/MobileNetwork/docs/Get-AzMobileNetwork.md b/src/MobileNetwork/docs/Get-AzMobileNetwork.md index 15f7e8d3f597..aa4164ed69fa 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetwork.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetwork.md @@ -179,7 +179,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkAttachedDataNetwork.md b/src/MobileNetwork/docs/Get-AzMobileNetworkAttachedDataNetwork.md index 7623bd4a9698..1d73452bf859 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkAttachedDataNetwork.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkAttachedDataNetwork.md @@ -191,7 +191,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkDataNetwork.md b/src/MobileNetwork/docs/Get-AzMobileNetworkDataNetwork.md index 3b10e3b6ff61..ac64b6db651b 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkDataNetwork.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkDataNetwork.md @@ -175,7 +175,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreControlPlane.md b/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreControlPlane.md index 3c092293c49a..fb08128bf759 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreControlPlane.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreControlPlane.md @@ -56,7 +56,7 @@ List information about the specified packet core control plane by Sub. ### Example 2: Get information about the specified packet core control plane by ResourceGroup. ```powershell -Get-AzMobileNetworkPacketCoreControlPlane -ResourceGroup azps_test_group +Get-AzMobileNetworkPacketCoreControlPlane -ResourceGroupName azps_test_group ``` ```output @@ -69,7 +69,7 @@ Get information about the specified packet core control plane by ResourceGroup. ### Example 3: Get information about the specified packet core control plane by Name. ```powershell -Get-AzMobileNetworkPacketCoreControlPlane -ResourceGroup azps_test_group -Name azps-mn-pccp +Get-AzMobileNetworkPacketCoreControlPlane -ResourceGroupName azps_test_group -Name azps-mn-pccp ``` ```output @@ -179,7 +179,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreControlPlaneVersion.md b/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreControlPlaneVersion.md index d65687b7fe12..86029b4c80b9 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreControlPlaneVersion.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreControlPlaneVersion.md @@ -129,7 +129,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreDataPlane.md b/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreDataPlane.md index 885d8d97729c..a8c6e75578b0 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreDataPlane.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkPacketCoreDataPlane.md @@ -175,7 +175,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkService.md b/src/MobileNetwork/docs/Get-AzMobileNetworkService.md index 7804a02dc68f..fead3f73f7c2 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkService.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkService.md @@ -176,7 +176,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkSim.md b/src/MobileNetwork/docs/Get-AzMobileNetworkSim.md index dbf1ea8df9f1..ff9cd02035f8 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkSim.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkSim.md @@ -174,7 +174,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkSimGroup.md b/src/MobileNetwork/docs/Get-AzMobileNetworkSimGroup.md index 992927df4013..4065fa49e098 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkSimGroup.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkSimGroup.md @@ -178,7 +178,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkSimPolicy.md b/src/MobileNetwork/docs/Get-AzMobileNetworkSimPolicy.md index 1ecb86b063bd..864f341dfcf7 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkSimPolicy.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkSimPolicy.md @@ -175,7 +175,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkSite.md b/src/MobileNetwork/docs/Get-AzMobileNetworkSite.md index 71aa28cd5576..fa90f7863f5f 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkSite.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkSite.md @@ -175,7 +175,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Get-AzMobileNetworkSlice.md b/src/MobileNetwork/docs/Get-AzMobileNetworkSlice.md index 7ac7185eac76..4b3dd1c80cd1 100644 --- a/src/MobileNetwork/docs/Get-AzMobileNetworkSlice.md +++ b/src/MobileNetwork/docs/Get-AzMobileNetworkSlice.md @@ -175,7 +175,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/New-AzMobileNetworkDataNetworkConfigurationObject.md b/src/MobileNetwork/docs/New-AzMobileNetworkDataNetworkConfigurationObject.md index f33ea36aeb2d..ee3a589ad3be 100644 --- a/src/MobileNetwork/docs/New-AzMobileNetworkDataNetworkConfigurationObject.md +++ b/src/MobileNetwork/docs/New-AzMobileNetworkDataNetworkConfigurationObject.md @@ -244,7 +244,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`ALLOWEDSERVICE `: List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy. +ALLOWEDSERVICE : List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy. - `Id `: Service resource ID. ## RELATED LINKS diff --git a/src/MobileNetwork/docs/New-AzMobileNetworkPacketCoreControlPlane.md b/src/MobileNetwork/docs/New-AzMobileNetworkPacketCoreControlPlane.md index 94bb6ac830e9..6c23eeab39ae 100644 --- a/src/MobileNetwork/docs/New-AzMobileNetworkPacketCoreControlPlane.md +++ b/src/MobileNetwork/docs/New-AzMobileNetworkPacketCoreControlPlane.md @@ -511,7 +511,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`SITE `: Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane. +SITE : Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane. - `Id `: Site resource ID. ## RELATED LINKS diff --git a/src/MobileNetwork/docs/New-AzMobileNetworkPccRuleConfigurationObject.md b/src/MobileNetwork/docs/New-AzMobileNetworkPccRuleConfigurationObject.md index e90a83f81240..2554b4a52379 100644 --- a/src/MobileNetwork/docs/New-AzMobileNetworkPccRuleConfigurationObject.md +++ b/src/MobileNetwork/docs/New-AzMobileNetworkPccRuleConfigurationObject.md @@ -259,7 +259,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`SERVICEDATAFLOWTEMPLATE `: The set of data flow templates to use for this data flow policy rule. +SERVICEDATAFLOWTEMPLATE : The set of data flow templates to use for this data flow policy rule. - `Direction `: The direction of this flow. - `Protocol `: A list of the allowed protocol(s) for this flow. If you want this flow to be able to use any protocol within the internet protocol suite, use the value `ip`. If you only want to allow a selection of protocols, you must use the corresponding IANA Assigned Internet Protocol Number for each protocol, as described in https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml. For example, for UDP, you must use 17. If you use the value `ip` then you must leave the field `port` unspecified. - `RemoteIPList `: The remote IP address(es) to which UEs will connect for this flow. If you want to allow connections on any IP address, use the value 'any'. Otherwise, you must provide each of the remote IP addresses to which the packet core instance will connect for this flow. You must provide each IP address in CIDR notation, including the netmask (for example, 192.0.2.54/24). diff --git a/src/MobileNetwork/docs/New-AzMobileNetworkService.md b/src/MobileNetwork/docs/New-AzMobileNetworkService.md index 9864204885b7..9f17690b2c7e 100644 --- a/src/MobileNetwork/docs/New-AzMobileNetworkService.md +++ b/src/MobileNetwork/docs/New-AzMobileNetworkService.md @@ -239,11 +239,9 @@ Accept wildcard characters: False ``` ### -ServiceQoPolicyFiveQi -QoS Flow 5G QoS Indicator value. +5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. -This must not be a standardized 5QI value corresponding to a GBR (guaranteed bit rate) QoS Flow. -The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. -See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values. +See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values. ```yaml Type: System.Int32 @@ -370,7 +368,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`PCCRULE `: The set of data flow policy rules that make up this service. +PCCRULE : The set of data flow policy rules that make up this service. - `RuleName `: The name of the rule. This must be unique within the parent service. You must not use any of the following reserved strings - 'default', 'requested' or 'service'. - `RulePrecedence `: A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority. This value should be unique among all data flow policy rules configured in the mobile network. - `ServiceDataFlowTemplate `: The set of data flow templates to use for this data flow policy rule. @@ -382,7 +380,7 @@ To create the parameters described below, construct a hash table containing the - `[GuaranteedBitRateDownlink ]`: Downlink bit rate. - `[GuaranteedBitRateUplink ]`: Uplink bit rate. - `[RuleQoPolicyAllocationAndRetentionPriorityLevel ]`: QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. - - `[RuleQoPolicyFiveQi ]`: QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value corresponding to a GBR (guaranteed bit rate) QoS Flow. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values. + - `[RuleQoPolicyFiveQi ]`: 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values. - `[RuleQoPolicyMaximumBitRateDownlink ]`: Downlink bit rate. - `[RuleQoPolicyMaximumBitRateUplink ]`: Uplink bit rate. - `[RuleQoPolicyPreemptionCapability ]`: QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. diff --git a/src/MobileNetwork/docs/New-AzMobileNetworkSim.md b/src/MobileNetwork/docs/New-AzMobileNetworkSim.md index a0c92cf25109..e05fdcccedb9 100644 --- a/src/MobileNetwork/docs/New-AzMobileNetworkSim.md +++ b/src/MobileNetwork/docs/New-AzMobileNetworkSim.md @@ -305,7 +305,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`STATICIPCONFIGURATION `: 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}. +STATICIPCONFIGURATION : 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}. - `[AttachedDataNetworkId ]`: Attached data network resource ID. - `[SlouseId ]`: Slice resource ID. - `[StaticIPIpv4Address ]`: The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network. diff --git a/src/MobileNetwork/docs/New-AzMobileNetworkSimGroup.md b/src/MobileNetwork/docs/New-AzMobileNetworkSimGroup.md index f2bfbc890f3f..af3b1b42b4f7 100644 --- a/src/MobileNetwork/docs/New-AzMobileNetworkSimGroup.md +++ b/src/MobileNetwork/docs/New-AzMobileNetworkSimGroup.md @@ -14,8 +14,8 @@ Creates or updates a SIM group. ``` New-AzMobileNetworkSimGroup -Name -ResourceGroupName -Location - -MobileNetworkId [-SubscriptionId ] [-EncryptionKeyUrl ] - [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Tag ] + [-SubscriptionId ] [-EncryptionKeyUrl ] [-IdentityType ] + [-IdentityUserAssignedIdentity ] [-MobileNetworkId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -26,8 +26,6 @@ Creates or updates a SIM group. ### Example 1: Creates or updates a SIM group. ```powershell -$ManagedIdentity = @{"/subscriptions/{subId}/resourcegroups/azps_test_group/providers/Microsoft.ManagedIdentity/userAssignedIdentities/azps-mn-mi"="{}"} - New-AzMobileNetworkSimGroup -Name azps-mn-simgroup -ResourceGroupName azps_test_group -Location eastus -MobileNetworkId "/subscriptions/{subId}/resourceGroups/azps_test_group/providers/Microsoft.MobileNetwork/mobileNetworks/azps-mn" ``` @@ -143,7 +141,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False diff --git a/src/MobileNetwork/docs/New-AzMobileNetworkSimPolicy.md b/src/MobileNetwork/docs/New-AzMobileNetworkSimPolicy.md index b8e15bae0d61..017ad95a0fce 100644 --- a/src/MobileNetwork/docs/New-AzMobileNetworkSimPolicy.md +++ b/src/MobileNetwork/docs/New-AzMobileNetworkSimPolicy.md @@ -327,7 +327,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`SLICECONFIGURATION `: The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item. +SLICECONFIGURATION : The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item. - `DataNetworkConfiguration `: The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item. - `AllowedService `: List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy. - `Id `: Service resource ID. @@ -337,7 +337,7 @@ To create the parameters described below, construct a hash table containing the - `[AdditionalAllowedSessionType ]`: Allowed session types in addition to the default session type. Must not duplicate the default session type. - `[AllocationAndRetentionPriorityLevel ]`: Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. - `[DefaultSessionType ]`: The default PDU session type, which is used if the UE does not request a specific session type. - - `[FiveQi ]`: Default QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value corresponding to a GBR (guaranteed bit rate) QoS Flow. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values. + - `[FiveQi ]`: Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values. - `[MaximumNumberOfBufferedPacket ]`: The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions. - `[PreemptionCapability ]`: Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. - `[PreemptionVulnerability ]`: Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. diff --git a/src/MobileNetwork/docs/New-AzMobileNetworkSliceConfigurationObject.md b/src/MobileNetwork/docs/New-AzMobileNetworkSliceConfigurationObject.md index a7efcef263b5..b335acf3ea24 100644 --- a/src/MobileNetwork/docs/New-AzMobileNetworkSliceConfigurationObject.md +++ b/src/MobileNetwork/docs/New-AzMobileNetworkSliceConfigurationObject.md @@ -106,7 +106,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`DATANETWORKCONFIGURATION `: The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item. +DATANETWORKCONFIGURATION : The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item. - `AllowedService `: List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy. - `Id `: Service resource ID. - `DataNetworkId `: Data network resource ID. @@ -115,7 +115,7 @@ To create the parameters described below, construct a hash table containing the - `[AdditionalAllowedSessionType ]`: Allowed session types in addition to the default session type. Must not duplicate the default session type. - `[AllocationAndRetentionPriorityLevel ]`: Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. - `[DefaultSessionType ]`: The default PDU session type, which is used if the UE does not request a specific session type. - - `[FiveQi ]`: Default QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value corresponding to a GBR (guaranteed bit rate) QoS Flow. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values. + - `[FiveQi ]`: Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values. - `[MaximumNumberOfBufferedPacket ]`: The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions. - `[PreemptionCapability ]`: Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. - `[PreemptionVulnerability ]`: Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. diff --git a/src/MobileNetwork/docs/README.md b/src/MobileNetwork/docs/README.md index 5fc6ca171606..ceb6b3e8963d 100644 --- a/src/MobileNetwork/docs/README.md +++ b/src/MobileNetwork/docs/README.md @@ -8,4 +8,4 @@ This directory contains the documentation of the cmdlets for the `Az.MobileNetwo - Packaged: yes ## Details -The process of documentation generation loads `Az.MobileNetwork` and analyzes the exported cmdlets from the module. It recognizes the [help comments](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) that are generated into the scripts in the `..\exports` folder. Additionally, when writing custom cmdlets in the `..\custom` folder, you can use the help comments syntax, which decorate the exported scripts at build-time. The documentation examples are taken from the `..\examples` folder. \ No newline at end of file +The process of documentation generation loads `Az.MobileNetwork` and analyzes the exported cmdlets from the module. It recognizes the [help comments](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_comment_based_help) that are generated into the scripts in the `..\exports` folder. Additionally, when writing custom cmdlets in the `..\custom` folder, you can use the help comments syntax, which decorate the exported scripts at build-time. The documentation examples are taken from the `..\examples` folder. \ No newline at end of file diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetwork.md b/src/MobileNetwork/docs/Remove-AzMobileNetwork.md index 8886c7b44b9f..c9850aebf96b 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetwork.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetwork.md @@ -211,7 +211,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetworkAttachedDataNetwork.md b/src/MobileNetwork/docs/Remove-AzMobileNetworkAttachedDataNetwork.md index 93156fce8844..d96dbb3cb882 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetworkAttachedDataNetwork.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetworkAttachedDataNetwork.md @@ -242,7 +242,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetworkDataNetwork.md b/src/MobileNetwork/docs/Remove-AzMobileNetworkDataNetwork.md index 1761309613e4..7837b0799d96 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetworkDataNetwork.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetworkDataNetwork.md @@ -227,7 +227,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetworkPacketCoreControlPlane.md b/src/MobileNetwork/docs/Remove-AzMobileNetworkPacketCoreControlPlane.md index ec890fbde0e1..d20dec5eec7f 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetworkPacketCoreControlPlane.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetworkPacketCoreControlPlane.md @@ -212,7 +212,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetworkPacketCoreDataPlane.md b/src/MobileNetwork/docs/Remove-AzMobileNetworkPacketCoreDataPlane.md index 63c4a717bc00..7940006dae24 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetworkPacketCoreDataPlane.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetworkPacketCoreDataPlane.md @@ -227,7 +227,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetworkService.md b/src/MobileNetwork/docs/Remove-AzMobileNetworkService.md index 040b0573cecc..fa5a0d897df5 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetworkService.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetworkService.md @@ -228,7 +228,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetworkSim.md b/src/MobileNetwork/docs/Remove-AzMobileNetworkSim.md index 3f32fe0403d3..07537c80165e 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetworkSim.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetworkSim.md @@ -227,7 +227,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetworkSimGroup.md b/src/MobileNetwork/docs/Remove-AzMobileNetworkSimGroup.md index cde14067a920..fba84a171ff7 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetworkSimGroup.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetworkSimGroup.md @@ -211,7 +211,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetworkSimPolicy.md b/src/MobileNetwork/docs/Remove-AzMobileNetworkSimPolicy.md index 681900fb0c49..77e66d9d647c 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetworkSimPolicy.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetworkSimPolicy.md @@ -227,7 +227,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetworkSite.md b/src/MobileNetwork/docs/Remove-AzMobileNetworkSite.md index 7fda8267d6d4..d4d41fd110e4 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetworkSite.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetworkSite.md @@ -230,7 +230,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Remove-AzMobileNetworkSlice.md b/src/MobileNetwork/docs/Remove-AzMobileNetworkSlice.md index acf0d298d3b7..73725e192d33 100644 --- a/src/MobileNetwork/docs/Remove-AzMobileNetworkSlice.md +++ b/src/MobileNetwork/docs/Remove-AzMobileNetworkSlice.md @@ -227,7 +227,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Update-AzMobileNetwork.md b/src/MobileNetwork/docs/Update-AzMobileNetwork.md index 6b4be3898b5d..6654c1437309 100644 --- a/src/MobileNetwork/docs/Update-AzMobileNetwork.md +++ b/src/MobileNetwork/docs/Update-AzMobileNetwork.md @@ -187,7 +187,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Update-AzMobileNetworkAttachedDataNetwork.md b/src/MobileNetwork/docs/Update-AzMobileNetworkAttachedDataNetwork.md index 1493636d5910..d6e39e828f43 100644 --- a/src/MobileNetwork/docs/Update-AzMobileNetworkAttachedDataNetwork.md +++ b/src/MobileNetwork/docs/Update-AzMobileNetworkAttachedDataNetwork.md @@ -8,30 +8,29 @@ schema: 2.0.0 # Update-AzMobileNetworkAttachedDataNetwork ## SYNOPSIS -Updates an attached data network tags. +Updates an attached data network. ## SYNTAX -### UpdateExpanded (Default) ``` Update-AzMobileNetworkAttachedDataNetwork -AttachedDataNetworkName -PacketCoreControlPlaneName -PacketCoreDataPlaneName -ResourceGroupName - [-SubscriptionId ] [-Tag ] [-DefaultProfile ] [-Confirm] [-WhatIf] - [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMobileNetworkAttachedDataNetwork -InputObject [-Tag ] + [-SubscriptionId ] [-DnsAddress ] [-NaptConfigurationEnabled ] + [-NaptConfigurationPinholeLimit ] [-PinholeTimeoutIcmp ] [-PinholeTimeoutTcp ] + [-PinholeTimeoutUdp ] [-PortRangeMaxPort ] [-PortRangeMinPort ] + [-PortReuseHoldTimeTcp ] [-PortReuseHoldTimeUdp ] [-Tag ] + [-UserEquipmentAddressPoolPrefix ] [-UserEquipmentStaticAddressPoolPrefix ] + [-UserPlaneDataInterfaceIpv4Address ] [-UserPlaneDataInterfaceIpv4Gateway ] + [-UserPlaneDataInterfaceIpv4Subnet ] [-UserPlaneDataInterfaceName ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Updates an attached data network tags. +Updates an attached data network. ## EXAMPLES -### Example 1: Updates an attached data network tags. +### Example 1: Updates an attached data network. ```powershell Update-AzMobileNetworkAttachedDataNetwork -AttachedDataNetworkName azps-mn-adn -PacketCoreControlPlaneName azps-mn-pccp -PacketCoreDataPlaneName azps_test_group -ResourceGroupName -Tag @{"abc"="123"} ``` @@ -42,7 +41,7 @@ Location Name ResourceGroupName ProvisioningState eastus azps-mn-adn azps_test_group Succeeded ``` -Updates an attached data network tags. +Updates an attached data network. ## PARAMETERS @@ -51,7 +50,7 @@ The name of the attached data network. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -62,7 +61,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -76,19 +76,51 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -DnsAddress +The DNS servers to signal to UEs to use for this attached data network. +This configuration is mandatory - if you don't want DNS servers, you must provide an empty array. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity -Parameter Sets: UpdateViaIdentityExpanded +Type: System.String[] +Parameter Sets: (All) Aliases: -Required: True +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NaptConfigurationEnabled +Whether NAPT is enabled for connections to this attached data network. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.NaptEnabled +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NaptConfigurationPinholeLimit +Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface. +For 5G networks, this is the N6 interface. +For 4G networks, this is the SGi interface. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` @@ -97,7 +129,7 @@ The name of the packet core control plane. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -112,7 +144,7 @@ The name of the packet core data plane. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -122,13 +154,123 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PinholeTimeoutIcmp +Pinhole timeout for ICMP pinholes in seconds. +Default for ICMP Echo is 30 seconds. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PinholeTimeoutTcp +Pinhole timeout for TCP pinholes in seconds. +Default for TCP is 3 minutes. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PinholeTimeoutUdp +Pinhole timeout for UDP pinholes in seconds. +Default for UDP is 30 seconds. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PortRangeMaxPort +The maximum port number + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PortRangeMinPort +The minimum port number + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PortReuseHoldTimeTcp +Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. +Default for TCP is 2 minutes. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PortReuseHoldTimeUdp +Minimum time in seconds that will pass before a UDP port that was used by a closed pinhole can be reused. +Default for UDP is 1 minute. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -143,7 +285,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: False @@ -168,6 +310,101 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UserEquipmentAddressPoolPrefix +The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs.The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. +You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. +If you define both, they must be of the same size. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserEquipmentStaticAddressPoolPrefix +The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will assign static IP addresses to UEs.The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. +The static IP address for a specific UE is set in StaticIPConfiguration on the corresponding SIM resource.At least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. +If both are defined, they must be of the same size. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserPlaneDataInterfaceIpv4Address +The IPv4 address. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserPlaneDataInterfaceIpv4Gateway +The default IPv4 gateway (router). + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserPlaneDataInterfaceIpv4Subnet +The IPv4 subnet. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserPlaneDataInterfaceName +The logical name for this interface. +This should match one of the interfaces configured on your Azure Stack Edge device. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -214,27 +451,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AttachedDataNetworkName ]`: The name of the attached data network. - - `[DataNetworkName ]`: The name of the data network. - - `[Id ]`: Resource identity path - - `[MobileNetworkName ]`: The name of the mobile network. - - `[PacketCoreControlPlaneName ]`: The name of the packet core control plane. - - `[PacketCoreDataPlaneName ]`: The name of the packet core data plane. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ServiceName ]`: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' - - `[SimGroupName ]`: The name of the SIM Group. - - `[SimName ]`: The name of the SIM. - - `[SimPolicyName ]`: The name of the SIM policy. - - `[SiteName ]`: The name of the mobile network site. - - `[SliceName ]`: The name of the network slice. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VersionName ]`: The name of the packet core control plane version. - ## RELATED LINKS diff --git a/src/MobileNetwork/docs/Update-AzMobileNetworkDataNetwork.md b/src/MobileNetwork/docs/Update-AzMobileNetworkDataNetwork.md index 1222b6c52cb6..950a917eb0f4 100644 --- a/src/MobileNetwork/docs/Update-AzMobileNetworkDataNetwork.md +++ b/src/MobileNetwork/docs/Update-AzMobileNetworkDataNetwork.md @@ -8,29 +8,22 @@ schema: 2.0.0 # Update-AzMobileNetworkDataNetwork ## SYNOPSIS -Updates data network tags. +Updates data network. ## SYNTAX -### UpdateExpanded (Default) ``` Update-AzMobileNetworkDataNetwork -DataNetworkName -MobileNetworkName - -ResourceGroupName [-SubscriptionId ] [-Tag ] [-DefaultProfile ] - [-Confirm] [-WhatIf] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMobileNetworkDataNetwork -InputObject [-Tag ] + -ResourceGroupName [-SubscriptionId ] [-Description ] [-Tag ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Updates data network tags. +Updates data network. ## EXAMPLES -### Example 1: Updates data network tags. +### Example 1: Updates data network. ```powershell Update-AzMobileNetworkDataNetwork -MobileNetworkName azps-mn -DataNetworkName azps-mn-datanetwork -ResourceGroupName azps_test_group -Tag @{"abc"="`12"} ``` @@ -41,7 +34,7 @@ Location Name ResourceGroupName ProvisioningState eastus azps-mn-datanetwork azps_test_group Succeeded ``` -Updates data network tags. +Updates data network. ## PARAMETERS @@ -50,7 +43,7 @@ The name of the data network. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -61,7 +54,8 @@ Accept wildcard characters: False ``` ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -75,19 +69,18 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -Description +An optional description for this data network. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity -Parameter Sets: UpdateViaIdentityExpanded +Type: System.String +Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` @@ -96,7 +89,7 @@ The name of the mobile network. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -112,7 +105,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -127,7 +120,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: False @@ -198,27 +191,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AttachedDataNetworkName ]`: The name of the attached data network. - - `[DataNetworkName ]`: The name of the data network. - - `[Id ]`: Resource identity path - - `[MobileNetworkName ]`: The name of the mobile network. - - `[PacketCoreControlPlaneName ]`: The name of the packet core control plane. - - `[PacketCoreDataPlaneName ]`: The name of the packet core data plane. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ServiceName ]`: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' - - `[SimGroupName ]`: The name of the SIM Group. - - `[SimName ]`: The name of the SIM. - - `[SimPolicyName ]`: The name of the SIM policy. - - `[SiteName ]`: The name of the mobile network site. - - `[SliceName ]`: The name of the network slice. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VersionName ]`: The name of the packet core control plane version. - ## RELATED LINKS diff --git a/src/MobileNetwork/docs/Update-AzMobileNetworkPacketCoreControlPlane.md b/src/MobileNetwork/docs/Update-AzMobileNetworkPacketCoreControlPlane.md index b049c28646c2..a4225350fced 100644 --- a/src/MobileNetwork/docs/Update-AzMobileNetworkPacketCoreControlPlane.md +++ b/src/MobileNetwork/docs/Update-AzMobileNetworkPacketCoreControlPlane.md @@ -8,29 +8,29 @@ schema: 2.0.0 # Update-AzMobileNetworkPacketCoreControlPlane ## SYNOPSIS -Updates packet core control planes tags. +Updates packet core control planes. ## SYNTAX -### UpdateExpanded (Default) ``` Update-AzMobileNetworkPacketCoreControlPlane -PacketCoreControlPlaneName -ResourceGroupName - [-SubscriptionId ] [-Tag ] [-DefaultProfile ] [-Confirm] [-WhatIf] - [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMobileNetworkPacketCoreControlPlane -InputObject [-Tag ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-AzureStackEdgeDeviceId ] [-AzureStackHciClusterId ] + [-ConnectedClusterId ] [-ControlPlaneAccessInterfaceIpv4Address ] + [-ControlPlaneAccessInterfaceIpv4Gateway ] [-ControlPlaneAccessInterfaceIpv4Subnet ] + [-ControlPlaneAccessInterfaceName ] [-CoreNetworkTechnology ] + [-CustomLocationId ] [-HttpsServerCertificateUrl ] + [-IdentityType ] [-IdentityUserAssignedIdentity ] + [-InteropSetting ] [-LocalDiagnosticAccessAuthenticationType ] + [-PlatformType ] [-Site ] [-Sku ] [-Tag ] + [-UeMtu ] [-Version ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Updates packet core control planes tags. +Updates packet core control planes. ## EXAMPLES -### Example 1: Updates packet core control planes tags. +### Example 1: Updates packet core control planes. ```powershell Update-AzMobileNetworkPacketCoreControlPlane -PacketCoreControlPlaneName azps-mn-pccp -ResourceGroupName azps_test_group -Tag @{"abc"="123"} ``` @@ -41,12 +41,149 @@ Location Name ResourceGroupName ProvisioningState eastus azps-mn-pccp azps_test_group Succeeded ``` -Updates packet core control planes tags. +Updates packet core control planes. ## PARAMETERS +### -AzureStackEdgeDeviceId +Azure Stack Edge device resource ID. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -AzureStackHciClusterId +Azure Stack HCI cluster resource ID. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ConnectedClusterId +Azure Arc connected cluster resource ID. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ControlPlaneAccessInterfaceIpv4Address +The IPv4 address. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ControlPlaneAccessInterfaceIpv4Gateway +The default IPv4 gateway (router). + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ControlPlaneAccessInterfaceIpv4Subnet +The IPv4 subnet. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ControlPlaneAccessInterfaceName +The logical name for this interface. +This should match one of the interfaces configured on your Azure Stack Edge device. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CoreNetworkTechnology +The core network technology generation (5G core or EPC / 4G core). + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CustomLocationId +Azure Arc custom location resource ID. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -60,19 +197,82 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -HttpsServerCertificateUrl +The certificate URL, unversioned. +For example: https://contosovault.vault.azure.net/certificates/ingress. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity -Parameter Sets: UpdateViaIdentityExpanded +Type: System.String +Parameter Sets: (All) Aliases: -Required: True +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityType +Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.ManagedServiceIdentityType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityUserAssignedIdentity +The set of user assigned identities associated with the resource. +The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. +The dictionary values can be empty objects ({}) in requests. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InteropSetting +Settings to allow interoperability with third party components e.g. +RANs and UEs. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LocalDiagnosticAccessAuthenticationType +How to authenticate users who access local diagnostics APIs. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.AuthenticationType +Parameter Sets: (All) +Aliases: + +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` @@ -81,7 +281,7 @@ The name of the packet core control plane. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -91,13 +291,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PlatformType +The platform type where packet core is deployed. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PlatformType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -107,12 +322,44 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Site +Site(s) under which this packet core control plane should be deployed. +The sites must be in the same location as the packet core control plane. +To construct, see NOTES section for SITE properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISiteResourceId[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sku +The SKU defining the throughput and SIM allowances for this packet core control plane deployment. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.BillingSku +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: False @@ -137,6 +384,38 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UeMtu +The MTU (in bytes) signaled to the UE. +The same MTU is set on the user plane data links for all data networks. +The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Version +The version of the packet core software that is deployed. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -188,22 +467,8 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter - - `[AttachedDataNetworkName ]`: The name of the attached data network. - - `[DataNetworkName ]`: The name of the data network. - - `[Id ]`: Resource identity path - - `[MobileNetworkName ]`: The name of the mobile network. - - `[PacketCoreControlPlaneName ]`: The name of the packet core control plane. - - `[PacketCoreDataPlaneName ]`: The name of the packet core data plane. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ServiceName ]`: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' - - `[SimGroupName ]`: The name of the SIM Group. - - `[SimName ]`: The name of the SIM. - - `[SimPolicyName ]`: The name of the SIM policy. - - `[SiteName ]`: The name of the mobile network site. - - `[SliceName ]`: The name of the network slice. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VersionName ]`: The name of the packet core control plane version. +SITE : Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane. + - `Id `: Site resource ID. ## RELATED LINKS diff --git a/src/MobileNetwork/docs/Update-AzMobileNetworkPacketCoreDataPlane.md b/src/MobileNetwork/docs/Update-AzMobileNetworkPacketCoreDataPlane.md index 557cd66fd892..76fde02577e8 100644 --- a/src/MobileNetwork/docs/Update-AzMobileNetworkPacketCoreDataPlane.md +++ b/src/MobileNetwork/docs/Update-AzMobileNetworkPacketCoreDataPlane.md @@ -8,29 +8,24 @@ schema: 2.0.0 # Update-AzMobileNetworkPacketCoreDataPlane ## SYNOPSIS -Updates packet core data planes tags. +Updates packet core data planes. ## SYNTAX -### UpdateExpanded (Default) ``` Update-AzMobileNetworkPacketCoreDataPlane -PacketCoreControlPlaneName -PacketCoreDataPlaneName -ResourceGroupName [-SubscriptionId ] [-Tag ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMobileNetworkPacketCoreDataPlane -InputObject [-Tag ] + [-UserPlaneAccessInterfaceIpv4Address ] [-UserPlaneAccessInterfaceIpv4Gateway ] + [-UserPlaneAccessInterfaceIpv4Subnet ] [-UserPlaneAccessInterfaceName ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Updates packet core data planes tags. +Updates packet core data planes. ## EXAMPLES -### Example 1: Updates packet core data planes tags. +### Example 1: Updates packet core data planes. ```powershell Update-AzMobileNetworkPacketCoreDataPlane -PacketCoreControlPlaneName azps-mn-pccp -PacketCoreDataPlaneName azps-mn-pcdp -ResourceGroupName azps_test_group -Tag @{"abc"="123} ``` @@ -41,12 +36,13 @@ Location Name ResourceGroupName ProvisioningState eastus azps-mn-pcdp azps_test_group Succeeded ``` -Updates packet core data planes tags. +Updates packet core data planes. ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -60,28 +56,12 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - ### -PacketCoreControlPlaneName The name of the packet core control plane. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -96,7 +76,7 @@ The name of the packet core data plane. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -112,7 +92,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -127,7 +107,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: False @@ -152,6 +132,67 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UserPlaneAccessInterfaceIpv4Address +The IPv4 address. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserPlaneAccessInterfaceIpv4Gateway +The default IPv4 gateway (router). + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserPlaneAccessInterfaceIpv4Subnet +The IPv4 subnet. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserPlaneAccessInterfaceName +The logical name for this interface. +This should match one of the interfaces configured on your Azure Stack Edge device. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -198,27 +239,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AttachedDataNetworkName ]`: The name of the attached data network. - - `[DataNetworkName ]`: The name of the data network. - - `[Id ]`: Resource identity path - - `[MobileNetworkName ]`: The name of the mobile network. - - `[PacketCoreControlPlaneName ]`: The name of the packet core control plane. - - `[PacketCoreDataPlaneName ]`: The name of the packet core data plane. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ServiceName ]`: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' - - `[SimGroupName ]`: The name of the SIM Group. - - `[SimName ]`: The name of the SIM. - - `[SimPolicyName ]`: The name of the SIM policy. - - `[SiteName ]`: The name of the mobile network site. - - `[SliceName ]`: The name of the network slice. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VersionName ]`: The name of the packet core control plane version. - ## RELATED LINKS diff --git a/src/MobileNetwork/docs/Update-AzMobileNetworkService.md b/src/MobileNetwork/docs/Update-AzMobileNetworkService.md index b61ce37ed364..c86c2e4dcd06 100644 --- a/src/MobileNetwork/docs/Update-AzMobileNetworkService.md +++ b/src/MobileNetwork/docs/Update-AzMobileNetworkService.md @@ -8,31 +8,28 @@ schema: 2.0.0 # Update-AzMobileNetworkService ## SYNOPSIS -Updates service tags. +Updates service. ## SYNTAX -### UpdateExpanded (Default) ``` Update-AzMobileNetworkService -MobileNetworkName -ResourceGroupName -ServiceName - [-SubscriptionId ] [-Tag ] [-DefaultProfile ] [-Confirm] [-WhatIf] - [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMobileNetworkService -InputObject [-Tag ] + -ServicePrecedence [-SubscriptionId ] [-MaximumBitRateDownlink ] + [-MaximumBitRateUplink ] [-PccRule ] + [-ServiceQoPolicyAllocationAndRetentionPriorityLevel ] [-ServiceQoPolicyFiveQi ] + [-ServiceQoPolicyPreemptionCapability ] + [-ServiceQoPolicyPreemptionVulnerability ] [-Tag ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Updates service tags. +Updates service. ## EXAMPLES -### Example 1: Updates service tags. +### Example 1: Updates service. ```powershell -Update-AzMobileNetworkService -MobileNetworkName azps-mn -ServiceName azps-mn-service -ResourceGroupName azps_test_group -Tag @{"abc"="123"} +Update-AzMobileNetworkService -MobileNetworkName azps-mn -ServiceName azps-mn-service -ResourceGroupName azps_test_group -Tag @{"abc"="123"} -ServicePrecedence 0 ``` ```output @@ -41,12 +38,13 @@ Location Name ResourceGroupName ProvisioningState Precedence MaximumB eastus azps-mn-service azps_test_group Succeeded 0 1 Gbps 500 Mbps 9 9 ``` -Updates service tags. +Updates service. ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -60,19 +58,33 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -MaximumBitRateDownlink +Downlink bit rate. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity -Parameter Sets: UpdateViaIdentityExpanded +Type: System.String +Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MaximumBitRateUplink +Uplink bit rate. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False Accept wildcard characters: False ``` @@ -81,7 +93,7 @@ The name of the mobile network. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -91,13 +103,29 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PccRule +The set of data flow policy rules that make up this service. +To construct, see NOTES section for PCCRULE properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPccRuleConfiguration[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -113,7 +141,24 @@ You must not use any of the following reserved strings - 'default', 'requested' ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServicePrecedence +A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. +A lower value means a higher priority. +This value should be unique among all services configured in the mobile network. + +```yaml +Type: System.Int32 +Parameter Sets: (All) Aliases: Required: True @@ -123,12 +168,84 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ServiceQoPolicyAllocationAndRetentionPriorityLevel +QoS Flow allocation and retention priority (ARP) level. +Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. +1 is the highest level of priority. +If this field is not specified then `5qi` is used to derive the ARP value. +See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceQoPolicyFiveQi +QoS Flow 5G QoS Indicator value. +The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. +This must not be a standardized 5QI value corresponding to a GBR (guaranteed bit rate) QoS Flow. +The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. +See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceQoPolicyPreemptionCapability +QoS Flow preemption capability. +The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. +See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionCapability +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ServiceQoPolicyPreemptionVulnerability +QoS Flow preemption vulnerability. +The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. +See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.PreemptionVulnerability +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: False @@ -204,22 +321,24 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter - - `[AttachedDataNetworkName ]`: The name of the attached data network. - - `[DataNetworkName ]`: The name of the data network. - - `[Id ]`: Resource identity path - - `[MobileNetworkName ]`: The name of the mobile network. - - `[PacketCoreControlPlaneName ]`: The name of the packet core control plane. - - `[PacketCoreDataPlaneName ]`: The name of the packet core data plane. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ServiceName ]`: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' - - `[SimGroupName ]`: The name of the SIM Group. - - `[SimName ]`: The name of the SIM. - - `[SimPolicyName ]`: The name of the SIM policy. - - `[SiteName ]`: The name of the mobile network site. - - `[SliceName ]`: The name of the network slice. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VersionName ]`: The name of the packet core control plane version. +PCCRULE : The set of data flow policy rules that make up this service. + - `RuleName `: The name of the rule. This must be unique within the parent service. You must not use any of the following reserved strings - 'default', 'requested' or 'service'. + - `RulePrecedence `: A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority. This value should be unique among all data flow policy rules configured in the mobile network. + - `ServiceDataFlowTemplate `: The set of data flow templates to use for this data flow policy rule. + - `Direction `: The direction of this flow. + - `Protocol `: A list of the allowed protocol(s) for this flow. If you want this flow to be able to use any protocol within the internet protocol suite, use the value `ip`. If you only want to allow a selection of protocols, you must use the corresponding IANA Assigned Internet Protocol Number for each protocol, as described in https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml. For example, for UDP, you must use 17. If you use the value `ip` then you must leave the field `port` unspecified. + - `RemoteIPList `: The remote IP address(es) to which UEs will connect for this flow. If you want to allow connections on any IP address, use the value 'any'. Otherwise, you must provide each of the remote IP addresses to which the packet core instance will connect for this flow. You must provide each IP address in CIDR notation, including the netmask (for example, 192.0.2.54/24). + - `TemplateName `: The name of the data flow template. This must be unique within the parent data flow policy rule. You must not use any of the following reserved strings - 'default', 'requested' or 'service'. + - `[Port ]`: The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges. If you specify one or more ports or port ranges then you must specify a value other than `ip` in the `protocol` field. This is an optional setting. If you do not specify it then connections will be allowed on all ports. Port ranges must be specified as -. For example: [`8080`, `8082-8085`]. + - `[GuaranteedBitRateDownlink ]`: Downlink bit rate. + - `[GuaranteedBitRateUplink ]`: Uplink bit rate. + - `[RuleQoPolicyAllocationAndRetentionPriorityLevel ]`: QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + - `[RuleQoPolicyFiveQi ]`: 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values. + - `[RuleQoPolicyMaximumBitRateDownlink ]`: Downlink bit rate. + - `[RuleQoPolicyMaximumBitRateUplink ]`: Uplink bit rate. + - `[RuleQoPolicyPreemptionCapability ]`: QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + - `[RuleQoPolicyPreemptionVulnerability ]`: QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + - `[TrafficControl ]`: Determines whether flows that match this data flow policy rule are permitted. ## RELATED LINKS diff --git a/src/MobileNetwork/docs/Update-AzMobileNetworkSimGroup.md b/src/MobileNetwork/docs/Update-AzMobileNetworkSimGroup.md index 49f2310c847f..fb531cdd5f23 100644 --- a/src/MobileNetwork/docs/Update-AzMobileNetworkSimGroup.md +++ b/src/MobileNetwork/docs/Update-AzMobileNetworkSimGroup.md @@ -8,28 +8,23 @@ schema: 2.0.0 # Update-AzMobileNetworkSimGroup ## SYNOPSIS -Updates SIM group tags. +Updates SIM group. ## SYNTAX -### UpdateExpanded (Default) ``` Update-AzMobileNetworkSimGroup -ResourceGroupName -SimGroupName [-SubscriptionId ] - [-Tag ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMobileNetworkSimGroup -InputObject [-Tag ] + [-EncryptionKeyUrl ] [-IdentityType ] + [-IdentityUserAssignedIdentity ] [-MobileNetworkId ] [-Tag ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Updates SIM group tags. +Updates SIM group. ## EXAMPLES -### Example 1: Updates SIM group tags. +### Example 1: Updates SIM group. ```powershell Update-AzMobileNetworkSimGroup -SimGroupName azps-mn-simgroup -ResourceGroupName azps_test_group -Tag @{"abc"="123"} ``` @@ -40,12 +35,13 @@ Location Name ResourceGroupName ProvisioningState eastus azps-mn-simgroup azps_test_group Succeeded ``` -Updates SIM group tags. +Updates SIM group. ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -59,19 +55,66 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -EncryptionKeyUrl +The key URL, unversioned. +For example: https://contosovault.vault.azure.net/keys/azureKey. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity -Parameter Sets: UpdateViaIdentityExpanded +Type: System.String +Parameter Sets: (All) Aliases: -Required: True +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityType +Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.ManagedServiceIdentityType +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IdentityUserAssignedIdentity +The set of user assigned identities associated with the resource. +The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. +The dictionary values can be empty objects ({}) in requests. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MobileNetworkId +Mobile network resource ID. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False Accept wildcard characters: False ``` @@ -81,7 +124,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -96,7 +139,7 @@ The name of the SIM Group. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -111,7 +154,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: False @@ -182,27 +225,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AttachedDataNetworkName ]`: The name of the attached data network. - - `[DataNetworkName ]`: The name of the data network. - - `[Id ]`: Resource identity path - - `[MobileNetworkName ]`: The name of the mobile network. - - `[PacketCoreControlPlaneName ]`: The name of the packet core control plane. - - `[PacketCoreDataPlaneName ]`: The name of the packet core data plane. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ServiceName ]`: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' - - `[SimGroupName ]`: The name of the SIM Group. - - `[SimName ]`: The name of the SIM. - - `[SimPolicyName ]`: The name of the SIM policy. - - `[SiteName ]`: The name of the mobile network site. - - `[SliceName ]`: The name of the network slice. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VersionName ]`: The name of the packet core control plane version. - ## RELATED LINKS diff --git a/src/MobileNetwork/docs/Update-AzMobileNetworkSimPolicy.md b/src/MobileNetwork/docs/Update-AzMobileNetworkSimPolicy.md index b3c094ed5a33..96827857236c 100644 --- a/src/MobileNetwork/docs/Update-AzMobileNetworkSimPolicy.md +++ b/src/MobileNetwork/docs/Update-AzMobileNetworkSimPolicy.md @@ -8,29 +8,24 @@ schema: 2.0.0 # Update-AzMobileNetworkSimPolicy ## SYNOPSIS -Updates SIM policy tags. +Updates SIM policy. ## SYNTAX -### UpdateExpanded (Default) ``` Update-AzMobileNetworkSimPolicy -MobileNetworkName -ResourceGroupName - -SimPolicyName [-SubscriptionId ] [-Tag ] [-DefaultProfile ] [-Confirm] - [-WhatIf] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMobileNetworkSimPolicy -InputObject [-Tag ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] + -SimPolicyName [-SubscriptionId ] [-DefaultSliceId ] [-RegistrationTimer ] + [-RfspIndex ] [-SliceConfiguration ] [-Tag ] + [-UeAmbrDownlink ] [-UeAmbrUplink ] [-DefaultProfile ] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION -Updates SIM policy tags. +Updates SIM policy. ## EXAMPLES -### Example 1: Updates SIM policy tags. +### Example 1: Updates SIM policy. ```powershell Update-AzMobileNetworkSimPolicy -MobileNetworkName azps-mn -SimPolicyName azps-mn-simpolicy -ResourceGroupName azps_test_group -Tag @{"abc"="123"} ``` @@ -41,12 +36,13 @@ Location Name ResourceGroupName ProvisioningState RegistrationTimer eastus azps-mn-simpolicy azps_test_group Succeeded 3240 1 Gbps 500 Mbps ``` -Updates SIM policy tags. +Updates SIM policy. ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -60,19 +56,18 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -DefaultSliceId +Slice resource ID. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity -Parameter Sets: UpdateViaIdentityExpanded +Type: System.String +Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` @@ -81,7 +76,7 @@ The name of the mobile network. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -91,13 +86,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RegistrationTimer +Interval for the UE periodic registration update procedure, in seconds. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -107,12 +117,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RfspIndex +RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. +This is an optional setting and by default is unspecified. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SimPolicyName The name of the SIM policy. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -122,12 +148,29 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SliceConfiguration +The allowed slices and the settings to use for them. +The list must not contain duplicate items and must contain at least one item. +To construct, see NOTES section for SLICECONFIGURATION properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.ISliceConfiguration[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: False @@ -152,6 +195,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UeAmbrDownlink +Downlink bit rate. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UeAmbrUplink +Uplink bit rate. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -203,22 +276,22 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter - - `[AttachedDataNetworkName ]`: The name of the attached data network. - - `[DataNetworkName ]`: The name of the data network. - - `[Id ]`: Resource identity path - - `[MobileNetworkName ]`: The name of the mobile network. - - `[PacketCoreControlPlaneName ]`: The name of the packet core control plane. - - `[PacketCoreDataPlaneName ]`: The name of the packet core data plane. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ServiceName ]`: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' - - `[SimGroupName ]`: The name of the SIM Group. - - `[SimName ]`: The name of the SIM. - - `[SimPolicyName ]`: The name of the SIM policy. - - `[SiteName ]`: The name of the mobile network site. - - `[SliceName ]`: The name of the network slice. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VersionName ]`: The name of the packet core control plane version. +SLICECONFIGURATION : The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item. + - `DataNetworkConfiguration `: The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item. + - `AllowedService `: List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy. + - `Id `: Service resource ID. + - `DataNetworkId `: Data network resource ID. + - `SessionAmbrDownlink `: Downlink bit rate. + - `SessionAmbrUplink `: Uplink bit rate. + - `[AdditionalAllowedSessionType ]`: Allowed session types in addition to the default session type. Must not duplicate the default session type. + - `[AllocationAndRetentionPriorityLevel ]`: Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + - `[DefaultSessionType ]`: The default PDU session type, which is used if the UE does not request a specific session type. + - `[FiveQi ]`: Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values. + - `[MaximumNumberOfBufferedPacket ]`: The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions. + - `[PreemptionCapability ]`: Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + - `[PreemptionVulnerability ]`: Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters. + - `DefaultDataNetworkId `: Data network resource ID. + - `SlouseId `: Slice resource ID. ## RELATED LINKS diff --git a/src/MobileNetwork/docs/Update-AzMobileNetworkSite.md b/src/MobileNetwork/docs/Update-AzMobileNetworkSite.md index 104a370c4a06..443632e91e8f 100644 --- a/src/MobileNetwork/docs/Update-AzMobileNetworkSite.md +++ b/src/MobileNetwork/docs/Update-AzMobileNetworkSite.md @@ -203,7 +203,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -`INPUTOBJECT `: Identity Parameter +INPUTOBJECT : Identity Parameter - `[AttachedDataNetworkName ]`: The name of the attached data network. - `[DataNetworkName ]`: The name of the data network. - `[Id ]`: Resource identity path diff --git a/src/MobileNetwork/docs/Update-AzMobileNetworkSlice.md b/src/MobileNetwork/docs/Update-AzMobileNetworkSlice.md index ddc57e01a105..7f29335bf58a 100644 --- a/src/MobileNetwork/docs/Update-AzMobileNetworkSlice.md +++ b/src/MobileNetwork/docs/Update-AzMobileNetworkSlice.md @@ -8,31 +8,24 @@ schema: 2.0.0 # Update-AzMobileNetworkSlice ## SYNOPSIS -Updates slice tags. +Updates slice. ## SYNTAX -### UpdateExpanded (Default) ``` Update-AzMobileNetworkSlice -MobileNetworkName -ResourceGroupName -SliceName - [-SubscriptionId ] [-Tag ] [-DefaultProfile ] [-Confirm] [-WhatIf] - [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzMobileNetworkSlice -InputObject [-Tag ] + -SnssaiSst [-SubscriptionId ] [-Description ] [-SnssaiSd ] [-Tag ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Updates slice tags. +Updates slice. ## EXAMPLES -### Example 1: Updates slice tags. +### Example 1: Updates slice. ```powershell -Update-AzMobileNetworkSlice -MobileNetworkName azps-mn -ResourceGroupName azps_test_group -SliceName azps-mn-slice -Tag @{"abc"="123"} +Update-AzMobileNetworkSlice -MobileNetworkName azps-mn -ResourceGroupName azps_test_group -SliceName azps-mn-slice -Tag @{"abc"="123"} -SnssaiSst 1 ``` ```output @@ -41,12 +34,13 @@ Location Name ResourceGroupName ProvisioningState SnssaiSst SnssaiSd eastus azps-mn-slice azps_test_group Succeeded 1 1abcde ``` -Updates slice tags. +Updates slice. ## PARAMETERS ### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml Type: System.Management.Automation.PSObject @@ -60,19 +54,18 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -InputObject -Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. +### -Description +An optional description for this network slice. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.IMobileNetworkIdentity -Parameter Sets: UpdateViaIdentityExpanded +Type: System.String +Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None -Accept pipeline input: True (ByValue) +Accept pipeline input: False Accept wildcard characters: False ``` @@ -81,7 +74,7 @@ The name of the mobile network. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -97,7 +90,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: True @@ -112,7 +105,37 @@ The name of the network slice. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SnssaiSd +Slice differentiator (SD). + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SnssaiSst +Slice/service type (SST). + +```yaml +Type: System.Int32 +Parameter Sets: (All) Aliases: Required: True @@ -127,7 +150,7 @@ The ID of the target subscription. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: (All) Aliases: Required: False @@ -198,27 +221,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ALIASES -COMPLEX PARAMETER PROPERTIES - -To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. - - -`INPUTOBJECT `: Identity Parameter - - `[AttachedDataNetworkName ]`: The name of the attached data network. - - `[DataNetworkName ]`: The name of the data network. - - `[Id ]`: Resource identity path - - `[MobileNetworkName ]`: The name of the mobile network. - - `[PacketCoreControlPlaneName ]`: The name of the packet core control plane. - - `[PacketCoreDataPlaneName ]`: The name of the packet core data plane. - - `[ResourceGroupName ]`: The name of the resource group. The name is case insensitive. - - `[ServiceName ]`: The name of the service. You must not use any of the following reserved strings - 'default', 'requested' or 'service' - - `[SimGroupName ]`: The name of the SIM Group. - - `[SimName ]`: The name of the SIM. - - `[SimPolicyName ]`: The name of the SIM policy. - - `[SiteName ]`: The name of the mobile network site. - - `[SliceName ]`: The name of the network slice. - - `[SubscriptionId ]`: The ID of the target subscription. - - `[VersionName ]`: The name of the packet core control plane version. - ## RELATED LINKS diff --git a/src/MobileNetwork/examples/Get-AzMobileNetworkPacketCoreControlPlane.md b/src/MobileNetwork/examples/Get-AzMobileNetworkPacketCoreControlPlane.md index 42b29d017350..23858465c991 100644 --- a/src/MobileNetwork/examples/Get-AzMobileNetworkPacketCoreControlPlane.md +++ b/src/MobileNetwork/examples/Get-AzMobileNetworkPacketCoreControlPlane.md @@ -13,7 +13,7 @@ List information about the specified packet core control plane by Sub. ### Example 2: Get information about the specified packet core control plane by ResourceGroup. ```powershell -Get-AzMobileNetworkPacketCoreControlPlane -ResourceGroup azps_test_group +Get-AzMobileNetworkPacketCoreControlPlane -ResourceGroupName azps_test_group ``` ```output @@ -26,7 +26,7 @@ Get information about the specified packet core control plane by ResourceGroup. ### Example 3: Get information about the specified packet core control plane by Name. ```powershell -Get-AzMobileNetworkPacketCoreControlPlane -ResourceGroup azps_test_group -Name azps-mn-pccp +Get-AzMobileNetworkPacketCoreControlPlane -ResourceGroupName azps_test_group -Name azps-mn-pccp ``` ```output diff --git a/src/MobileNetwork/examples/New-AzMobileNetworkSimGroup.md b/src/MobileNetwork/examples/New-AzMobileNetworkSimGroup.md index 2b005eeda1f3..c6bc3ea419a3 100644 --- a/src/MobileNetwork/examples/New-AzMobileNetworkSimGroup.md +++ b/src/MobileNetwork/examples/New-AzMobileNetworkSimGroup.md @@ -1,7 +1,5 @@ ### Example 1: Creates or updates a SIM group. ```powershell -$ManagedIdentity = @{"/subscriptions/{subId}/resourcegroups/azps_test_group/providers/Microsoft.ManagedIdentity/userAssignedIdentities/azps-mn-mi"="{}"} - New-AzMobileNetworkSimGroup -Name azps-mn-simgroup -ResourceGroupName azps_test_group -Location eastus -MobileNetworkId "/subscriptions/{subId}/resourceGroups/azps_test_group/providers/Microsoft.MobileNetwork/mobileNetworks/azps-mn" ``` diff --git a/src/MobileNetwork/examples/Update-AzMobileNetworkAttachedDataNetwork.md b/src/MobileNetwork/examples/Update-AzMobileNetworkAttachedDataNetwork.md index e2f0ff3c4c60..f6a9333155b1 100644 --- a/src/MobileNetwork/examples/Update-AzMobileNetworkAttachedDataNetwork.md +++ b/src/MobileNetwork/examples/Update-AzMobileNetworkAttachedDataNetwork.md @@ -1,4 +1,4 @@ -### Example 1: Updates an attached data network tags. +### Example 1: Updates an attached data network. ```powershell Update-AzMobileNetworkAttachedDataNetwork -AttachedDataNetworkName azps-mn-adn -PacketCoreControlPlaneName azps-mn-pccp -PacketCoreDataPlaneName azps_test_group -ResourceGroupName -Tag @{"abc"="123"} ``` @@ -9,4 +9,4 @@ Location Name ResourceGroupName ProvisioningState eastus azps-mn-adn azps_test_group Succeeded ``` -Updates an attached data network tags. \ No newline at end of file +Updates an attached data network. \ No newline at end of file diff --git a/src/MobileNetwork/examples/Update-AzMobileNetworkDataNetwork.md b/src/MobileNetwork/examples/Update-AzMobileNetworkDataNetwork.md index bf724518b70c..3cfa1b536df8 100644 --- a/src/MobileNetwork/examples/Update-AzMobileNetworkDataNetwork.md +++ b/src/MobileNetwork/examples/Update-AzMobileNetworkDataNetwork.md @@ -1,4 +1,4 @@ -### Example 1: Updates data network tags. +### Example 1: Updates data network. ```powershell Update-AzMobileNetworkDataNetwork -MobileNetworkName azps-mn -DataNetworkName azps-mn-datanetwork -ResourceGroupName azps_test_group -Tag @{"abc"="`12"} ``` @@ -9,4 +9,4 @@ Location Name ResourceGroupName ProvisioningState eastus azps-mn-datanetwork azps_test_group Succeeded ``` -Updates data network tags. \ No newline at end of file +Updates data network. \ No newline at end of file diff --git a/src/MobileNetwork/examples/Update-AzMobileNetworkPacketCoreControlPlane.md b/src/MobileNetwork/examples/Update-AzMobileNetworkPacketCoreControlPlane.md index 8afddc84f2d1..342544a1433e 100644 --- a/src/MobileNetwork/examples/Update-AzMobileNetworkPacketCoreControlPlane.md +++ b/src/MobileNetwork/examples/Update-AzMobileNetworkPacketCoreControlPlane.md @@ -1,4 +1,4 @@ -### Example 1: Updates packet core control planes tags. +### Example 1: Updates packet core control planes. ```powershell Update-AzMobileNetworkPacketCoreControlPlane -PacketCoreControlPlaneName azps-mn-pccp -ResourceGroupName azps_test_group -Tag @{"abc"="123"} ``` @@ -9,4 +9,4 @@ Location Name ResourceGroupName ProvisioningState eastus azps-mn-pccp azps_test_group Succeeded ``` -Updates packet core control planes tags. \ No newline at end of file +Updates packet core control planes. \ No newline at end of file diff --git a/src/MobileNetwork/examples/Update-AzMobileNetworkPacketCoreDataPlane.md b/src/MobileNetwork/examples/Update-AzMobileNetworkPacketCoreDataPlane.md index 001552d19763..0ccaa9885a95 100644 --- a/src/MobileNetwork/examples/Update-AzMobileNetworkPacketCoreDataPlane.md +++ b/src/MobileNetwork/examples/Update-AzMobileNetworkPacketCoreDataPlane.md @@ -1,4 +1,4 @@ -### Example 1: Updates packet core data planes tags. +### Example 1: Updates packet core data planes. ```powershell Update-AzMobileNetworkPacketCoreDataPlane -PacketCoreControlPlaneName azps-mn-pccp -PacketCoreDataPlaneName azps-mn-pcdp -ResourceGroupName azps_test_group -Tag @{"abc"="123} ``` @@ -9,4 +9,4 @@ Location Name ResourceGroupName ProvisioningState eastus azps-mn-pcdp azps_test_group Succeeded ``` -Updates packet core data planes tags. \ No newline at end of file +Updates packet core data planes. \ No newline at end of file diff --git a/src/MobileNetwork/examples/Update-AzMobileNetworkService.md b/src/MobileNetwork/examples/Update-AzMobileNetworkService.md index 95f1bdd71f78..b05504e85c89 100644 --- a/src/MobileNetwork/examples/Update-AzMobileNetworkService.md +++ b/src/MobileNetwork/examples/Update-AzMobileNetworkService.md @@ -1,6 +1,6 @@ -### Example 1: Updates service tags. +### Example 1: Updates service. ```powershell -Update-AzMobileNetworkService -MobileNetworkName azps-mn -ServiceName azps-mn-service -ResourceGroupName azps_test_group -Tag @{"abc"="123"} +Update-AzMobileNetworkService -MobileNetworkName azps-mn -ServiceName azps-mn-service -ResourceGroupName azps_test_group -Tag @{"abc"="123"} -ServicePrecedence 0 ``` ```output @@ -9,4 +9,4 @@ Location Name ResourceGroupName ProvisioningState Precedence MaximumB eastus azps-mn-service azps_test_group Succeeded 0 1 Gbps 500 Mbps 9 9 ``` -Updates service tags. \ No newline at end of file +Updates service. \ No newline at end of file diff --git a/src/MobileNetwork/examples/Update-AzMobileNetworkSimGroup.md b/src/MobileNetwork/examples/Update-AzMobileNetworkSimGroup.md index 82cb7f2f86a0..6a11f0ba68bd 100644 --- a/src/MobileNetwork/examples/Update-AzMobileNetworkSimGroup.md +++ b/src/MobileNetwork/examples/Update-AzMobileNetworkSimGroup.md @@ -1,4 +1,4 @@ -### Example 1: Updates SIM group tags. +### Example 1: Updates SIM group. ```powershell Update-AzMobileNetworkSimGroup -SimGroupName azps-mn-simgroup -ResourceGroupName azps_test_group -Tag @{"abc"="123"} ``` @@ -9,4 +9,4 @@ Location Name ResourceGroupName ProvisioningState eastus azps-mn-simgroup azps_test_group Succeeded ``` -Updates SIM group tags. \ No newline at end of file +Updates SIM group. \ No newline at end of file diff --git a/src/MobileNetwork/examples/Update-AzMobileNetworkSimPolicy.md b/src/MobileNetwork/examples/Update-AzMobileNetworkSimPolicy.md index 882cc8e8b160..43fa4c056b1e 100644 --- a/src/MobileNetwork/examples/Update-AzMobileNetworkSimPolicy.md +++ b/src/MobileNetwork/examples/Update-AzMobileNetworkSimPolicy.md @@ -1,4 +1,4 @@ -### Example 1: Updates SIM policy tags. +### Example 1: Updates SIM policy. ```powershell Update-AzMobileNetworkSimPolicy -MobileNetworkName azps-mn -SimPolicyName azps-mn-simpolicy -ResourceGroupName azps_test_group -Tag @{"abc"="123"} ``` @@ -9,4 +9,4 @@ Location Name ResourceGroupName ProvisioningState RegistrationTimer eastus azps-mn-simpolicy azps_test_group Succeeded 3240 1 Gbps 500 Mbps ``` -Updates SIM policy tags. \ No newline at end of file +Updates SIM policy. \ No newline at end of file diff --git a/src/MobileNetwork/examples/Update-AzMobileNetworkSlice.md b/src/MobileNetwork/examples/Update-AzMobileNetworkSlice.md index c01492a76569..d236e361b738 100644 --- a/src/MobileNetwork/examples/Update-AzMobileNetworkSlice.md +++ b/src/MobileNetwork/examples/Update-AzMobileNetworkSlice.md @@ -1,6 +1,6 @@ -### Example 1: Updates slice tags. +### Example 1: Updates slice. ```powershell -Update-AzMobileNetworkSlice -MobileNetworkName azps-mn -ResourceGroupName azps_test_group -SliceName azps-mn-slice -Tag @{"abc"="123"} +Update-AzMobileNetworkSlice -MobileNetworkName azps-mn -ResourceGroupName azps_test_group -SliceName azps-mn-slice -Tag @{"abc"="123"} -SnssaiSst 1 ``` ```output @@ -9,4 +9,4 @@ Location Name ResourceGroupName ProvisioningState SnssaiSst SnssaiSd eastus azps-mn-slice azps_test_group Succeeded 1 1abcde ``` -Updates slice tags. \ No newline at end of file +Updates slice. \ No newline at end of file diff --git a/src/MobileNetwork/how-to.md b/src/MobileNetwork/how-to.md index 8110192e13b6..4b496ab8244c 100644 --- a/src/MobileNetwork/how-to.md +++ b/src/MobileNetwork/how-to.md @@ -14,7 +14,7 @@ To generate documentation, the process is now integrated into the `build-module. To test the cmdlets, we use [Pester](https://github.com/pester/Pester). Tests scripts (`.ps1`) should be added to the `test` folder. To execute the Pester tests, run the `test-module.ps1` script. This will run all tests in `playback` mode within the `test` folder. To read more about testing cmdlets, look at the [README.md](examples/README.md) in the `examples` folder. ## Packing `Az.MobileNetwork` -To pack `Az.MobileNetwork` for distribution, run the `pack-module.ps1` script. This will take the contents of multiple directories and certain root-folder files to create a `.nupkg`. The structure of the `.nupkg` is created so it can be loaded part of a [PSRepository](https://learn.microsoft.com/powershell/module/powershellget/register-psrepository). Additionally, this package is in a format for distribution to the [PSGallery](https://www.powershellgallery.com/). For signing an Azure module, please contact the [Azure PowerShell](https://github.com/Azure/azure-powershell) team. +To pack `Az.MobileNetwork` for distribution, run the `pack-module.ps1` script. This will take the contents of multiple directories and certain root-folder files to create a `.nupkg`. The structure of the `.nupkg` is created so it can be loaded part of a [PSRepository](https://docs.microsoft.com/powershell/module/powershellget/register-psrepository). Additionally, this package is in a format for distribution to the [PSGallery](https://www.powershellgallery.com/). For signing an Azure module, please contact the [Azure PowerShell](https://github.com/Azure/azure-powershell) team. ## Module Script Details There are multiple scripts created for performing different actions for developing `Az.MobileNetwork`. diff --git a/src/MobileNetwork/test/AzMobileNetwork.Recording.json b/src/MobileNetwork/test/AzMobileNetwork.Recording.json index af7714515d62..cb94429bb57b 100644 --- a/src/MobileNetwork/test/AzMobileNetwork.Recording.json +++ b/src/MobileNetwork/test/AzMobileNetwork.Recording.json @@ -17,24 +17,24 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"dc009bb6-0000-0100-0000-63bd70640000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], + "ETag": [ "\"96010538-0000-0100-0000-641adc200000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], "x-ms-providerhub-traffic": [ "True" ], - "mise-correlation-id": [ "8456b305-f832-4ae5-a4ff-54619fbacbe1" ], - "x-ms-request-id": [ "1fe3fe71-397f-44ed-b9a1-e7a125b2a365" ], + "mise-correlation-id": [ "1f94018a-283b-4158-b556-4bc49c2dd823" ], + "x-ms-request-id": [ "99155757-c9de-4206-88d0-0d5a0ea19d5d" ], "x-ms-build-version": [ "1.0.1" ], - "x-ms-correlation-request-id": [ "94b9aaf7-6f65-4e02-9f2b-e30fee792d73" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140420Z:94b9aaf7-6f65-4e02-9f2b-e30fee792d73" ], + "x-ms-correlation-request-id": [ "689ef531-66e7-4ae0-8f88-ebbfe635c5fb" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104449Z:689ef531-66e7-4ae0-8f88-ebbfe635c5fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:04:20 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:44:48 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "637" ], + "Content-Length": [ "639" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:04:19.060169Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:04:19.060169Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"40421297-cc86-4498-95f1-c86187ca03ae\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:44:47.7953048Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:44:47.7953048Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"57261fec-ed68-4592-9317-af6914f2541b\"}}", "isContentBase64": false } }, @@ -46,12 +46,12 @@ "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "24fa0d9a-940d-411d-81c1-7689c1e871c0" ], + "x-ms-unique-id": [ "22" ], + "x-ms-client-request-id": [ "3fd5cca5-14be-49d3-a069-19e4b7b73383" ], "CommandName": [ "New-AzMobileNetwork" ], "FullCommandName": [ "New-AzMobileNetwork_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -61,22 +61,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"dc009bb6-0000-0100-0000-63bd70640000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], + "ETag": [ "\"96010538-0000-0100-0000-641adc200000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "cc0d5d8d-058f-4463-ad1d-907a9636ea5e" ], - "x-ms-correlation-request-id": [ "d1eb2fca-34b2-40ec-a216-932458708cc0" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140451Z:d1eb2fca-34b2-40ec-a216-932458708cc0" ], + "x-ms-request-id": [ "57e92882-db74-411d-8e8d-1e6d2818af7a" ], + "x-ms-correlation-request-id": [ "515aeedf-4ad7-4159-946d-da8561aad1ae" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104519Z:515aeedf-4ad7-4159-946d-da8561aad1ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:04:51 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:45:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "637" ], + "Content-Length": [ "639" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:04:19.060169Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:04:19.060169Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"40421297-cc86-4498-95f1-c86187ca03ae\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:44:47.7953048Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:44:47.7953048Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"57261fec-ed68-4592-9317-af6914f2541b\"}}", "isContentBase64": false } }, @@ -88,12 +88,12 @@ "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "24fa0d9a-940d-411d-81c1-7689c1e871c0" ], + "x-ms-unique-id": [ "23" ], + "x-ms-client-request-id": [ "3fd5cca5-14be-49d3-a069-19e4b7b73383" ], "CommandName": [ "New-AzMobileNetwork" ], "FullCommandName": [ "New-AzMobileNetwork_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -103,22 +103,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"dc009bb6-0000-0100-0000-63bd70640000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], + "ETag": [ "\"96010538-0000-0100-0000-641adc200000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "2ff628c8-9876-4e1a-9a89-abed07056892" ], - "x-ms-correlation-request-id": [ "52e1b990-6324-4f8e-8229-207e23844d6e" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140451Z:52e1b990-6324-4f8e-8229-207e23844d6e" ], + "x-ms-request-id": [ "50fd1c70-36f1-4937-ba48-2264e93a531b" ], + "x-ms-correlation-request-id": [ "ceca7d63-a31e-46a6-b6df-0a36718fb7b4" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104519Z:ceca7d63-a31e-46a6-b6df-0a36718fb7b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:04:51 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:45:19 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "637" ], + "Content-Length": [ "639" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:04:19.060169Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:04:19.060169Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"40421297-cc86-4498-95f1-c86187ca03ae\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:44:47.7953048Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:44:47.7953048Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"57261fec-ed68-4592-9317-af6914f2541b\"}}", "isContentBase64": false } }, @@ -129,12 +129,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "a1bd1549-fe30-4230-833b-e9c9a9ef5aa9" ], + "x-ms-unique-id": [ "24" ], + "x-ms-client-request-id": [ "01cc620d-1ca0-421d-a76c-13ddf547a4a7" ], "CommandName": [ "Get-AzMobileNetwork" ], "FullCommandName": [ "Get-AzMobileNetwork_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -145,21 +145,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "2c8f027a-bc7b-4761-91f2-9429eda9f187", "45bf7ab8-0a30-47ef-883f-a5086f46cc0b", "40b44ad2-eb97-49c4-ba8a-19165ab0557a" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], - "x-ms-request-id": [ "18521956-7757-4ceb-8056-8e023142f867" ], - "x-ms-correlation-request-id": [ "18521956-7757-4ceb-8056-8e023142f867" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140452Z:18521956-7757-4ceb-8056-8e023142f867" ], + "x-ms-original-request-ids": [ "94dfd177-9604-4ba2-82f9-2234324e7a68", "9bc4f215-2a39-40df-9423-13b0511bbcde", "ea358f1d-3f54-4ff2-8849-bb03de5c553b", "271d1786-727e-4a71-91ab-5efca4967949" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], + "x-ms-request-id": [ "c168aae2-9b1f-4677-a6ca-b2366a963812" ], + "x-ms-correlation-request-id": [ "c168aae2-9b1f-4677-a6ca-b2366a963812" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104521Z:c168aae2-9b1f-4677-a6ca-b2366a963812" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:04:52 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:45:21 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "2622" ] + "Content-Length": [ "2585" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\",\"name\":\"test-mn2\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2022-12-30T10:09:14.588678Z\",\"lastModifiedBy\":\"54b9b9be-c365-4548-95c6-d2f2011f48f4\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2022-12-30T10:52:34.9062003Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"03974b80-8080-44b2-978a-ea6438f2200d\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3\",\"name\":\"test-mn3\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2022-12-30T10:09:49.510763Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2022-12-30T10:09:49.510763Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"99c3ffab-8bda-4c61-ad8d-8258bca0ecbe\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azps_test_group/providers/Microsoft.MobileNetwork/mobileNetworks/azps-mn\",\"name\":\"azps-mn\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"tags\":{\"china\":\"move\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T13:38:50.5363895Z\",\"lastModifiedBy\":\"54b9b9be-c365-4548-95c6-d2f2011f48f4\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2023-01-10T13:40:11.4173094Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"d193c180-d2ad-4325-bc87-570eddb983a8\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:04:19.060169Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:04:19.060169Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"40421297-cc86-4498-95f1-c86187ca03ae\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azps_test_group/providers/Microsoft.MobileNetwork/mobileNetworks/azps-mn\",\"name\":\"azps-mn\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"tags\":{\"china\":\"move\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-20T09:51:49.4106873Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-20T09:51:49.4106873Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"de2db742-e3c8-45bd-a2eb-ab2a17d7daf0\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\",\"name\":\"test-mn2\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-20T16:09:20.5369623Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:39:50.2295876Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"ed247904-1fb8-4f70-b0e4-7133ab0abc6c\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3\",\"name\":\"test-mn3\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:40:25.3706171Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:40:25.3706171Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"684cac06-6456-4515-8aac-6f59b1ab7d50\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:44:47.7953048Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:44:47.7953048Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"57261fec-ed68-4592-9317-af6914f2541b\"}}]}", "isContentBase64": false } }, @@ -170,12 +170,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "d9d5f02c-7a5f-41b4-a797-e2d10dda140c" ], + "x-ms-unique-id": [ "25" ], + "x-ms-client-request-id": [ "89c48c70-f7d2-4e33-a09a-83b3810805cc" ], "CommandName": [ "Get-AzMobileNetwork" ], "FullCommandName": [ "Get-AzMobileNetwork_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -186,22 +186,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"dc009bb6-0000-0100-0000-63bd70640000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], + "ETag": [ "\"96010538-0000-0100-0000-641adc200000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "5f4f1bf4-fd09-4319-9e43-d83dbf51f6b2" ], - "x-ms-correlation-request-id": [ "96f2ed14-5430-4f14-a87c-b5c0ec6c9aee" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140453Z:96f2ed14-5430-4f14-a87c-b5c0ec6c9aee" ], + "x-ms-request-id": [ "57b66091-5b8c-4c65-9c2b-ed5237cd7d75" ], + "x-ms-correlation-request-id": [ "1c77b88b-f8f0-4341-adf3-20fc97461bb1" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104521Z:1c77b88b-f8f0-4341-adf3-20fc97461bb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:04:53 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:45:21 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "637" ], + "Content-Length": [ "639" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:04:19.060169Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:04:19.060169Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"40421297-cc86-4498-95f1-c86187ca03ae\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:44:47.7953048Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:44:47.7953048Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"57261fec-ed68-4592-9317-af6914f2541b\"}}", "isContentBase64": false } }, @@ -212,12 +212,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "0a073b49-d27f-45f3-8b50-10092b70c31c" ], + "x-ms-unique-id": [ "26" ], + "x-ms-client-request-id": [ "330bff42-c5af-4c8e-a943-bcdeea835068" ], "CommandName": [ "Get-AzMobileNetwork" ], "FullCommandName": [ "Get-AzMobileNetwork_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -228,21 +228,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "d820111d-cb43-4bb9-8596-92be32953af0", "599b023e-3240-436e-95ec-4e269a731b87", "6d165c6c-153b-43d9-96ca-b4628741c281" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], - "x-ms-request-id": [ "a0c2d384-7aa8-4aeb-a85a-6a59e33dc49c" ], - "x-ms-correlation-request-id": [ "a0c2d384-7aa8-4aeb-a85a-6a59e33dc49c" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140453Z:a0c2d384-7aa8-4aeb-a85a-6a59e33dc49c" ], + "x-ms-original-request-ids": [ "56f66d24-9892-4732-a770-3551dad91a21", "5a3f74bc-d763-4a62-9616-a4018f556567", "83604b03-0806-4ec0-9475-fc47bb4f36f0", "36f5ba46-861c-4eb6-b8c0-803549fed92b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], + "x-ms-request-id": [ "5830dba6-e6c8-4b02-a9c4-433a11c2d381" ], + "x-ms-correlation-request-id": [ "5830dba6-e6c8-4b02-a9c4-433a11c2d381" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104522Z:5830dba6-e6c8-4b02-a9c4-433a11c2d381" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:04:53 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:45:22 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "1947" ] + "Content-Length": [ "1931" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\",\"name\":\"test-mn2\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2022-12-30T10:09:14.588678Z\",\"lastModifiedBy\":\"54b9b9be-c365-4548-95c6-d2f2011f48f4\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2022-12-30T10:52:34.9062003Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"03974b80-8080-44b2-978a-ea6438f2200d\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3\",\"name\":\"test-mn3\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2022-12-30T10:09:49.510763Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2022-12-30T10:09:49.510763Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"99c3ffab-8bda-4c61-ad8d-8258bca0ecbe\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:04:19.060169Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:04:19.060169Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"40421297-cc86-4498-95f1-c86187ca03ae\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\",\"name\":\"test-mn2\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-20T16:09:20.5369623Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:39:50.2295876Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"ed247904-1fb8-4f70-b0e4-7133ab0abc6c\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3\",\"name\":\"test-mn3\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:40:25.3706171Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:40:25.3706171Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"684cac06-6456-4515-8aac-6f59b1ab7d50\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:44:47.7953048Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:44:47.7953048Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"57261fec-ed68-4592-9317-af6914f2541b\"}}]}", "isContentBase64": false } }, @@ -264,22 +264,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"dc009fb9-0000-0100-0000-63bd70860000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], + "ETag": [ "\"96019741-0000-0100-0000-641adc420000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "7f499c77-a065-4f24-838c-f0717406f4c5" ], - "x-ms-correlation-request-id": [ "bde43f5b-6c43-4f94-9119-3440b562b5a0" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140455Z:bde43f5b-6c43-4f94-9119-3440b562b5a0" ], + "x-ms-request-id": [ "d835533d-ce6c-4e32-a7e9-b34a823aecdf" ], + "x-ms-correlation-request-id": [ "204ea5b1-0dd1-4eb4-9aa2-18ae8396f656" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104524Z:204ea5b1-0dd1-4eb4-9aa2-18ae8396f656" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:04:55 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:45:23 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "658" ], + "Content-Length": [ "660" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"tags\":{\"123\":\"abc\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:04:19.060169Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:04:54.171824Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"40421297-cc86-4498-95f1-c86187ca03ae\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"tags\":{\"123\":\"abc\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:44:47.7953048Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:45:22.8269321Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"57261fec-ed68-4592-9317-af6914f2541b\"}}", "isContentBase64": false } }, @@ -290,12 +290,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "8bc7d125-834c-43ae-a80f-23ec5a1aec1c" ], + "x-ms-unique-id": [ "28" ], + "x-ms-client-request-id": [ "e9523635-8537-4d15-9816-992f2d5eb979" ], "CommandName": [ "Get-AzMobileNetwork" ], "FullCommandName": [ "Get-AzMobileNetwork_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -306,22 +306,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"dc009fb9-0000-0100-0000-63bd70860000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], + "ETag": [ "\"96019741-0000-0100-0000-641adc420000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "1cb1f6d6-87cd-479b-b7d8-c602923051db" ], - "x-ms-correlation-request-id": [ "e651db2f-e2e7-4d9c-b0eb-2a2ac7e802bc" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140456Z:e651db2f-e2e7-4d9c-b0eb-2a2ac7e802bc" ], + "x-ms-request-id": [ "3717069d-409b-4a04-bd4b-c0577f3a1628" ], + "x-ms-correlation-request-id": [ "a44c32d7-9b44-44a5-90cd-e88a2f83fdfe" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104524Z:a44c32d7-9b44-44a5-90cd-e88a2f83fdfe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:04:56 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:45:24 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "658" ], + "Content-Length": [ "660" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"tags\":{\"123\":\"abc\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:04:19.060169Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:04:54.171824Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"40421297-cc86-4498-95f1-c86187ca03ae\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"tags\":{\"123\":\"abc\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:44:47.7953048Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:45:22.8269321Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"57261fec-ed68-4592-9317-af6914f2541b\"}}", "isContentBase64": false } }, @@ -343,22 +343,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"dc00cfb9-0000-0100-0000-63bd70880000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], + "ETag": [ "\"9601fc41-0000-0100-0000-641adc450000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "9eeb2e7e-c4d3-4da2-bccf-5d3eddccee82" ], - "x-ms-correlation-request-id": [ "b6154cc9-04a0-473f-9cfa-88182c0ce955" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140457Z:b6154cc9-04a0-473f-9cfa-88182c0ce955" ], + "x-ms-request-id": [ "942dd397-2e84-4e8b-96bc-cbe0e1eb6039" ], + "x-ms-correlation-request-id": [ "252209c4-a036-4a9b-b563-78e25cca0696" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104526Z:252209c4-a036-4a9b-b563-78e25cca0696" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:04:57 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:45:25 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "659" ], + "Content-Length": [ "660" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"tags\":{\"123\":\"abc\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:04:19.060169Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:04:56.5007269Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"40421297-cc86-4498-95f1-c86187ca03ae\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn1\",\"name\":\"test-mn1\",\"type\":\"microsoft.mobilenetwork/mobilenetworks\",\"location\":\"eastus\",\"tags\":{\"123\":\"abc\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:44:47.7953048Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:45:25.2175376Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"publicLandMobileNetworkIdentifier\":{\"mcc\":\"001\",\"mnc\":\"01\"},\"serviceKey\":\"57261fec-ed68-4592-9317-af6914f2541b\"}}", "isContentBase64": false } }, @@ -369,12 +369,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "79e70e62-f175-4195-b192-28c1ca8cfa6a" ], + "x-ms-unique-id": [ "30" ], + "x-ms-client-request-id": [ "6c565b8a-9e52-45de-92e8-6fc6a21f1db8" ], "CommandName": [ "Remove-AzMobileNetwork" ], "FullCommandName": [ "Remove-AzMobileNetwork_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -386,15 +386,15 @@ "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "x-ms-providerhub-traffic": [ "True" ], - "mise-correlation-id": [ "60365319-92d9-4f23-a72d-b5c301012e23" ], - "x-ms-request-id": [ "4ed2acd5-e15b-425c-a374-0454aa488162" ], + "mise-correlation-id": [ "f0b7a7ae-94b8-4d1f-ad61-2a0b46606c10" ], + "x-ms-request-id": [ "4781ebd9-2beb-4d20-a144-e2c9667c8406" ], "x-ms-build-version": [ "1.0.1" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-correlation-request-id": [ "f4649612-6ba8-44e8-ba19-d851453d5dd9" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140500Z:f4649612-6ba8-44e8-ba19-d851453d5dd9" ], + "x-ms-correlation-request-id": [ "450c2bb1-4a26-47db-9265-d6893efb8850" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104529Z:450c2bb1-4a26-47db-9265-d6893efb8850" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:05:00 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:45:28 GMT" ] }, "ContentHeaders": { "Expires": [ "-1" ], diff --git a/src/MobileNetwork/test/AzMobileNetworkDataNetwork.Recording.json b/src/MobileNetwork/test/AzMobileNetworkDataNetwork.Recording.json index 1609fd34e0ef..198a033087d0 100644 --- a/src/MobileNetwork/test/AzMobileNetworkDataNetwork.Recording.json +++ b/src/MobileNetwork/test/AzMobileNetworkDataNetwork.Recording.json @@ -17,41 +17,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"5e00313f-0000-0100-0000-63bd708f0000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], + "ETag": [ "\"0d0032ac-0000-0100-0000-641adc4c0000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], "x-ms-providerhub-traffic": [ "True" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "83309b32-bb24-47ab-a9b8-7db467b123da" ], + "x-ms-request-id": [ "d3f89c19-6d6f-430f-a7f1-4abe610e3eb2" ], "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e3143577-815b-4b17-b8d5-4336a77049e8*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "5d586a01-7055-45f8-9573-4abe17196429" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140504Z:5d586a01-7055-45f8-9573-4abe17196429" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/04f107f1-e816-4b5f-85c1-41f7d64a1ead*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "e33327be-7b2d-46f7-8e47-71be0fa207cd" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104533Z:e33327be-7b2d-46f7-8e47-71be0fa207cd" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:05:03 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:45:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "582" ], + "Content-Length": [ "580" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:05:02.2535266Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:05:02.2535266Z\"},\"properties\":{\"provisioningState\":\"Accepted\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:45:31.311386Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:45:31.311386Z\"},\"properties\":{\"provisioningState\":\"Accepted\"}}", "isContentBase64": false } }, - "AzMobileNetworkDataNetwork+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e3143577-815b-4b17-b8d5-4336a77049e8*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+2": { + "AzMobileNetworkDataNetwork+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/04f107f1-e816-4b5f-85c1-41f7d64a1ead*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e3143577-815b-4b17-b8d5-4336a77049e8*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/04f107f1-e816-4b5f-85c1-41f7d64a1ead*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "e237a02b-b457-4223-8559-6b934936792c" ], + "x-ms-unique-id": [ "32" ], + "x-ms-client-request-id": [ "1e6ca1f4-87af-45ce-bdd5-8a9554311bc7" ], "CommandName": [ "New-AzMobileNetworkDataNetwork" ], "FullCommandName": [ "New-AzMobileNetworkDataNetwork_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -61,21 +61,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1a00395d-0000-0600-0000-63bd70950000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11998" ], - "x-ms-request-id": [ "10b91063-4480-4e78-b45b-e0f4431e0c5b" ], - "x-ms-correlation-request-id": [ "883b89e8-49a3-462b-a0ff-1b9a1c06f128" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140534Z:883b89e8-49a3-462b-a0ff-1b9a1c06f128" ], + "ETag": [ "\"8c004154-0000-0600-0000-641adc520000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11992" ], + "x-ms-request-id": [ "3a3da044-68b3-4658-b5a9-42c6ee21a7a3" ], + "x-ms-correlation-request-id": [ "10d39c6a-2b6c-491b-a0b9-6d37073d8c5c" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104603Z:10d39c6a-2b6c-491b-a0b9-6d37073d8c5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:05:33 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:46:03 GMT" ] }, "ContentHeaders": { "Content-Length": [ "570" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e3143577-815b-4b17-b8d5-4336a77049e8*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"e3143577-815b-4b17-b8d5-4336a77049e8*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:05:02.9174733Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/04f107f1-e816-4b5f-85c1-41f7d64a1ead*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"04f107f1-e816-4b5f-85c1-41f7d64a1ead*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:45:32.1371118Z\",\"properties\":null}", "isContentBase64": false } }, @@ -87,12 +87,12 @@ "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "e237a02b-b457-4223-8559-6b934936792c" ], + "x-ms-unique-id": [ "33" ], + "x-ms-client-request-id": [ "1e6ca1f4-87af-45ce-bdd5-8a9554311bc7" ], "CommandName": [ "New-AzMobileNetworkDataNetwork" ], "FullCommandName": [ "New-AzMobileNetworkDataNetwork_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -102,22 +102,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"2500ccc1-0000-0600-0000-63bd70950000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], + "ETag": [ "\"0100114b-0000-0600-0000-641adc520000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "d7c2d82b-ba9d-4251-a52b-0a917b2877e7" ], - "x-ms-correlation-request-id": [ "24da390d-3bd3-4dcd-9883-3eb8b04197b0" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140534Z:24da390d-3bd3-4dcd-9883-3eb8b04197b0" ], + "x-ms-request-id": [ "f2eaec9b-4724-404c-b025-34b1e1251590" ], + "x-ms-correlation-request-id": [ "bfe83c10-e142-4730-bee3-bcb75835ca9f" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104604Z:bfe83c10-e142-4730-bee3-bcb75835ca9f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:05:34 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:46:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "583" ], + "Content-Length": [ "581" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:05:02.2535266Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:05:02.2535266Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:45:31.311386Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:45:31.311386Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -128,12 +128,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "14" ], - "x-ms-client-request-id": [ "131e5145-effe-4265-a0ab-a8f0e4faba9a" ], + "x-ms-unique-id": [ "34" ], + "x-ms-client-request-id": [ "526ef445-8211-4de0-9839-bb021c613a31" ], "CommandName": [ "Get-AzMobileNetworkDataNetwork" ], "FullCommandName": [ "Get-AzMobileNetworkDataNetwork_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -144,21 +144,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "c7499e10-92f0-431e-af84-51f07977567a", "8edf821b-923b-4fcf-b1d2-42b654faa8b6", "38d3d993-1442-4fbc-95a0-6d452e1be455" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], - "x-ms-request-id": [ "2c66e7b4-7da6-4e18-89c5-2646c8a4629d" ], - "x-ms-correlation-request-id": [ "2c66e7b4-7da6-4e18-89c5-2646c8a4629d" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140535Z:2c66e7b4-7da6-4e18-89c5-2646c8a4629d" ], + "x-ms-original-request-ids": [ "80fd3516-396f-4a7b-ac7a-d5af4bdf208f", "5b3da7ee-1ca2-4237-a523-0d4a4346e1dd", "67c8b10f-5cbc-43c6-b60f-249c7060b86c", "f36744c1-da22-4095-b5b2-694a8c91e67d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], + "x-ms-request-id": [ "8cbf4ad3-6d38-453e-ad04-e19fab3d0965" ], + "x-ms-correlation-request-id": [ "8cbf4ad3-6d38-453e-ad04-e19fab3d0965" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104605Z:8cbf4ad3-6d38-453e-ad04-e19fab3d0965" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:05:34 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:46:04 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "595" ] + "Content-Length": [ "593" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:05:02.2535266Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:05:02.2535266Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:45:31.311386Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:45:31.311386Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, @@ -169,12 +169,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "0ba00f55-716b-430c-8678-d50f8bc84361" ], + "x-ms-unique-id": [ "35" ], + "x-ms-client-request-id": [ "7c446bbb-8201-4e90-a7da-4437eeb3b447" ], "CommandName": [ "Get-AzMobileNetworkDataNetwork" ], "FullCommandName": [ "Get-AzMobileNetworkDataNetwork_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -185,76 +185,78 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"2500ccc1-0000-0600-0000-63bd70950000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], + "ETag": [ "\"0100114b-0000-0600-0000-641adc520000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "87cc765b-8765-49ad-a9b4-71ba384a8b45" ], - "x-ms-correlation-request-id": [ "38dceb95-55da-4872-8faa-1a2275079897" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140535Z:38dceb95-55da-4872-8faa-1a2275079897" ], + "x-ms-request-id": [ "44989501-4561-47a9-950a-0ea5514eaa66" ], + "x-ms-correlation-request-id": [ "4b06a197-fbb4-42be-add7-ccfed6d0a537" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104606Z:4b06a197-fbb4-42be-add7-ccfed6d0a537" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:05:35 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:46:05 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "583" ], + "Content-Length": [ "581" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:05:02.2535266Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:05:02.2535266Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:45:31.311386Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:45:31.311386Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzMobileNetworkDataNetwork+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork?api-version=2022-11-01+1": { + "AzMobileNetworkDataNetwork+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork?api-version=2022-11-01+1": { "Request": { - "Method": "PATCH", + "Method": "PUT", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork?api-version=2022-11-01", - "Content": "{\r\n \"tags\": {\r\n \"abc\": \"12\"\r\n }\r\n}", + "Content": "{\r\n \"tags\": {\r\n \"abc\": \"12\"\r\n },\r\n \"location\": \"eastus\"\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "39" ] + "Content-Length": [ "64" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 201, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"5e004c3f-0000-0100-0000-63bd70b00000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], + "ETag": [ "\"0d0035ac-0000-0100-0000-641adc6f0000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "fb29a3b5-7708-4c27-9f7f-b8fb6fe1372f" ], - "x-ms-correlation-request-id": [ "b8f47829-93d3-474c-8daf-c56ee43b04c0" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140537Z:b8f47829-93d3-474c-8daf-c56ee43b04c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "793cfbd4-c362-4b6b-96fc-15aa0158404f" ], + "x-ms-build-version": [ "1.0.1" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/211db485-5715-4503-8952-c033178d3509*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "08f12108-1dfd-4e09-bd17-49b26d8a291a" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104608Z:08f12108-1dfd-4e09-bd17-49b26d8a291a" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:05:36 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:46:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "602" ], + "Content-Length": [ "601" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"tags\":{\"abc\":\"12\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:05:02.2535266Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:05:36.157586Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"tags\":{\"abc\":\"12\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:45:31.311386Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:46:07.0773543Z\"},\"properties\":{\"provisioningState\":\"Accepted\"}}", "isContentBase64": false } }, - "AzMobileNetworkDataNetwork+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork?api-version=2022-11-01+1": { + "AzMobileNetworkDataNetwork+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/211db485-5715-4503-8952-c033178d3509*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/211db485-5715-4503-8952-c033178d3509*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "45e2170b-ebf0-452d-9c58-bf7cf44aeb56" ], - "CommandName": [ "Get-AzMobileNetworkDataNetwork" ], - "FullCommandName": [ "Get-AzMobileNetworkDataNetwork_Get" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "38" ], + "x-ms-client-request-id": [ "ac8eacd7-d9b8-48e7-a03c-2a4965c437a9" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkDataNetwork_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkDataNetwork_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -264,36 +266,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"5e004c3f-0000-0100-0000-63bd70b00000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], - "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "aa41c022-5e1c-4f5e-ba17-043bc58976af" ], - "x-ms-correlation-request-id": [ "c23f2c6b-3232-4f1d-a31a-f56d10e728fd" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140537Z:c23f2c6b-3232-4f1d-a31a-f56d10e728fd" ], + "ETag": [ "\"0f0056ab-0000-0100-0000-641adc750000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11991" ], + "x-ms-request-id": [ "65a1dd7e-444a-477a-9ab8-329c1e59089f" ], + "x-ms-correlation-request-id": [ "ad35f271-67f5-4ba5-80b2-c8209f11ca00" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104639Z:ad35f271-67f5-4ba5-80b2-c8209f11ca00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:05:37 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:46:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "602" ], + "Content-Length": [ "570" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"tags\":{\"abc\":\"12\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:05:02.2535266Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:05:36.157586Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/211db485-5715-4503-8952-c033178d3509*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"211db485-5715-4503-8952-c033178d3509*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:46:07.3339791Z\",\"properties\":null}", "isContentBase64": false } }, - "AzMobileNetworkDataNetwork+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork?api-version=2022-11-01+2": { + "AzMobileNetworkDataNetwork+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork?api-version=2022-11-01+3": { "Request": { - "Method": "PATCH", + "Method": "GET", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork?api-version=2022-11-01", - "Content": "{\r\n \"tags\": {\r\n \"abc\": \"12\"\r\n }\r\n}", + "Content": null, "isContentBase64": false, "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "39" ], + "x-ms-client-request-id": [ "ac8eacd7-d9b8-48e7-a03c-2a4965c437a9" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkDataNetwork_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkDataNetwork_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "39" ] } }, "Response": { @@ -301,22 +307,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"5e004d3f-0000-0100-0000-63bd70b20000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], + "ETag": [ "\"0d0036ac-0000-0100-0000-641adc750000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "a64b22bf-05ca-41ab-88d7-d5e2901f84d3" ], - "x-ms-correlation-request-id": [ "b5c531dc-7fc4-4bec-84f6-624823f5db19" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140538Z:b5c531dc-7fc4-4bec-84f6-624823f5db19" ], + "x-ms-request-id": [ "5f39bbe5-2931-4d37-bde3-a09c5ec2b023" ], + "x-ms-correlation-request-id": [ "7c52a9f4-08bd-4c32-b093-dfdb52d2fc8a" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104639Z:7c52a9f4-08bd-4c32-b093-dfdb52d2fc8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:05:38 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:46:39 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "603" ], + "Content-Length": [ "602" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"tags\":{\"abc\":\"12\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:05:02.2535266Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:05:37.9588721Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"name\":\"test-mn-datanetwork\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/datanetworks\",\"location\":\"eastus\",\"tags\":{\"abc\":\"12\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:45:31.311386Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:46:07.0773543Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -327,12 +333,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "950f25bb-563c-4851-9bc9-b5da617f5b04" ], + "x-ms-unique-id": [ "40" ], + "x-ms-client-request-id": [ "8e3fbfa9-bf0f-4270-90c8-db2f2772f7e3" ], "CommandName": [ "Remove-AzMobileNetworkDataNetwork" ], "FullCommandName": [ "Remove-AzMobileNetworkDataNetwork_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -343,18 +349,18 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"5e004e3f-0000-0100-0000-63bd70b40000\"" ], - "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01" ], + "ETag": [ "\"0d003bac-0000-0100-0000-641adc910000\"" ], + "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-providerhub-traffic": [ "True" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "17c6ec15-8d7e-40b0-923f-6eb0220e31ed" ], + "x-ms-request-id": [ "f6fe614b-beef-4cbb-97cf-a63b73d14e85" ], "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "d000266e-a0b6-49a9-8384-5bc062267cdc" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140540Z:d000266e-a0b6-49a9-8384-5bc062267cdc" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "813576ed-261f-4a52-8ece-7cca06a1250b" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104641Z:813576ed-261f-4a52-8ece-7cca06a1250b" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:05:39 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:46:41 GMT" ] }, "ContentHeaders": { "Content-Length": [ "4" ], @@ -365,20 +371,20 @@ "isContentBase64": false } }, - "AzMobileNetworkDataNetwork+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+2": { + "AzMobileNetworkDataNetwork+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "20" ], - "x-ms-client-request-id": [ "950f25bb-563c-4851-9bc9-b5da617f5b04" ], + "x-ms-unique-id": [ "41" ], + "x-ms-client-request-id": [ "8e3fbfa9-bf0f-4270-90c8-db2f2772f7e3" ], "CommandName": [ "Remove-AzMobileNetworkDataNetwork" ], "FullCommandName": [ "Remove-AzMobileNetworkDataNetwork_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -388,38 +394,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae004f06-0000-0100-0000-63bd70b30000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11997" ], - "x-ms-request-id": [ "1663357b-7040-4fe6-a2df-54802ec755ed" ], - "x-ms-correlation-request-id": [ "84cbbff9-c4f4-45c8-9401-ba74d74ae8ec" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140610Z:84cbbff9-c4f4-45c8-9401-ba74d74ae8ec" ], + "ETag": [ "\"0f0078ab-0000-0100-0000-641adc900000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11990" ], + "x-ms-request-id": [ "972423b8-b7b6-4a00-9ba3-7d984841528a" ], + "x-ms-correlation-request-id": [ "1e38f5f3-8735-4520-a10b-2763c0cfadaf" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104712Z:1e38f5f3-8735-4520-a10b-2763c0cfadaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:06:09 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:47:11 GMT" ] }, "ContentHeaders": { "Content-Length": [ "551" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:05:39.6427982Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Deleting\",\"startTime\":\"2023-03-22T10:46:40.8099153Z\"}", "isContentBase64": false } }, - "AzMobileNetworkDataNetwork+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+3": { + "AzMobileNetworkDataNetwork+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "950f25bb-563c-4851-9bc9-b5da617f5b04" ], + "x-ms-unique-id": [ "42" ], + "x-ms-client-request-id": [ "8e3fbfa9-bf0f-4270-90c8-db2f2772f7e3" ], "CommandName": [ "Remove-AzMobileNetworkDataNetwork" ], "FullCommandName": [ "Remove-AzMobileNetworkDataNetwork_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -429,38 +435,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae004f06-0000-0100-0000-63bd70b30000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11996" ], - "x-ms-request-id": [ "8b6164b6-e748-4ee1-8b16-30994b937286" ], - "x-ms-correlation-request-id": [ "75b6b2c8-3ea1-4b5c-b3cf-67d1fa59205d" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140640Z:75b6b2c8-3ea1-4b5c-b3cf-67d1fa59205d" ], + "ETag": [ "\"0f0078ab-0000-0100-0000-641adc900000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11989" ], + "x-ms-request-id": [ "a41dff19-f026-4fd4-9c7e-4b6392b37964" ], + "x-ms-correlation-request-id": [ "9d2bfd1e-a307-4990-93e4-34d24b15fa00" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104742Z:9d2bfd1e-a307-4990-93e4-34d24b15fa00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:06:40 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:47:42 GMT" ] }, "ContentHeaders": { "Content-Length": [ "551" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:05:39.6427982Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Deleting\",\"startTime\":\"2023-03-22T10:46:40.8099153Z\"}", "isContentBase64": false } }, - "AzMobileNetworkDataNetwork+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+4": { + "AzMobileNetworkDataNetwork+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "22" ], - "x-ms-client-request-id": [ "950f25bb-563c-4851-9bc9-b5da617f5b04" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "8e3fbfa9-bf0f-4270-90c8-db2f2772f7e3" ], "CommandName": [ "Remove-AzMobileNetworkDataNetwork" ], "FullCommandName": [ "Remove-AzMobileNetworkDataNetwork_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -470,38 +476,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1a00495d-0000-0600-0000-63bd70f60000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11995" ], - "x-ms-request-id": [ "4c758748-1223-43f4-91a7-511b96d4a4fc" ], - "x-ms-correlation-request-id": [ "af4b2321-6b39-488f-a6b4-48a138cf9339" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140711Z:af4b2321-6b39-488f-a6b4-48a138cf9339" ], + "ETag": [ "\"0f00a6ab-0000-0100-0000-641adcd30000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11988" ], + "x-ms-request-id": [ "9b71dc6d-c934-4317-a116-f374e31c1501" ], + "x-ms-correlation-request-id": [ "f11cebc4-7d7c-4f47-a236-102d42776c10" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104813Z:f11cebc4-7d7c-4f47-a236-102d42776c10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:07:10 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:48:13 GMT" ] }, "ContentHeaders": { "Content-Length": [ "570" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:05:39.6427982Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:46:40.8099153Z\",\"properties\":null}", "isContentBase64": false } }, - "AzMobileNetworkDataNetwork+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+5": { + "AzMobileNetworkDataNetwork+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "950f25bb-563c-4851-9bc9-b5da617f5b04" ], + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "8e3fbfa9-bf0f-4270-90c8-db2f2772f7e3" ], "CommandName": [ "Remove-AzMobileNetworkDataNetwork" ], "FullCommandName": [ "Remove-AzMobileNetworkDataNetwork_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -511,21 +517,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1a00495d-0000-0600-0000-63bd70f60000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11994" ], - "x-ms-request-id": [ "9069e93b-8994-4388-a5f5-8bb3a73d4f8e" ], - "x-ms-correlation-request-id": [ "c3a91552-4279-4627-b1e5-30a7286386cc" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140711Z:c3a91552-4279-4627-b1e5-30a7286386cc" ], + "ETag": [ "\"0f00a6ab-0000-0100-0000-641adcd30000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11987" ], + "x-ms-request-id": [ "bc8e5223-09ea-4c36-9225-80a00bdf912b" ], + "x-ms-correlation-request-id": [ "ac8b3d4c-3bb0-4444-8168-ed634707a91d" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104814Z:ac8b3d4c-3bb0-4444-8168-ed634707a91d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:07:10 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:48:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "570" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"2fc43d5c-9905-4f31-b90e-208d94f2f2e5*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:05:39.6427982Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"name\":\"dc777460-acb9-454f-bf93-bc0c70b76c23*156D8163ED1F02783DE97317B8E9D60B8A964244947EB496673E25C53BFBFC11\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/dataNetworks/test-mn-datanetwork\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:46:40.8099153Z\",\"properties\":null}", "isContentBase64": false } } diff --git a/src/MobileNetwork/test/AzMobileNetworkDataNetwork.Tests.ps1 b/src/MobileNetwork/test/AzMobileNetworkDataNetwork.Tests.ps1 index 540fa8b140fc..d6723e2381e3 100644 --- a/src/MobileNetwork/test/AzMobileNetworkDataNetwork.Tests.ps1 +++ b/src/MobileNetwork/test/AzMobileNetworkDataNetwork.Tests.ps1 @@ -36,21 +36,13 @@ Describe 'AzMobileNetworkDataNetwork' { } | Should -Not -Throw } - It 'UpdateExpanded' { + It 'UpdateExpanded' -skip { { $config = Update-AzMobileNetworkDataNetwork -MobileNetworkName $env.testNetwork3 -ResourceGroupName $env.resourceGroup -DataNetworkName $env.testDataNetwork -Tag @{"abc"="`12"} $config.Name | Should -Be $env.testDataNetwork } | Should -Not -Throw } - It 'UpdateViaIdentityExpanded' { - { - $config = Get-AzMobileNetworkDataNetwork -MobileNetworkName $env.testNetwork3 -ResourceGroupName $env.resourceGroup -Name $env.testDataNetwork - $config = Update-AzMobileNetworkDataNetwork -InputObject $config -Tag @{"abc"="`12"} - $config.Name | Should -Be $env.testDataNetwork - } | Should -Not -Throw - } - It 'Delete' { { Remove-AzMobileNetworkDataNetwork -MobileNetworkName $env.testNetwork3 -ResourceGroupName $env.resourceGroup -Name $env.testDataNetwork diff --git a/src/MobileNetwork/test/AzMobileNetworkService.Recording.json b/src/MobileNetwork/test/AzMobileNetworkService.Recording.json index 89897a48f173..f8e39dc13c52 100644 --- a/src/MobileNetwork/test/AzMobileNetworkService.Recording.json +++ b/src/MobileNetwork/test/AzMobileNetworkService.Recording.json @@ -17,41 +17,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1700955d-0000-0100-0000-63bd71120000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], + "ETag": [ "\"6300d5e3-0000-0100-0000-641adcf20000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], "x-ms-providerhub-traffic": [ "True" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "f87d1fcd-1e59-47ae-8050-f5e0439f7f6d" ], + "x-ms-request-id": [ "80ccadc2-01f7-4c39-b13f-283056a20a98" ], "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "f378818c-6e43-4bff-9ff4-a35fd8dc86fe" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140715Z:f378818c-6e43-4bff-9ff4-a35fd8dc86fe" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "a9c2ffcc-e7d0-4fac-b2aa-f7be73748ce3" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104818Z:a9c2ffcc-e7d0-4fac-b2aa-f7be73748ce3" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:07:15 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:48:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1220" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:07:13.6757432Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:07:13.6757432Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Accepted\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:48:16.7663581Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:48:16.7663581Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Accepted\"}}", "isContentBase64": false } }, - "AzMobileNetworkService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+2": { + "AzMobileNetworkService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "b266eac3-5d9b-41ed-9dd6-1d39499c6f1c" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "6e1be875-84d6-4666-bb56-bf7bb755a3e2" ], "CommandName": [ "New-AzMobileNetworkService" ], "FullCommandName": [ "New-AzMobileNetworkService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -61,38 +61,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae007f06-0000-0100-0000-63bd71120000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11993" ], - "x-ms-request-id": [ "0336dec1-223e-407c-be72-e62918c1b799" ], - "x-ms-correlation-request-id": [ "8b8affab-82fd-4e3a-9a43-60b8cb5dd2cf" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140746Z:8b8affab-82fd-4e3a-9a43-60b8cb5dd2cf" ], + "ETag": [ "\"0f00d3ab-0000-0100-0000-641adcf10000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11986" ], + "x-ms-request-id": [ "31fdd1fa-2fca-4911-9c0a-eaf3cc550a62" ], + "x-ms-correlation-request-id": [ "72f20627-66e6-4578-881e-7f666b8ba9c5" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104849Z:72f20627-66e6-4578-881e-7f666b8ba9c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:07:45 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:48:48 GMT" ] }, "ContentHeaders": { "Content-Length": [ "543" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Accepted\",\"startTime\":\"2023-01-10T14:07:14.4701503Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:48:17.6101903Z\"}", "isContentBase64": false } }, - "AzMobileNetworkService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+3": { + "AzMobileNetworkService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "26" ], - "x-ms-client-request-id": [ "b266eac3-5d9b-41ed-9dd6-1d39499c6f1c" ], + "x-ms-unique-id": [ "47" ], + "x-ms-client-request-id": [ "6e1be875-84d6-4666-bb56-bf7bb755a3e2" ], "CommandName": [ "New-AzMobileNetworkService" ], "FullCommandName": [ "New-AzMobileNetworkService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -102,38 +102,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae007f06-0000-0100-0000-63bd71120000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11992" ], - "x-ms-request-id": [ "f21d2122-4e93-4c9f-b34b-cdc9c8d77e1b" ], - "x-ms-correlation-request-id": [ "7168eb0d-c460-42e3-8e40-7ffce831dbd6" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140816Z:7168eb0d-c460-42e3-8e40-7ffce831dbd6" ], + "ETag": [ "\"0f00d3ab-0000-0100-0000-641adcf10000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11985" ], + "x-ms-request-id": [ "4cc9c42c-6767-43cf-8f35-375f1460d863" ], + "x-ms-correlation-request-id": [ "43eef247-b14e-46e6-b23a-8ab086b7f7aa" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104920Z:43eef247-b14e-46e6-b23a-8ab086b7f7aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:08:16 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:49:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "543" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Accepted\",\"startTime\":\"2023-01-10T14:07:14.4701503Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:48:17.6101903Z\"}", "isContentBase64": false } }, - "AzMobileNetworkService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+4": { + "AzMobileNetworkService+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "b266eac3-5d9b-41ed-9dd6-1d39499c6f1c" ], + "x-ms-unique-id": [ "48" ], + "x-ms-client-request-id": [ "6e1be875-84d6-4666-bb56-bf7bb755a3e2" ], "CommandName": [ "New-AzMobileNetworkService" ], "FullCommandName": [ "New-AzMobileNetworkService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -143,21 +143,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1a005e5d-0000-0600-0000-63bd71550000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11991" ], - "x-ms-request-id": [ "28e1e9f1-a52b-4dd4-9fa0-d061c1543246" ], - "x-ms-correlation-request-id": [ "f2c7c4f7-8a77-4bef-b1af-be52d5deb3ab" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140846Z:f2c7c4f7-8a77-4bef-b1af-be52d5deb3ab" ], + "ETag": [ "\"8c00436b-0000-0600-0000-641add330000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11984" ], + "x-ms-request-id": [ "8e6116bc-1fd2-42c3-9e5c-9c9ff976ec25" ], + "x-ms-correlation-request-id": [ "c9ae9d8e-ca07-47a4-8758-54b99d555d82" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104950Z:c9ae9d8e-ca07-47a4-8758-54b99d555d82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:08:46 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:49:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "562" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"ec5cb64c-b6a1-40af-a5f5-175d4a16d345*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:07:14.4701503Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"e2408958-3523-4a5a-a5ca-0d2dda1bf299*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:48:17.6101903Z\",\"properties\":null}", "isContentBase64": false } }, @@ -169,12 +169,12 @@ "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "28" ], - "x-ms-client-request-id": [ "b266eac3-5d9b-41ed-9dd6-1d39499c6f1c" ], + "x-ms-unique-id": [ "49" ], + "x-ms-client-request-id": [ "6e1be875-84d6-4666-bb56-bf7bb755a3e2" ], "CommandName": [ "New-AzMobileNetworkService" ], "FullCommandName": [ "New-AzMobileNetworkService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -184,22 +184,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"17009a5d-0000-0100-0000-63bd712e0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], + "ETag": [ "\"63005ee4-0000-0100-0000-641adcf80000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "a6a6ec4c-dc18-4361-bcd3-02ba1e64031f" ], - "x-ms-correlation-request-id": [ "f69e94c3-eaec-4e0e-bb9c-5600a847172c" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140847Z:f69e94c3-eaec-4e0e-bb9c-5600a847172c" ], + "x-ms-request-id": [ "fd589fac-f1b9-4e92-b295-3bb5fa592b6a" ], + "x-ms-correlation-request-id": [ "c949148d-b4de-4931-9c1f-1ae841e3df1c" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104951Z:c949148d-b4de-4931-9c1f-1ae841e3df1c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:08:46 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:49:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1221" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:07:13.6757432Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:07:13.6757432Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:48:16.7663581Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:48:16.7663581Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -210,12 +210,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "ea4b8c94-9a33-4ebc-9c27-ced4b609ce17" ], + "x-ms-unique-id": [ "50" ], + "x-ms-client-request-id": [ "a8e1a4a6-d259-43c1-b872-e6f5b069fbfc" ], "CommandName": [ "Get-AzMobileNetworkService" ], "FullCommandName": [ "Get-AzMobileNetworkService_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -226,21 +226,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "185255d3-654c-4a03-bdbf-f6f8a82d6414", "2263ce5b-6382-460a-ad76-3f8b05b31425", "fa7dfc7b-173a-40fa-84e4-ada1818e5ac1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], - "x-ms-request-id": [ "e35088b5-4064-4980-b6ad-d53a4485fd63" ], - "x-ms-correlation-request-id": [ "e35088b5-4064-4980-b6ad-d53a4485fd63" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140848Z:e35088b5-4064-4980-b6ad-d53a4485fd63" ], + "x-ms-original-request-ids": [ "2e5769e1-e506-48c6-8a8b-8d27a19bbf20", "c5d35d9a-aa48-4dde-b984-7f8a0edaae07", "46a28a9c-a452-48e0-910d-971822e16940", "c36d0a1b-0fcb-4023-8183-0c12f6996465" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], + "x-ms-request-id": [ "96717a66-e7cc-4686-b02d-293a0018d096" ], + "x-ms-correlation-request-id": [ "96717a66-e7cc-4686-b02d-293a0018d096" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104952Z:96717a66-e7cc-4686-b02d-293a0018d096" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:08:47 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:49:51 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ "1233" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:07:13.6757432Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:07:13.6757432Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:48:16.7663581Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:48:16.7663581Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, @@ -251,12 +251,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "30" ], - "x-ms-client-request-id": [ "21f0724b-f774-4870-80a7-54887ac687cd" ], + "x-ms-unique-id": [ "51" ], + "x-ms-client-request-id": [ "d844cfa6-ea64-4f2c-a971-568b1f26c3d2" ], "CommandName": [ "Get-AzMobileNetworkService" ], "FullCommandName": [ "Get-AzMobileNetworkService_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -267,76 +267,78 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"17009a5d-0000-0100-0000-63bd712e0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], + "ETag": [ "\"63005ee4-0000-0100-0000-641adcf80000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "35ec4939-358f-4669-ae4a-11d6423f30cf" ], - "x-ms-correlation-request-id": [ "1430d188-67a6-440d-b327-8131ba994086" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140848Z:1430d188-67a6-440d-b327-8131ba994086" ], + "x-ms-request-id": [ "1c714d41-b695-4a3e-99cf-19d25c50615a" ], + "x-ms-correlation-request-id": [ "96c39845-1292-4853-9d4a-be1b3d580c9c" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104952Z:96c39845-1292-4853-9d4a-be1b3d580c9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:08:48 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:49:52 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1221" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:07:13.6757432Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:07:13.6757432Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:48:16.7663581Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:48:16.7663581Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzMobileNetworkService+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service?api-version=2022-11-01+1": { + "AzMobileNetworkService+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service?api-version=2022-11-01+1": { "Request": { - "Method": "PATCH", + "Method": "PUT", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service?api-version=2022-11-01", - "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", + "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n },\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"serviceQosPolicy\": {\r\n \"maximumBitRate\": {\r\n \"uplink\": \"500 Mbps\",\r\n \"downlink\": \"1 Gbps\"\r\n }\r\n },\r\n \"servicePrecedence\": 0,\r\n \"pccRules\": [\r\n {\r\n \"ruleQosPolicy\": {\r\n \"maximumBitRate\": {\r\n \"uplink\": \"500 Mbps\",\r\n \"downlink\": \"1 Gbps\"\r\n },\r\n \"allocationAndRetentionPriorityLevel\": 9,\r\n \"preemptionCapability\": \"NotPreempt\",\r\n \"preemptionVulnerability\": \"Preemptable\"\r\n },\r\n \"ruleName\": \"test-mn-service-rule\",\r\n \"rulePrecedence\": 0,\r\n \"trafficControl\": \"Enabled\",\r\n \"serviceDataFlowTemplates\": [\r\n {\r\n \"templateName\": \"test-mn-flow-template\",\r\n \"direction\": \"Bidirectional\",\r\n \"protocol\": [ \"255\" ],\r\n \"remoteIpList\": [ \"any\" ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "40" ] + "Content-Length": [ "964" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 201, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"17009c5d-0000-0100-0000-63bd71710000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], + "ETag": [ "\"630050ec-0000-0100-0000-641add530000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "812879c0-1b89-41f7-aeac-57225ae343d1" ], - "x-ms-correlation-request-id": [ "e336f711-092b-4182-89e7-2b54001f4c11" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140851Z:e336f711-092b-4182-89e7-2b54001f4c11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "e641b467-990b-489e-b623-28b518ce50a8" ], + "x-ms-build-version": [ "1.0.1" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "aeaf1ea8-bc29-4787-8b62-3bc836abeef7" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T104956Z:aeaf1ea8-bc29-4787-8b62-3bc836abeef7" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:08:50 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:49:55 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1242" ], + "Content-Length": [ "1117" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:07:13.6757432Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:08:49.3189153Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:48:16.7663581Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:49:54.0171519Z\"},\"properties\":{\"provisioningState\":\"Accepted\",\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"}},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}]}}", "isContentBase64": false } }, - "AzMobileNetworkService+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service?api-version=2022-11-01+1": { + "AzMobileNetworkService+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "65623d39-fcda-4958-87db-3e81b9ecb6bd" ], - "CommandName": [ "Get-AzMobileNetworkService" ], - "FullCommandName": [ "Get-AzMobileNetworkService_Get" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "54" ], + "x-ms-client-request-id": [ "026282c1-8aac-4f2f-abfd-0724444a52cf" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkService_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkService_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -346,36 +348,122 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"17009c5d-0000-0100-0000-63bd71710000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], - "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "4fa016eb-cd1d-40cb-93de-66edfc2afc6d" ], - "x-ms-correlation-request-id": [ "a44c4e3b-97bb-4aae-8ebd-0b7934a0216f" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140851Z:a44c4e3b-97bb-4aae-8ebd-0b7934a0216f" ], + "ETag": [ "\"0f00efab-0000-0100-0000-641add520000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11983" ], + "x-ms-request-id": [ "ede88037-73a3-4a88-8b15-461e6d231fa2" ], + "x-ms-correlation-request-id": [ "32f6a6ec-5656-4ae9-823e-1ef4bd21459d" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105026Z:32f6a6ec-5656-4ae9-823e-1ef4bd21459d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Wed, 22 Mar 2023 10:50:25 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "543" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:49:54.7966304Z\"}", + "isContentBase64": false + } + }, + "AzMobileNetworkService+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "55" ], + "x-ms-client-request-id": [ "026282c1-8aac-4f2f-abfd-0724444a52cf" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkService_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkService_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"0f00efab-0000-0100-0000-641add520000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11982" ], + "x-ms-request-id": [ "e49676ea-4057-4d07-a9ec-a2abeb37a892" ], + "x-ms-correlation-request-id": [ "2f0ec02e-dce4-42e1-9209-d2367d02dbf1" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105057Z:2f0ec02e-dce4-42e1-9209-d2367d02dbf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:08:51 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:50:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1242" ], + "Content-Length": [ "543" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:07:13.6757432Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:08:49.3189153Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:49:54.7966304Z\"}", "isContentBase64": false } }, - "AzMobileNetworkService+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service?api-version=2022-11-01+2": { + "AzMobileNetworkService+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+4": { "Request": { - "Method": "PATCH", + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "56" ], + "x-ms-client-request-id": [ "026282c1-8aac-4f2f-abfd-0724444a52cf" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkService_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkService_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"8c007a74-0000-0600-0000-641add950000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11981" ], + "x-ms-request-id": [ "5f615b13-ba9d-45aa-b818-a4a771ee105f" ], + "x-ms-correlation-request-id": [ "3ee9902e-4fbf-4d9d-8731-42592e680ad3" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105128Z:3ee9902e-4fbf-4d9d-8731-42592e680ad3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Wed, 22 Mar 2023 10:51:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "562" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"7b083f41-c8c6-4858-8fa1-8126e7a686a5*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:49:54.7966304Z\",\"properties\":null}", + "isContentBase64": false + } + }, + "AzMobileNetworkService+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service?api-version=2022-11-01+5": { + "Request": { + "Method": "GET", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service?api-version=2022-11-01", - "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", + "Content": null, "isContentBase64": false, "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "57" ], + "x-ms-client-request-id": [ "026282c1-8aac-4f2f-abfd-0724444a52cf" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkService_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkService_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "40" ] } }, "Response": { @@ -383,22 +471,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"17009d5d-0000-0100-0000-63bd71740000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], + "ETag": [ "\"6300ccec-0000-0100-0000-641add5a0000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "8bc96ab1-5e9d-48c3-a5ea-70fb845f856e" ], - "x-ms-correlation-request-id": [ "73da75e7-c491-4a4b-8f57-317a6208eb99" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140853Z:73da75e7-c491-4a4b-8f57-317a6208eb99" ], + "x-ms-request-id": [ "268f3457-f150-44e2-ac27-67c23fdfadca" ], + "x-ms-correlation-request-id": [ "2c95ed10-3906-43b6-8dba-4ab12051c5c6" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105129Z:2c95ed10-3906-43b6-8dba-4ab12051c5c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:08:52 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:51:28 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1242" ], + "Content-Length": [ "1118" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:07:13.6757432Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:08:52.2102431Z\"},\"properties\":{\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"MayPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}],\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"name\":\"test-mn-service\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/services\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:48:16.7663581Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:49:54.0171519Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"serviceQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"}},\"servicePrecedence\":0,\"pccRules\":[{\"ruleQosPolicy\":{\"maximumBitRate\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\"},\"ruleName\":\"test-mn-service-rule\",\"rulePrecedence\":0,\"trafficControl\":\"Enabled\",\"serviceDataFlowTemplates\":[{\"templateName\":\"test-mn-flow-template\",\"direction\":\"Bidirectional\",\"protocol\":[\"255\"],\"remoteIpList\":[\"any\"]}]}]}}", "isContentBase64": false } }, @@ -409,12 +497,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "34" ], - "x-ms-client-request-id": [ "0f0585fb-ab8c-42d1-9c01-b01d89f35be2" ], + "x-ms-unique-id": [ "58" ], + "x-ms-client-request-id": [ "ce13f315-1570-47d2-9ed2-c54336f1767a" ], "CommandName": [ "Remove-AzMobileNetworkService" ], "FullCommandName": [ "Remove-AzMobileNetworkService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -425,18 +513,18 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"17009e5d-0000-0100-0000-63bd71760000\"" ], - "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01" ], + "ETag": [ "\"6300c6f3-0000-0100-0000-641addb30000\"" ], + "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], "x-ms-providerhub-traffic": [ "True" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "28c1207b-876f-478a-872c-3c98041affad" ], + "x-ms-request-id": [ "1fb020ce-5bab-4595-a7e2-fe2577929d06" ], "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "dd36acfa-6218-4d5e-a82f-b578819cecb6" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140854Z:dd36acfa-6218-4d5e-a82f-b578819cecb6" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "645461bb-745e-41ce-8f00-62989b87d7e0" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105131Z:645461bb-745e-41ce-8f00-62989b87d7e0" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:08:54 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:51:30 GMT" ] }, "ContentHeaders": { "Content-Length": [ "4" ], @@ -447,20 +535,20 @@ "isContentBase64": false } }, - "AzMobileNetworkService+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+2": { + "AzMobileNetworkService+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "0f0585fb-ab8c-42d1-9c01-b01d89f35be2" ], + "x-ms-unique-id": [ "59" ], + "x-ms-client-request-id": [ "ce13f315-1570-47d2-9ed2-c54336f1767a" ], "CommandName": [ "Remove-AzMobileNetworkService" ], "FullCommandName": [ "Remove-AzMobileNetworkService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -470,38 +558,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae009906-0000-0100-0000-63bd71760000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11990" ], - "x-ms-request-id": [ "b6ad52ec-e190-442c-8ffd-50a6b19b1b11" ], - "x-ms-correlation-request-id": [ "a51935be-492b-46cf-af6c-601543dde9a0" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140925Z:a51935be-492b-46cf-af6c-601543dde9a0" ], + "ETag": [ "\"0f002fac-0000-0100-0000-641addb20000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11980" ], + "x-ms-request-id": [ "882b9624-159e-488a-99e4-7a88aa154002" ], + "x-ms-correlation-request-id": [ "2306d1df-bb4b-420a-8df5-067aba036683" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105201Z:2306d1df-bb4b-420a-8df5-067aba036683" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:09:24 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:52:00 GMT" ] }, "ContentHeaders": { "Content-Length": [ "543" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:08:54.3657042Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Deleting\",\"startTime\":\"2023-03-22T10:51:30.9044029Z\"}", "isContentBase64": false } }, - "AzMobileNetworkService+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+3": { + "AzMobileNetworkService+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "36" ], - "x-ms-client-request-id": [ "0f0585fb-ab8c-42d1-9c01-b01d89f35be2" ], + "x-ms-unique-id": [ "60" ], + "x-ms-client-request-id": [ "ce13f315-1570-47d2-9ed2-c54336f1767a" ], "CommandName": [ "Remove-AzMobileNetworkService" ], "FullCommandName": [ "Remove-AzMobileNetworkService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -511,38 +599,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae009906-0000-0100-0000-63bd71760000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11989" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T140955Z:46cf826e-6d5c-4610-b8e9-8495caa1e836" ], - "x-ms-request-id": [ "f4fbbc12-2c3d-4ba8-8582-baef446759a3" ], - "x-ms-correlation-request-id": [ "46cf826e-6d5c-4610-b8e9-8495caa1e836" ], + "ETag": [ "\"0f002fac-0000-0100-0000-641addb20000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11979" ], + "x-ms-request-id": [ "3ca2ce5c-81b5-4a61-850f-76242f429d66" ], + "x-ms-correlation-request-id": [ "7b2b9afd-1188-4902-b1d4-9d9c168d3631" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105232Z:7b2b9afd-1188-4902-b1d4-9d9c168d3631" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:09:55 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:52:32 GMT" ] }, "ContentHeaders": { "Content-Length": [ "543" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:08:54.3657042Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Deleting\",\"startTime\":\"2023-03-22T10:51:30.9044029Z\"}", "isContentBase64": false } }, - "AzMobileNetworkService+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+4": { + "AzMobileNetworkService+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "37" ], - "x-ms-client-request-id": [ "0f0585fb-ab8c-42d1-9c01-b01d89f35be2" ], + "x-ms-unique-id": [ "61" ], + "x-ms-client-request-id": [ "ce13f315-1570-47d2-9ed2-c54336f1767a" ], "CommandName": [ "Remove-AzMobileNetworkService" ], "FullCommandName": [ "Remove-AzMobileNetworkService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -552,38 +640,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00b606-0000-0100-0000-63bd71b80000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11988" ], - "x-ms-request-id": [ "ef8e0e9c-8497-4c8b-916d-7b25e338a1f9" ], - "x-ms-correlation-request-id": [ "ad32bcf9-0bb4-412f-a52c-85fc3b769f3d" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141026Z:ad32bcf9-0bb4-412f-a52c-85fc3b769f3d" ], + "ETag": [ "\"0f00f2ac-0000-0100-0000-641addf50000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11978" ], + "x-ms-request-id": [ "e147982d-0135-423d-af9d-ee0d20f07463" ], + "x-ms-correlation-request-id": [ "50af0aea-43a1-4c8d-855a-6c8b3b228c59" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105302Z:50af0aea-43a1-4c8d-855a-6c8b3b228c59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:10:25 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:53:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "562" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:08:54.3657042Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:51:30.9044029Z\",\"properties\":null}", "isContentBase64": false } }, - "AzMobileNetworkService+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+5": { + "AzMobileNetworkService+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "38" ], - "x-ms-client-request-id": [ "0f0585fb-ab8c-42d1-9c01-b01d89f35be2" ], + "x-ms-unique-id": [ "62" ], + "x-ms-client-request-id": [ "ce13f315-1570-47d2-9ed2-c54336f1767a" ], "CommandName": [ "Remove-AzMobileNetworkService" ], "FullCommandName": [ "Remove-AzMobileNetworkService_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -593,21 +681,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00b606-0000-0100-0000-63bd71b80000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11987" ], - "x-ms-request-id": [ "a0f8d26d-ab26-4d4b-88fb-4e87bf5926a5" ], - "x-ms-correlation-request-id": [ "bd9fd384-79f8-4039-85c4-e0e8d1d63aee" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141026Z:bd9fd384-79f8-4039-85c4-e0e8d1d63aee" ], + "ETag": [ "\"0f00f2ac-0000-0100-0000-641addf50000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11977" ], + "x-ms-request-id": [ "2c960422-49fb-4e5f-9968-cd481b04359e" ], + "x-ms-correlation-request-id": [ "e4ec8218-2543-4846-857d-08f47e111624" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105303Z:e4ec8218-2543-4846-857d-08f47e111624" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:10:26 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:53:02 GMT" ] }, "ContentHeaders": { "Content-Length": [ "562" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"2d085932-bcb6-4754-a5ec-3626177d6467*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:08:54.3657042Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"name\":\"8dff02e4-c223-41e1-bf9e-a42cfebd6b52*635526C4AE250EF192E4150550240CEC408B62D881F1CA27C876E4A71CAC9C50\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/services/test-mn-service\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:51:30.9044029Z\",\"properties\":null}", "isContentBase64": false } } diff --git a/src/MobileNetwork/test/AzMobileNetworkService.Tests.ps1 b/src/MobileNetwork/test/AzMobileNetworkService.Tests.ps1 index d4266df9d396..c39e8e7fb015 100644 --- a/src/MobileNetwork/test/AzMobileNetworkService.Tests.ps1 +++ b/src/MobileNetwork/test/AzMobileNetworkService.Tests.ps1 @@ -38,17 +38,9 @@ Describe 'AzMobileNetworkService' { } | Should -Not -Throw } - It 'UpdateExpanded' { + It 'UpdateExpanded' -skip { { - $config = Update-AzMobileNetworkService -MobileNetworkName $env.testNetwork3 -ServiceName $env.testService -ResourceGroupName $env.resourceGroup -Tag @{"abc"="123"} - $config.Name | Should -Be $env.testService - } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' { - { - $config = Get-AzMobileNetworkService -MobileNetworkName $env.testNetwork3 -ResourceGroupName $env.resourceGroup -Name $env.testService - $config = Update-AzMobileNetworkService -InputObject $config -Tag @{"abc"="123"} + $config = Update-AzMobileNetworkService -MobileNetworkName $env.testNetwork3 -ServiceName $env.testService -ResourceGroupName $env.resourceGroup -Tag @{"abc"="123"} -ServicePrecedence 0 $config.Name | Should -Be $env.testService } | Should -Not -Throw } diff --git a/src/MobileNetwork/test/AzMobileNetworkSimGroup.Recording.json b/src/MobileNetwork/test/AzMobileNetworkSimGroup.Recording.json index 4be39a9597bd..00c13155e3c6 100644 --- a/src/MobileNetwork/test/AzMobileNetworkSimGroup.Recording.json +++ b/src/MobileNetwork/test/AzMobileNetworkSimGroup.Recording.json @@ -17,42 +17,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ac03942e-0000-0100-0000-63bd71db0000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], + "ETag": [ "\"170020fe-0000-0100-0000-641ade120000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], "x-ms-providerhub-traffic": [ "True" ], - "mise-correlation-id": [ "9ac3cdb4-0f0f-422c-b043-06f826ae0330" ], - "x-ms-request-id": [ "024318b5-8613-4bce-a8f3-66c45ef1b30b" ], + "mise-correlation-id": [ "62321a30-94fe-46eb-b1ba-fe57e7b7306e" ], + "x-ms-request-id": [ "d1693c37-5d9c-4137-9a63-652e67eddaac" ], "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "bd016242-1977-4f15-81f6-0f29b467f1a6" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141036Z:bd016242-1977-4f15-81f6-0f29b467f1a6" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "7062d07f-a004-4c48-bf04-d0216ce3b7a1" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105307Z:7062d07f-a004-4c48-bf04-d0216ce3b7a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:10:36 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:53:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "703" ], + "Content-Length": [ "705" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:10:34.624493Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:10:34.624493Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Accepted\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:53:05.4253596Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:53:05.4253596Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Accepted\"}}", "isContentBase64": false } }, - "AzMobileNetworkSimGroup+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+2": { + "AzMobileNetworkSimGroup+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "40" ], - "x-ms-client-request-id": [ "91ba0fc4-2f83-490f-a2aa-c8413ce77245" ], + "x-ms-unique-id": [ "64" ], + "x-ms-client-request-id": [ "ab0608a2-f4b0-48ea-aa7d-54d78ae9da06" ], "CommandName": [ "New-AzMobileNetworkSimGroup" ], "FullCommandName": [ "New-AzMobileNetworkSimGroup_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -62,38 +62,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00e206-0000-0100-0000-63bd71db0000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11986" ], - "x-ms-request-id": [ "3acf9a18-4431-489c-ac3f-ce19121602cb" ], - "x-ms-correlation-request-id": [ "478c514b-9a77-4d58-ab24-cb84cfa752c8" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141107Z:478c514b-9a77-4d58-ab24-cb84cfa752c8" ], + "ETag": [ "\"0f001faf-0000-0100-0000-641ade110000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11976" ], + "x-ms-request-id": [ "0c2a3e83-29bc-4a3a-b91c-575ed0233243" ], + "x-ms-correlation-request-id": [ "43a86304-27ba-4732-9aa0-58cc711c787c" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105337Z:43a86304-27ba-4732-9aa0-58cc711c787c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:11:06 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:53:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "521" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Accepted\",\"startTime\":\"2023-01-10T14:10:35.2329864Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:53:05.8037939Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSimGroup+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+3": { + "AzMobileNetworkSimGroup+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "41" ], - "x-ms-client-request-id": [ "91ba0fc4-2f83-490f-a2aa-c8413ce77245" ], + "x-ms-unique-id": [ "65" ], + "x-ms-client-request-id": [ "ab0608a2-f4b0-48ea-aa7d-54d78ae9da06" ], "CommandName": [ "New-AzMobileNetworkSimGroup" ], "FullCommandName": [ "New-AzMobileNetworkSimGroup_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -103,38 +103,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00e206-0000-0100-0000-63bd71db0000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11985" ], - "x-ms-request-id": [ "27bccafd-3ae4-44de-a614-0cd77d18b6a2" ], - "x-ms-correlation-request-id": [ "4b8f9792-2e98-4241-8105-754ed4c48f37" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141137Z:4b8f9792-2e98-4241-8105-754ed4c48f37" ], + "ETag": [ "\"0f001faf-0000-0100-0000-641ade110000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11975" ], + "x-ms-request-id": [ "dc760e1f-e462-40ca-bfb7-b4538b890027" ], + "x-ms-correlation-request-id": [ "a080c3b4-befa-4c1e-b7b2-1e07c2a8260c" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105408Z:a080c3b4-befa-4c1e-b7b2-1e07c2a8260c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:11:36 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:54:08 GMT" ] }, "ContentHeaders": { "Content-Length": [ "521" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Accepted\",\"startTime\":\"2023-01-10T14:10:35.2329864Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:53:05.8037939Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSimGroup+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+4": { + "AzMobileNetworkSimGroup+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "91ba0fc4-2f83-490f-a2aa-c8413ce77245" ], + "x-ms-unique-id": [ "66" ], + "x-ms-client-request-id": [ "ab0608a2-f4b0-48ea-aa7d-54d78ae9da06" ], "CommandName": [ "New-AzMobileNetworkSimGroup" ], "FullCommandName": [ "New-AzMobileNetworkSimGroup_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -144,21 +144,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1a006e5d-0000-0600-0000-63bd721d0000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11984" ], - "x-ms-request-id": [ "5eee982a-2a70-48ab-8513-a3426ab339d6" ], - "x-ms-correlation-request-id": [ "2e4691c6-200b-4c1f-b197-fe2029c0712f" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141207Z:2e4691c6-200b-4c1f-b197-fe2029c0712f" ], + "ETag": [ "\"8c00608c-0000-0600-0000-641ade540000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11974" ], + "x-ms-request-id": [ "2a3a63fc-65a1-41b4-ace7-f0d4769d894a" ], + "x-ms-correlation-request-id": [ "0f2b0fce-5329-43e7-9d97-4e4fbcc4fe5d" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105438Z:0f2b0fce-5329-43e7-9d97-4e4fbcc4fe5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:12:07 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:54:38 GMT" ] }, "ContentHeaders": { "Content-Length": [ "540" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"e1a7c67d-249a-46ff-81d9-2006909060cd*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:10:35.2329864Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"d7e42a17-ae72-4dcf-8005-41415d141911*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:53:05.8037939Z\",\"properties\":null}", "isContentBase64": false } }, @@ -170,12 +170,12 @@ "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "43" ], - "x-ms-client-request-id": [ "91ba0fc4-2f83-490f-a2aa-c8413ce77245" ], + "x-ms-unique-id": [ "67" ], + "x-ms-client-request-id": [ "ab0608a2-f4b0-48ea-aa7d-54d78ae9da06" ], "CommandName": [ "New-AzMobileNetworkSimGroup" ], "FullCommandName": [ "New-AzMobileNetworkSimGroup_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -185,22 +185,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ac03c42e-0000-0100-0000-63bd71ed0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], + "ETag": [ "\"170032fe-0000-0100-0000-641ade190000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "1ab16927-1a8f-4f66-85a0-d3917bd21cd0" ], - "x-ms-correlation-request-id": [ "71e7b213-0244-40d2-9e24-3cb70156bb7b" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141208Z:71e7b213-0244-40d2-9e24-3cb70156bb7b" ], + "x-ms-request-id": [ "ba6bd330-e568-475a-983a-273b905f43b7" ], + "x-ms-correlation-request-id": [ "a5b80a50-2a17-42c9-ac5d-8ff379b1ffbf" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105439Z:a5b80a50-2a17-42c9-ac5d-8ff379b1ffbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:12:07 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:54:38 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "704" ], + "Content-Length": [ "706" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:10:34.624493Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:10:34.624493Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:53:05.4253596Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:53:05.4253596Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -211,12 +211,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "dfdabf7a-9b00-407d-b4fb-5cbef1eab350" ], + "x-ms-unique-id": [ "68" ], + "x-ms-client-request-id": [ "91f37159-5da5-4187-9999-33f01e7494f2" ], "CommandName": [ "Get-AzMobileNetworkSimGroup" ], "FullCommandName": [ "Get-AzMobileNetworkSimGroup_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -227,21 +227,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "3c2c85cb-7be9-43cb-ad13-91c9c9ea2d78", "db427d44-6170-4982-974f-f44430003cb1", "bc938dfc-656c-49e1-ac30-1cb3a5b6bd17" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], - "x-ms-request-id": [ "c753cd16-f8cf-4a5d-a40b-b46484f44c8a" ], - "x-ms-correlation-request-id": [ "c753cd16-f8cf-4a5d-a40b-b46484f44c8a" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141208Z:c753cd16-f8cf-4a5d-a40b-b46484f44c8a" ], + "x-ms-original-request-ids": [ "69de2dd3-397b-42cc-af1b-89f90e4c0b9b", "e3e0c907-ddf1-417f-a4ea-a844f3756684", "ecd7fc04-dcb1-42e5-ad30-b69d9b483560", "821c7e6d-ac96-4bc6-89ca-6985326a0931" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], + "x-ms-request-id": [ "616b27fe-d9c4-45f6-8d31-5189179d536a" ], + "x-ms-correlation-request-id": [ "616b27fe-d9c4-45f6-8d31-5189179d536a" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105440Z:616b27fe-d9c4-45f6-8d31-5189179d536a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:12:08 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:54:39 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "1406" ] + "Content-Length": [ "718" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azps_test_group/providers/Microsoft.MobileNetwork/simGroups/azps-mn-simgroup\",\"name\":\"azps-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T13:40:03.0596392Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T13:40:03.0596392Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/azps_test_group/providers/Microsoft.MobileNetwork/mobileNetworks/azps-mn\"},\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:10:34.624493Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:10:34.624493Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:53:05.4253596Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:53:05.4253596Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, @@ -252,12 +252,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "45" ], - "x-ms-client-request-id": [ "456fe0da-c168-4a66-8fcc-715168c934a3" ], + "x-ms-unique-id": [ "69" ], + "x-ms-client-request-id": [ "ba3f7be5-cb80-4a38-8e18-9676bb1dafd6" ], "CommandName": [ "Get-AzMobileNetworkSimGroup" ], "FullCommandName": [ "Get-AzMobileNetworkSimGroup_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -268,22 +268,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ac03c42e-0000-0100-0000-63bd71ed0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], + "ETag": [ "\"170032fe-0000-0100-0000-641ade190000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "f59d4538-9574-41be-bbda-72b6017f0df0" ], - "x-ms-correlation-request-id": [ "679aa0b8-f0a9-4363-ae97-fdfc375a7785" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141209Z:679aa0b8-f0a9-4363-ae97-fdfc375a7785" ], + "x-ms-request-id": [ "5fe2b1f4-0f62-4d92-92d3-77432bd113a7" ], + "x-ms-correlation-request-id": [ "dd71f649-540c-4521-80b4-b1cc00b26157" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105441Z:dd71f649-540c-4521-80b4-b1cc00b26157" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:12:09 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:54:40 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "704" ], + "Content-Length": [ "706" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:10:34.624493Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:10:34.624493Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:53:05.4253596Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:53:05.4253596Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -294,12 +294,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "58660dd5-50e7-46cd-95de-a1b85160bade" ], + "x-ms-unique-id": [ "70" ], + "x-ms-client-request-id": [ "64494f73-d54d-4b6b-b5de-15392858bc80" ], "CommandName": [ "Get-AzMobileNetworkSimGroup" ], "FullCommandName": [ "Get-AzMobileNetworkSimGroup_List1" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -310,75 +310,78 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "ebf73ff9-c4b5-4b37-a7ba-e0e5494250a9", "ecb23a85-4cc2-455f-af92-709c91db748f", "fed0ca1c-e54d-4026-8f97-a547f1efdfa2" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], - "x-ms-request-id": [ "27c2ce72-1307-4734-8942-dcbf5c38ee1a" ], - "x-ms-correlation-request-id": [ "27c2ce72-1307-4734-8942-dcbf5c38ee1a" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141209Z:27c2ce72-1307-4734-8942-dcbf5c38ee1a" ], + "x-ms-original-request-ids": [ "954081e1-0819-4ff5-a300-0a0c00200440", "0216b609-6b01-4e44-af23-5a9db179a732", "d334ed7b-6029-44f1-9cb6-6a8758e93296", "4217488b-529e-4e59-a0ac-a86a951e13f6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], + "x-ms-request-id": [ "20856afa-b4b6-41bc-a626-cb8e2b56778d" ], + "x-ms-correlation-request-id": [ "20856afa-b4b6-41bc-a626-cb8e2b56778d" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105441Z:20856afa-b4b6-41bc-a626-cb8e2b56778d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:12:09 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:54:40 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], - "Content-Length": [ "716" ] + "Content-Length": [ "718" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:10:34.624493Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:10:34.624493Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:53:05.4253596Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:53:05.4253596Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, - "AzMobileNetworkSimGroup+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup?api-version=2022-11-01+1": { + "AzMobileNetworkSimGroup+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup?api-version=2022-11-01+1": { "Request": { - "Method": "PATCH", + "Method": "PUT", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup?api-version=2022-11-01", - "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", + "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n },\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"mobileNetwork\": {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "40" ] + "Content-Length": [ "285" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 201, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ac03a42f-0000-0100-0000-63bd723a0000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], + "ETag": [ "\"17008dfe-0000-0100-0000-641ade730000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "b5135741-d1f2-4664-a87a-2134293972a1" ], - "x-ms-correlation-request-id": [ "1c47bf59-5aac-4da9-bf6e-c2c318c84a93" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141211Z:1c47bf59-5aac-4da9-bf6e-c2c318c84a93" ], + "mise-correlation-id": [ "5ec5d4ad-763d-474a-bbec-5e0abd279ee5" ], + "x-ms-request-id": [ "76968c18-1cc0-4e6d-bede-d8295b054f2c" ], + "x-ms-build-version": [ "1.0.1" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "33359ae7-4f13-480c-a1d9-4a82faa73769" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105444Z:33359ae7-4f13-480c-a1d9-4a82faa73769" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:12:11 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:54:44 GMT" ] }, "ContentHeaders": { "Content-Length": [ "726" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:10:34.624493Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:12:10.1086491Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:53:05.4253596Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:54:42.4263373Z\"},\"properties\":{\"provisioningState\":\"Accepted\",\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"}}}", "isContentBase64": false } }, - "AzMobileNetworkSimGroup+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup?api-version=2022-11-01+1": { + "AzMobileNetworkSimGroup+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "2145e947-f40f-4f0a-9e60-c8c219d5a721" ], - "CommandName": [ "Get-AzMobileNetworkSimGroup" ], - "FullCommandName": [ "Get-AzMobileNetworkSimGroup_Get" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "73" ], + "x-ms-client-request-id": [ "b08bff8e-b45b-4abb-b404-0fa4bc7a37c8" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSimGroup_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSimGroup_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -388,36 +391,204 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ac03a42f-0000-0100-0000-63bd723a0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], - "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "8be0896d-a743-4e60-9010-825229372f60" ], - "x-ms-correlation-request-id": [ "f0928d3e-4e76-4ce5-87e3-559f78815b03" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141211Z:f0928d3e-4e76-4ce5-87e3-559f78815b03" ], + "ETag": [ "\"0f00d7af-0000-0100-0000-641ade720000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11973" ], + "x-ms-request-id": [ "3fcefa95-7745-43f2-a5f9-9838b8fcc587" ], + "x-ms-correlation-request-id": [ "8c7fff11-3fd3-4eb5-8186-163f6cf84daa" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105514Z:8c7fff11-3fd3-4eb5-8186-163f6cf84daa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:12:11 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:55:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "726" ], + "Content-Length": [ "521" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:54:42.8860087Z\"}", + "isContentBase64": false + } + }, + "AzMobileNetworkSimGroup+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "74" ], + "x-ms-client-request-id": [ "b08bff8e-b45b-4abb-b404-0fa4bc7a37c8" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSimGroup_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSimGroup_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"0f00d7af-0000-0100-0000-641ade720000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11972" ], + "x-ms-request-id": [ "de28efe0-23bd-4b41-bd06-16767ef79f24" ], + "x-ms-correlation-request-id": [ "b605f77c-6cf2-47c1-b6bc-21867bc417d5" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105545Z:b605f77c-6cf2-47c1-b6bc-21867bc417d5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Wed, 22 Mar 2023 10:55:45 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "521" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:54:42.8860087Z\"}", + "isContentBase64": false + } + }, + "AzMobileNetworkSimGroup+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "75" ], + "x-ms-client-request-id": [ "b08bff8e-b45b-4abb-b404-0fa4bc7a37c8" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSimGroup_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSimGroup_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"0f00d7af-0000-0100-0000-641ade720000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11971" ], + "x-ms-request-id": [ "3ff24a9a-0423-420b-9036-4a275483629b" ], + "x-ms-correlation-request-id": [ "e0b1f087-1c1f-4b6c-a29a-2805811c3c82" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105616Z:e0b1f087-1c1f-4b6c-a29a-2805811c3c82" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Wed, 22 Mar 2023 10:56:15 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "521" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:54:42.8860087Z\"}", + "isContentBase64": false + } + }, + "AzMobileNetworkSimGroup+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "76" ], + "x-ms-client-request-id": [ "b08bff8e-b45b-4abb-b404-0fa4bc7a37c8" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSimGroup_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSimGroup_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"0f00d7af-0000-0100-0000-641ade720000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11970" ], + "x-ms-request-id": [ "4866a1d2-0dc5-4138-8abe-d3a16d351078" ], + "x-ms-correlation-request-id": [ "9ecb5b62-1bb2-499b-8975-dee4eca3706a" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105647Z:9ecb5b62-1bb2-499b-8975-dee4eca3706a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Wed, 22 Mar 2023 10:56:46 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "521" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:54:42.8860087Z\"}", + "isContentBase64": false + } + }, + "AzMobileNetworkSimGroup+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+6": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "77" ], + "x-ms-client-request-id": [ "b08bff8e-b45b-4abb-b404-0fa4bc7a37c8" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSimGroup_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSimGroup_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"0f00f5af-0000-0100-0000-641adef20000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11969" ], + "x-ms-request-id": [ "ebf70120-43b5-4e3c-893f-64de3c524d28" ], + "x-ms-correlation-request-id": [ "083d0f90-28b0-4c1d-99a7-e8d5371822e4" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105718Z:083d0f90-28b0-4c1d-99a7-e8d5371822e4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Wed, 22 Mar 2023 10:57:17 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "540" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:10:34.624493Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:12:10.1086491Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"7209f42b-044b-4258-982c-169408ccd840*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:54:42.8860087Z\",\"properties\":null}", "isContentBase64": false } }, - "AzMobileNetworkSimGroup+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup?api-version=2022-11-01+2": { + "AzMobileNetworkSimGroup+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup?api-version=2022-11-01+7": { "Request": { - "Method": "PATCH", + "Method": "GET", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup?api-version=2022-11-01", - "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", + "Content": null, "isContentBase64": false, "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "78" ], + "x-ms-client-request-id": [ "b08bff8e-b45b-4abb-b404-0fa4bc7a37c8" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSimGroup_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSimGroup_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "40" ] } }, "Response": { @@ -425,22 +596,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ac03aa2f-0000-0100-0000-63bd723c0000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], + "ETag": [ "\"170009ff-0000-0100-0000-641adeb50000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "78dd0348-d12e-42fc-b5fd-45ad88b1444d" ], - "x-ms-correlation-request-id": [ "d1e442ca-c0cc-4bab-89ed-d15249251e9c" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141213Z:d1e442ca-c0cc-4bab-89ed-d15249251e9c" ], + "x-ms-request-id": [ "23f71f92-7e35-4314-87e5-57bbe2daccf8" ], + "x-ms-correlation-request-id": [ "70a9d958-8dbd-4e32-bde2-bd084fc345ce" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105718Z:70a9d958-8dbd-4e32-bde2-bd084fc345ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:12:12 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:57:17 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "726" ], + "Content-Length": [ "727" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:10:34.624493Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:12:12.3120088Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"name\":\"test-mn-simgroup\",\"type\":\"microsoft.mobilenetwork/simgroups\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:53:05.4253596Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:54:42.4263373Z\"},\"properties\":{\"mobileNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2\"},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -451,12 +622,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "50" ], - "x-ms-client-request-id": [ "22b0c32a-0e13-4eae-8e6e-070eab431da2" ], + "x-ms-unique-id": [ "79" ], + "x-ms-client-request-id": [ "2c86836c-b6e1-4259-b0d3-96fba06e5ca0" ], "CommandName": [ "Remove-AzMobileNetworkSimGroup" ], "FullCommandName": [ "Remove-AzMobileNetworkSimGroup_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -467,19 +638,19 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ac03ad2f-0000-0100-0000-63bd723e0000\"" ], - "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01" ], + "ETag": [ "\"170099ff-0000-0100-0000-641adf0f0000\"" ], + "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], "x-ms-providerhub-traffic": [ "True" ], - "mise-correlation-id": [ "c9a05d62-183c-439e-a538-30e6ec0f2276" ], - "x-ms-request-id": [ "e647ffc0-9fb4-4f19-ab99-97e2819173f2" ], + "mise-correlation-id": [ "4fee0fb9-81e6-413f-8991-55384e04846b" ], + "x-ms-request-id": [ "1f110907-260f-4e13-91a7-9b0fd0f07361" ], "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "e018a1f0-5bed-406f-a24a-6c7302b34638" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141214Z:e018a1f0-5bed-406f-a24a-6c7302b34638" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "b7816f4a-a1b1-45af-bda8-3ed31ecee8c8" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105719Z:b7816f4a-a1b1-45af-bda8-3ed31ecee8c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:12:14 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:57:19 GMT" ] }, "ContentHeaders": { "Content-Length": [ "4" ], @@ -490,20 +661,20 @@ "isContentBase64": false } }, - "AzMobileNetworkSimGroup+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+2": { + "AzMobileNetworkSimGroup+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "51" ], - "x-ms-client-request-id": [ "22b0c32a-0e13-4eae-8e6e-070eab431da2" ], + "x-ms-unique-id": [ "80" ], + "x-ms-client-request-id": [ "2c86836c-b6e1-4259-b0d3-96fba06e5ca0" ], "CommandName": [ "Remove-AzMobileNetworkSimGroup" ], "FullCommandName": [ "Remove-AzMobileNetworkSimGroup_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -513,38 +684,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae003208-0000-0100-0000-63bd723e0000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11983" ], - "x-ms-request-id": [ "31a58e8e-9b0f-4353-947a-55cd5ca8fbf6" ], - "x-ms-correlation-request-id": [ "1175de4b-ea20-4643-b310-f3b7c9c930b3" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141244Z:1175de4b-ea20-4643-b310-f3b7c9c930b3" ], + "ETag": [ "\"0f00faaf-0000-0100-0000-641adf0f0000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11968" ], + "x-ms-request-id": [ "fb4ec38f-5116-4b54-bada-541b481932f0" ], + "x-ms-correlation-request-id": [ "697aa3b9-98f5-43a8-b353-82d9ef3168c4" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105750Z:697aa3b9-98f5-43a8-b353-82d9ef3168c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:12:43 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:57:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "521" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:12:14.1498908Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Deleting\",\"startTime\":\"2023-03-22T10:57:19.3496086Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSimGroup+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+3": { + "AzMobileNetworkSimGroup+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "22b0c32a-0e13-4eae-8e6e-070eab431da2" ], + "x-ms-unique-id": [ "81" ], + "x-ms-client-request-id": [ "2c86836c-b6e1-4259-b0d3-96fba06e5ca0" ], "CommandName": [ "Remove-AzMobileNetworkSimGroup" ], "FullCommandName": [ "Remove-AzMobileNetworkSimGroup_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -554,38 +725,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae003208-0000-0100-0000-63bd723e0000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11982" ], - "x-ms-request-id": [ "b13f628a-214c-40a5-a9fc-5d89a125edc1" ], - "x-ms-correlation-request-id": [ "c9ffd999-dfa3-4236-8fbd-a9dc97161c3c" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141315Z:c9ffd999-dfa3-4236-8fbd-a9dc97161c3c" ], + "ETag": [ "\"0f00faaf-0000-0100-0000-641adf0f0000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11967" ], + "x-ms-request-id": [ "0ca443b5-7936-4e82-92fe-99c734c167e1" ], + "x-ms-correlation-request-id": [ "51b230d8-e887-4178-9cd9-0e7df8e42d3b" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105821Z:51b230d8-e887-4178-9cd9-0e7df8e42d3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:13:14 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:58:20 GMT" ] }, "ContentHeaders": { "Content-Length": [ "521" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:12:14.1498908Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Deleting\",\"startTime\":\"2023-03-22T10:57:19.3496086Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSimGroup+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+4": { + "AzMobileNetworkSimGroup+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "53" ], - "x-ms-client-request-id": [ "22b0c32a-0e13-4eae-8e6e-070eab431da2" ], + "x-ms-unique-id": [ "82" ], + "x-ms-client-request-id": [ "2c86836c-b6e1-4259-b0d3-96fba06e5ca0" ], "CommandName": [ "Remove-AzMobileNetworkSimGroup" ], "FullCommandName": [ "Remove-AzMobileNetworkSimGroup_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -595,38 +766,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1a00235e-0000-0600-0000-63bd72800000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11981" ], - "x-ms-request-id": [ "e027dc39-7256-4314-a84f-55f6b0499514" ], - "x-ms-correlation-request-id": [ "6f645268-d439-4526-8940-781bb7770af6" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141345Z:6f645268-d439-4526-8940-781bb7770af6" ], + "ETag": [ "\"8c0088a4-0000-0600-0000-641adf510000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11966" ], + "x-ms-request-id": [ "392653c0-628c-4dd7-967f-743b04d213bc" ], + "x-ms-correlation-request-id": [ "152627ff-8d0a-4732-94ca-43fb6458bc34" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105851Z:152627ff-8d0a-4732-94ca-43fb6458bc34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:13:44 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:58:50 GMT" ] }, "ContentHeaders": { "Content-Length": [ "540" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:12:14.1498908Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:57:19.3496086Z\",\"properties\":null}", "isContentBase64": false } }, - "AzMobileNetworkSimGroup+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+5": { + "AzMobileNetworkSimGroup+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "22b0c32a-0e13-4eae-8e6e-070eab431da2" ], + "x-ms-unique-id": [ "83" ], + "x-ms-client-request-id": [ "2c86836c-b6e1-4259-b0d3-96fba06e5ca0" ], "CommandName": [ "Remove-AzMobileNetworkSimGroup" ], "FullCommandName": [ "Remove-AzMobileNetworkSimGroup_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -636,21 +807,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1a00235e-0000-0600-0000-63bd72800000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11980" ], - "x-ms-request-id": [ "727d05a3-c1d4-45c4-aac8-f59078f60fa3" ], - "x-ms-correlation-request-id": [ "e6e46b5d-9cd7-475a-a0e5-900461495fae" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141345Z:e6e46b5d-9cd7-475a-a0e5-900461495fae" ], + "ETag": [ "\"8c0088a4-0000-0600-0000-641adf510000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11965" ], + "x-ms-request-id": [ "0ec44640-5bda-4ded-be95-7e357419d0b5" ], + "x-ms-correlation-request-id": [ "51521164-6cda-4eb1-a410-3865c561d1fb" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105852Z:51521164-6cda-4eb1-a410-3865c561d1fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:13:45 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:58:51 GMT" ] }, "ContentHeaders": { "Content-Length": [ "540" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"40203608-e498-4ab5-ace6-21cf94e2be8d*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:12:14.1498908Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"name\":\"71fd7c15-7ca7-434a-8567-17f3b6365a3c*7B9F805CB21592124EB5015DE77BB22008A2E7B1181EFDAC0DB88ECC2307BF87\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/simGroups/test-mn-simgroup\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:57:19.3496086Z\",\"properties\":null}", "isContentBase64": false } } diff --git a/src/MobileNetwork/test/AzMobileNetworkSimGroup.Tests.ps1 b/src/MobileNetwork/test/AzMobileNetworkSimGroup.Tests.ps1 index 18ad3943e153..e15d340eb62e 100644 --- a/src/MobileNetwork/test/AzMobileNetworkSimGroup.Tests.ps1 +++ b/src/MobileNetwork/test/AzMobileNetworkSimGroup.Tests.ps1 @@ -44,21 +44,13 @@ Describe 'AzMobileNetworkSimGroup' { } | Should -Not -Throw } - It 'UpdateExpanded' { + It 'UpdateExpanded' -skip { { $config = Update-AzMobileNetworkSimGroup -SimGroupName $env.testSimGroup -ResourceGroupName $env.resourceGroup -Tag @{"abc"="123"} $config.Name | Should -Be $env.testSimGroup } | Should -Not -Throw } - It 'UpdateViaIdentityExpanded' { - { - $config = Get-AzMobileNetworkSimGroup -ResourceGroupName $env.resourceGroup -Name $env.testSimGroup - $config = Update-AzMobileNetworkSimGroup -InputObject $config -Tag @{"abc"="123"} - $config.Name | Should -Be $env.testSimGroup - } | Should -Not -Throw - } - It 'Delete' { { Remove-AzMobileNetworkSimGroup -ResourceGroupName $env.resourceGroup -Name $env.testSimGroup diff --git a/src/MobileNetwork/test/AzMobileNetworkSimPolicy.Recording.json b/src/MobileNetwork/test/AzMobileNetworkSimPolicy.Recording.json index eb7b4175e541..6d564b496c32 100644 --- a/src/MobileNetwork/test/AzMobileNetworkSimPolicy.Recording.json +++ b/src/MobileNetwork/test/AzMobileNetworkSimPolicy.Recording.json @@ -17,41 +17,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ea03477a-0000-0100-0000-63bd729c0000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], + "ETag": [ "\"7c03838a-0000-0100-0000-641adf6f0000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], "x-ms-providerhub-traffic": [ "True" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "429014a1-4bf5-4e57-bd23-99bbe3e5d9e5" ], + "x-ms-request-id": [ "4c7269cf-8145-461e-b90f-f5c5a9e4b437" ], "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "d3f1d8ff-e18a-47c2-81da-26563f6ea768" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141349Z:d3f1d8ff-e18a-47c2-81da-26563f6ea768" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "da4c355b-8c43-4683-aadb-b9e9fdabaeb6" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105856Z:da4c355b-8c43-4683-aadb-b9e9fdabaeb6" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:13:48 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:58:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1956" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:13:47.3296341Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:13:47.3296341Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Accepted\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:58:54.7101036Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:58:54.7101036Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Accepted\"}}", "isContentBase64": false } }, - "AzMobileNetworkSimPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+2": { + "AzMobileNetworkSimPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "3e5f4c75-74b4-467a-9b36-1bfbecac167e" ], + "x-ms-unique-id": [ "85" ], + "x-ms-client-request-id": [ "6bab3579-a43a-4573-b94b-740c78a20e0e" ], "CommandName": [ "New-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "New-AzMobileNetworkSimPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -61,38 +61,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00ac09-0000-0100-0000-63bd729b0000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11979" ], - "x-ms-request-id": [ "7d7cfc08-5b3d-4c4c-9444-f1994ccfccdc" ], - "x-ms-correlation-request-id": [ "5ec57aa2-605f-46cd-9364-dd2214c0cedc" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141419Z:5ec57aa2-605f-46cd-9364-dd2214c0cedc" ], + "ETag": [ "\"0f001eb0-0000-0100-0000-641adf6f0000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11964" ], + "x-ms-request-id": [ "249d952a-9654-4bf0-a222-2e2200fcb642" ], + "x-ms-correlation-request-id": [ "425f008e-70fe-49ff-b570-fe264cac4ed0" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105927Z:425f008e-70fe-49ff-b570-fe264cac4ed0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:14:19 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:59:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "548" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Accepted\",\"startTime\":\"2023-01-10T14:13:47.9997609Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:58:55.4199266Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSimPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+3": { + "AzMobileNetworkSimPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "57" ], - "x-ms-client-request-id": [ "3e5f4c75-74b4-467a-9b36-1bfbecac167e" ], + "x-ms-unique-id": [ "86" ], + "x-ms-client-request-id": [ "6bab3579-a43a-4573-b94b-740c78a20e0e" ], "CommandName": [ "New-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "New-AzMobileNetworkSimPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -102,38 +102,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00ac09-0000-0100-0000-63bd729b0000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11978" ], - "x-ms-request-id": [ "7bdd611f-8656-405f-99d5-d6567bc1a219" ], - "x-ms-correlation-request-id": [ "d8541c85-00e1-4bb8-b6f5-fb11fb93c7dd" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141449Z:d8541c85-00e1-4bb8-b6f5-fb11fb93c7dd" ], + "ETag": [ "\"0f001eb0-0000-0100-0000-641adf6f0000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11963" ], + "x-ms-request-id": [ "3b50e58b-325b-40d0-a465-3aee2d052655" ], + "x-ms-correlation-request-id": [ "ff9ede7b-96a2-41b7-b697-367c4791b06f" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T105957Z:ff9ede7b-96a2-41b7-b697-367c4791b06f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:14:49 GMT" ] + "Date": [ "Wed, 22 Mar 2023 10:59:56 GMT" ] }, "ContentHeaders": { "Content-Length": [ "548" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Accepted\",\"startTime\":\"2023-01-10T14:13:47.9997609Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T10:58:55.4199266Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSimPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+4": { + "AzMobileNetworkSimPolicy+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "3e5f4c75-74b4-467a-9b36-1bfbecac167e" ], + "x-ms-unique-id": [ "87" ], + "x-ms-client-request-id": [ "6bab3579-a43a-4573-b94b-740c78a20e0e" ], "CommandName": [ "New-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "New-AzMobileNetworkSimPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -143,21 +143,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae001f0a-0000-0100-0000-63bd72de0000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11978" ], - "x-ms-request-id": [ "7a114c4b-e8f0-4c81-a5d1-6f30a8e1412a" ], - "x-ms-correlation-request-id": [ "bd8060e4-82a4-4354-916d-307a2caaee6c" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141520Z:bd8060e4-82a4-4354-916d-307a2caaee6c" ], + "ETag": [ "\"8c00b9ac-0000-0600-0000-641adfb20000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11962" ], + "x-ms-request-id": [ "ac03d524-b7fb-4f7e-a789-a147789575d5" ], + "x-ms-correlation-request-id": [ "b66465e1-6626-4fde-8e56-87a1c3f6ffec" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110027Z:b66465e1-6626-4fde-8e56-87a1c3f6ffec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:15:19 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:00:26 GMT" ] }, "ContentHeaders": { "Content-Length": [ "567" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"5f6ff230-52db-4058-8306-d6e8de97fc78*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:13:47.9997609Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"3c26370e-cc35-4cf7-a35f-2a64b0c82354*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T10:58:55.4199266Z\",\"properties\":null}", "isContentBase64": false } }, @@ -169,12 +169,12 @@ "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "3e5f4c75-74b4-467a-9b36-1bfbecac167e" ], + "x-ms-unique-id": [ "88" ], + "x-ms-client-request-id": [ "6bab3579-a43a-4573-b94b-740c78a20e0e" ], "CommandName": [ "New-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "New-AzMobileNetworkSimPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -184,22 +184,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ea037c7c-0000-0100-0000-63bd72a20000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11980" ], + "ETag": [ "\"7c03b38c-0000-0100-0000-641adf760000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "9a9ab52f-8dc8-4940-b899-4ec215491eb9" ], - "x-ms-correlation-request-id": [ "648e491f-fc1d-449c-b5f1-6b4477ab71fe" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141520Z:648e491f-fc1d-449c-b5f1-6b4477ab71fe" ], + "x-ms-request-id": [ "6811e1cc-6920-4864-9360-945615542b42" ], + "x-ms-correlation-request-id": [ "afb0bfb8-1ae1-4c43-b112-064a0a6a3e81" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110028Z:afb0bfb8-1ae1-4c43-b112-064a0a6a3e81" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:15:20 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:00:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1957" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:13:47.3296341Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:13:47.3296341Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:58:54.7101036Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:58:54.7101036Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -210,12 +210,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "60" ], - "x-ms-client-request-id": [ "41702458-1d1e-41c2-8b73-770f28c283c1" ], + "x-ms-unique-id": [ "89" ], + "x-ms-client-request-id": [ "c2844223-9384-4b00-98ce-e1965da61634" ], "CommandName": [ "Get-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "Get-AzMobileNetworkSimPolicy_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -226,21 +226,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "42bd0c2c-c090-4d34-bcb5-4acbda646f4c", "0a60aa04-947f-4c9a-849e-34c2fbf2c05a", "4534c4f7-b6a5-4b42-9767-3e68ba96d5dc" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11979" ], - "x-ms-request-id": [ "649d2301-b6cc-49a3-8daa-e0ef62afb427" ], - "x-ms-correlation-request-id": [ "649d2301-b6cc-49a3-8daa-e0ef62afb427" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141521Z:649d2301-b6cc-49a3-8daa-e0ef62afb427" ], + "x-ms-original-request-ids": [ "35f701d0-64cc-4690-9cac-85692ab245bd", "ccf2f092-5b97-4075-9b8d-3f3b6c0d8b82", "66046f6e-8bfe-4858-8257-412380b14dee", "107f2b70-b592-4320-bb24-c004eb4e616a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], + "x-ms-request-id": [ "d3300276-8a78-4c28-b163-21b07e69c0da" ], + "x-ms-correlation-request-id": [ "d3300276-8a78-4c28-b163-21b07e69c0da" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110029Z:d3300276-8a78-4c28-b163-21b07e69c0da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:15:21 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:00:28 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ "1969" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:13:47.3296341Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:13:47.3296341Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:58:54.7101036Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:58:54.7101036Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, @@ -251,12 +251,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "61" ], - "x-ms-client-request-id": [ "50a93761-3316-4bc5-951d-59f62df5237a" ], + "x-ms-unique-id": [ "90" ], + "x-ms-client-request-id": [ "10118386-96e5-484b-abb7-45786a13e5a2" ], "CommandName": [ "Get-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "Get-AzMobileNetworkSimPolicy_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -267,76 +267,78 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ea037c7c-0000-0100-0000-63bd72a20000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11978" ], + "ETag": [ "\"7c03b38c-0000-0100-0000-641adf760000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "19f97c2d-7da4-45d7-a634-a9e6d5c5f976" ], - "x-ms-correlation-request-id": [ "7d4a5576-10b0-4f56-acfb-38ff887c289c" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141522Z:7d4a5576-10b0-4f56-acfb-38ff887c289c" ], + "x-ms-request-id": [ "d44c534b-1488-438f-90c6-7cdccf0cc309" ], + "x-ms-correlation-request-id": [ "b5224d4f-7ce5-4f3c-a077-6c3e594440c4" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110030Z:b5224d4f-7ce5-4f3c-a077-6c3e594440c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:15:22 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:00:29 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1957" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:13:47.3296341Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:13:47.3296341Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:58:54.7101036Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T10:58:54.7101036Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzMobileNetworkSimPolicy+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy?api-version=2022-11-01+1": { + "AzMobileNetworkSimPolicy+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy?api-version=2022-11-01+1": { "Request": { - "Method": "PATCH", + "Method": "PUT", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy?api-version=2022-11-01", - "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", + "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n },\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"ueAmbr\": {\r\n \"uplink\": \"500 Mbps\",\r\n \"downlink\": \"1 Gbps\"\r\n },\r\n \"defaultSlice\": {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"\r\n },\r\n \"registrationTimer\": 3240,\r\n \"sliceConfigurations\": [\r\n {\r\n \"slice\": {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"\r\n },\r\n \"defaultDataNetwork\": {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"\r\n },\r\n \"dataNetworkConfigurations\": [\r\n {\r\n \"dataNetwork\": {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"\r\n },\r\n \"sessionAmbr\": {\r\n \"uplink\": \"500 Mbps\",\r\n \"downlink\": \"1 Gbps\"\r\n },\r\n \"5qi\": 9,\r\n \"allocationAndRetentionPriorityLevel\": 9,\r\n \"preemptionCapability\": \"NotPreempt\",\r\n \"preemptionVulnerability\": \"Preemptable\",\r\n \"defaultSessionType\": \"IPv4\",\r\n \"allowedServices\": [\r\n {\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"\r\n }\r\n ],\r\n \"maximumNumberOfBufferedPackets\": 200\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "40" ] + "Content-Length": [ "1950" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 201, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ea03ce8d-0000-0100-0000-63bd72fa0000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], + "ETag": [ "\"7c0327aa-0000-0100-0000-641adfd00000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "46d1f2b2-f531-408c-a530-bab8e19dd7c4" ], - "x-ms-correlation-request-id": [ "554feacb-a845-4617-bf6f-3a6f02542014" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141524Z:554feacb-a845-4617-bf6f-3a6f02542014" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "7852400a-464b-44f2-b78f-4780fb28cf55" ], + "x-ms-build-version": [ "1.0.1" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "5ebfeb7f-7395-42ad-8c04-a06c873fcc92" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110033Z:5ebfeb7f-7395-42ad-8c04-a06c873fcc92" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:15:24 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:00:33 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1978" ], + "Content-Length": [ "1977" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:13:47.3296341Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:15:22.7305678Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:58:54.7101036Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:00:31.0703727Z\"},\"properties\":{\"provisioningState\":\"Accepted\",\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}]}}", "isContentBase64": false } }, - "AzMobileNetworkSimPolicy+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy?api-version=2022-11-01+1": { + "AzMobileNetworkSimPolicy+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "63" ], - "x-ms-client-request-id": [ "49a2ec34-49ea-4396-8424-4b1082086d68" ], - "CommandName": [ "Get-AzMobileNetworkSimPolicy" ], - "FullCommandName": [ "Get-AzMobileNetworkSimPolicy_Get" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "93" ], + "x-ms-client-request-id": [ "1f3799a2-d069-4a11-9b9b-fae8b9462b90" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSimPolicy_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSimPolicy_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -346,36 +348,122 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ea03ce8d-0000-0100-0000-63bd72fa0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], - "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "c9a2aca8-a5e2-4135-9907-e868498e89f4" ], - "x-ms-correlation-request-id": [ "c29cc0a1-e5cd-4f59-9e56-132213c21461" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141524Z:c29cc0a1-e5cd-4f59-9e56-132213c21461" ], + "ETag": [ "\"0f003ab0-0000-0100-0000-641adfcf0000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11961" ], + "x-ms-request-id": [ "d521b0e8-49ca-4988-bd4d-d776dae29da8" ], + "x-ms-correlation-request-id": [ "957097e8-3f4b-4549-a5ff-9365210b305e" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110103Z:957097e8-3f4b-4549-a5ff-9365210b305e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:15:24 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:01:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1978" ], + "Content-Length": [ "548" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T11:00:31.6655967Z\"}", + "isContentBase64": false + } + }, + "AzMobileNetworkSimPolicy+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "94" ], + "x-ms-client-request-id": [ "1f3799a2-d069-4a11-9b9b-fae8b9462b90" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSimPolicy_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSimPolicy_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"0f003ab0-0000-0100-0000-641adfcf0000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11960" ], + "x-ms-request-id": [ "d8890ebc-f288-41b8-95d7-14b82d2e77e2" ], + "x-ms-correlation-request-id": [ "82ff99db-b13f-4877-9a67-062688d82be4" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110134Z:82ff99db-b13f-4877-9a67-062688d82be4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Wed, 22 Mar 2023 11:01:34 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "548" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:13:47.3296341Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:15:22.7305678Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T11:00:31.6655967Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSimPolicy+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy?api-version=2022-11-01+2": { + "AzMobileNetworkSimPolicy+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+4": { "Request": { - "Method": "PATCH", + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "95" ], + "x-ms-client-request-id": [ "1f3799a2-d069-4a11-9b9b-fae8b9462b90" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSimPolicy_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSimPolicy_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"8c0078b5-0000-0600-0000-641ae0130000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11959" ], + "x-ms-request-id": [ "76ece9da-9af0-4677-9996-b71652c84c6d" ], + "x-ms-correlation-request-id": [ "6ca37724-2f6e-4e9d-baff-ba1d7c62ca71" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110204Z:6ca37724-2f6e-4e9d-baff-ba1d7c62ca71" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Date": [ "Wed, 22 Mar 2023 11:02:03 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "567" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"61176d7a-3438-49aa-832a-e20f3f58fe08*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T11:00:31.6655967Z\",\"properties\":null}", + "isContentBase64": false + } + }, + "AzMobileNetworkSimPolicy+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy?api-version=2022-11-01+5": { + "Request": { + "Method": "GET", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy?api-version=2022-11-01", - "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", + "Content": null, "isContentBase64": false, "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "96" ], + "x-ms-client-request-id": [ "1f3799a2-d069-4a11-9b9b-fae8b9462b90" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSimPolicy_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSimPolicy_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "40" ] } }, "Response": { @@ -383,22 +471,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ea031c8e-0000-0100-0000-63bd72fd0000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], + "ETag": [ "\"7c035dad-0000-0100-0000-641adfda0000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11966" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "02481aca-b5e4-43ab-8ea7-c216c65fbd46" ], - "x-ms-correlation-request-id": [ "af443c8f-6639-406e-8e38-fc246c326ff0" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141526Z:af443c8f-6639-406e-8e38-fc246c326ff0" ], + "x-ms-request-id": [ "6bbe7a45-5a81-4e50-8093-cd64f7954e6d" ], + "x-ms-correlation-request-id": [ "2b8028c5-279c-4cf5-b47a-fd6513936022" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110205Z:2b8028c5-279c-4cf5-b47a-fd6513936022" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:15:25 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:02:04 GMT" ] }, "ContentHeaders": { "Content-Length": [ "1978" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:13:47.3296341Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:15:25.0593129Z\"},\"properties\":{\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}],\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"name\":\"test-mn-simpolicy\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/simpolicies\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T10:58:54.7101036Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:00:31.0703727Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"ueAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"defaultSlice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"registrationTimer\":3240,\"sliceConfigurations\":[{\"slice\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/slices/test-mn-slice\"},\"defaultDataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"dataNetworkConfigurations\":[{\"dataNetwork\":{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/dataNetworks/test-mn-datanetwork\"},\"sessionAmbr\":{\"uplink\":\"500 Mbps\",\"downlink\":\"1 Gbps\"},\"5qi\":9,\"allocationAndRetentionPriorityLevel\":9,\"preemptionCapability\":\"NotPreempt\",\"preemptionVulnerability\":\"Preemptable\",\"defaultSessionType\":\"IPv4\",\"allowedServices\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/services/test-mn-service\"}],\"maximumNumberOfBufferedPackets\":200}]}]}}", "isContentBase64": false } }, @@ -409,12 +497,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "91c64102-afa4-4bfe-b417-ea93d6404132" ], + "x-ms-unique-id": [ "97" ], + "x-ms-client-request-id": [ "0fd19e83-baa8-42fe-b004-aa7fe67aa82d" ], "CommandName": [ "Remove-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "Remove-AzMobileNetworkSimPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -425,18 +513,18 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ea03748e-0000-0100-0000-63bd72ff0000\"" ], - "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01" ], + "ETag": [ "\"7c03f5c8-0000-0100-0000-641ae02e0000\"" ], + "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], "x-ms-providerhub-traffic": [ "True" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "1a3cbd2d-db53-43ce-b23f-572e2c8f4cb3" ], + "x-ms-request-id": [ "d96f3bb7-4957-49fd-bc0d-3b2394fd6936" ], "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "e7cc01cb-408f-44d3-8365-f4370085f3f1" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141527Z:e7cc01cb-408f-44d3-8365-f4370085f3f1" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "106fbc65-5728-4716-8637-15bdede08bd8" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110206Z:106fbc65-5728-4716-8637-15bdede08bd8" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:15:27 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:02:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "4" ], @@ -447,20 +535,20 @@ "isContentBase64": false } }, - "AzMobileNetworkSimPolicy+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+2": { + "AzMobileNetworkSimPolicy+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "66" ], - "x-ms-client-request-id": [ "91c64102-afa4-4bfe-b417-ea93d6404132" ], + "x-ms-unique-id": [ "98" ], + "x-ms-client-request-id": [ "0fd19e83-baa8-42fe-b004-aa7fe67aa82d" ], "CommandName": [ "Remove-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "Remove-AzMobileNetworkSimPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -470,38 +558,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00580a-0000-0100-0000-63bd72fe0000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11977" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141557Z:22a4b036-62af-40b3-87f4-db1031453ac3" ], - "x-ms-request-id": [ "c5436327-4c04-45ed-b62b-7d73961dc830" ], - "x-ms-correlation-request-id": [ "22a4b036-62af-40b3-87f4-db1031453ac3" ], + "ETag": [ "\"0f008ab0-0000-0100-0000-641ae02e0000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11958" ], + "x-ms-request-id": [ "a0f23819-5640-495a-8bec-fde6fe7e71bb" ], + "x-ms-correlation-request-id": [ "3ba5b0e6-ed33-442d-b79a-bfe41f9dcce7" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110237Z:3ba5b0e6-ed33-442d-b79a-bfe41f9dcce7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:15:57 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:02:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "548" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:15:26.9162484Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Deleting\",\"startTime\":\"2023-03-22T11:02:06.2106532Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSimPolicy+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+3": { + "AzMobileNetworkSimPolicy+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "91c64102-afa4-4bfe-b417-ea93d6404132" ], + "x-ms-unique-id": [ "99" ], + "x-ms-client-request-id": [ "0fd19e83-baa8-42fe-b004-aa7fe67aa82d" ], "CommandName": [ "Remove-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "Remove-AzMobileNetworkSimPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -511,38 +599,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00580a-0000-0100-0000-63bd72fe0000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11976" ], - "x-ms-request-id": [ "cfb3272c-0c13-43db-ad5c-ff92818d360c" ], - "x-ms-correlation-request-id": [ "b92ed830-3461-4c7a-9bdd-99a774c3a363" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141628Z:b92ed830-3461-4c7a-9bdd-99a774c3a363" ], + "ETag": [ "\"0f008ab0-0000-0100-0000-641ae02e0000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11957" ], + "x-ms-request-id": [ "953961ed-f8da-45a0-917d-dbee7a9946fb" ], + "x-ms-correlation-request-id": [ "808b17c9-2524-495b-9e65-3745d66b7479" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110307Z:808b17c9-2524-495b-9e65-3745d66b7479" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:16:27 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:03:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "548" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:15:26.9162484Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Deleting\",\"startTime\":\"2023-03-22T11:02:06.2106532Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSimPolicy+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+4": { + "AzMobileNetworkSimPolicy+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "68" ], - "x-ms-client-request-id": [ "91c64102-afa4-4bfe-b417-ea93d6404132" ], + "x-ms-unique-id": [ "100" ], + "x-ms-client-request-id": [ "0fd19e83-baa8-42fe-b004-aa7fe67aa82d" ], "CommandName": [ "Remove-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "Remove-AzMobileNetworkSimPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -552,38 +640,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1a00b05f-0000-0600-0000-63bd73410000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11975" ], - "x-ms-request-id": [ "c4b2f742-d498-46fb-b2b4-50a2387a5c5e" ], - "x-ms-correlation-request-id": [ "7ad788be-f318-44d4-b187-d2e2d0820d29" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141658Z:7ad788be-f318-44d4-b187-d2e2d0820d29" ], + "ETag": [ "\"8c0068be-0000-0600-0000-641ae0710000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11956" ], + "x-ms-request-id": [ "50986057-8349-4239-9256-a813b47e4ba6" ], + "x-ms-correlation-request-id": [ "7e6d02ec-d04c-4b47-bef2-84b017e4e633" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110337Z:7e6d02ec-d04c-4b47-bef2-84b017e4e633" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:16:58 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:03:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "567" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:15:26.9162484Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T11:02:06.2106532Z\",\"properties\":null}", "isContentBase64": false } }, - "AzMobileNetworkSimPolicy+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+5": { + "AzMobileNetworkSimPolicy+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "69" ], - "x-ms-client-request-id": [ "91c64102-afa4-4bfe-b417-ea93d6404132" ], + "x-ms-unique-id": [ "101" ], + "x-ms-client-request-id": [ "0fd19e83-baa8-42fe-b004-aa7fe67aa82d" ], "CommandName": [ "Remove-AzMobileNetworkSimPolicy" ], "FullCommandName": [ "Remove-AzMobileNetworkSimPolicy_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -593,21 +681,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1a00b05f-0000-0600-0000-63bd73410000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11974" ], - "x-ms-request-id": [ "8d7ce89b-aff3-4689-8183-b5460c831a77" ], - "x-ms-correlation-request-id": [ "10f5f33e-747f-4eeb-ab41-ad2f41150caf" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141659Z:10f5f33e-747f-4eeb-ab41-ad2f41150caf" ], + "ETag": [ "\"8c0068be-0000-0600-0000-641ae0710000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11955" ], + "x-ms-request-id": [ "660440df-29e9-4027-a0df-0ca5705248a1" ], + "x-ms-correlation-request-id": [ "3f170b21-4418-4fff-9b97-049f10e6dc5a" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110337Z:3f170b21-4418-4fff-9b97-049f10e6dc5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:16:58 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:03:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "567" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"476521de-ac68-4523-bbfa-37e23a02d8c3*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:15:26.9162484Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"name\":\"df2c4859-d761-47cc-8a33-218e9c35998f*F1B5A333AECD4FA6A2952B6AD1B29417C21484C191035F3BF5F8C616D4D15FCE\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/simPolicies/test-mn-simpolicy\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T11:02:06.2106532Z\",\"properties\":null}", "isContentBase64": false } } diff --git a/src/MobileNetwork/test/AzMobileNetworkSimPolicy.Tests.ps1 b/src/MobileNetwork/test/AzMobileNetworkSimPolicy.Tests.ps1 index d4cdb4b1053f..8183d3259e62 100644 --- a/src/MobileNetwork/test/AzMobileNetworkSimPolicy.Tests.ps1 +++ b/src/MobileNetwork/test/AzMobileNetworkSimPolicy.Tests.ps1 @@ -39,21 +39,13 @@ Describe 'AzMobileNetworkSimPolicy' { } | Should -Not -Throw } - It 'UpdateExpanded' { + It 'UpdateExpanded' -skip { { $config = Update-AzMobileNetworkSimPolicy -MobileNetworkName $env.testNetwork2 -ResourceGroupName $env.resourceGroup -SimPolicyName $env.testSimPolicy -Tag @{"abc"="123"} $config.Name | Should -Be $env.testSimPolicy } | Should -Not -Throw } - It 'UpdateViaIdentityExpanded' { - { - $config = Get-AzMobileNetworkSimPolicy -MobileNetworkName $env.testNetwork2 -ResourceGroupName $env.resourceGroup -Name $env.testSimPolicy - $config = Update-AzMobileNetworkSimPolicy -InputObject $config -Tag @{"abc"="123"} - $config.Name | Should -Be $env.testSimPolicy - } | Should -Not -Throw - } - It 'Delete' { { Remove-AzMobileNetworkSimPolicy -MobileNetworkName $env.testNetwork2 -ResourceGroupName $env.resourceGroup -Name $env.testSimPolicy diff --git a/src/MobileNetwork/test/AzMobileNetworkSite.Recording.json b/src/MobileNetwork/test/AzMobileNetworkSite.Recording.json index 684ec36fb26a..a665a5415207 100644 --- a/src/MobileNetwork/test/AzMobileNetworkSite.Recording.json +++ b/src/MobileNetwork/test/AzMobileNetworkSite.Recording.json @@ -17,24 +17,24 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"a6015280-0000-0100-0000-63bd735d0000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], + "ETag": [ "\"bb00ac14-0000-0100-0000-641ae08c0000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], "x-ms-providerhub-traffic": [ "True" ], - "mise-correlation-id": [ "f1b35a61-502a-4283-8e89-0d5c94631833" ], - "x-ms-request-id": [ "a13c8f28-e81e-4cb7-bd8b-3887c0d1d17a" ], + "mise-correlation-id": [ "8c9946d7-6fd9-4651-add2-be26914226ce" ], + "x-ms-request-id": [ "a242c12e-12fc-43a0-aa38-91d11df85a2d" ], "x-ms-build-version": [ "1.0.1" ], - "x-ms-correlation-request-id": [ "21857a9a-8552-4ee0-9f9d-291e26df4c2c" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141701Z:21857a9a-8552-4ee0-9f9d-291e26df4c2c" ], + "x-ms-correlation-request-id": [ "19bb3db5-5067-48c0-9295-7a36f957e54d" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110342Z:19bb3db5-5067-48c0-9295-7a36f957e54d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:17:01 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:03:41 GMT" ] }, "ContentHeaders": { "Content-Length": [ "577" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:17:00.7559301Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:17:00.7559301Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:03:40.4003616Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:03:40.4003616Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -46,12 +46,12 @@ "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "71" ], - "x-ms-client-request-id": [ "41c60f5c-0325-4c22-aa11-1f9393b13bab" ], + "x-ms-unique-id": [ "103" ], + "x-ms-client-request-id": [ "73e29e49-6a07-456a-8b16-eb38598d0057" ], "CommandName": [ "New-AzMobileNetworkSite" ], "FullCommandName": [ "New-AzMobileNetworkSite_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -61,22 +61,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"a6015280-0000-0100-0000-63bd735d0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], + "ETag": [ "\"bb00ac14-0000-0100-0000-641ae08c0000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11965" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "ee4d5059-ece9-4b07-9962-d42e7e724c1e" ], - "x-ms-correlation-request-id": [ "3c24cf6e-cdb5-4533-90e2-67624c7c88db" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141732Z:3c24cf6e-cdb5-4533-90e2-67624c7c88db" ], + "x-ms-request-id": [ "9b42aed5-c104-42c0-bc83-8d066bfb0cce" ], + "x-ms-correlation-request-id": [ "dc6f595c-31b0-4a9a-803d-f1798707bf3b" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110412Z:dc6f595c-31b0-4a9a-803d-f1798707bf3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:17:31 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "577" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:17:00.7559301Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:17:00.7559301Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:03:40.4003616Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:03:40.4003616Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -88,12 +88,12 @@ "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "72" ], - "x-ms-client-request-id": [ "41c60f5c-0325-4c22-aa11-1f9393b13bab" ], + "x-ms-unique-id": [ "104" ], + "x-ms-client-request-id": [ "73e29e49-6a07-456a-8b16-eb38598d0057" ], "CommandName": [ "New-AzMobileNetworkSite" ], "FullCommandName": [ "New-AzMobileNetworkSite_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -103,22 +103,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"a6015280-0000-0100-0000-63bd735d0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], + "ETag": [ "\"bb00ac14-0000-0100-0000-641ae08c0000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11964" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "1a166b7a-2c09-4e46-a560-62b00c402d52" ], - "x-ms-correlation-request-id": [ "0390606b-01b4-400a-9313-ccc87f3131d7" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141732Z:0390606b-01b4-400a-9313-ccc87f3131d7" ], + "x-ms-request-id": [ "0860d992-cb43-4d46-8fdc-7ea1f269e529" ], + "x-ms-correlation-request-id": [ "7b982767-e247-48aa-ac3e-2611fd8d01e7" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110413Z:7b982767-e247-48aa-ac3e-2611fd8d01e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:17:32 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:12 GMT" ] }, "ContentHeaders": { "Content-Length": [ "577" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:17:00.7559301Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:17:00.7559301Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:03:40.4003616Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:03:40.4003616Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -129,12 +129,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "73" ], - "x-ms-client-request-id": [ "646a302d-1d2f-429a-b153-1724d8dd0a1c" ], + "x-ms-unique-id": [ "105" ], + "x-ms-client-request-id": [ "ee8b78b5-827c-440b-a3a4-234ae069da43" ], "CommandName": [ "Get-AzMobileNetworkSite" ], "FullCommandName": [ "Get-AzMobileNetworkSite_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -145,21 +145,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "bf883c4b-6b02-449d-8e33-27ad233dc45b", "922ce6d3-d5bb-464f-908e-867c0e418555", "c6c72fd2-affd-40e0-8507-01fc88dfeafb" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], - "x-ms-request-id": [ "d829ef78-8654-4f6a-92c2-ec2a03477e60" ], - "x-ms-correlation-request-id": [ "d829ef78-8654-4f6a-92c2-ec2a03477e60" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141733Z:d829ef78-8654-4f6a-92c2-ec2a03477e60" ], + "x-ms-original-request-ids": [ "b0008e17-a078-4561-9bea-21d2e10038c7", "30e32071-3d87-4fa9-abba-45a220fc4a7e", "2edec990-b116-484b-b265-46b0e82b38aa", "a6dd61b4-ac9d-43eb-9050-58e7e91b0a22" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11963" ], + "x-ms-request-id": [ "1d509093-0cbd-406f-ade3-0aa71655989a" ], + "x-ms-correlation-request-id": [ "1d509093-0cbd-406f-ade3-0aa71655989a" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110414Z:1d509093-0cbd-406f-ade3-0aa71655989a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:17:33 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:14 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ "589" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:17:00.7559301Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:17:00.7559301Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:03:40.4003616Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:03:40.4003616Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, @@ -170,12 +170,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "74" ], - "x-ms-client-request-id": [ "7a395c54-7080-4187-87dc-6fa9c321d55e" ], + "x-ms-unique-id": [ "106" ], + "x-ms-client-request-id": [ "2f8f443f-300f-495f-9f26-9f242dc4dfaf" ], "CommandName": [ "Get-AzMobileNetworkSite" ], "FullCommandName": [ "Get-AzMobileNetworkSite_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -186,22 +186,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"a6015280-0000-0100-0000-63bd735d0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], + "ETag": [ "\"bb00ac14-0000-0100-0000-641ae08c0000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11962" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "a6b02ebb-563f-4388-847e-30c4418d1ad4" ], - "x-ms-correlation-request-id": [ "bf2774df-5209-4e1b-9453-ba409e2f4143" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141734Z:bf2774df-5209-4e1b-9453-ba409e2f4143" ], + "x-ms-request-id": [ "40d42528-1f42-4f6c-ac4c-d0ac71fd158b" ], + "x-ms-correlation-request-id": [ "4d361af5-4821-494a-ac16-1e31aa15d372" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110414Z:4d361af5-4821-494a-ac16-1e31aa15d372" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:17:33 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:14 GMT" ] }, "ContentHeaders": { "Content-Length": [ "577" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:17:00.7559301Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:17:00.7559301Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:03:40.4003616Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:03:40.4003616Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -223,22 +223,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"a601ab83-0000-0100-0000-63bd737e0000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], + "ETag": [ "\"bb007117-0000-0100-0000-641ae0af0000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "655babec-49ec-4066-8dd1-bfff8139eed7" ], - "x-ms-correlation-request-id": [ "c2e89781-717f-4bed-afaa-8d26951f8ce6" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141735Z:c2e89781-717f-4bed-afaa-8d26951f8ce6" ], + "x-ms-request-id": [ "e49c57a0-434b-4ba0-a52f-4198466a7f37" ], + "x-ms-correlation-request-id": [ "9ffc096b-cf99-49a6-99af-82b44abc02ca" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110416Z:9ffc096b-cf99-49a6-99af-82b44abc02ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:17:34 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "577" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:17:00.7559301Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:17:34.7570418Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:03:40.4003616Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:04:15.1350904Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -249,12 +249,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "76" ], - "x-ms-client-request-id": [ "3f5b8fae-14ec-453c-8854-8abba2c6270a" ], + "x-ms-unique-id": [ "108" ], + "x-ms-client-request-id": [ "64ab1214-d74c-488b-b5cc-87ad57bc07ec" ], "CommandName": [ "Get-AzMobileNetworkSite" ], "FullCommandName": [ "Get-AzMobileNetworkSite_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -265,22 +265,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"a601ab83-0000-0100-0000-63bd737e0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], + "ETag": [ "\"bb007117-0000-0100-0000-641ae0af0000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11961" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "0f581476-4c1f-4779-8176-a0dc582d9b88" ], - "x-ms-correlation-request-id": [ "2afe8be0-90da-4415-92e4-c19a99566ffc" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141736Z:2afe8be0-90da-4415-92e4-c19a99566ffc" ], + "x-ms-request-id": [ "011825d3-a2e8-4ef6-81ac-78ac3ecbb16d" ], + "x-ms-correlation-request-id": [ "276dc50f-a254-407c-9ffc-1fd63243896a" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110416Z:276dc50f-a254-407c-9ffc-1fd63243896a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:17:35 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:16 GMT" ] }, "ContentHeaders": { "Content-Length": [ "577" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:17:00.7559301Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:17:34.7570418Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:03:40.4003616Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:04:15.1350904Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -302,22 +302,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"a601f183-0000-0100-0000-63bd73800000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], + "ETag": [ "\"bb009617-0000-0100-0000-641ae0b10000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "93a224cd-f8e8-4a2e-bf8a-d4a0d9d9dd09" ], - "x-ms-correlation-request-id": [ "e956c479-0056-4377-ab2e-da84c02a2804" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141737Z:e956c479-0056-4377-ab2e-da84c02a2804" ], + "x-ms-request-id": [ "36353bdf-597d-4151-9062-92d4a8a9ad92" ], + "x-ms-correlation-request-id": [ "fb3e941e-c54d-40d2-a594-34c690442f76" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110418Z:fb3e941e-c54d-40d2-a594-34c690442f76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:17:36 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:17 GMT" ] }, "ContentHeaders": { "Content-Length": [ "577" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:17:00.7559301Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:17:36.6050488Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"name\":\"test-mn-site\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/sites\",\"location\":\"eastus\",\"tags\":{\"site\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:03:40.4003616Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:04:17.0726071Z\"},\"properties\":{\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -328,12 +328,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "78" ], - "x-ms-client-request-id": [ "7702826d-00f9-4581-bbac-4d7e20909665" ], + "x-ms-unique-id": [ "110" ], + "x-ms-client-request-id": [ "05178f37-1f71-4e98-b25f-c64dd32dfcb4" ], "CommandName": [ "Remove-AzMobileNetworkSite" ], "FullCommandName": [ "Remove-AzMobileNetworkSite_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -344,19 +344,19 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"a6012e84-0000-0100-0000-63bd73820000\"" ], - "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/23d4e45d-09e9-4a1a-9e6f-0cc48da3504c*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01" ], + "ETag": [ "\"bb00b717-0000-0100-0000-641ae0b30000\"" ], + "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/1d3ebafd-704e-4e20-aabb-3493e7e6cda7*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], "x-ms-providerhub-traffic": [ "True" ], - "mise-correlation-id": [ "afd1322a-16f8-4170-b2be-3ffb17da656f" ], - "x-ms-request-id": [ "5237b0c3-5bc5-4b91-9b9d-7b2885f748b5" ], + "mise-correlation-id": [ "00738040-7f1e-4da5-b8ba-9dc5bc48e2a9" ], + "x-ms-request-id": [ "eb9c0185-be84-4b50-8708-826346b33394" ], "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/23d4e45d-09e9-4a1a-9e6f-0cc48da3504c*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "50689452-0ec6-4b8d-9ea0-7d74c2b2caec" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141738Z:50689452-0ec6-4b8d-9ea0-7d74c2b2caec" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/1d3ebafd-704e-4e20-aabb-3493e7e6cda7*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "fff670b4-4cb6-452b-bb44-dc03ee278320" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110419Z:fff670b4-4cb6-452b-bb44-dc03ee278320" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:17:37 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:18 GMT" ] }, "ContentHeaders": { "Content-Length": [ "4" ], @@ -367,20 +367,20 @@ "isContentBase64": false } }, - "AzMobileNetworkSite+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/23d4e45d-09e9-4a1a-9e6f-0cc48da3504c*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01+2": { + "AzMobileNetworkSite+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/1d3ebafd-704e-4e20-aabb-3493e7e6cda7*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/23d4e45d-09e9-4a1a-9e6f-0cc48da3504c*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/1d3ebafd-704e-4e20-aabb-3493e7e6cda7*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "79" ], - "x-ms-client-request-id": [ "7702826d-00f9-4581-bbac-4d7e20909665" ], + "x-ms-unique-id": [ "111" ], + "x-ms-client-request-id": [ "05178f37-1f71-4e98-b25f-c64dd32dfcb4" ], "CommandName": [ "Remove-AzMobileNetworkSite" ], "FullCommandName": [ "Remove-AzMobileNetworkSite_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -390,38 +390,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00420b-0000-0100-0000-63bd73830000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11973" ], - "x-ms-request-id": [ "c5624b2c-c7f1-4afe-b072-ec94349a16aa" ], - "x-ms-correlation-request-id": [ "acc2f3ee-b7da-4323-a5cb-e056d13ce5b6" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141808Z:acc2f3ee-b7da-4323-a5cb-e056d13ce5b6" ], + "ETag": [ "\"0f00cfb0-0000-0100-0000-641ae0b40000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11954" ], + "x-ms-request-id": [ "ca511437-ec58-4d61-86d5-8f77998ff519" ], + "x-ms-correlation-request-id": [ "13a41874-a631-411f-9c5b-8f9c5ddd99fb" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110449Z:13a41874-a631-411f-9c5b-8f9c5ddd99fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:18:08 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:48 GMT" ] }, "ContentHeaders": { "Content-Length": [ "597" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/23d4e45d-09e9-4a1a-9e6f-0cc48da3504c*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A\",\"name\":\"23d4e45d-09e9-4a1a-9e6f-0cc48da3504c*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:17:38.3527679Z\",\"endTime\":\"2023-01-10T14:17:39.5510619Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/1d3ebafd-704e-4e20-aabb-3493e7e6cda7*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A\",\"name\":\"1d3ebafd-704e-4e20-aabb-3493e7e6cda7*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T11:04:18.8972344Z\",\"endTime\":\"2023-03-22T11:04:20.7372998Z\",\"properties\":null}", "isContentBase64": false } }, - "AzMobileNetworkSite+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/23d4e45d-09e9-4a1a-9e6f-0cc48da3504c*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01+3": { + "AzMobileNetworkSite+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/1d3ebafd-704e-4e20-aabb-3493e7e6cda7*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/23d4e45d-09e9-4a1a-9e6f-0cc48da3504c*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/1d3ebafd-704e-4e20-aabb-3493e7e6cda7*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "80" ], - "x-ms-client-request-id": [ "7702826d-00f9-4581-bbac-4d7e20909665" ], + "x-ms-unique-id": [ "112" ], + "x-ms-client-request-id": [ "05178f37-1f71-4e98-b25f-c64dd32dfcb4" ], "CommandName": [ "Remove-AzMobileNetworkSite" ], "FullCommandName": [ "Remove-AzMobileNetworkSite_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -431,21 +431,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00420b-0000-0100-0000-63bd73830000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11972" ], - "x-ms-request-id": [ "3657a761-8358-46d4-a98e-94729f1c63ac" ], - "x-ms-correlation-request-id": [ "2c16e774-ccf7-4ee9-af51-bc812720dc6b" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141809Z:2c16e774-ccf7-4ee9-af51-bc812720dc6b" ], + "ETag": [ "\"0f00cfb0-0000-0100-0000-641ae0b40000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11953" ], + "x-ms-request-id": [ "2ad6407a-608d-46b1-9a73-3b2cefa2a6d4" ], + "x-ms-correlation-request-id": [ "3cfc17e4-9d11-4bc3-8293-363cac689530" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110449Z:3cfc17e4-9d11-4bc3-8293-363cac689530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:18:08 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:49 GMT" ] }, "ContentHeaders": { "Content-Length": [ "597" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/23d4e45d-09e9-4a1a-9e6f-0cc48da3504c*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A\",\"name\":\"23d4e45d-09e9-4a1a-9e6f-0cc48da3504c*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:17:38.3527679Z\",\"endTime\":\"2023-01-10T14:17:39.5510619Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/1d3ebafd-704e-4e20-aabb-3493e7e6cda7*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A\",\"name\":\"1d3ebafd-704e-4e20-aabb-3493e7e6cda7*4D358BCE69833FE704D7DEB3433876680E81567CA9E499DB7806A7D8C61F063A\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn2/sites/test-mn-site\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T11:04:18.8972344Z\",\"endTime\":\"2023-03-22T11:04:20.7372998Z\",\"properties\":null}", "isContentBase64": false } } diff --git a/src/MobileNetwork/test/AzMobileNetworkSlice.Recording.json b/src/MobileNetwork/test/AzMobileNetworkSlice.Recording.json index 5a3c770608a8..5d4b852a88f0 100644 --- a/src/MobileNetwork/test/AzMobileNetworkSlice.Recording.json +++ b/src/MobileNetwork/test/AzMobileNetworkSlice.Recording.json @@ -17,41 +17,41 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"2200af46-0000-0100-0000-63bd73a30000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ], + "ETag": [ "\"bf005961-0000-0100-0000-641ae0d50000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ], "x-ms-providerhub-traffic": [ "True" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "5ad3f18b-345a-4c63-b579-c97296434a20" ], + "x-ms-request-id": [ "33aeabe0-3013-4903-8957-29f82fa3e78b" ], "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "750251d9-9b83-4c78-a1c8-2dec9b9cc142" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141812Z:750251d9-9b83-4c78-a1c8-2dec9b9cc142" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "e66b3b00-7262-4d02-a1a2-ab068f2fa560" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110453Z:e66b3b00-7262-4d02-a1a2-ab068f2fa560" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:18:12 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:04:53 GMT" ] }, "ContentHeaders": { "Content-Length": [ "591" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:18:11.0415803Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:18:11.0415803Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Accepted\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:04:51.6832017Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:04:51.6832017Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Accepted\"}}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+2": { + "AzMobileNetworkSlice+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "82" ], - "x-ms-client-request-id": [ "a721c487-82a8-40c8-86af-f7a6151dded2" ], + "x-ms-unique-id": [ "114" ], + "x-ms-client-request-id": [ "dc336dbe-412a-41d8-b95f-652f10ee973d" ], "CommandName": [ "New-AzMobileNetworkSlice" ], "FullCommandName": [ "New-AzMobileNetworkSlice_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -61,38 +61,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00550b-0000-0100-0000-63bd73a30000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11971" ], - "x-ms-request-id": [ "bf3bd74e-7e91-4fcb-a9d6-214c445f9760" ], - "x-ms-correlation-request-id": [ "7e349b17-cf5c-48aa-983b-294cba02598b" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141843Z:7e349b17-cf5c-48aa-983b-294cba02598b" ], + "ETag": [ "\"0f00e2b0-0000-0100-0000-641ae0d40000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11952" ], + "x-ms-request-id": [ "b01fdf64-bd40-4b6f-8019-17fa3d6e7fd7" ], + "x-ms-correlation-request-id": [ "b6f018b9-022f-443b-aa50-f022228d13ca" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110524Z:b6f018b9-022f-443b-aa50-f022228d13ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:18:43 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:05:23 GMT" ] }, "ContentHeaders": { "Content-Length": [ "539" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Accepted\",\"startTime\":\"2023-01-10T14:18:11.6170855Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T11:04:52.5318365Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+3": { + "AzMobileNetworkSlice+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "83" ], - "x-ms-client-request-id": [ "a721c487-82a8-40c8-86af-f7a6151dded2" ], + "x-ms-unique-id": [ "115" ], + "x-ms-client-request-id": [ "dc336dbe-412a-41d8-b95f-652f10ee973d" ], "CommandName": [ "New-AzMobileNetworkSlice" ], "FullCommandName": [ "New-AzMobileNetworkSlice_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -102,38 +102,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00550b-0000-0100-0000-63bd73a30000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11970" ], - "x-ms-request-id": [ "ad8c0c58-5c57-4547-a198-fd89eeb7e5ad" ], - "x-ms-correlation-request-id": [ "05656b8a-9081-4f41-b482-93656de624fa" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141913Z:05656b8a-9081-4f41-b482-93656de624fa" ], + "ETag": [ "\"0f00e2b0-0000-0100-0000-641ae0d40000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11951" ], + "x-ms-request-id": [ "6af4f3d8-c0b8-42a4-9140-4ad745d9ffae" ], + "x-ms-correlation-request-id": [ "287debd7-5be4-4bf1-b67f-a745d1466cbd" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110555Z:287debd7-5be4-4bf1-b67f-a745d1466cbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:19:12 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:05:55 GMT" ] }, "ContentHeaders": { "Content-Length": [ "539" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Accepted\",\"startTime\":\"2023-01-10T14:18:11.6170855Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T11:04:52.5318365Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+4": { + "AzMobileNetworkSlice+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "a721c487-82a8-40c8-86af-f7a6151dded2" ], + "x-ms-unique-id": [ "116" ], + "x-ms-client-request-id": [ "dc336dbe-412a-41d8-b95f-652f10ee973d" ], "CommandName": [ "New-AzMobileNetworkSlice" ], "FullCommandName": [ "New-AzMobileNetworkSlice_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -143,21 +143,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"1a002160-0000-0600-0000-63bd73e50000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11969" ], - "x-ms-request-id": [ "25caf140-6975-498d-a605-35819a0beafc" ], - "x-ms-correlation-request-id": [ "0db5c163-a33e-409f-9042-72832b0620df" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141943Z:0db5c163-a33e-409f-9042-72832b0620df" ], + "ETag": [ "\"8c0027d0-0000-0600-0000-641ae1170000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11950" ], + "x-ms-request-id": [ "1c38c4e0-3756-44f3-a534-b25376398e73" ], + "x-ms-correlation-request-id": [ "307ba14a-1c43-4827-9589-1cc9b05157a3" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110625Z:307ba14a-1c43-4827-9589-1cc9b05157a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:19:42 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:06:25 GMT" ] }, "ContentHeaders": { "Content-Length": [ "558" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"3ad337dd-7980-47bf-9f4d-3fe1f89761e3*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:18:11.6170855Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"c52494a3-2a20-4e32-a31d-9cb3e4308bfb*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T11:04:52.5318365Z\",\"properties\":null}", "isContentBase64": false } }, @@ -169,12 +169,12 @@ "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "a721c487-82a8-40c8-86af-f7a6151dded2" ], + "x-ms-unique-id": [ "117" ], + "x-ms-client-request-id": [ "dc336dbe-412a-41d8-b95f-652f10ee973d" ], "CommandName": [ "New-AzMobileNetworkSlice" ], "FullCommandName": [ "New-AzMobileNetworkSlice_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -184,22 +184,22 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"2200b046-0000-0100-0000-63bd73ab0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], + "ETag": [ "\"bf004f62-0000-0100-0000-641ae0de0000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11960" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "4f5816ea-42ab-49bb-87b4-5c71e2401ded" ], - "x-ms-correlation-request-id": [ "f74cc9ec-8540-45b5-a74c-119c79b0da8c" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141944Z:f74cc9ec-8540-45b5-a74c-119c79b0da8c" ], + "x-ms-request-id": [ "540b2c3a-870a-4718-bf4b-974d5db77947" ], + "x-ms-correlation-request-id": [ "4e340c67-d586-4323-8921-389bc9e7aa1a" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110626Z:4e340c67-d586-4323-8921-389bc9e7aa1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:19:43 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:06:25 GMT" ] }, "ContentHeaders": { "Content-Length": [ "592" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:18:11.0415803Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:18:11.0415803Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:04:51.6832017Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:04:51.6832017Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, @@ -210,12 +210,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "86" ], - "x-ms-client-request-id": [ "8603c10c-2ef4-48bf-b9dc-e16d790e945f" ], + "x-ms-unique-id": [ "118" ], + "x-ms-client-request-id": [ "68630bc3-9a79-4e8d-b7d4-2cef5902de28" ], "CommandName": [ "Get-AzMobileNetworkSlice" ], "FullCommandName": [ "Get-AzMobileNetworkSlice_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -226,21 +226,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "41610a4c-cdcb-4847-95d7-c809bd6ffe5a", "851363a2-5671-4ff1-b114-a12c7610afdd", "e19c9371-0539-4fad-940f-9e4ebe7cb65b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], - "x-ms-request-id": [ "89745f98-1534-4b62-8110-a96f58b12e58" ], - "x-ms-correlation-request-id": [ "89745f98-1534-4b62-8110-a96f58b12e58" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141945Z:89745f98-1534-4b62-8110-a96f58b12e58" ], + "x-ms-original-request-ids": [ "6a4bc1b2-cba1-46ca-9c86-3ba4b86c133c", "70edc312-67ff-4d44-a079-8c4347ea0831", "598d561d-20d6-4fab-8b66-d366d351e6e7", "1ecaafae-1337-43a6-85bd-eab01de7baaa" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11959" ], + "x-ms-request-id": [ "a02a66a9-8bec-4a21-a76e-833a0f5d6a23" ], + "x-ms-correlation-request-id": [ "a02a66a9-8bec-4a21-a76e-833a0f5d6a23" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110627Z:a02a66a9-8bec-4a21-a76e-833a0f5d6a23" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:19:44 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:06:27 GMT" ] }, "ContentHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ], "Content-Length": [ "604" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:18:11.0415803Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:18:11.0415803Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Succeeded\"}}]}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:04:51.6832017Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:04:51.6832017Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Succeeded\"}}]}", "isContentBase64": false } }, @@ -251,12 +251,12 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "87" ], - "x-ms-client-request-id": [ "d6232e1b-021c-4f13-af0e-603ab9444bb8" ], + "x-ms-unique-id": [ "119" ], + "x-ms-client-request-id": [ "0bf97d70-2ecc-46ec-abf2-ff9d0006142a" ], "CommandName": [ "Get-AzMobileNetworkSlice" ], "FullCommandName": [ "Get-AzMobileNetworkSlice_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -267,76 +267,78 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"2200b046-0000-0100-0000-63bd73ab0000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], + "ETag": [ "\"bf004f62-0000-0100-0000-641ae0de0000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11958" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "0347a089-d545-407b-8bfa-8ecb14183d3c" ], - "x-ms-correlation-request-id": [ "1767c12f-ae59-4f7f-befb-2366ad9c2932" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141945Z:1767c12f-ae59-4f7f-befb-2366ad9c2932" ], + "x-ms-request-id": [ "0d7648e8-d8a3-49ef-a138-af6af2d93f96" ], + "x-ms-correlation-request-id": [ "c399c6f0-09d7-4032-961e-7e9303bae191" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110627Z:c399c6f0-09d7-4032-961e-7e9303bae191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:19:44 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:06:27 GMT" ] }, "ContentHeaders": { "Content-Length": [ "592" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:18:11.0415803Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:18:11.0415803Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:04:51.6832017Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:04:51.6832017Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Succeeded\"}}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01+1": { + "AzMobileNetworkSlice+[NoContext]+UpdateExpanded+$PUT+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01+1": { "Request": { - "Method": "PATCH", + "Method": "PUT", "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01", - "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", + "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n },\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"snssai\": {\r\n \"sst\": 1,\r\n \"sd\": \"1abcde\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "40" ] + "Content-Length": [ "153" ] } }, "Response": { - "StatusCode": 200, + "StatusCode": 201, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"2200ba46-0000-0100-0000-63bd74020000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ], + "ETag": [ "\"bf007c6c-0000-0100-0000-641ae1360000\"" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1179" ], "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "dc244534-c935-4c58-be91-4e7f4642d8be" ], - "x-ms-correlation-request-id": [ "ed4224e4-85ee-48e8-b444-7b391be85ba8" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141948Z:ed4224e4-85ee-48e8-b444-7b391be85ba8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "a8ea3a15-486e-4d1d-a3b1-10fdc474bfee" ], + "x-ms-build-version": [ "1.0.1" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "6890c410-fe22-4129-959f-4f36e3ac9a55" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110632Z:6890c410-fe22-4129-959f-4f36e3ac9a55" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:19:47 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:06:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "613" ], + "Content-Length": [ "612" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:18:11.0415803Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:19:46.1429224Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:04:51.6832017Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:06:29.0583328Z\"},\"properties\":{\"provisioningState\":\"Accepted\",\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"}}}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+UpdateViaIdentityExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01+1": { + "AzMobileNetworkSlice+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "c44ba68b-9cfc-44fb-bbfe-34b39e0cb643" ], - "CommandName": [ "Get-AzMobileNetworkSlice" ], - "FullCommandName": [ "Get-AzMobileNetworkSlice_Get" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "122" ], + "x-ms-client-request-id": [ "d86f302d-ce01-4cd7-9e1d-3322a9779db9" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSlice_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSlice_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -346,36 +348,40 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"2200ba46-0000-0100-0000-63bd74020000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], - "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "f17566c9-8254-423e-921b-620d27ad430d" ], - "x-ms-correlation-request-id": [ "61f95d28-d7ea-4886-b1b4-d0878f1aea87" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141948Z:61f95d28-d7ea-4886-b1b4-d0878f1aea87" ], + "ETag": [ "\"0f000fb1-0000-0100-0000-641ae1360000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11949" ], + "x-ms-request-id": [ "2dfb2335-8043-4c32-a6fd-c479d8ac93ef" ], + "x-ms-correlation-request-id": [ "e76f9a0e-f245-475f-a6bd-3fb669d5a9d6" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110702Z:e76f9a0e-f245-475f-a6bd-3fb669d5a9d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:19:47 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:07:01 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "613" ], + "Content-Length": [ "539" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:18:11.0415803Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:19:46.1429224Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T11:06:30.2923312Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+UpdateViaIdentityExpanded+$PATCH+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01+2": { + "AzMobileNetworkSlice+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+3": { "Request": { - "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01", - "Content": "{\r\n \"tags\": {\r\n \"abc\": \"123\"\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", + "Content": null, "isContentBase64": false, "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "123" ], + "x-ms-client-request-id": [ "d86f302d-ce01-4cd7-9e1d-3322a9779db9" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSlice_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSlice_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "40" ] } }, "Response": { @@ -383,125 +389,121 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"2200bb46-0000-0100-0000-63bd74050000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1179" ], - "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "9e259f8b-e044-415e-94b4-42b14e5bb5ad" ], - "x-ms-correlation-request-id": [ "fdce36e6-4865-4d3f-a951-87846c1639e4" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141950Z:fdce36e6-4865-4d3f-a951-87846c1639e4" ], + "ETag": [ "\"0f000fb1-0000-0100-0000-641ae1360000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11948" ], + "x-ms-request-id": [ "3947f797-4f2e-410c-9f44-63588c086ae2" ], + "x-ms-correlation-request-id": [ "2348cd37-080d-42b5-a185-6cf11e82fd2f" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110732Z:2348cd37-080d-42b5-a185-6cf11e82fd2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:19:49 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:07:31 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "613" ], + "Content-Length": [ "539" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-01-10T14:18:11.0415803Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-01-10T14:19:49.0978345Z\"},\"properties\":{\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"},\"provisioningState\":\"Succeeded\"}}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Accepted\",\"startTime\":\"2023-03-22T11:06:30.2923312Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01+1": { + "AzMobileNetworkSlice+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+4": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01", + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "91" ], - "x-ms-client-request-id": [ "a6518261-dd6b-42de-ba12-fc983df257ba" ], - "CommandName": [ "Remove-AzMobileNetworkSlice" ], - "FullCommandName": [ "Remove-AzMobileNetworkSlice_Delete" ], + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "124" ], + "x-ms-client-request-id": [ "d86f302d-ce01-4cd7-9e1d-3322a9779db9" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSlice_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSlice_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ], - "Authorization": [ "[Filtered]" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 202, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"2200bc46-0000-0100-0000-63bd74080000\"" ], - "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], - "x-ms-providerhub-traffic": [ "True" ], + "ETag": [ "\"8c0082d9-0000-0600-0000-641ae1780000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11947" ], + "x-ms-request-id": [ "6dc3ea91-56d7-44af-91f8-76e7e3cbac38" ], + "x-ms-correlation-request-id": [ "b80d2824-2ce8-4693-97a4-9f64b070d2d0" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110803Z:b80d2824-2ce8-4693-97a4-9f64b070d2d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ "b9990e8f-5de1-4f4b-a2f7-27bf6185cc42" ], - "x-ms-build-version": [ "1.0.1" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01" ], - "x-ms-correlation-request-id": [ "3c7037b0-88ee-4bfd-bd88-071544a69d25" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T141952Z:3c7037b0-88ee-4bfd-bd88-071544a69d25" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:19:52 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:08:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "4" ], + "Content-Length": [ "558" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "bnVsbA==", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"e88bc46f-07a1-4551-83af-78f6d14971a1*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T11:06:30.2923312Z\",\"properties\":null}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+2": { + "AzMobileNetworkSlice+[NoContext]+UpdateExpanded+$GET+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "a6518261-dd6b-42de-ba12-fc983df257ba" ], - "CommandName": [ "Remove-AzMobileNetworkSlice" ], - "FullCommandName": [ "Remove-AzMobileNetworkSlice_Delete" ], + "x-ms-unique-id": [ "125" ], + "x-ms-client-request-id": [ "d86f302d-ce01-4cd7-9e1d-3322a9779db9" ], + "CommandName": [ "Az.MobileNetwork.private\\New-AzMobileNetworkSlice_CreateExpanded" ], + "FullCommandName": [ "New-AzMobileNetworkSlice_CreateExpanded" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 202, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae007c0b-0000-0100-0000-63bd74070000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11968" ], - "x-ms-request-id": [ "c7c2407e-b5f4-4a31-a39f-12b947daf89d" ], - "x-ms-correlation-request-id": [ "5c7b9883-fd23-4421-8aea-ad4cf8c9f23f" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T142022Z:5c7b9883-fd23-4421-8aea-ad4cf8c9f23f" ], + "ETag": [ "\"bf00176d-0000-0100-0000-641ae13d0000\"" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "11956" ], + "x-ms-providerhub-traffic": [ "True" ], + "x-ms-request-id": [ "9aa3d9a7-e6f8-4daf-8c0e-39946b902873" ], + "x-ms-correlation-request-id": [ "22c5ad42-33fc-49f6-a0a5-7f5e5abc8485" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110803Z:22c5ad42-33fc-49f6-a0a5-7f5e5abc8485" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:20:21 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:08:03 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "538" ], + "Content-Length": [ "613" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:19:51.606687Z\"}", + "Content": "{\"id\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"name\":\"test-mn-slice\",\"type\":\"microsoft.mobilenetwork/mobilenetworks/slices\",\"location\":\"eastus\",\"tags\":{\"abc\":\"123\"},\"systemData\":{\"createdBy\":\"v-jinpel@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2023-03-22T11:04:51.6832017Z\",\"lastModifiedBy\":\"v-jinpel@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2023-03-22T11:06:29.0583328Z\"},\"properties\":{\"provisioningState\":\"Succeeded\",\"snssai\":{\"sst\":1,\"sd\":\"1abcde\"}}}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+3": { + "AzMobileNetworkSlice+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01+1": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", + "Method": "DELETE", + "RequestUri": "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "93" ], - "x-ms-client-request-id": [ "a6518261-dd6b-42de-ba12-fc983df257ba" ], + "x-ms-unique-id": [ "126" ], + "x-ms-client-request-id": [ "a5d99041-bd74-46c9-95e5-77e674b350f5" ], "CommandName": [ "Remove-AzMobileNetworkSlice" ], "FullCommandName": [ "Remove-AzMobileNetworkSlice_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } @@ -511,38 +513,42 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae007c0b-0000-0100-0000-63bd74070000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11967" ], - "x-ms-request-id": [ "ade8cf8f-1bcc-46e9-82fd-0458ee2da263" ], - "x-ms-correlation-request-id": [ "8bfdc3a2-40a3-4b03-b024-a0eb16b57012" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T142053Z:8bfdc3a2-40a3-4b03-b024-a0eb16b57012" ], + "ETag": [ "\"bf007876-0000-0100-0000-641ae1960000\"" ], + "Location": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], + "x-ms-providerhub-traffic": [ "True" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ "7adb6068-6043-44e9-ada4-8cb837070e4d" ], + "x-ms-build-version": [ "1.0.1" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01" ], + "x-ms-correlation-request-id": [ "064ddac1-c8eb-4953-9bf3-fae7a80f08e1" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110806Z:064ddac1-c8eb-4953-9bf3-fae7a80f08e1" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:20:52 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:08:06 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "538" ], + "Content-Length": [ "4" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:19:51.606687Z\"}", + "Content": "bnVsbA==", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+4": { + "AzMobileNetworkSlice+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "94" ], - "x-ms-client-request-id": [ "a6518261-dd6b-42de-ba12-fc983df257ba" ], + "x-ms-unique-id": [ "127" ], + "x-ms-client-request-id": [ "a5d99041-bd74-46c9-95e5-77e674b350f5" ], "CommandName": [ "Remove-AzMobileNetworkSlice" ], "FullCommandName": [ "Remove-AzMobileNetworkSlice_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -552,38 +558,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae007c0b-0000-0100-0000-63bd74070000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11966" ], - "x-ms-request-id": [ "57e5082c-9f6e-4bb2-a367-091943f0a29d" ], - "x-ms-correlation-request-id": [ "f31565dc-61e3-4355-b4a5-2cb676503c67" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T142124Z:f31565dc-61e3-4355-b4a5-2cb676503c67" ], + "ETag": [ "\"0f003bb1-0000-0100-0000-641ae1950000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11946" ], + "x-ms-request-id": [ "9c217637-6579-42ab-adf2-a19ad4966902" ], + "x-ms-correlation-request-id": [ "014eebe9-0693-4906-a54c-10e60dd6ff35" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110837Z:014eebe9-0693-4906-a54c-10e60dd6ff35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:21:23 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:08:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "538" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:19:51.606687Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Deleting\",\"startTime\":\"2023-03-22T11:08:05.918897Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+5": { + "AzMobileNetworkSlice+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "95" ], - "x-ms-client-request-id": [ "a6518261-dd6b-42de-ba12-fc983df257ba" ], + "x-ms-unique-id": [ "128" ], + "x-ms-client-request-id": [ "a5d99041-bd74-46c9-95e5-77e674b350f5" ], "CommandName": [ "Remove-AzMobileNetworkSlice" ], "FullCommandName": [ "Remove-AzMobileNetworkSlice_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -593,38 +599,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae007c0b-0000-0100-0000-63bd74070000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11965" ], - "x-ms-request-id": [ "52654338-1f6f-46d5-aad2-1e888f08b40d" ], - "x-ms-correlation-request-id": [ "07896b85-82d6-47e5-97aa-1f48e2294410" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T142154Z:07896b85-82d6-47e5-97aa-1f48e2294410" ], + "ETag": [ "\"0f003bb1-0000-0100-0000-641ae1950000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11945" ], + "x-ms-request-id": [ "b6dea59d-a71f-4fa6-93c9-a54ef2cb53ed" ], + "x-ms-correlation-request-id": [ "cdaad97a-bb53-41db-9696-7df2a4ef168a" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110907Z:cdaad97a-bb53-41db-9696-7df2a4ef168a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:21:54 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:09:06 GMT" ] }, "ContentHeaders": { "Content-Length": [ "538" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Deleting\",\"startTime\":\"2023-01-10T14:19:51.606687Z\"}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Deleting\",\"startTime\":\"2023-03-22T11:08:05.918897Z\"}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+6": { + "AzMobileNetworkSlice+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "96" ], - "x-ms-client-request-id": [ "a6518261-dd6b-42de-ba12-fc983df257ba" ], + "x-ms-unique-id": [ "129" ], + "x-ms-client-request-id": [ "a5d99041-bd74-46c9-95e5-77e674b350f5" ], "CommandName": [ "Remove-AzMobileNetworkSlice" ], "FullCommandName": [ "Remove-AzMobileNetworkSlice_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -634,38 +640,38 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00e60c-0000-0100-0000-63bd74870000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11964" ], - "x-ms-request-id": [ "9a0b42e0-0d9b-4f82-b75c-d5b53823e3b4" ], - "x-ms-correlation-request-id": [ "58d996e1-0415-4c37-900d-d9e318d0ad91" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T142225Z:58d996e1-0415-4c37-900d-d9e318d0ad91" ], + "ETag": [ "\"8c0030e1-0000-0600-0000-641ae1d80000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11944" ], + "x-ms-request-id": [ "34359152-46fd-46ca-ac97-3ccfe3785dc9" ], + "x-ms-correlation-request-id": [ "adcdf86e-5956-44ba-b43e-4df6dd2ccb28" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110937Z:adcdf86e-5956-44ba-b43e-4df6dd2ccb28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:22:25 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:09:36 GMT" ] }, "ContentHeaders": { "Content-Length": [ "557" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:19:51.606687Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T11:08:05.918897Z\",\"properties\":null}", "isContentBase64": false } }, - "AzMobileNetworkSlice+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+7": { + "AzMobileNetworkSlice+[NoContext]+Delete+$GET+https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", + "RequestUri": "https://management.azure.com/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6?api-version=2022-11-01", "Content": null, "isContentBase64": false, "Headers": { "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "97" ], - "x-ms-client-request-id": [ "a6518261-dd6b-42de-ba12-fc983df257ba" ], + "x-ms-unique-id": [ "130" ], + "x-ms-client-request-id": [ "a5d99041-bd74-46c9-95e5-77e674b350f5" ], "CommandName": [ "Remove-AzMobileNetworkSlice" ], "FullCommandName": [ "Remove-AzMobileNetworkSlice_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.1", "Az.MobileNetwork/0.1.0" ] + "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.3.2", "Az.MobileNetwork/0.1.0" ] }, "ContentHeaders": { } @@ -675,21 +681,21 @@ "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"ae00e60c-0000-0100-0000-63bd74870000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "11963" ], - "x-ms-request-id": [ "9015a63b-3670-4a03-8bc2-8e5ea83d9158" ], - "x-ms-correlation-request-id": [ "41ece721-65c6-4e2b-999a-20b9416596ef" ], - "x-ms-routing-request-id": [ "JAPANEAST:20230110T142225Z:41ece721-65c6-4e2b-999a-20b9416596ef" ], + "ETag": [ "\"8c0030e1-0000-0600-0000-641ae1d80000\"" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "11943" ], + "x-ms-request-id": [ "10f713e3-b11c-492a-a0f9-50da796f2e6f" ], + "x-ms-correlation-request-id": [ "1b7c0498-e2e0-43e2-95b2-3b4d6136faa9" ], + "x-ms-routing-request-id": [ "JAPANEAST:20230322T110938Z:1b7c0498-e2e0-43e2-95b2-3b4d6136faa9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Tue, 10 Jan 2023 14:22:25 GMT" ] + "Date": [ "Wed, 22 Mar 2023 11:09:37 GMT" ] }, "ContentHeaders": { "Content-Length": [ "557" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"3c932292-71ce-4704-9f66-8a2e7adcf4b0*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Succeeded\",\"startTime\":\"2023-01-10T14:19:51.606687Z\",\"properties\":null}", + "Content": "{\"id\":\"/providers/Microsoft.MobileNetwork/locations/EASTUS/operationStatuses/68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"name\":\"68f8506b-361b-40e9-a0f8-b38d68ee8b3d*C42ACA888D1D651B43CEF57BCD5A51F27FA5F93E8EC29543B3F06DF9950048B6\",\"resourceId\":\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/testgroup-mobilenetwork/providers/Microsoft.MobileNetwork/mobileNetworks/test-mn3/slices/test-mn-slice\",\"status\":\"Succeeded\",\"startTime\":\"2023-03-22T11:08:05.918897Z\",\"properties\":null}", "isContentBase64": false } } diff --git a/src/MobileNetwork/test/AzMobileNetworkSlice.Tests.ps1 b/src/MobileNetwork/test/AzMobileNetworkSlice.Tests.ps1 index 0d0d8e37dea7..f77308f4075d 100644 --- a/src/MobileNetwork/test/AzMobileNetworkSlice.Tests.ps1 +++ b/src/MobileNetwork/test/AzMobileNetworkSlice.Tests.ps1 @@ -36,17 +36,9 @@ Describe 'AzMobileNetworkSlice' { } | Should -Not -Throw } - It 'UpdateExpanded' { + It 'UpdateExpanded' -skip { { - $config = Update-AzMobileNetworkSlice -MobileNetworkName $env.testNetwork3 -ResourceGroupName $env.resourceGroup -SliceName $env.testSlice -Tag @{"abc"="123"} - $config.Name | Should -Be $env.testSlice - } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' { - { - $config = Get-AzMobileNetworkSlice -MobileNetworkName $env.testNetwork3 -ResourceGroupName $env.resourceGroup -SliceName $env.testSlice - $config = Update-AzMobileNetworkSlice -InputObject $config -Tag @{"abc"="123"} + $config = Update-AzMobileNetworkSlice -MobileNetworkName $env.testNetwork3 -ResourceGroupName $env.resourceGroup -SliceName $env.testSlice -Tag @{"abc"="123"} -SnssaiSst 1 $config.Name | Should -Be $env.testSlice } | Should -Not -Throw } diff --git a/src/MobileNetwork/test/Get-AzMobileNetwork.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetwork.Tests.ps1 new file mode 100644 index 000000000000..f58d4a5ac9c5 --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetwork.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetwork' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'List1' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkAttachedDataNetwork.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkAttachedDataNetwork.Tests.ps1 new file mode 100644 index 000000000000..06cef17db4ab --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkAttachedDataNetwork.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkAttachedDataNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkAttachedDataNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkAttachedDataNetwork' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkDataNetwork.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkDataNetwork.Tests.ps1 new file mode 100644 index 000000000000..1ed74749ff06 --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkDataNetwork.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkDataNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkDataNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkDataNetwork' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 new file mode 100644 index 000000000000..404b17937242 --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkPacketCoreControlPlane')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkPacketCoreControlPlane.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkPacketCoreControlPlane' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'List1' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkPacketCoreControlPlaneVersion.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkPacketCoreControlPlaneVersion.Tests.ps1 new file mode 100644 index 000000000000..e61d6c947a64 --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkPacketCoreControlPlaneVersion.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkPacketCoreControlPlaneVersion')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkPacketCoreControlPlaneVersion.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkPacketCoreControlPlaneVersion' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 new file mode 100644 index 000000000000..5c52e550e424 --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkPacketCoreDataPlane')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkPacketCoreDataPlane.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkPacketCoreDataPlane' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkService.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkService.Tests.ps1 new file mode 100644 index 000000000000..e77ab27c63d1 --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkService.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkService')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkService.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkService' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkSim.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkSim.Tests.ps1 new file mode 100644 index 000000000000..9fa5772b9e0e --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkSim.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkSim')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkSim.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkSim' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkSimGroup.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkSimGroup.Tests.ps1 new file mode 100644 index 000000000000..28426561aa79 --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkSimGroup.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkSimGroup')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkSimGroup.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkSimGroup' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'List1' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkSimPolicy.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkSimPolicy.Tests.ps1 new file mode 100644 index 000000000000..4fdc75e0b579 --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkSimPolicy.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkSimPolicy')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkSimPolicy.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkSimPolicy' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkSite.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkSite.Tests.ps1 new file mode 100644 index 000000000000..b9224228e7de --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkSite.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkSite')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkSite.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkSite' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Get-AzMobileNetworkSlice.Tests.ps1 b/src/MobileNetwork/test/Get-AzMobileNetworkSlice.Tests.ps1 new file mode 100644 index 000000000000..475ae15e6319 --- /dev/null +++ b/src/MobileNetwork/test/Get-AzMobileNetworkSlice.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzMobileNetworkSlice')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzMobileNetworkSlice.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzMobileNetworkSlice' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetwork.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetwork.Tests.ps1 new file mode 100644 index 000000000000..9170e425d621 --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetwork.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetwork' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkAttachedDataNetwork.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkAttachedDataNetwork.Tests.ps1 new file mode 100644 index 000000000000..f63c443a16dc --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkAttachedDataNetwork.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkAttachedDataNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkAttachedDataNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkAttachedDataNetwork' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkDataNetwork.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkDataNetwork.Tests.ps1 new file mode 100644 index 000000000000..56fade932704 --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkDataNetwork.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkDataNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkDataNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkDataNetwork' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkDataNetworkConfigurationObject.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkDataNetworkConfigurationObject.Tests.ps1 new file mode 100644 index 000000000000..1ee23f845ccd --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkDataNetworkConfigurationObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkDataNetworkConfigurationObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkDataNetworkConfigurationObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkDataNetworkConfigurationObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 new file mode 100644 index 000000000000..2e05869adb6f --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkPacketCoreControlPlane')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkPacketCoreControlPlane.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkPacketCoreControlPlane' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 new file mode 100644 index 000000000000..3a03905cfb26 --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkPacketCoreDataPlane')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkPacketCoreDataPlane.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkPacketCoreDataPlane' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkPccRuleConfigurationObject.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkPccRuleConfigurationObject.Tests.ps1 new file mode 100644 index 000000000000..2a7e242a71c7 --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkPccRuleConfigurationObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkPccRuleConfigurationObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkPccRuleConfigurationObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkPccRuleConfigurationObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkService.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkService.Tests.ps1 new file mode 100644 index 000000000000..66fefb10c4c6 --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkService.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkService')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkService.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkService' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkServiceDataFlowTemplateObject.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkServiceDataFlowTemplateObject.Tests.ps1 new file mode 100644 index 000000000000..7f3924c966f4 --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkServiceDataFlowTemplateObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkServiceDataFlowTemplateObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkServiceDataFlowTemplateObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkServiceDataFlowTemplateObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkServiceResourceIdObject.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkServiceResourceIdObject.Tests.ps1 new file mode 100644 index 000000000000..2d50ee50b0ab --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkServiceResourceIdObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkServiceResourceIdObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkServiceResourceIdObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkServiceResourceIdObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkSim.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkSim.Tests.ps1 new file mode 100644 index 000000000000..d637ca67b236 --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkSim.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkSim')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkSim.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkSim' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkSimGroup.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkSimGroup.Tests.ps1 new file mode 100644 index 000000000000..916b262edc02 --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkSimGroup.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkSimGroup')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkSimGroup.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkSimGroup' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkSimPolicy.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkSimPolicy.Tests.ps1 new file mode 100644 index 000000000000..e60cbf100c0b --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkSimPolicy.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkSimPolicy')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkSimPolicy.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkSimPolicy' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkSimStaticIPPropertiesObject.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkSimStaticIPPropertiesObject.Tests.ps1 new file mode 100644 index 000000000000..8d81fe37000c --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkSimStaticIPPropertiesObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkSimStaticIPPropertiesObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkSimStaticIPPropertiesObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkSimStaticIPPropertiesObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkSite.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkSite.Tests.ps1 new file mode 100644 index 000000000000..8fdefdeb583c --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkSite.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkSite')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkSite.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkSite' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkSiteResourceIdObject.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkSiteResourceIdObject.Tests.ps1 new file mode 100644 index 000000000000..145008bbbbea --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkSiteResourceIdObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkSiteResourceIdObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkSiteResourceIdObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkSiteResourceIdObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkSlice.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkSlice.Tests.ps1 new file mode 100644 index 000000000000..2f3b70e6d24a --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkSlice.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkSlice')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkSlice.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkSlice' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/New-AzMobileNetworkSliceConfigurationObject.Tests.ps1 b/src/MobileNetwork/test/New-AzMobileNetworkSliceConfigurationObject.Tests.ps1 new file mode 100644 index 000000000000..bd3685f12ec5 --- /dev/null +++ b/src/MobileNetwork/test/New-AzMobileNetworkSliceConfigurationObject.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzMobileNetworkSliceConfigurationObject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzMobileNetworkSliceConfigurationObject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzMobileNetworkSliceConfigurationObject' { + It '__AllParameterSets' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetwork.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetwork.Tests.ps1 new file mode 100644 index 000000000000..7e77122469ae --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetwork.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetwork' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetworkAttachedDataNetwork.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetworkAttachedDataNetwork.Tests.ps1 new file mode 100644 index 000000000000..d146e14f100f --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetworkAttachedDataNetwork.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetworkAttachedDataNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetworkAttachedDataNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetworkAttachedDataNetwork' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetworkDataNetwork.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetworkDataNetwork.Tests.ps1 new file mode 100644 index 000000000000..bff242daf1df --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetworkDataNetwork.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetworkDataNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetworkDataNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetworkDataNetwork' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 new file mode 100644 index 000000000000..cf5dfdfe5b66 --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetworkPacketCoreControlPlane')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetworkPacketCoreControlPlane.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetworkPacketCoreControlPlane' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 new file mode 100644 index 000000000000..9c4709c8710d --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetworkPacketCoreDataPlane')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetworkPacketCoreDataPlane.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetworkPacketCoreDataPlane' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetworkService.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetworkService.Tests.ps1 new file mode 100644 index 000000000000..9a689efc0e7f --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetworkService.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetworkService')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetworkService.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetworkService' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetworkSim.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetworkSim.Tests.ps1 new file mode 100644 index 000000000000..3ebdd2460626 --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetworkSim.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetworkSim')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetworkSim.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetworkSim' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetworkSimGroup.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetworkSimGroup.Tests.ps1 new file mode 100644 index 000000000000..d3091413a921 --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetworkSimGroup.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetworkSimGroup')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetworkSimGroup.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetworkSimGroup' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetworkSimPolicy.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetworkSimPolicy.Tests.ps1 new file mode 100644 index 000000000000..0bfc66608e13 --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetworkSimPolicy.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetworkSimPolicy')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetworkSimPolicy.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetworkSimPolicy' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetworkSite.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetworkSite.Tests.ps1 new file mode 100644 index 000000000000..a1e727f2b0cc --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetworkSite.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetworkSite')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetworkSite.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetworkSite' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Remove-AzMobileNetworkSlice.Tests.ps1 b/src/MobileNetwork/test/Remove-AzMobileNetworkSlice.Tests.ps1 new file mode 100644 index 000000000000..51348b72fe19 --- /dev/null +++ b/src/MobileNetwork/test/Remove-AzMobileNetworkSlice.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzMobileNetworkSlice')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzMobileNetworkSlice.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzMobileNetworkSlice' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Update-AzMobileNetwork.Tests.ps1 b/src/MobileNetwork/test/Update-AzMobileNetwork.Tests.ps1 new file mode 100644 index 000000000000..4b34907e7864 --- /dev/null +++ b/src/MobileNetwork/test/Update-AzMobileNetwork.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMobileNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMobileNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzMobileNetwork' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Update-AzMobileNetworkAttachedDataNetwork.Tests.ps1 b/src/MobileNetwork/test/Update-AzMobileNetworkAttachedDataNetwork.Tests.ps1 new file mode 100644 index 000000000000..8c70628bda14 --- /dev/null +++ b/src/MobileNetwork/test/Update-AzMobileNetworkAttachedDataNetwork.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMobileNetworkAttachedDataNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMobileNetworkAttachedDataNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzMobileNetworkAttachedDataNetwork' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Update-AzMobileNetworkDataNetwork.Tests.ps1 b/src/MobileNetwork/test/Update-AzMobileNetworkDataNetwork.Tests.ps1 new file mode 100644 index 000000000000..d5b2954f3498 --- /dev/null +++ b/src/MobileNetwork/test/Update-AzMobileNetworkDataNetwork.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMobileNetworkDataNetwork')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMobileNetworkDataNetwork.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzMobileNetworkDataNetwork' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Update-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 b/src/MobileNetwork/test/Update-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 new file mode 100644 index 000000000000..e1ce1451ee5b --- /dev/null +++ b/src/MobileNetwork/test/Update-AzMobileNetworkPacketCoreControlPlane.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMobileNetworkPacketCoreControlPlane')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMobileNetworkPacketCoreControlPlane.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzMobileNetworkPacketCoreControlPlane' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Update-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 b/src/MobileNetwork/test/Update-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 new file mode 100644 index 000000000000..d0f7522d4e0d --- /dev/null +++ b/src/MobileNetwork/test/Update-AzMobileNetworkPacketCoreDataPlane.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMobileNetworkPacketCoreDataPlane')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMobileNetworkPacketCoreDataPlane.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzMobileNetworkPacketCoreDataPlane' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Update-AzMobileNetworkService.Tests.ps1 b/src/MobileNetwork/test/Update-AzMobileNetworkService.Tests.ps1 new file mode 100644 index 000000000000..9b365c7a8832 --- /dev/null +++ b/src/MobileNetwork/test/Update-AzMobileNetworkService.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMobileNetworkService')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMobileNetworkService.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzMobileNetworkService' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Update-AzMobileNetworkSimGroup.Tests.ps1 b/src/MobileNetwork/test/Update-AzMobileNetworkSimGroup.Tests.ps1 new file mode 100644 index 000000000000..812f43aaf46a --- /dev/null +++ b/src/MobileNetwork/test/Update-AzMobileNetworkSimGroup.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMobileNetworkSimGroup')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMobileNetworkSimGroup.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzMobileNetworkSimGroup' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Update-AzMobileNetworkSimPolicy.Tests.ps1 b/src/MobileNetwork/test/Update-AzMobileNetworkSimPolicy.Tests.ps1 new file mode 100644 index 000000000000..042e474b6642 --- /dev/null +++ b/src/MobileNetwork/test/Update-AzMobileNetworkSimPolicy.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMobileNetworkSimPolicy')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMobileNetworkSimPolicy.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzMobileNetworkSimPolicy' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Update-AzMobileNetworkSite.Tests.ps1 b/src/MobileNetwork/test/Update-AzMobileNetworkSite.Tests.ps1 new file mode 100644 index 000000000000..5c1aab6cb01b --- /dev/null +++ b/src/MobileNetwork/test/Update-AzMobileNetworkSite.Tests.ps1 @@ -0,0 +1,25 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMobileNetworkSite')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMobileNetworkSite.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzMobileNetworkSite' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/Update-AzMobileNetworkSlice.Tests.ps1 b/src/MobileNetwork/test/Update-AzMobileNetworkSlice.Tests.ps1 new file mode 100644 index 000000000000..1fbb86d2504c --- /dev/null +++ b/src/MobileNetwork/test/Update-AzMobileNetworkSlice.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzMobileNetworkSlice')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzMobileNetworkSlice.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzMobileNetworkSlice' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/MobileNetwork/test/env.json b/src/MobileNetwork/test/env.json index 1b6c1b48c1ec..a9919105957e 100644 --- a/src/MobileNetwork/test/env.json +++ b/src/MobileNetwork/test/env.json @@ -1,15 +1,15 @@ { - "testNetwork3": "test-mn3", - "testDataNetwork": "test-mn-datanetwork", - "resourceGroup": "testgroup-mobilenetwork", - "testSimPolicy": "test-mn-simpolicy", - "testSimGroup": "test-mn-simgroup", - "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f", "testSlice": "test-mn-slice", + "testSimGroup": "test-mn-simgroup", "testService": "test-mn-service", + "testDataNetwork": "test-mn-datanetwork", + "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f", + "testNetwork2": "test-mn2", "location": "eastus", - "testNetwork1": "test-mn1", + "resourceGroup": "testgroup-mobilenetwork", "Tenant": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "testNetwork3": "test-mn3", "testSite": "test-mn-site", - "testNetwork2": "test-mn2" + "testNetwork1": "test-mn1", + "testSimPolicy": "test-mn-simpolicy" }