-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data: regenerating based on the latest Swagger (#4093)
Co-authored-by: hc-github-team-tf-azure <>
- Loading branch information
1 parent
f2bd569
commit bd59a41
Showing
142 changed files
with
5,135 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...manager/StorageCache/2024-03-01/AmlFilesystems/Constant-AmlFilesystemHealthStateType.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "AmlFilesystemHealthStateType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Available", | ||
"value": "Available" | ||
}, | ||
{ | ||
"key": "Degraded", | ||
"value": "Degraded" | ||
}, | ||
{ | ||
"key": "Maintenance", | ||
"value": "Maintenance" | ||
}, | ||
{ | ||
"key": "Transitioning", | ||
"value": "Transitioning" | ||
}, | ||
{ | ||
"key": "Unavailable", | ||
"value": "Unavailable" | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
...r/StorageCache/2024-03-01/AmlFilesystems/Constant-AmlFilesystemProvisioningStateType.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "AmlFilesystemProvisioningStateType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Canceled", | ||
"value": "Canceled" | ||
}, | ||
{ | ||
"key": "Creating", | ||
"value": "Creating" | ||
}, | ||
{ | ||
"key": "Deleting", | ||
"value": "Deleting" | ||
}, | ||
{ | ||
"key": "Failed", | ||
"value": "Failed" | ||
}, | ||
{ | ||
"key": "Succeeded", | ||
"value": "Succeeded" | ||
}, | ||
{ | ||
"key": "Updating", | ||
"value": "Updating" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...urce-manager/StorageCache/2024-03-01/AmlFilesystems/Constant-AmlFilesystemSquashMode.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "AmlFilesystemSquashMode", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "All", | ||
"value": "All" | ||
}, | ||
{ | ||
"key": "None", | ||
"value": "None" | ||
}, | ||
{ | ||
"key": "RootOnly", | ||
"value": "RootOnly" | ||
} | ||
] | ||
} |
38 changes: 38 additions & 0 deletions
38
...s/resource-manager/StorageCache/2024-03-01/AmlFilesystems/Constant-ArchiveStatusType.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "ArchiveStatusType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Canceled", | ||
"value": "Canceled" | ||
}, | ||
{ | ||
"key": "Cancelling", | ||
"value": "Cancelling" | ||
}, | ||
{ | ||
"key": "Completed", | ||
"value": "Completed" | ||
}, | ||
{ | ||
"key": "FSScanInProgress", | ||
"value": "FSScanInProgress" | ||
}, | ||
{ | ||
"key": "Failed", | ||
"value": "Failed" | ||
}, | ||
{ | ||
"key": "Idle", | ||
"value": "Idle" | ||
}, | ||
{ | ||
"key": "InProgress", | ||
"value": "InProgress" | ||
}, | ||
{ | ||
"key": "NotConfigured", | ||
"value": "NotConfigured" | ||
} | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...rce-manager/StorageCache/2024-03-01/AmlFilesystems/Constant-MaintenanceDayOfWeekType.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "MaintenanceDayOfWeekType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Friday", | ||
"value": "Friday" | ||
}, | ||
{ | ||
"key": "Monday", | ||
"value": "Monday" | ||
}, | ||
{ | ||
"key": "Saturday", | ||
"value": "Saturday" | ||
}, | ||
{ | ||
"key": "Sunday", | ||
"value": "Sunday" | ||
}, | ||
{ | ||
"key": "Thursday", | ||
"value": "Thursday" | ||
}, | ||
{ | ||
"key": "Tuesday", | ||
"value": "Tuesday" | ||
}, | ||
{ | ||
"key": "Wednesday", | ||
"value": "Wednesday" | ||
} | ||
] | ||
} |
135 changes: 135 additions & 0 deletions
135
...initions/resource-manager/StorageCache/2024-03-01/AmlFilesystems/Model-AmlFilesystem.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
{ | ||
"name": "AmlFilesystem", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "identity", | ||
"name": "Identity", | ||
"objectDefinition": { | ||
"type": "UserAssignedIdentityMap", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "location", | ||
"name": "Location", | ||
"objectDefinition": { | ||
"type": "Location", | ||
"referenceName": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "properties", | ||
"name": "Properties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AmlFilesystemProperties" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "sku", | ||
"name": "Sku", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "SkuName" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "systemData", | ||
"name": "SystemData", | ||
"objectDefinition": { | ||
"type": "SystemData", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "tags", | ||
"name": "Tags", | ||
"objectDefinition": { | ||
"type": "Tags", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "type", | ||
"name": "Type", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "zones", | ||
"name": "Zones", | ||
"objectDefinition": { | ||
"type": "Zones", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
31 changes: 31 additions & 0 deletions
31
...s/resource-manager/StorageCache/2024-03-01/AmlFilesystems/Model-AmlFilesystemArchive.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "AmlFilesystemArchive", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "filesystemPath", | ||
"name": "FilesystemPath", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "status", | ||
"name": "Status", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"referenceName": "AmlFilesystemArchiveStatus" | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...source-manager/StorageCache/2024-03-01/AmlFilesystems/Model-AmlFilesystemArchiveInfo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "AmlFilesystemArchiveInfo", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "filesystemPath", | ||
"name": "FilesystemPath", | ||
"objectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
] | ||
} |
Oops, something went wrong.