You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The location in which the resource is hosted and data resides. Can be one of 'United States', 'Europe', 'Asia Pacific', or 'Australia'. Refer to [this documentation](https://aka.ms/B2CDataResidency) for more information."
19
+
},
20
+
"name": {
21
+
"type": "string",
22
+
"description": "The initial domain name of the Azure AD B2C tenant."
"description": "SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at [aka.ms/b2cBilling](https://aka.ms/b2cBilling)."
172
+
},
173
+
"CreateTenantProperties": {
174
+
"type": "object",
175
+
"properties": {
176
+
"countryCode": {
177
+
"type": "string",
178
+
"description": "Country code of Azure tenant (e.g. 'US'). Refer to [aka.ms/B2CDataResidency](https://aka.ms/B2CDataResidency) to see valid country codes and corresponding data residency locations. If you do not see a country code in an valid data residency location, choose one from the list."
179
+
},
180
+
"displayName": {
181
+
"type": "string",
182
+
"description": "The display name of the Azure AD B2C tenant."
183
+
}
184
+
},
185
+
"description": "These properties are used to create the Azure AD B2C tenant. These properties are not part of the Azure resource."
0 commit comments