Giter Site home page Giter Site logo

Comments (2)

dolauli avatar dolauli commented on July 22, 2024 1

@BethanyZhou The issue is for the parameter, whose type is an enum array. We do not add the completer for it.

from autorest.powershell.

JoyerJin avatar JoyerJin commented on July 22, 2024

Update readme:

# pin the swagger version by using the commit id instead of branch name
commit: ebce1c690af6060f0e5a72d875edf752d41d5769
tag: package-2024-04-01
require:
# readme.azure.noprofile.md is the common configuration file
  - $(this-folder)/../../readme.azure.noprofile.md
  - $(repo)/specification/sphere/resource-manager/readme.md
# If the swagger has not been put in the repo, you may uncomment the following line and refer to it locally
# - (this-folder)/relative-path-to-your-local-readme.md

try-require: 
  - $(repo)/specification/sphere/resource-manager/readme.powershell.md

# For new RP, the version is 0.1.0
module-version: 0.1.0
# Normally, title is the service name
title: Sphere
subject-prefix: $(service-name)

directive:
  - where:
      variant: ^(Create|Update|Generate)(?!.*?Expanded|ViaJsonString|ViaJsonFilePath)
    remove: true
  - where:
      verb: Remove
      subject: Device|Image|Deployment
    remove: true
  - where:
      verb: Update
      subject: Image
    remove: true
  - where:
      verb: Upload
      subject: UploadCatalogImage
    remove: true
  - where:
      variant: ^List(?!.*?Expanded)
      subject: CatalogDeviceGroup
    remove: true
  - where:
      variant: ^(Retrieve)(?!.*?Expanded)
      subject: CertificateProof
    remove: true
  - where:
      variant: ^Claim(?!.*?Expanded)
      subject: ClaimDeviceGroupDevice
    hide: true
  # Remove the set-* cmdlet
  - where:
      verb: Set
    hide: true

and code line 174-183:
[Parameter(ParameterSetName='GenerateExpanded', Mandatory)]
[Parameter(ParameterSetName='GenerateViaIdentityCatalogExpanded', Mandatory)]
[Parameter(ParameterSetName='GenerateViaIdentityDeviceGroupExpanded', Mandatory)]
[Parameter(ParameterSetName='GenerateViaIdentityExpanded', Mandatory)]
[Parameter(ParameterSetName='GenerateViaIdentityProductExpanded', Mandatory)]
[AllowEmptyCollection()]
[Microsoft.Azure.PowerShell.Cmdlets.Sphere.Category('Body')]
[System.String[]]
# List of capabilities to create
${Capability},

from autorest.powershell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.