|
2565 | 2565 | },
|
2566 | 2566 | "AutoImportJob": {
|
2567 | 2567 | "description": "An auto import job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md",
|
2568 |
| - "x-ms-azure-resource": true, |
2569 | 2568 | "type": "object",
|
2570 | 2569 | "allOf": [
|
2571 | 2570 | {
|
|
2604 | 2603 | ],
|
2605 | 2604 | "x-ms-enum": {
|
2606 | 2605 | "modelAsString": true
|
2607 |
| - }, |
2608 |
| - "x-ms-mutability": [ |
2609 |
| - "read", |
2610 |
| - "create", |
2611 |
| - "update" |
2612 |
| - ] |
| 2606 | + } |
2613 | 2607 | },
|
2614 | 2608 | "autoImportPrefixes": {
|
2615 | 2609 | "type": "array",
|
|
2623 | 2617 | ]
|
2624 | 2618 | },
|
2625 | 2619 | "conflictResolutionMode": {
|
2626 |
| - "description": "How the auto import job will handle conflicts. For example, if the auto import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the auto import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the auto import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or is currently released. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/ for a thorough explanation of these resolution modes.", |
| 2620 | + "description": "How the auto import job will handle conflicts. For example, if the auto import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the auto import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the auto import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or is currently released. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/blob-integration#conflict-resolution-mode for a thorough explanation of these resolution modes.", |
2627 | 2621 | "type": "string",
|
2628 | 2622 | "default": "Skip",
|
2629 | 2623 | "enum": [
|
|
2652 | 2646 | },
|
2653 | 2647 | "maximumErrors": {
|
2654 | 2648 | "type": "integer",
|
2655 |
| - "format": "int32", |
| 2649 | + "format": "int64", |
2656 | 2650 | "description": "Total non-conflict-oriented errors (e.g., OS errors) Import will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately on any error.",
|
2657 | 2651 | "x-ms-mutability": [
|
2658 | 2652 | "read",
|
|
2696 | 2690 | "readOnly": true,
|
2697 | 2691 | "description": "Total number of blobs walked during full scan.",
|
2698 | 2692 | "type": "integer",
|
2699 |
| - "format": "int32" |
| 2693 | + "format": "int64" |
2700 | 2694 | },
|
2701 | 2695 | "rateOfBlobWalk": {
|
2702 | 2696 | "readOnly": true,
|
2703 | 2697 | "description": "Rate of blobs walked during full scan.",
|
2704 | 2698 | "type": "integer",
|
2705 |
| - "format": "int32" |
| 2699 | + "format": "int64" |
2706 | 2700 | },
|
2707 | 2701 | "totalBlobsImported": {
|
2708 | 2702 | "readOnly": true,
|
2709 | 2703 | "description": "Total number of blobs imported during full scan.",
|
2710 | 2704 | "type": "integer",
|
2711 |
| - "format": "int32" |
| 2705 | + "format": "int64" |
2712 | 2706 | },
|
2713 | 2707 | "rateOfBlobImport": {
|
2714 | 2708 | "readOnly": true,
|
2715 | 2709 | "description": "Rate of blob import during full scan.",
|
2716 | 2710 | "type": "integer",
|
2717 |
| - "format": "int32" |
| 2711 | + "format": "int64" |
2718 | 2712 | },
|
2719 | 2713 | "importedFiles": {
|
2720 | 2714 | "readOnly": true,
|
2721 | 2715 | "description": "Number of files imported during full scan.",
|
2722 | 2716 | "type": "integer",
|
2723 |
| - "format": "int32" |
| 2717 | + "format": "int64" |
2724 | 2718 | },
|
2725 | 2719 | "importedDirectories": {
|
2726 | 2720 | "readOnly": true,
|
2727 | 2721 | "description": "Number of directories imported during full scan.",
|
2728 | 2722 | "type": "integer",
|
2729 |
| - "format": "int32" |
| 2723 | + "format": "int64" |
2730 | 2724 | },
|
2731 | 2725 | "importedSymlinks": {
|
2732 | 2726 | "readOnly": true,
|
2733 | 2727 | "description": "Number of symlinks imported during full scan.",
|
2734 | 2728 | "type": "integer",
|
2735 |
| - "format": "int32" |
| 2729 | + "format": "int64" |
2736 | 2730 | },
|
2737 | 2731 | "preexistingFiles": {
|
2738 | 2732 | "readOnly": true,
|
2739 | 2733 | "description": "Number of preexisting files during full scan.",
|
2740 | 2734 | "type": "integer",
|
2741 |
| - "format": "int32" |
| 2735 | + "format": "int64" |
2742 | 2736 | },
|
2743 | 2737 | "preexistingDirectories": {
|
2744 | 2738 | "readOnly": true,
|
2745 | 2739 | "description": "Number of preexisting directories during full scan.",
|
2746 | 2740 | "type": "integer",
|
2747 |
| - "format": "int32" |
| 2741 | + "format": "int64" |
2748 | 2742 | },
|
2749 | 2743 | "preexistingSymlinks": {
|
2750 | 2744 | "readOnly": true,
|
2751 | 2745 | "description": "Number of preexisting symlinks during full scan.",
|
2752 | 2746 | "type": "integer",
|
2753 |
| - "format": "int32" |
| 2747 | + "format": "int64" |
2754 | 2748 | },
|
2755 | 2749 | "totalErrors": {
|
2756 | 2750 | "readOnly": true,
|
2757 | 2751 | "description": "Total errors encountered during full scan.",
|
2758 | 2752 | "type": "integer",
|
2759 |
| - "format": "int32" |
| 2753 | + "format": "int64" |
2760 | 2754 | },
|
2761 | 2755 | "totalConflicts": {
|
2762 | 2756 | "readOnly": true,
|
2763 | 2757 | "description": "Total conflicts encountered during full scan.",
|
2764 | 2758 | "type": "integer",
|
2765 |
| - "format": "int32" |
| 2759 | + "format": "int64" |
2766 | 2760 | },
|
2767 | 2761 | "blobSyncEvents": {
|
2768 |
| - "x-ms-client-flatten": true, |
2769 | 2762 | "description": "The storage account blob change feed status of the auto import job.",
|
2770 | 2763 | "type": "object",
|
2771 | 2764 | "readOnly": true,
|
|
2774 | 2767 | "readOnly": true,
|
2775 | 2768 | "description": "Number of files imported during auto import.",
|
2776 | 2769 | "type": "integer",
|
2777 |
| - "format": "int32" |
| 2770 | + "format": "int64" |
2778 | 2771 | },
|
2779 | 2772 | "importedDirectories": {
|
2780 | 2773 | "readOnly": true,
|
2781 | 2774 | "description": "Number of directories imported during auto import.",
|
2782 | 2775 | "type": "integer",
|
2783 |
| - "format": "int32" |
| 2776 | + "format": "int64" |
2784 | 2777 | },
|
2785 | 2778 | "importedSymlinks": {
|
2786 | 2779 | "readOnly": true,
|
2787 | 2780 | "description": "Number of symlinks imported during auto import.",
|
2788 | 2781 | "type": "integer",
|
2789 |
| - "format": "int32" |
| 2782 | + "format": "int64" |
2790 | 2783 | },
|
2791 | 2784 | "preexistingFiles": {
|
2792 | 2785 | "readOnly": true,
|
2793 | 2786 | "description": "Number of preexisting files during auto import.",
|
2794 | 2787 | "type": "integer",
|
2795 |
| - "format": "int32" |
| 2788 | + "format": "int64" |
2796 | 2789 | },
|
2797 | 2790 | "preexistingDirectories": {
|
2798 | 2791 | "readOnly": true,
|
2799 | 2792 | "description": "Number of preexisting directories during auto import.",
|
2800 | 2793 | "type": "integer",
|
2801 |
| - "format": "int32" |
| 2794 | + "format": "int64" |
2802 | 2795 | },
|
2803 | 2796 | "preexistingSymlinks": {
|
2804 | 2797 | "readOnly": true,
|
2805 | 2798 | "description": "Number of preexisting symlinks during auto import.",
|
2806 | 2799 | "type": "integer",
|
2807 |
| - "format": "int32" |
| 2800 | + "format": "int64" |
2808 | 2801 | },
|
2809 | 2802 | "totalBlobsImported": {
|
2810 | 2803 | "readOnly": true,
|
2811 | 2804 | "description": "Total number of blobs imported during auto import.",
|
2812 | 2805 | "type": "integer",
|
2813 |
| - "format": "int32" |
| 2806 | + "format": "int64" |
2814 | 2807 | },
|
2815 | 2808 | "rateOfBlobImport": {
|
2816 | 2809 | "readOnly": true,
|
2817 |
| - "description": "Rate of blob import during auto import.", |
| 2810 | + "description": "Rate of blob import per second during auto import.", |
2818 | 2811 | "type": "integer",
|
2819 |
| - "format": "int32" |
| 2812 | + "format": "int64" |
2820 | 2813 | },
|
2821 | 2814 | "totalErrors": {
|
2822 | 2815 | "readOnly": true,
|
2823 | 2816 | "description": "Total errors encountered during auto import.",
|
2824 | 2817 | "type": "integer",
|
2825 |
| - "format": "int32" |
| 2818 | + "format": "int64" |
2826 | 2819 | },
|
2827 | 2820 | "totalConflicts": {
|
2828 | 2821 | "readOnly": true,
|
2829 | 2822 | "description": "Total conflicts encountered during auto import.",
|
2830 | 2823 | "type": "integer",
|
2831 |
| - "format": "int32" |
| 2824 | + "format": "int64" |
2832 | 2825 | },
|
2833 | 2826 | "deletions": {
|
2834 | 2827 | "readOnly": true,
|
2835 | 2828 | "description": "Number of deletions during auto import.",
|
2836 | 2829 | "type": "integer",
|
2837 |
| - "format": "int32" |
| 2830 | + "format": "int64" |
2838 | 2831 | },
|
2839 | 2832 | "lastChangeFeedEventConsumedTime": {
|
2840 | 2833 | "readOnly": true,
|
|
2889 | 2882 | "AutoImportJobsListResult": {
|
2890 | 2883 | "description": "Result of the request to list auto import jobs. It contains a list of auto import jobs and a URL link to get the next set of results.",
|
2891 | 2884 | "properties": {
|
2892 |
| - "nextLink": { |
2893 |
| - "description": "URL to get the next set of auto import job list results, if there are any.", |
2894 |
| - "type": "string" |
2895 |
| - }, |
2896 | 2885 | "value": {
|
2897 | 2886 | "description": "List of auto import jobs.",
|
2898 | 2887 | "items": {
|
2899 | 2888 | "$ref": "#/definitions/AutoImportJob"
|
2900 | 2889 | },
|
2901 | 2890 | "type": "array"
|
| 2891 | + }, |
| 2892 | + "nextLink": { |
| 2893 | + "description": "URL to get the next set of auto import job list results, if there are any.", |
| 2894 | + "type": "string", |
| 2895 | + "format": "uri" |
2902 | 2896 | }
|
2903 | 2897 | },
|
2904 | 2898 | "type": "object"
|
|
0 commit comments