-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: nithyatsu <nithyasu@microsoft.com>
- Loading branch information
Showing
24 changed files
with
401 additions
and
27 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
53 changes: 53 additions & 0 deletions
53
...nager/UCP/preview/2023-10-01-preview/examples/AWSCredential_AccessKey_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,53 @@ | ||
{ | ||
"operationId": "AwsCredentials_CreateOrUpdate", | ||
"title": "Create or update an AWS AccessKey credential", | ||
"parameters": { | ||
"api-version": "2023-10-01-preview", | ||
"planeType": "aws", | ||
"planeName": "aws", | ||
"credentialName": "default", | ||
"Credential": { | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "AccessKey", | ||
"accessKeyId": "enterAccessKeyIdHere", | ||
"secretAccessKey": "enterSecretAccessKey", | ||
"storage": { | ||
"kind": "Internal" | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/planes/AWS/aws/providers/System.AWS/credentials/default", | ||
"name": "default", | ||
"type": "System.AWS/credentials", | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "AccessKey", | ||
"storage": { | ||
"kind": "Internal", | ||
"secretName": "aws-awscloud-default" | ||
} | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/planes/AWS/aws/providers/System.AWS/credentials/default", | ||
"name": "default", | ||
"type": "System.AWS/credentials", | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "AccessKey", | ||
"storage": { | ||
"kind": "Internal", | ||
"secretName": "aws-awscloud-default" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...ource-manager/UCP/preview/2023-10-01-preview/examples/AWSCredential_AccessKey_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,14 @@ | ||
{ | ||
"operationId": "AwsCredentials_Delete", | ||
"title": "Delete an AWS AccessKey credential", | ||
"parameters": { | ||
"api-version": "2023-10-01-preview", | ||
"planeType": "aws", | ||
"planeName": "awscloud", | ||
"credentialName": "default" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
...resource-manager/UCP/preview/2023-10-01-preview/examples/AWSCredential_AccessKey_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,27 @@ | ||
{ | ||
"operationId": "AwsCredentials_Get", | ||
"title": "Get an AWS AccessKey credential", | ||
"parameters": { | ||
"api-version": "2023-10-01-preview", | ||
"planeType": "aws", | ||
"planeName": "awscloud", | ||
"credentialName": "default" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/planes/AWS/aws/providers/System.AWS/credentials/default", | ||
"name": "default", | ||
"type": "System.AWS/credentials", | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "AccessKey", | ||
"storage": { | ||
"kind": "Internal", | ||
"secretName": "aws-awscloud-default" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
...esource-manager/UCP/preview/2023-10-01-preview/examples/AWSCredential_AccessKey_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,30 @@ | ||
{ | ||
"operationId": "AwsCredentials_List", | ||
"title": "List AWS AccessKey Credential", | ||
"parameters": { | ||
"api-version": "2023-10-01-preview", | ||
"planeType": "aws", | ||
"planeName": "awscloud" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/planes/AWS/aws/providers/System.AWS/credentials/default", | ||
"name": "default", | ||
"type": "System.AWS/credentials", | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "AccessKey", | ||
"storage": { | ||
"kind": "Internal", | ||
"secretName": "aws-awscloud-default" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
53 changes: 53 additions & 0 deletions
53
...ource-manager/UCP/preview/2023-10-01-preview/examples/AWSCredential_AccessKey_Update.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,53 @@ | ||
{ | ||
"operationId": "AwsCredentials_Update", | ||
"title": "Update an AWS AccessKey Credential", | ||
"parameters": { | ||
"api-version": "2023-10-01-preview", | ||
"planeType": "aws", | ||
"planeName": "aws", | ||
"credentialName": "default", | ||
"Credential": { | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "AccessKey", | ||
"accessKeyId": "enterAccessKeyIdHere", | ||
"secretAccessKey": "enterSecretAccessKey", | ||
"storage": { | ||
"kind": "Internal" | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/planes/AWS/aws/providers/System.AWS/credentials/default", | ||
"name": "default", | ||
"type": "System.AWS/credentials", | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "AccessKey", | ||
"storage": { | ||
"kind": "Internal", | ||
"secretName": "aws-awscloud-default" | ||
} | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/planes/AWS/aws/providers/System.AWS/credentials/default", | ||
"name": "default", | ||
"type": "System.AWS/credentials", | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "AccessKey", | ||
"storage": { | ||
"kind": "Internal", | ||
"secretName": "aws-awscloud-default" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...ce-manager/UCP/preview/2023-10-01-preview/examples/AWSCredential_IRSA_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,54 @@ | ||
{ | ||
"operationId": "AwsCredentials_CreateOrUpdate", | ||
"title": "Create or update an AWS IRSA credential", | ||
"parameters": { | ||
"api-version": "2023-10-01-preview", | ||
"planeType": "aws", | ||
"planeName": "aws", | ||
"credentialName": "default", | ||
"Credential": { | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "IRSA", | ||
"roleARN": "enterRoleARN", | ||
"storage": { | ||
"kind": "Internal" | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/planes/AWS/aws/providers/System.AWS/credentials/default", | ||
"name": "default", | ||
"type": "System.AWS/credentials", | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "IRSA", | ||
"roleARN": "enterRoleARN", | ||
"storage": { | ||
"kind": "Internal", | ||
"secretName": "aws-awscloud-default" | ||
} | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/planes/AWS/aws/providers/System.AWS/credentials/default", | ||
"name": "default", | ||
"type": "System.AWS/credentials", | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "IRSA", | ||
"roleARN": "enterRoleARN", | ||
"storage": { | ||
"kind": "Internal", | ||
"secretName": "aws-awscloud-default" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...p/resource-manager/UCP/preview/2023-10-01-preview/examples/AWSCredential_IRSA_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,14 @@ | ||
{ | ||
"operationId": "AwsCredentials_Delete", | ||
"title": "Delete an AWS IRSA credential", | ||
"parameters": { | ||
"api-version": "2023-10-01-preview", | ||
"planeType": "aws", | ||
"planeName": "awscloud", | ||
"credentialName": "default" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
.../ucp/resource-manager/UCP/preview/2023-10-01-preview/examples/AWSCredential_IRSA_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,28 @@ | ||
{ | ||
"operationId": "AwsCredentials_Get", | ||
"title": "Get an AWS IRSA credential", | ||
"parameters": { | ||
"api-version": "2023-10-01-preview", | ||
"planeType": "aws", | ||
"planeName": "awscloud", | ||
"credentialName": "default" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/planes/AWS/aws/providers/System.AWS/credentials/default", | ||
"name": "default", | ||
"type": "System.AWS/credentials", | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "IRSA", | ||
"roleArn": "enterRoleARN", | ||
"storage": { | ||
"kind": "Internal", | ||
"secretName": "aws-awscloud-default" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...ucp/resource-manager/UCP/preview/2023-10-01-preview/examples/AWSCredential_IRSA_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,31 @@ | ||
{ | ||
"operationId": "AwsCredentials_List", | ||
"title": "List AWS IRSA credentials", | ||
"parameters": { | ||
"api-version": "2023-10-01-preview", | ||
"planeType": "aws", | ||
"planeName": "awscloud" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/planes/AWS/aws/providers/System.AWS/credentials/default", | ||
"name": "default", | ||
"type": "System.AWS/credentials", | ||
"location": "us-west-2", | ||
"properties": { | ||
"kind": "IRSA", | ||
"roleArn": "enterRoleARN", | ||
"storage": { | ||
"kind": "Internal", | ||
"secretName": "aws-awscloud-default" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.