Skip to content

Commit

Permalink
Refine helper (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninpan-ms authored Sep 13, 2021
1 parent 5b32a0d commit a4b2b4c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/spring-cloud/azext_spring_cloud/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,28 +469,28 @@

helps['spring-cloud service-registry show'] = """
type: command
short-summary: Show provisioning status and runtime status of Service Registry.
short-summary: Show the provisioning status and runtime status of Service Registry.
"""

helps['spring-cloud service-registry bind'] = """
type: command
short-summary: Bind app to Service Registry.
short-summary: Bind an app to Service Registry.
examples:
- name: Bind an app to Service Registry.
text: az spring-cloud service-registry bind --app MyApp -s MyService -g MyResourceGroup
"""

helps['spring-cloud service-registry unbind'] = """
type: command
short-summary: Unbind app to Service Registry.
short-summary: Unbind an app from Service Registry.
examples:
- name: Unbind an app to Service Registry.
- name: Unbind an app from Service Registry.
text: az spring-cloud service-registry unbind --app MyApp -s MyService -g MyResourceGroup
"""

helps['spring-cloud application-configuration-service show'] = """
type: command
short-summary: Show provisioning status, runtime status and settings of Application Configuration Service.
short-summary: Show the provisioning status, runtime status, and settings of Application Configuration Service.
"""

helps['spring-cloud application-configuration-service clear'] = """
Expand All @@ -500,46 +500,46 @@

helps['spring-cloud application-configuration-service git repo add'] = """
type: command
short-summary: Add an item of git property to Application Configuration Service settings.
short-summary: Add a Git property to the Application Configuration Service settings.
examples:
- name: Add an item of git property.
- name: Add a Git property.
text: az spring-cloud application-configuration-service git repo add -s MyService -g MyResourceGroup --name MyName --patterns MyPattern --uri https://MyURI --label master
"""

helps['spring-cloud application-configuration-service git repo update'] = """
type: command
short-summary: Update an existing item of git property to Application Configuration Service settings.
short-summary: Update an existing Git property in the Application Configuration Service settings.
examples:
- name: Update an item of git property.
- name: Update a Git property.
text: az spring-cloud application-configuration-service git repo update -s MyService -g MyResourceGroup --name MyName --patterns MyPattern
"""

helps['spring-cloud application-configuration-service git repo remove'] = """
type: command
short-summary: Delete an existing item of git property to Application Configuration Service settings.
short-summary: Delete an existing Git property from the Application Configuration Service settings.
examples:
- name: Delete an item of git property.
- name: Delete a Git property.
text: az spring-cloud application-configuration-service git repo remove -s MyService -g MyResourceGroup --name MyName
"""

helps['spring-cloud application-configuration-service git repo list'] = """
type: command
short-summary: List all git settings of Application Configuration Service.
short-summary: List all Git settings of Application Configuration Service.
"""

helps['spring-cloud application-configuration-service bind'] = """
type: command
short-summary: Bind app to Application Configuration Service.
short-summary: Bind an app to Application Configuration Service.
examples:
- name: Bind an app to Application Configuration Service.
text: az spring-cloud application-configuration-service bind --app MyApp -s MyService -g MyResourceGroup
"""

helps['spring-cloud application-configuration-service unbind'] = """
type: command
short-summary: Unbind app to Application Configuration Service.
short-summary: Unbind an app from Application Configuration Service.
examples:
- name: Unbind an app to Application Configuration Service.
- name: Unbind an app from Application Configuration Service.
text: az spring-cloud application-configuration-service unbind --app MyApp -s MyService -g MyResourceGroup
"""

Expand Down

0 comments on commit a4b2b4c

Please sign in to comment.