-
Notifications
You must be signed in to change notification settings - Fork 55
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 (#4542)
Co-authored-by: hc-github-team-tf-azure <>
- Loading branch information
1 parent
96c1f5d
commit 5e6b1d3
Showing
847 changed files
with
55,344 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
api-definitions/resource-manager/RecoveryServices/2024-10-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,17 @@ | ||
{ | ||
"apiVersion": "2024-10-01", | ||
"isPreview": false, | ||
"generate": true, | ||
"resources": [ | ||
"GetPrivateLinkResources", | ||
"ListPrivateLinkResources", | ||
"RecoveryServices", | ||
"RegisteredIdentities", | ||
"ReplicationUsages", | ||
"VaultCertificates", | ||
"VaultExtendedInfo", | ||
"VaultUsages", | ||
"Vaults" | ||
], | ||
"source": "Azure/azure-rest-api-specs" | ||
} |
66 changes: 66 additions & 0 deletions
66
...anager/RecoveryServices/2024-10-01/GetPrivateLinkResources/Model-PrivateLinkResource.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,66 @@ | ||
{ | ||
"name": "PrivateLinkResource", | ||
"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": "PrivateLinkResourceProperties", | ||
"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 | ||
} |
63 changes: 63 additions & 0 deletions
63
...overyServices/2024-10-01/GetPrivateLinkResources/Model-PrivateLinkResourceProperties.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,63 @@ | ||
{ | ||
"name": "PrivateLinkResourceProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "groupId", | ||
"name": "GroupId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "requiredMembers", | ||
"name": "RequiredMembers", | ||
"objectDefinition": { | ||
"type": "List", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null, | ||
"nestedItem": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
} | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "requiredZoneNames", | ||
"name": "RequiredZoneNames", | ||
"objectDefinition": { | ||
"type": "List", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null, | ||
"nestedItem": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
} | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
17 changes: 17 additions & 0 deletions
17
...ecoveryServices/2024-10-01/GetPrivateLinkResources/Operation-PrivateLinkResourcesGet.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": "PrivateLinkResourcesGet", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"resourceIdName": "PrivateLinkResourceId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "PrivateLinkResource", | ||
"referenceNameIsCommonType": null | ||
} | ||
} |
62 changes: 62 additions & 0 deletions
62
...RecoveryServices/2024-10-01/GetPrivateLinkResources/ResourceId-PrivateLinkResourceId.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,62 @@ | ||
{ | ||
"name": "PrivateLinkResourceId", | ||
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/privateLinkResources/{privateLinkResourceName}", | ||
"segments": [ | ||
{ | ||
"exampleValue": "", | ||
"name": "staticSubscriptions", | ||
"type": "Static", | ||
"value": "subscriptions" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "subscriptionId", | ||
"type": "SubscriptionId" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticResourceGroups", | ||
"type": "Static", | ||
"value": "resourceGroups" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "resourceGroupName", | ||
"type": "ResourceGroup" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticProviders", | ||
"type": "Static", | ||
"value": "providers" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticMicrosoftRecoveryServices", | ||
"type": "ResourceProvider", | ||
"value": "Microsoft.RecoveryServices" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticVaults", | ||
"type": "Static", | ||
"value": "vaults" | ||
}, | ||
{ | ||
"exampleValue": "vaultName", | ||
"name": "vaultName", | ||
"type": "UserSpecified" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticPrivateLinkResources", | ||
"type": "Static", | ||
"value": "privateLinkResources" | ||
}, | ||
{ | ||
"exampleValue": "privateLinkResourceName", | ||
"name": "privateLinkResourceName", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
66 changes: 66 additions & 0 deletions
66
...nager/RecoveryServices/2024-10-01/ListPrivateLinkResources/Model-PrivateLinkResource.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,66 @@ | ||
{ | ||
"name": "PrivateLinkResource", | ||
"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": "PrivateLinkResourceProperties", | ||
"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 | ||
} |
63 changes: 63 additions & 0 deletions
63
...veryServices/2024-10-01/ListPrivateLinkResources/Model-PrivateLinkResourceProperties.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,63 @@ | ||
{ | ||
"name": "PrivateLinkResourceProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "groupId", | ||
"name": "GroupId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "requiredMembers", | ||
"name": "RequiredMembers", | ||
"objectDefinition": { | ||
"type": "List", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null, | ||
"nestedItem": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
} | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "requiredZoneNames", | ||
"name": "RequiredZoneNames", | ||
"objectDefinition": { | ||
"type": "List", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null, | ||
"nestedItem": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
} | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
19 changes: 19 additions & 0 deletions
19
...overyServices/2024-10-01/ListPrivateLinkResources/Operation-PrivateLinkResourcesList.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,19 @@ | ||
{ | ||
"name": "PrivateLinkResourcesList", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"fieldContainingPaginationDetails": "nextLink", | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"resourceIdName": "VaultId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "PrivateLinkResource", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"uriSuffix": "/privateLinkResources" | ||
} |
Oops, something went wrong.