|
2493 | 2493 | "provisioningState": {
|
2494 | 2494 | "readOnly": true,
|
2495 | 2495 | "description": "Provisioning status of the profile.",
|
2496 |
| - "type": "string" |
| 2496 | + "type": "string", |
| 2497 | + "enum": [ |
| 2498 | + "Succeeded", |
| 2499 | + "Failed", |
| 2500 | + "Updating", |
| 2501 | + "Deleting", |
| 2502 | + "Creating" |
| 2503 | + ], |
| 2504 | + "x-ms-enum": { |
| 2505 | + "name": "ProfileProvisioningState", |
| 2506 | + "modelAsString": true |
| 2507 | + } |
2497 | 2508 | },
|
2498 | 2509 | "frontDoorId": {
|
2499 | 2510 | "readOnly": true,
|
|
2661 | 2672 | "provisioningState": {
|
2662 | 2673 | "readOnly": true,
|
2663 | 2674 | "description": "Provisioning status of the endpoint.",
|
2664 |
| - "type": "string" |
| 2675 | + "type": "string", |
| 2676 | + "enum": [ |
| 2677 | + "Succeeded", |
| 2678 | + "Failed", |
| 2679 | + "Updating", |
| 2680 | + "Deleting", |
| 2681 | + "Creating" |
| 2682 | + ], |
| 2683 | + "x-ms-enum": { |
| 2684 | + "name": "EndpointProvisioningState", |
| 2685 | + "modelAsString": true |
| 2686 | + } |
2665 | 2687 | }
|
2666 | 2688 | }
|
2667 | 2689 | },
|
|
5129 | 5151 | "provisioningState": {
|
5130 | 5152 | "readOnly": true,
|
5131 | 5153 | "description": "Provisioning status of the origin.",
|
5132 |
| - "type": "string" |
| 5154 | + "type": "string", |
| 5155 | + "enum": [ |
| 5156 | + "Succeeded", |
| 5157 | + "Failed", |
| 5158 | + "Updating", |
| 5159 | + "Deleting", |
| 5160 | + "Creating" |
| 5161 | + ], |
| 5162 | + "x-ms-enum": { |
| 5163 | + "name": "OriginProvisioningState", |
| 5164 | + "modelAsString": true |
| 5165 | + } |
5133 | 5166 | },
|
5134 | 5167 | "privateEndpointStatus": {
|
5135 | 5168 | "description": "The approval status for the connection to the Private Link",
|
|
5276 | 5309 | "provisioningState": {
|
5277 | 5310 | "readOnly": true,
|
5278 | 5311 | "description": "Provisioning status of the origin group.",
|
5279 |
| - "type": "string" |
| 5312 | + "type": "string", |
| 5313 | + "enum": [ |
| 5314 | + "Succeeded", |
| 5315 | + "Failed", |
| 5316 | + "Updating", |
| 5317 | + "Deleting", |
| 5318 | + "Creating" |
| 5319 | + ], |
| 5320 | + "x-ms-enum": { |
| 5321 | + "name": "OriginGroupProvisioningState", |
| 5322 | + "modelAsString": true |
| 5323 | + } |
5280 | 5324 | }
|
5281 | 5325 | }
|
5282 | 5326 | },
|
|
5472 | 5516 | }
|
5473 | 5517 | },
|
5474 | 5518 | "customHttpsProvisioningState": {
|
5475 |
| - "description": "Provisioning status of Custom Https of the custom domain.", |
| 5519 | + "description": "Provisioning status of the custom domain.", |
5476 | 5520 | "readOnly": true,
|
5477 | 5521 | "enum": [
|
5478 | 5522 | "Enabling",
|
|
5517 | 5561 | "type": "string"
|
5518 | 5562 | },
|
5519 | 5563 | "provisioningState": {
|
| 5564 | + "description": "Provisioning status of Custom Https of the custom domain.", |
5520 | 5565 | "readOnly": true,
|
5521 |
| - "description": "Provisioning status of the custom domain.", |
5522 |
| - "type": "string" |
| 5566 | + "enum": [ |
| 5567 | + "Enabling", |
| 5568 | + "Enabled", |
| 5569 | + "Disabling", |
| 5570 | + "Disabled", |
| 5571 | + "Failed" |
| 5572 | + ], |
| 5573 | + "type": "string", |
| 5574 | + "x-ms-enum": { |
| 5575 | + "name": "CustomHttpsProvisioningState", |
| 5576 | + "modelAsString": true |
| 5577 | + } |
5523 | 5578 | }
|
5524 | 5579 | }
|
5525 | 5580 | },
|
|
5873 | 5928 | "unit": {
|
5874 | 5929 | "type": "string",
|
5875 | 5930 | "readOnly": true,
|
5876 |
| - "description": "Unit of the usage. e.g. Count." |
| 5931 | + "description": "Unit of the usage. e.g. count.", |
| 5932 | + "enum": [ |
| 5933 | + "count" |
| 5934 | + ], |
| 5935 | + "x-ms-enum": { |
| 5936 | + "name": "ResourceUsageUnit", |
| 5937 | + "modelAsString": true |
| 5938 | + } |
5877 | 5939 | },
|
5878 | 5940 | "currentValue": {
|
5879 | 5941 | "type": "integer",
|
|
0 commit comments