-
Notifications
You must be signed in to change notification settings - Fork 57
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 (#4666)
Co-authored-by: hc-github-team-tf-azure <>
- Loading branch information
1 parent
169ad39
commit 48303ef
Showing
1,561 changed files
with
68,467 additions
and
16 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
api-definitions/resource-manager/ChaosStudio/2025-01-01/ApiVersionDefinition.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,14 @@ | ||
{ | ||
"apiVersion": "2025-01-01", | ||
"isPreview": false, | ||
"generate": true, | ||
"resources": [ | ||
"Capabilities", | ||
"CapabilityTypes", | ||
"ExperimentExecutions", | ||
"Experiments", | ||
"TargetTypes", | ||
"Targets" | ||
], | ||
"source": "Azure/azure-rest-api-specs" | ||
} |
81 changes: 81 additions & 0 deletions
81
api-definitions/resource-manager/ChaosStudio/2025-01-01/Capabilities/Model-Capability.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,81 @@ | ||
{ | ||
"name": "Capability", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "properties", | ||
"name": "Properties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "CapabilityProperties", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "systemData", | ||
"name": "SystemData", | ||
"objectDefinition": { | ||
"type": "SystemData", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "type", | ||
"name": "Type", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
81 changes: 81 additions & 0 deletions
81
...ions/resource-manager/ChaosStudio/2025-01-01/Capabilities/Model-CapabilityProperties.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,81 @@ | ||
{ | ||
"name": "CapabilityProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "description", | ||
"name": "Description", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "parametersSchema", | ||
"name": "ParametersSchema", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "publisher", | ||
"name": "Publisher", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "targetType", | ||
"name": "TargetType", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "urn", | ||
"name": "Urn", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
24 changes: 24 additions & 0 deletions
24
...itions/resource-manager/ChaosStudio/2025-01-01/Capabilities/Operation-CreateOrUpdate.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,24 @@ | ||
{ | ||
"name": "CreateOrUpdate", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200, | ||
201 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "PUT", | ||
"resourceIdName": "ChaosStudioCapabilityId", | ||
"requestObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "Capability", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "Capability", | ||
"referenceNameIsCommonType": null | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
api-definitions/resource-manager/ChaosStudio/2025-01-01/Capabilities/Operation-Delete.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,12 @@ | ||
{ | ||
"name": "Delete", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200, | ||
204 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "DELETE", | ||
"resourceIdName": "ChaosStudioCapabilityId" | ||
} |
17 changes: 17 additions & 0 deletions
17
api-definitions/resource-manager/ChaosStudio/2025-01-01/Capabilities/Operation-Get.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,17 @@ | ||
{ | ||
"name": "Get", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"resourceIdName": "ChaosStudioCapabilityId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "Capability", | ||
"referenceNameIsCommonType": null | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
api-definitions/resource-manager/ChaosStudio/2025-01-01/Capabilities/Operation-List.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,32 @@ | ||
{ | ||
"name": "List", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"fieldContainingPaginationDetails": "nextLink", | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"options": [ | ||
{ | ||
"type": "Data", | ||
"optional": true, | ||
"queryString": "continuationToken", | ||
"required": false, | ||
"field": "ContinuationToken", | ||
"optionsObjectDefinition": { | ||
"type": "String", | ||
"referenceName": null | ||
} | ||
} | ||
], | ||
"resourceIdName": "ChaosStudioTargetId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "Capability", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"uriSuffix": "/capabilities" | ||
} |
46 changes: 46 additions & 0 deletions
46
...ource-manager/ChaosStudio/2025-01-01/Capabilities/ResourceId-ChaosStudioCapabilityId.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,46 @@ | ||
{ | ||
"name": "ChaosStudioCapabilityId", | ||
"commonAlias": "ChaosStudioCapability", | ||
"id": "/{scope}/providers/Microsoft.Chaos/targets/{targetName}/capabilities/{capabilityName}", | ||
"segments": [ | ||
{ | ||
"exampleValue": "", | ||
"name": "scope", | ||
"type": "Scope" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticProviders", | ||
"type": "Static", | ||
"value": "providers" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticMicrosoftChaos", | ||
"type": "ResourceProvider", | ||
"value": "Microsoft.Chaos" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticTargets", | ||
"type": "Static", | ||
"value": "targets" | ||
}, | ||
{ | ||
"exampleValue": "targetName", | ||
"name": "targetName", | ||
"type": "UserSpecified" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticCapabilities", | ||
"type": "Static", | ||
"value": "capabilities" | ||
}, | ||
{ | ||
"exampleValue": "capabilityName", | ||
"name": "capabilityName", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
35 changes: 35 additions & 0 deletions
35
.../resource-manager/ChaosStudio/2025-01-01/Capabilities/ResourceId-ChaosStudioTargetId.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,35 @@ | ||
{ | ||
"name": "ChaosStudioTargetId", | ||
"commonAlias": "ChaosStudioTarget", | ||
"id": "/{scope}/providers/Microsoft.Chaos/targets/{targetName}", | ||
"segments": [ | ||
{ | ||
"exampleValue": "", | ||
"name": "scope", | ||
"type": "Scope" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticProviders", | ||
"type": "Static", | ||
"value": "providers" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticMicrosoftChaos", | ||
"type": "ResourceProvider", | ||
"value": "Microsoft.Chaos" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticTargets", | ||
"type": "Static", | ||
"value": "targets" | ||
}, | ||
{ | ||
"exampleValue": "targetName", | ||
"name": "targetName", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
Oops, something went wrong.