Skip to content

Commit 54e12d3

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents c94a914 + a9ec440 commit 54e12d3

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@
1919
/articles/virtual-machines-scale-sets @jasonwhowell @thomps23
2020
/articles/container-instances @jasonwhowell @thomps23
2121
/articles/service-fabric @jasonwhowell @thomps23
22+
/articles/machine-learning @jasonwhowell @thomps23
23+
/articles/ai-studio @jasonwhowell @thomps23
24+
/articles/ai-services @jasonwhowell @thomps23
25+
/articles/genomics @jasonwhowell @thomps23
26+
/articles/open-datasets @jasonwhowell @thomps23
27+
/articles/search @jasonwhowell @thomps23
28+

articles/azure-app-configuration/feature-management-dotnet-reference.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ Compared to normal feature flags, variant feature flags have two additional prop
11311131

11321132
#### Defining Variants
11331133

1134-
Each variant has two properties: a name and a configuration. The name is used to refer to a specific variant, and the configuration is the value of that variant. The configuration can be set using either the `configuration_reference` or `configuration_value` properties. `configuration_reference` is a string path that references a section of the current configuration that contains the feature flag declaration. `configuration_value` is an inline configuration that can be a string, number, boolean, or configuration object. If both are specified, `configuration_value` is used. If neither are specified, the returned variant's `Configuration` property will be null.
1134+
Each variant has two properties: a name and a configuration. The name is used to refer to a specific variant, and the configuration is the value of that variant. The configuration can be set using `configuration_value` property. `configuration_value` is an inline configuration that can be a string, number, boolean, or configuration object. If `configuration_value` is not specified, the returned variant's `Configuration` property will be null.
11351135
11361136
A list of all possible variants is defined for each feature under the `variants` property.
11371137
@@ -1144,7 +1144,9 @@ A list of all possible variants is defined for each feature under the `variants`
11441144
"variants": [
11451145
{
11461146
"name": "Big",
1147-
"configuration_reference": "ShoppingCart:Big"
1147+
"configuration_value": {
1148+
"Size": 500
1149+
}
11481150
},
11491151
{
11501152
"name": "Small",
@@ -1155,17 +1157,6 @@ A list of all possible variants is defined for each feature under the `variants`
11551157
]
11561158
}
11571159
]
1158-
},
1159-
1160-
"ShoppingCart": {
1161-
"Big": {
1162-
"Size": 600,
1163-
"Color": "green"
1164-
},
1165-
"Small": {
1166-
"Size": 300,
1167-
"Color": "gray"
1168-
}
11691160
}
11701161
}
11711162
```
@@ -1206,7 +1197,7 @@ The process of allocating a feature's variants is determined by the `allocation`
12061197
"variants": [
12071198
{
12081199
"name": "Big",
1209-
"configuration_reference": "ShoppingCart:Big"
1200+
"configuration_value": "500px"
12101201
},
12111202
{
12121203
"name": "Small",

articles/migrate/common-questions-server-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Migration and modernization tool migrates all the UEFI-based machines to Azure a
132132
| SUSE Linux Enterprise Server 12 SP4 | Y | Y | Y |
133133
| Ubuntu Server 16.04, 18.04, 19.04, 19.10 | Y | Y | Y |
134134
| RHEL 8.1, 8.0, 7.8, 7.7, 7.6, 7.5, 7.4, 7.0, 6.x | Y | Y | Y |
135-
| Cent OS 8.1, 8.0, 7.7, 7.6, 7.5, 7.4, 6.x | Y | Y | Y |
135+
| CentOS Stream | Y | Y | Y |
136136
| Oracle Linux 7.7, 7.7-CI | Y | Y | Y |
137137

138138
### Can I migrate Active Directory domain-controllers using Azure Migrate?

articles/migrate/prepare-for-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: sunishvohra
66
ms.manager: vijain
77
ms.service: azure-migrate
88
ms.topic: how-to
9-
ms.date: 07/05/2024
10-
ms.custom: engagement-fy24
9+
ms.date: 08/23/2024
10+
ms.custom: engagement-fy25
1111
---
1212

1313
# Prepare on-premises machines for migration to Azure
@@ -113,7 +113,7 @@ Configure this setting manually as follows:
113113
Azure Migrate completes these actions automatically for these versions
114114

115115
- Red Hat Enterprise Linux 8.x, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.x (Azure Linux VM agent is also installed automatically during migration)
116-
- Cent OS 8.x, 7.7, 7.6, 7.5, 7.4, 6.x (Azure Linux VM agent is also installed automatically during migration)
116+
- CentOS Stream (Azure Linux VM agent is also installed automatically during migration)
117117
- SUSE Linux Enterprise Server 15 SP0, 15 SP1, 12, 11 SP4, 11 SP3
118118
- Ubuntu 20.04, 19.04, 19.10, 18.04LTS, 16.04LTS, 14.04LTS (Azure Linux VM agent is also installed automatically during migration)
119119
- Debian 10, 9, 8, 7

0 commit comments

Comments
 (0)