-
Notifications
You must be signed in to change notification settings - Fork 54
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
- Loading branch information
hc-github-team-tf-azure
committed
Oct 23, 2024
1 parent
a148cf1
commit c9df13d
Showing
82 changed files
with
3,542 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
api-definitions/resource-manager/Nginx/2024-09-01-preview/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,13 @@ | ||
{ | ||
"apiVersion": "2024-09-01-preview", | ||
"isPreview": true, | ||
"generate": true, | ||
"resources": [ | ||
"NginxApiKey", | ||
"NginxCertificate", | ||
"NginxConfiguration", | ||
"NginxConfigurationAnalysis", | ||
"NginxDeployment" | ||
], | ||
"source": "Azure/azure-rest-api-specs" | ||
} |
66 changes: 66 additions & 0 deletions
66
...urce-manager/Nginx/2024-09-01-preview/NginxApiKey/Model-NginxDeploymentApiKeyRequest.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": "NginxDeploymentApiKeyRequest", | ||
"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": "NginxDeploymentApiKeyRequestProperties", | ||
"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 | ||
} |
37 changes: 37 additions & 0 deletions
37
...er/Nginx/2024-09-01-preview/NginxApiKey/Model-NginxDeploymentApiKeyRequestProperties.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,37 @@ | ||
{ | ||
"name": "NginxDeploymentApiKeyRequestProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"dateFormat": "RFC3339", | ||
"jsonName": "endDateTime", | ||
"name": "EndDateTime", | ||
"objectDefinition": { | ||
"type": "DateTime", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "secretText", | ||
"name": "SecretText", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
66 changes: 66 additions & 0 deletions
66
...rce-manager/Nginx/2024-09-01-preview/NginxApiKey/Model-NginxDeploymentApiKeyResponse.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": "NginxDeploymentApiKeyResponse", | ||
"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": "NginxDeploymentApiKeyResponseProperties", | ||
"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 | ||
} |
37 changes: 37 additions & 0 deletions
37
...r/Nginx/2024-09-01-preview/NginxApiKey/Model-NginxDeploymentApiKeyResponseProperties.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,37 @@ | ||
{ | ||
"name": "NginxDeploymentApiKeyResponseProperties", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"dateFormat": "RFC3339", | ||
"jsonName": "endDateTime", | ||
"name": "EndDateTime", | ||
"objectDefinition": { | ||
"type": "DateTime", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "hint", | ||
"name": "Hint", | ||
"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
...esource-manager/Nginx/2024-09-01-preview/NginxApiKey/Operation-ApiKeysCreateOrUpdate.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": "ApiKeysCreateOrUpdate", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200, | ||
201 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "PUT", | ||
"resourceIdName": "ApiKeyId", | ||
"requestObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "NginxDeploymentApiKeyRequest", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "NginxDeploymentApiKeyResponse", | ||
"referenceNameIsCommonType": null | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...itions/resource-manager/Nginx/2024-09-01-preview/NginxApiKey/Operation-ApiKeysDelete.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": "ApiKeysDelete", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200, | ||
204 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "DELETE", | ||
"resourceIdName": "ApiKeyId" | ||
} |
17 changes: 17 additions & 0 deletions
17
...finitions/resource-manager/Nginx/2024-09-01-preview/NginxApiKey/Operation-ApiKeysGet.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": "ApiKeysGet", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"resourceIdName": "ApiKeyId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "NginxDeploymentApiKeyResponse", | ||
"referenceNameIsCommonType": null | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...initions/resource-manager/Nginx/2024-09-01-preview/NginxApiKey/Operation-ApiKeysList.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": "ApiKeysList", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"fieldContainingPaginationDetails": "nextLink", | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"resourceIdName": "NginxDeploymentId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "NginxDeploymentApiKeyResponse", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"uriSuffix": "/apiKeys" | ||
} |
62 changes: 62 additions & 0 deletions
62
...efinitions/resource-manager/Nginx/2024-09-01-preview/NginxApiKey/ResourceId-ApiKeyId.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": "ApiKeyId", | ||
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{nginxDeploymentName}/apiKeys/{apiKeyName}", | ||
"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": "staticNginxNginxPlus", | ||
"type": "ResourceProvider", | ||
"value": "Nginx.NginxPlus" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticNginxDeployments", | ||
"type": "Static", | ||
"value": "nginxDeployments" | ||
}, | ||
{ | ||
"exampleValue": "nginxDeploymentName", | ||
"name": "nginxDeploymentName", | ||
"type": "UserSpecified" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticApiKeys", | ||
"type": "Static", | ||
"value": "apiKeys" | ||
}, | ||
{ | ||
"exampleValue": "apiKeyName", | ||
"name": "apiKeyName", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
Oops, something went wrong.