Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"state": "Enabled"
}
},
"description": "xpj"
"description": "kpqtgocs"
},
"extendedLocation": {
"name": "qmbrfwcpwwhggszhrdjv",
Expand Down Expand Up @@ -62,15 +62,9 @@
"state": "Enabled"
}
},
"description": "xpj",
"description": "kpqtgocs",
"provisioningState": "Succeeded",
"version": "vjjbmunthiphfmekvxgxcxkzdwjti",
"serviceAccounts": [
{
"name": "vcmxrtnagehxmcoc",
"namespace": "ohghyaqoyvfvlysd"
}
]
"version": "vjjbmunthiphfmekvxgxcxkzdwjti"
},
"extendedLocation": {
"name": "qmbrfwcpwwhggszhrdjv",
Expand Down Expand Up @@ -121,15 +115,9 @@
"state": "Enabled"
}
},
"description": "xpj",
"description": "kpqtgocs",
"provisioningState": "Succeeded",
"version": "vjjbmunthiphfmekvxgxcxkzdwjti",
"serviceAccounts": [
{
"name": "vcmxrtnagehxmcoc",
"namespace": "ohghyaqoyvfvlysd"
}
]
"version": "vjjbmunthiphfmekvxgxcxkzdwjti"
},
"extendedLocation": {
"name": "qmbrfwcpwwhggszhrdjv",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ model InstanceProperties {
@pattern("^[a-z0-9][a-z0-9-]*[a-z0-9]$")
schemaRegistryNamespace: string;

@doc("The service accounts to be used for federated credentials.")
@visibility("read")
@OpenAPI.extension("x-ms-identifiers", [])
serviceAccounts?: ServiceAccountProperties[] = #[];

@doc("The configuration for components of the AIO Instance.")
components?: Components = #{};
}
Expand All @@ -86,15 +81,6 @@ model Components {
};
}

@doc("The properties of a Service Account.")
model ServiceAccountProperties {
@doc("The name of the service account.")
name: string;

@doc("The namespace of the service account.")
`namespace`: string;
}

@doc("The properties of an ADR instance.")
model AdrProperties {
@doc("This determines if the ADR service is enabled.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"state": "Enabled"
}
},
"description": "xpj"
"description": "kpqtgocs"
},
"extendedLocation": {
"name": "qmbrfwcpwwhggszhrdjv",
Expand Down Expand Up @@ -62,15 +62,9 @@
"state": "Enabled"
}
},
"description": "xpj",
"description": "kpqtgocs",
"provisioningState": "Succeeded",
"version": "vjjbmunthiphfmekvxgxcxkzdwjti",
"serviceAccounts": [
{
"name": "vcmxrtnagehxmcoc",
"namespace": "ohghyaqoyvfvlysd"
}
]
"version": "vjjbmunthiphfmekvxgxcxkzdwjti"
},
"extendedLocation": {
"name": "qmbrfwcpwwhggszhrdjv",
Expand Down Expand Up @@ -121,15 +115,9 @@
"state": "Enabled"
}
},
"description": "xpj",
"description": "kpqtgocs",
"provisioningState": "Succeeded",
"version": "vjjbmunthiphfmekvxgxcxkzdwjti",
"serviceAccounts": [
{
"name": "vcmxrtnagehxmcoc",
"namespace": "ohghyaqoyvfvlysd"
}
]
"version": "vjjbmunthiphfmekvxgxcxkzdwjti"
},
"extendedLocation": {
"name": "qmbrfwcpwwhggszhrdjv",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5382,16 +5382,6 @@
"description": "The reference to the Schema Registry for this AIO Instance.",
"pattern": "^[a-z0-9][a-z0-9-]*[a-z0-9]$"
},
"serviceAccounts": {
"type": "array",
"description": "The service accounts to be used for federated credentials.",
"default": [],
"items": {
"$ref": "#/definitions/ServiceAccountProperties"
},
"readOnly": true,
"x-ms-identifiers": []
},
"components": {
"$ref": "#/definitions/Components",
"description": "The configuration for components of the AIO Instance."
Expand Down Expand Up @@ -6203,24 +6193,6 @@
}
}
},
"ServiceAccountProperties": {
"type": "object",
"description": "The properties of a Service Account.",
"properties": {
"name": {
"type": "string",
"description": "The name of the service account."
},
"namespace": {
"type": "string",
"description": "The namespace of the service account."
}
},
"required": [
"name",
"namespace"
]
},
"ServiceType": {
"type": "string",
"description": "Kubernetes Service Types supported by Listener",
Expand Down