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

[developerhub] Update private preview 2024-05-01-preview #30333

Merged
merged 4 commits into from
Sep 12, 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,17 @@
"resourceGroupName": "resourceGroup1",
"iacProfileName": "profile1",
"parameters": {
"location": "location1",
"tags": {
"appname": "testApp"
},
"location": "eastus",
"properties": {
"githubProfile": {
"repositoryOwner": "owner",
"repositoryName": "localtest",
"repositoryMainBranch": "main"
"repositoryOwner": "qfai",
"repositoryName": "localtest"
},
"terraformProfile": {
"storageAccountSubscription": "subscription",
"storageAccountResourceGroup": "hybrid-iac",
"storageAccountName": "hybridiac",
"storageContainerName": "hybridiac"
"storageAccountSubscription": "586c20df-c465-4f10-8673-65aa4859e7ca",
"storageAccountResourceGroup": "test",
"storageAccountName": "iacbackend",
"storageContainerName": "tfbackend"
},
"stages": [
{
Expand All @@ -33,33 +29,14 @@
"dev"
],
"gitEnvironment": "Terraform"
},
{
"stageName": "prod",
"dependencies": [
"qa"
],
"gitEnvironment": "Terraform"
}
],
"templates": [
{
"templateName": "base",
"sourceResourceId": "/subscriptions/xxxx/resourceGroups/xxxx",
"instanceStage": "dev",
"instanceName": "contoso",
"templateDetails": [
{
"productName": "HCI",
"count": 1,
"namingConvention": "$sitid-hci"
},
{
"productName": "AKSarc",
"count": 1,
"namingConvention": "$sitid-aks"
}
]
"templateName": "hciaksss",
"quickStartTemplateType": "HCIAKS",
"instanceName": "quickinstance",
"instanceStage": "dev"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"resourceGroupName": "resourceGroup1",
"iacProfileName": "iacprofile",
"parameters": {
"templateName": "base",
"templateName": "test",
"resourceGroupIds": [
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup1",
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup2"
"/subscriptions/de3c4d5e-af08-451a-a873-438d86ab6f4b/resourceGroups/iac208-rg"
],
"instanceName": "sample",
"instanceName": "iac208",
"instanceStage": "dev"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"resourceGroupName": "resourceGroup1",
"iacProfileName": "iacprofile",
"parameters": {
"templateName": "base",
"scaleRequirement": [
"templateName": "hciaksss",
"scaleProperties": [
{
"stage": "dev",
"region": "useast",
"numberOfStore": 10,
"stage": "dev"
"numberOfStores": 1
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,9 +633,9 @@
"None",
"HCI",
"HCIAKS",
"HCIARCVM"
"HCIARCVM",
"ALL"
],
"readOnly": true,
"x-ms-enum": {
"name": "QuickStartTemplateType",
"modelAsString": true,
Expand All @@ -655,6 +655,10 @@
{
"value": "HCIARCVM",
"description": "The template use quick start template of HCI and ArcVM"
},
{
"value": "ALL",
"description": "The template use quick start template of All supported products"
qfai marked this conversation as resolved.
Show resolved Hide resolved
}
]
},
Expand Down Expand Up @@ -711,7 +715,7 @@
"title": "The name of the template.",
"description": "Template Name"
},
"scaleRequirement": {
"scaleProperties": {
"type": "array",
"items": {
"$ref": "#/definitions/ScaleProperty"
Expand All @@ -730,7 +734,7 @@
"type": "string",
"description": "The stage of the store"
},
"numberOfStore": {
"numberOfStores": {
"type": "integer",
"format": "int32",
"description": "Number of the store"
Expand Down
Loading