diff --git a/specification/web/resource-manager/Microsoft.DomainRegistration/stable/2021-03-01/Domains.json b/specification/web/resource-manager/Microsoft.DomainRegistration/stable/2021-03-01/Domains.json
index 41985def9575..c65d3d6b35f1 100644
--- a/specification/web/resource-manager/Microsoft.DomainRegistration/stable/2021-03-01/Domains.json
+++ b/specification/web/resource-manager/Microsoft.DomainRegistration/stable/2021-03-01/Domains.json
@@ -988,7 +988,10 @@
"items": {
"$ref": "#/definitions/HostName"
},
- "readOnly": true
+ "readOnly": true,
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"consent": {
"$ref": "#/definitions/DomainPurchaseConsent",
@@ -1303,7 +1306,10 @@
"items": {
"$ref": "#/definitions/HostName"
},
- "readOnly": true
+ "readOnly": true,
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"consent": {
"$ref": "#/definitions/DomainPurchaseConsent",
@@ -1471,7 +1477,10 @@
"type": "array",
"items": {
"$ref": "../../../Microsoft.Web/stable/2021-03-01/CommonDefinitions.json#/definitions/NameIdentifier"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"nextLink": {
"description": "Link to next page of resources.",
diff --git a/specification/web/resource-manager/Microsoft.DomainRegistration/stable/2021-03-01/TopLevelDomains.json b/specification/web/resource-manager/Microsoft.DomainRegistration/stable/2021-03-01/TopLevelDomains.json
index 823501dd4c8c..86260718c074 100644
--- a/specification/web/resource-manager/Microsoft.DomainRegistration/stable/2021-03-01/TopLevelDomains.json
+++ b/specification/web/resource-manager/Microsoft.DomainRegistration/stable/2021-03-01/TopLevelDomains.json
@@ -196,7 +196,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/TldLegalAgreement"
- }
+ },
+ "x-ms-identifiers": [
+ "agreementKey"
+ ]
},
"nextLink": {
"description": "Link to next page of resources.",
diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/AppServiceEnvironments.json b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/AppServiceEnvironments.json
index ff24faac2d46..f36d5cf03314 100644
--- a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/AppServiceEnvironments.json
+++ b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/AppServiceEnvironments.json
@@ -2178,7 +2178,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/VirtualIPMapping"
- }
+ },
+ "x-ms-identifiers": [
+ "virtualIP"
+ ]
}
},
"x-ms-client-flatten": true
@@ -2303,7 +2306,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDetail"
- }
+ },
+ "x-ms-identifiers": [
+ "ipAddress",
+ "port"
+ ]
}
}
},
@@ -2381,7 +2388,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/InboundEnvironmentEndpoint"
- }
+ },
+ "x-ms-identifiers": []
},
"nextLink": {
"description": "Link to next page of resources.",
@@ -2403,7 +2411,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/EndpointDependency"
- }
+ },
+ "x-ms-identifiers": [
+ "domainName"
+ ]
}
}
},
@@ -2419,7 +2430,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OutboundEnvironmentEndpoint"
- }
+ },
+ "x-ms-identifiers": [
+ "category"
+ ]
},
"nextLink": {
"description": "Link to next page of resources.",
@@ -2473,7 +2487,8 @@
"items": {
"$ref": "#/definitions/ResourceMetricAvailability"
},
- "readOnly": true
+ "readOnly": true,
+ "x-ms-identifiers": []
},
"resourceUri": {
"description": "Resource URI.",
@@ -2544,7 +2559,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/SkuInfo"
- }
+ },
+ "x-ms-identifiers": [
+ "/sku/name",
+ "resourceType"
+ ]
},
"nextLink": {
"description": "Link to next page of resources.",
@@ -2645,7 +2664,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/StampCapacity"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"nextLink": {
"description": "Link to next page of resources.",
diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/CommonDefinitions.json
index 7b42713406bb..244b5439f9fa 100644
--- a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/CommonDefinitions.json
+++ b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/CommonDefinitions.json
@@ -132,7 +132,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/NameValuePair"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"userWhitelistedIpRanges": {
"description": "User added ip ranges to whitelist on ASE db",
@@ -428,7 +431,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/StatusCodesBasedTrigger"
- }
+ },
+ "x-ms-identifiers": [
+ "path"
+ ]
},
"slowRequests": {
"$ref": "#/definitions/SlowRequestsBasedTrigger",
@@ -439,14 +445,20 @@
"type": "array",
"items": {
"$ref": "#/definitions/SlowRequestsBasedTrigger"
- }
+ },
+ "x-ms-identifiers": [
+ "path"
+ ]
},
"statusCodesRange": {
"description": "A rule based on status codes ranges.",
"type": "array",
"items": {
"$ref": "#/definitions/StatusCodesRangeBasedTrigger"
- }
+ },
+ "x-ms-identifiers": [
+ "path"
+ ]
}
}
},
@@ -642,7 +654,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/EnvironmentVar"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"resources": {
"$ref": "#/definitions/ContainerResources",
@@ -694,7 +709,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/CsmOperationDescription"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"nextLink": {
"description": "Link to next page of resources.",
@@ -792,7 +810,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/CsmUsageQuota"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"nextLink": {
"description": "Link to next page of resources.",
@@ -821,7 +842,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ScaleRuleAuth"
- }
+ },
+ "x-ms-identifiers": [
+ "triggerParameter"
+ ]
}
}
},
@@ -847,7 +871,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DaprComponent"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -872,7 +899,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DaprMetadata"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -907,7 +937,10 @@
"items": {
"$ref": "#/definitions/KeyValuePair[String,Object]"
},
- "readOnly": true
+ "readOnly": true,
+ "x-ms-identifiers": [
+ "key"
+ ]
}
}
},
@@ -942,7 +975,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DataTableResponseColumn"
- }
+ },
+ "x-ms-identifiers": [
+ "columnName"
+ ]
},
"rows": {
"description": "Raw row values",
@@ -1002,7 +1038,8 @@
}
},
"readOnly": true
- }
+ },
+ "x-ms-identifiers": []
},
"innererror": {
"description": "More information to debug error.",
@@ -1162,7 +1199,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/DiagnosticData"
- }
+ },
+ "x-ms-identifiers": []
},
"status": {
"$ref": "#/definitions/Status",
@@ -1173,7 +1211,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DataProviderMetadata"
- }
+ },
+ "x-ms-identifiers": [
+ "providerName"
+ ]
},
"suggestedUtterances": {
"$ref": "#/definitions/QueryUtterancesResults",
@@ -1279,14 +1320,16 @@
"type": "array",
"items": {
"$ref": "#/definitions/ErrorEntity"
- }
+ },
+ "x-ms-identifiers": []
},
"details": {
"description": "Error Details.",
"type": "array",
"items": {
"$ref": "#/definitions/ErrorEntity"
- }
+ },
+ "x-ms-identifiers": []
},
"target": {
"description": "The error target.",
@@ -1311,7 +1354,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/RampUpRule"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -1572,7 +1618,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ScaleRuleAuth"
- }
+ },
+ "x-ms-identifiers": [
+ "triggerParameter"
+ ]
}
}
},
@@ -1905,7 +1954,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Dimension"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"category": {
"type": "string"
@@ -1914,7 +1966,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/MetricAvailability"
- }
+ },
+ "x-ms-identifiers": []
},
"supportedTimeGrainTypes": {
"type": "array",
@@ -1986,7 +2039,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/ErrorEntity"
- }
+ },
+ "x-ms-identifiers": []
},
"createdTime": {
"format": "date-time",
@@ -2234,7 +2288,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/QueryUtterancesResult"
- }
+ },
+ "x-ms-identifiers": []
}
}
},
@@ -2256,7 +2311,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ScaleRuleAuth"
- }
+ },
+ "x-ms-identifiers": [
+ "triggerParameter"
+ ]
}
}
},
@@ -2483,7 +2541,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ScaleRule"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -2531,13 +2592,19 @@
"type": "array",
"items": {
"$ref": "#/definitions/MetricSpecification"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"logSpecifications": {
"type": "array",
"items": {
"$ref": "#/definitions/LogSpecification"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -2616,7 +2683,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/HostNameSslState"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"serverFarmId": {
"description": "Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\".",
@@ -2918,14 +2988,20 @@
"type": "array",
"items": {
"$ref": "#/definitions/NameValuePair"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"connectionStrings": {
"description": "Connection strings.",
"type": "array",
"items": {
"$ref": "#/definitions/ConnStringInfo"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"machineKey": {
"$ref": "#/definitions/SiteMachineKey",
@@ -2937,7 +3013,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/HandlerMapping"
- }
+ },
+ "x-ms-identifiers": [
+ "extension"
+ ]
},
"documentRoot": {
"description": "Document root.",
@@ -3012,7 +3091,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/VirtualApplication"
- }
+ },
+ "x-ms-identifiers": [
+ "virtualPath"
+ ]
},
"loadBalancing": {
"description": "Site load balancing.",
@@ -3111,14 +3193,20 @@
"type": "array",
"items": {
"$ref": "#/definitions/IpSecurityRestriction"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"scmIpSecurityRestrictions": {
"description": "IP security restrictions for scm.",
"type": "array",
"items": {
"$ref": "#/definitions/IpSecurityRestriction"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"scmIpSecurityRestrictionsUseMain": {
"description": "IP security restrictions for scm to use main.",
@@ -3327,7 +3415,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Capability"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -3528,7 +3619,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Container"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"scale": {
"$ref": "#/definitions/Scale",
@@ -3605,7 +3699,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/VirtualDirectory"
- }
+ },
+ "x-ms-identifiers": [
+ "virtualPath"
+ ]
}
}
},
diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/ContainerApps.json b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/ContainerApps.json
index afb9ba61ef4a..aeb895a90a39 100644
--- a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/ContainerApps.json
+++ b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/ContainerApps.json
@@ -309,7 +309,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Secret"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"activeRevisionsMode": {
"description": "ActiveRevisionsMode controls how active revisions are handled for the Container app:\n- Multiple: multiple revisions can be active. If no value if provided, this is the default
- Single: Only one revision can be active at a time. Revision weights can not be used in this mode
",
@@ -332,7 +335,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/RegistryCredentials"
- }
+ },
+ "x-ms-identifiers": [
+ "server"
+ ]
}
}
},
@@ -428,7 +434,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ContainerAppSecret"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -468,7 +477,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/TrafficWeight"
- }
+ },
+ "x-ms-identifiers": [
+ "revisionName"
+ ]
},
"allowInsecure": {
"description": "Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections",
diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/Diagnostics.json b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/Diagnostics.json
index 3c328d205c73..4f89876bfa36 100644
--- a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/Diagnostics.json
+++ b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/Diagnostics.json
@@ -1549,7 +1549,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/DetectorAbnormalTimePeriod"
- }
+ },
+ "x-ms-identifiers": []
},
"solutions": {
"description": "List of proposed solutions",
@@ -1577,7 +1578,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DiagnosticMetricSet"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"data": {
"description": "Additional Source Data",
@@ -1586,7 +1590,10 @@
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/NameValuePair"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
},
"detectorMetaData": {
@@ -1634,7 +1641,10 @@
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/NameValuePair"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -1672,7 +1682,10 @@
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/NameValuePair"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
},
"type": {
@@ -1774,21 +1787,28 @@
"type": "array",
"items": {
"$ref": "#/definitions/AbnormalTimePeriod"
- }
+ },
+ "x-ms-identifiers": []
},
"payload": {
"description": "Data by each detector",
"type": "array",
"items": {
"$ref": "#/definitions/AnalysisData"
- }
+ },
+ "x-ms-identifiers": [
+ "source"
+ ]
},
"nonCorrelatedDetectors": {
"description": "Data by each detector for detectors that did not corelate",
"type": "array",
"items": {
"$ref": "#/definitions/DetectorDefinition"
- }
+ },
+ "x-ms-identifiers": [
+ "displayName"
+ ]
}
},
"x-ms-client-flatten": true
@@ -1917,14 +1937,18 @@
"type": "array",
"items": {
"$ref": "#/definitions/DiagnosticMetricSet"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"abnormalTimePeriods": {
"description": "List of Correlated events found by the detector",
"type": "array",
"items": {
"$ref": "#/definitions/DetectorAbnormalTimePeriod"
- }
+ },
+ "x-ms-identifiers": []
},
"data": {
"description": "Additional Data that detector wants to send.",
@@ -1933,7 +1957,10 @@
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/NameValuePair"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
},
"responseMetaData": {
@@ -2010,7 +2037,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/DiagnosticMetricSample"
- }
+ },
+ "x-ms-identifiers": []
}
}
},
@@ -2065,7 +2093,10 @@
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/NameValuePair"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
},
"metadata": {
@@ -2075,7 +2106,10 @@
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/NameValuePair"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
}
diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/Provider.json b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/Provider.json
index 21a14817cbab..f3bcd5fe5da5 100644
--- a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/Provider.json
+++ b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/Provider.json
@@ -388,21 +388,30 @@
"type": "array",
"items": {
"$ref": "#/definitions/StackMajorVersion"
- }
+ },
+ "x-ms-identifiers": [
+ "runtimeVersion"
+ ]
},
"frameworks": {
"description": "List of frameworks associated with application stack.",
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationStack"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"isDeprecated": {
"description": "true
if this is the stack is deprecated; otherwise, false
.",
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationStack"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -464,7 +473,10 @@
"items": {
"$ref": "#/definitions/FunctionAppMinorVersion"
},
- "readOnly": true
+ "readOnly": true,
+ "x-ms-identifiers": [
+ "value"
+ ]
}
}
},
@@ -622,7 +634,10 @@
"items": {
"$ref": "#/definitions/FunctionAppMajorVersion"
},
- "readOnly": true
+ "readOnly": true,
+ "x-ms-identifiers": [
+ "value"
+ ]
},
"preferredOs": {
"description": "Function App stack preferred OS.",
@@ -773,7 +788,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/StackMinorVersion"
- }
+ },
+ "x-ms-identifiers": [
+ "runtimeVersion"
+ ]
},
"applicationInsights": {
"description": "true
if this supports Application Insights; otherwise, false
.",
@@ -849,7 +867,10 @@
"items": {
"$ref": "#/definitions/WebAppMinorVersion"
},
- "readOnly": true
+ "readOnly": true,
+ "x-ms-identifiers": [
+ "value"
+ ]
}
}
},
@@ -991,7 +1012,10 @@
"items": {
"$ref": "#/definitions/WebAppMajorVersion"
},
- "readOnly": true
+ "readOnly": true,
+ "x-ms-identifiers": [
+ "value"
+ ]
},
"preferredOs": {
"description": "Web App stack preferred OS.",
diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/ResourceProvider.json b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/ResourceProvider.json
index a2df7a1fed31..bc833fc86f44 100644
--- a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/ResourceProvider.json
+++ b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/ResourceProvider.json
@@ -860,14 +860,18 @@
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/AppServiceEnvironment"
- }
+ },
+ "x-ms-identifiers": []
},
"hostingEnvironmentDeploymentInfos": {
"description": "Available App Service Environments with basic information.",
"type": "array",
"items": {
"$ref": "#/definitions/HostingEnvironmentDeploymentInfo"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -961,7 +965,10 @@
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/Capability"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -1146,7 +1153,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/GlobalCsmSkuDescription"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/WebApps.json b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/WebApps.json
index bc1867636f03..8c38e3f664a1 100644
--- a/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/WebApps.json
+++ b/specification/web/resource-manager/Microsoft.Web/stable/2021-03-01/WebApps.json
@@ -21788,7 +21788,10 @@
"items": {
"$ref": "#/definitions/DatabaseBackupSetting"
},
- "readOnly": true
+ "readOnly": true,
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"scheduled": {
"description": "True if this backup has been created due to a schedule being triggered.",
@@ -21881,7 +21884,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DatabaseBackupSetting"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
},
"x-ms-client-flatten": true
@@ -23364,7 +23370,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/MSDeployCore"
- }
+ },
+ "x-ms-identifiers": [
+ "packageUri"
+ ]
}
},
"x-ms-client-flatten": true
@@ -23427,7 +23436,8 @@
"items": {
"$ref": "#/definitions/MSDeployLogEntry"
},
- "readOnly": true
+ "readOnly": true,
+ "x-ms-identifiers": []
}
},
"x-ms-client-flatten": true
@@ -23773,7 +23783,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/PerfMonResponse"
- }
+ },
+ "x-ms-identifiers": []
},
"nextLink": {
"description": "Link to next page of resources.",
@@ -23847,7 +23858,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/PerfMonSample"
- }
+ },
+ "x-ms-identifiers": []
}
}
},
@@ -23949,7 +23961,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/PrivateAccessVirtualNetwork"
- }
+ },
+ "x-ms-identifiers": [
+ "key"
+ ]
}
},
"x-ms-client-flatten": true
@@ -23993,7 +24008,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/PrivateAccessSubnet"
- }
+ },
+ "x-ms-identifiers": [
+ "key"
+ ]
}
}
},
@@ -24549,7 +24567,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DatabaseBackupSetting"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"ignoreConflictingHostNames": {
"description": "Changes a logic when restoring an app with custom domains. true
to remove custom domains automatically. If false
, custom domains are added to \nthe app's object when it is being restored, but that might fail due to conflicts during the operation.",
@@ -24866,21 +24887,30 @@
"type": "array",
"items": {
"$ref": "#/definitions/SiteCloneabilityCriterion"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"unsupportedFeatures": {
"description": "List of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned\nbut the features in this list will not be set up on cloned app.",
"type": "array",
"items": {
"$ref": "#/definitions/SiteCloneabilityCriterion"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"blockingCharacteristics": {
"description": "List of blocking application characteristics.",
"type": "array",
"items": {
"$ref": "#/definitions/SiteCloneabilityCriterion"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
}
}
},
@@ -25228,7 +25258,10 @@
"type": "array",
"items": {
"$ref": "./CommonDefinitions.json#/definitions/HostNameSslState"
- }
+ },
+ "x-ms-identifiers": [
+ "name"
+ ]
},
"serverFarmId": {
"description": "Resource ID of the associated App Service plan, formatted as: \"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}\".",
@@ -25879,7 +25912,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/TriggeredJobRun"
- }
+ },
+ "x-ms-identifiers": [
+ "web_job_id"
+ ]
}
},
"x-ms-client-flatten": true