Skip to content
17 changes: 11 additions & 6 deletions src/MobileNetwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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$
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"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 <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"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]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -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 <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"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 <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"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]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -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 <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"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 <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"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]"
}
]
}
]
}
]
}
Loading