Skip to content

Files

Latest commit

88aa1be · Dec 5, 2023

History

History

MobileNetwork.Autorest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Dec 5, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023

README.md

Az.MobileNetwork

This directory contains the PowerShell module for the MobileNetwork service.


Status

Az.MobileNetwork

Info

  • Modifiable: yes
  • Generated: all
  • Committed: yes
  • Packaged: yes

Detail

This module was primarily generated via AutoRest using the PowerShell extension.

Module Requirements

Authentication

AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent.

Development

For information on how to develop for Az.MobileNetwork, see how-to.md.

AutoRest Configuration

see https://aka.ms/autorest

commit: 933dbc070dda85e2d115dc42893f07b2ed5b74f6
require:
  - $(this-folder)/../../readme.azure.noprofile.md
input-file:
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/attachedDataNetwork.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/common.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/dataNetwork.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/mobileNetwork.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/operation.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/packetCoreControlPlane.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/packetCoreDataPlane.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/service.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/sim.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/simGroup.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/simPolicy.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/site.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/slice.json
  - $(repo)/specification/mobilenetwork/resource-manager/Microsoft.MobileNetwork/stable/2022-11-01/ts29571.json

module-version: 0.1.0
title: MobileNetwork
subject-prefix: $(service-name)

resourcegroup-append: true
identity-correction-for-post: true
nested-object-to-string: true

# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option
use-extension:
  "@autorest/powershell": "3.x"

directive:
  # Change interopSettings type from <IAny> to <HashTable>
  - from: swagger-document
    where: $.definitions.PacketCoreControlPlanePropertiesFormat.properties.interopSettings
    transform: >-
      return {
        "type": "object",
        "additionalProperties": true,
        "description": "Settings to allow interoperability with third party components e.g. RANs and UEs."
      }

  # Remove parameters from swagger file
  - from: swagger-document
    where: $.definitions
    transform: delete $.CoreNetworkTypeRm
  - from: swagger-document
    where: $.definitions
    transform: delete $.PduSessionTypeRm

  # Replace [`default`] with ['default']
  - from: swagger-document
    where: $
    transform: return $.replace(/\`default\`/g, "'default'")
  - from: swagger-document
    where: $
    transform: return $.replace(/\`requested\`/g, "'requested'")
  - from: swagger-document
    where: $
    transform: return $.replace(/\`service\`/g, "'service'")
  - from: swagger-document
    where: $
    transform: return $.replace(/\`any\`/g, "'any'")

  - where:
      variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$|^BulkViaIdentity$|^Bulk$|^Collect$|^CollectViaIdentity$
    remove: true

  - where:
      verb: Set
    remove: true

  - where:
      subject: ^AttachedDataNetworkTag$
    set:
      subject: AttachedDataNetwork
  - where:
      subject: ^DataNetworkTag$
    set:
      subject: DataNetwork
  - where:
      subject: ^PacketCoreControlPlaneTag$
    set:
      subject: PacketCoreControlPlane
  - where:
      subject: ^PacketCoreDataPlaneTag$
    set:
      subject: PacketCoreDataPlane
  - where:
      subject: ^ServiceTag$
    set:
      subject: Service
  - where:
      subject: ^SimGroupTag$
    set:
      subject: SimGroup
  - where:
      subject: ^SimPolicyTag$
    set:
      subject: SimPolicy
  - where:
      subject: ^SiteTag$
    set:
      subject: Site
  - where:
      subject: ^SlouseTag$
    set:
      subject: Slouse
  - where:
      subject: ^MobileNetworkTag$
    set:
      subject: MobileNetwork
  - where:
      subject: ^Slouse$
    set:
      subject: Slice

  - where:
      parameter-name: DefaultSlouseId
    set:
      parameter-name: DefaultSliceId

  # Due to business requirements, the logic of some commands is customized and they need to be hidden
  - 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: New
      subject: ^Site$
    hide: true

  - where:
      verb: Invoke
      subject: ^BulkSimDelete$
    set:
      verb: Remove

  - where:
      verb: Invoke
      subject: ^BulkSimUpload$
    set:
      verb: Update

  - where:
      verb: Invoke
      subject: ^BulkSimUploadEncrypted$
    set:
      verb: Update
  - where:
      verb: Invoke
      subject: ^BulkSimUploadEncrypted$
    remove: true

  - where:
      verb: Invoke
      subject: ^CollectPacketCoreControlPlaneDiagnosticPackage$
    set:
      verb: Trace
  - where:
      verb: Invoke
      subject: ^ReinstallPacketCoreControlPlane$
    set:
      verb: Deploy
  - where:
      verb: Invoke
      subject: ^RollbackPacketCoreControlPlane$
    set:
      verb: Deploy

  # Some of the parameters are of type Object and need to be expanded into a command for the convenience of the user
  # The following are commented out and their generated cmdlets may be renamed and custom logic
  # Do not delete this code
  # - model-cmdlet:
  #     - SliceConfiguration  # SlouseId -> SliceId
  #     - DataNetworkConfiguration
  #     - ServiceResourceId
  #     - SiteResourceId
  #     - SimStaticIPProperties # SlouseId -> SliceId
  #     - PccRuleConfiguration
  #     - ServiceDataFlowTemplate

  - where:
      model-name: MobileNetwork
    set:
      format-table:
        properties:
          - Location
          - Name
          - ResourceGroupName
          - PublicLandMobileNetworkIdentifierMcc
          - PublicLandMobileNetworkIdentifierMnc
  - where:
      model-name: Site
    set:
      format-table:
        properties:
          - Location
          - Name
          - ResourceGroupName
          - ProvisioningState
  - where:
      model-name: Slice
    set:
      format-table:
        properties:
          - Location
          - Name
          - ResourceGroupName
          - ProvisioningState
          - SnssaiSst
          - SnssaiSd
  - where:
      model-name: Service
    set:
      format-table:
        properties:
          - Location
          - Name
          - ResourceGroupName
          - ProvisioningState
          - Precedence
          - MaximumBitRateDownlink
          - MaximumBitRateUplink
          - QoPolicyAllocationAndRetentionPriorityLevel
          - QoPolicyFiveQi
  - where:
      model-name: DataNetwork
    set:
      format-table:
        properties:
          - Location
          - Name
          - ResourceGroupName
          - ProvisioningState
  - where:
      model-name: SimPolicy
    set:
      format-table:
        properties:
          - Location
          - Name
          - ResourceGroupName
          - ProvisioningState
          - RegistrationTimer
          - UeAmbrDownlink
          - UeAmbrUplink
  - where:
      model-name: SimGroup
    set:
      format-table:
        properties:
          - Location
          - Name
          - ResourceGroupName
          - ProvisioningState
  - where:
      model-name: PacketCoreControlPlane
    set:
      format-table:
        properties:
          - Location
          - Name
          - ResourceGroupName
          - ProvisioningState
  - where:
      model-name: PacketCoreDataPlane
    set:
      format-table:
        properties:
          - Location
          - Name
          - ResourceGroupName
          - ProvisioningState
  - where:
      model-name: AttachedDataNetwork
    set:
      format-table:
        properties:
          - Location
          - Name
          - ResourceGroupName
          - ProvisioningState
  - where:
      model-name: Sim
    set:
      format-table:
        properties:
          - Name
          - ResourceGroupName
          - ProvisioningState
  - where:
      model-name: PacketCoreControlPlaneVersion
    set:
      format-table:
        properties:
          - Name

  - from: RemoveAzMobileNetworkSite_Delete.cs
    where: $
    transform: $ = $.replace('Call remote \'SitesDelete\' operation', '{this.Name} and all dependent resources');