Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating typespec version and tsp files #7939

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"tags": {
"type": {
"$ref": "#/34"
"$ref": "#/35"
},
"flags": 0,
"description": "Resource tags."
Expand All @@ -65,7 +65,7 @@
},
"systemData": {
"type": {
"$ref": "#/35"
"$ref": "#/36"
},
"flags": 2,
"description": "Metadata pertaining to creation and last modification of the resource."
Expand All @@ -92,21 +92,21 @@
},
"provisioningState": {
"type": {
"$ref": "#/12"
"$ref": "#/13"
},
"flags": 2,
"description": "Provisioning state of the resource at the time the operation was called"
},
"status": {
"type": {
"$ref": "#/13"
"$ref": "#/14"
},
"flags": 2,
"description": "Status of a resource."
},
"secrets": {
"type": {
"$ref": "#/25"
"$ref": "#/26"
},
"flags": 0,
"description": "The connection secrets properties to the RabbitMQ instance"
Expand All @@ -127,7 +127,7 @@
},
"port": {
"type": {
"$ref": "#/26"
"$ref": "#/27"
},
"flags": 0,
"description": "The port of the RabbitMQ instance. Defaults to 5672"
Expand All @@ -148,28 +148,28 @@
},
"resources": {
"type": {
"$ref": "#/28"
"$ref": "#/29"
},
"flags": 0,
"description": "List of the resource IDs that support the rabbitMQ resource"
},
"tls": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 0,
"description": "Specifies whether to use SSL when connecting to the RabbitMQ instance"
},
"recipe": {
"type": {
"$ref": "#/29"
"$ref": "#/30"
},
"flags": 0,
"description": "The recipe used to automatically deploy underlying infrastructure for a portable resource"
},
"resourceProvisioning": {
"type": {
"$ref": "#/33"
"$ref": "#/34"
},
"flags": 0,
"description": "Specifies how the underlying service/resource is provisioned and managed. Available values are 'recipe', where Radius manages the lifecycle of the resource through a Recipe, and 'manual', where a user manages the resource and provides the values."
Expand All @@ -178,31 +178,35 @@
},
{
"$type": "StringLiteralType",
"value": "Succeeded"
"value": "Creating"
},
{
"$type": "StringLiteralType",
"value": "Failed"
"value": "Updating"
},
{
"$type": "StringLiteralType",
"value": "Canceled"
"value": "Deleting"
},
{
"$type": "StringLiteralType",
"value": "Accepted"
},
{
"$type": "StringLiteralType",
"value": "Provisioning"
},
{
"$type": "StringLiteralType",
"value": "Updating"
"value": "Succeeded"
},
{
"$type": "StringLiteralType",
"value": "Deleting"
"value": "Failed"
},
{
"$type": "StringLiteralType",
"value": "Accepted"
"value": "Canceled"
},
{
"$type": "UnionType",
Expand All @@ -227,6 +231,9 @@
},
{
"$ref": "#/11"
},
{
"$ref": "#/12"
}
]
},
Expand All @@ -236,21 +243,21 @@
"properties": {
"compute": {
"type": {
"$ref": "#/14"
"$ref": "#/15"
},
"flags": 0,
"description": "Represents backing compute resource"
},
"recipe": {
"type": {
"$ref": "#/21"
"$ref": "#/22"
},
"flags": 2,
"description": "Recipe status at deployment time for a resource."
},
"outputResources": {
"type": {
"$ref": "#/24"
"$ref": "#/25"
},
"flags": 0,
"description": "Properties of an output resource"
Expand All @@ -271,15 +278,15 @@
},
"identity": {
"type": {
"$ref": "#/15"
"$ref": "#/16"
},
"flags": 0,
"description": "IdentitySettings is the external identity setting."
}
},
"elements": {
"kubernetes": {
"$ref": "#/19"
"$ref": "#/20"
}
}
},
Expand All @@ -289,7 +296,7 @@
"properties": {
"kind": {
"type": {
"$ref": "#/18"
"$ref": "#/19"
},
"flags": 1,
"description": "IdentitySettingKind is the kind of supported external identity setting"
Expand Down Expand Up @@ -322,10 +329,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/16"
"$ref": "#/17"
},
{
"$ref": "#/17"
"$ref": "#/18"
}
]
},
Expand All @@ -342,7 +349,7 @@
},
"kind": {
"type": {
"$ref": "#/20"
"$ref": "#/21"
},
"flags": 1,
"description": "Discriminator property for EnvironmentCompute."
Expand Down Expand Up @@ -400,7 +407,7 @@
},
"radiusManaged": {
"type": {
"$ref": "#/23"
"$ref": "#/24"
},
"flags": 0,
"description": "Determines whether Radius manages the lifecycle of the underlying resource."
Expand All @@ -413,7 +420,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/22"
"$ref": "#/23"
}
},
{
Expand Down Expand Up @@ -455,7 +462,7 @@
{
"$type": "ArrayType",
"itemType": {
"$ref": "#/27"
"$ref": "#/28"
}
},
{
Expand All @@ -471,7 +478,7 @@
},
"parameters": {
"type": {
"$ref": "#/30"
"$ref": "#/31"
},
"flags": 0,
"description": "Any object"
Expand All @@ -493,10 +500,10 @@
"$type": "UnionType",
"elements": [
{
"$ref": "#/31"
"$ref": "#/32"
},
{
"$ref": "#/32"
"$ref": "#/33"
}
]
},
Expand All @@ -521,7 +528,7 @@
},
"createdByType": {
"type": {
"$ref": "#/40"
"$ref": "#/41"
},
"flags": 0,
"description": "The type of identity that created the resource."
Expand All @@ -542,7 +549,7 @@
},
"lastModifiedByType": {
"type": {
"$ref": "#/45"
"$ref": "#/46"
},
"flags": 0,
"description": "The type of identity that created the resource."
Expand Down Expand Up @@ -575,9 +582,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/36"
},
{
"$ref": "#/37"
},
Expand All @@ -586,6 +590,9 @@
},
{
"$ref": "#/39"
},
{
"$ref": "#/40"
}
]
},
Expand All @@ -608,9 +615,6 @@
{
"$type": "UnionType",
"elements": [
{
"$ref": "#/41"
},
{
"$ref": "#/42"
},
Expand All @@ -619,6 +623,9 @@
},
{
"$ref": "#/44"
},
{
"$ref": "#/45"
}
]
},
Expand Down Expand Up @@ -646,7 +653,7 @@
"$type": "FunctionType",
"parameters": [],
"output": {
"$ref": "#/46"
"$ref": "#/47"
}
},
{
Expand All @@ -660,7 +667,7 @@
"functions": {
"listSecrets": {
"type": {
"$ref": "#/47"
"$ref": "#/48"
},
"description": "listSecrets"
}
Expand Down
Loading