|
2960 | 2960 | crafted: true |
2961 | 2961 | """ |
2962 | 2962 |
|
2963 | | -helps['capacity reservation'] = """ |
2964 | | -type: group |
2965 | | -short-summary: Manage capacity. |
2966 | | -""" |
2967 | | - |
2968 | 2963 | helps['capacity reservation group create'] = """ |
2969 | 2964 | type: command |
2970 | 2965 | short-summary: Create capacity reservation group. |
|
2995 | 2990 | text: az capacity reservation group show -n ReservationGroupName -g MyResourceGroup --instance-view |
2996 | 2991 | """ |
2997 | 2992 |
|
2998 | | - |
2999 | | -helps['capacity reservation create'] = """ |
3000 | | -type: command |
3001 | | -short-summary: Create capacity reservation. |
3002 | | -examples: |
3003 | | - - name: Create a capacity reservation. |
3004 | | - text: | |
3005 | | - az capacity reservation create -c ReservationGroupName -n ReservationName \\ |
3006 | | - -g MyResourceGroup --sku Standard_A0 |
3007 | | - - name: Create a capacity reservation with specific capacity and zones. |
3008 | | - text: | |
3009 | | - az capacity reservation create -c ReservationGroupName -n ReservationName -l centraluseuap \\ |
3010 | | - -g MyResourceGroup --sku Standard_A1_v2 --capacity 5 \\ |
3011 | | - --zone 1 --tags key=val |
3012 | | -""" |
3013 | | - |
3014 | | -helps['capacity reservation update'] = """ |
3015 | | -type: command |
3016 | | -short-summary: Update capacity reservation. |
3017 | | -examples: |
3018 | | - - name: Update a capacity reservation. |
3019 | | - text: | |
3020 | | - az capacity reservation update -c ReservationGroupName -n ReservationName \\ |
3021 | | - -g MyResourceGroup --capacity 5 --tags key=val |
3022 | | -""" |
3023 | | - |
3024 | | -helps['capacity reservation show'] = """ |
3025 | | -type: command |
3026 | | -short-summary: Show capacity reservation. |
3027 | | -examples: |
3028 | | - - name: Get a capacity reservation. |
3029 | | - text: az capacity reservation show -c ReservationGroupName -n ReservationName -g MyResourceGroup |
3030 | | - - name: Get a capacity reservation containing the instance views. |
3031 | | - text: | |
3032 | | - az capacity reservation show -c ReservationGroupName -n ReservationName \\ |
3033 | | - -g MyResourceGroup --instance-view |
3034 | | -""" |
3035 | | - |
3036 | | -helps['capacity reservation show'] = """ |
3037 | | -type: command |
3038 | | -short-summary: Show capacity reservation. |
3039 | | -examples: |
3040 | | - - name: Get a capacity reservation. |
3041 | | - text: az capacity reservation show -c ReservationGroupName -n ReservationName -g MyResourceGroup |
3042 | | - - name: Get a capacity reservation containing the instance views. |
3043 | | - text: | |
3044 | | - az capacity reservation show -c ReservationGroupName -n ReservationName \\ |
3045 | | - -g MyResourceGroup --instance-view |
3046 | | -""" |
3047 | | - |
3048 | 2993 | helps['restore-point'] = """ |
3049 | 2994 | type: group |
3050 | 2995 | short-summary: Manage restore point with res |
|
0 commit comments