Extend timeZoneId description (#24261)
* Extend timeZoneId property * Fix ModelValidation errors * Fix LRO_RESPONSE_HEADER errors
This commit is contained in:
Родитель
0d41e63529
Коммит
4ddeb1df87
|
@ -11624,7 +11624,7 @@
|
|||
"description": "If the schedule will occur multiple times a day, specify the hourly recurrence."
|
||||
},
|
||||
"timeZoneId": {
|
||||
"description": "The time zone ID (e.g. Pacific Standard time).",
|
||||
"description": "The time zone ID (e.g. China Standard Time, Greenland Standard Time, Pacific Standard time, etc.). The possible values for this property can be found in `IReadOnlyCollection<string> TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds` (https://github.com/mattjohnsonpint/TimeZoneConverter/blob/main/README.md)",
|
||||
"type": "string"
|
||||
},
|
||||
"notificationSettings": {
|
||||
|
@ -11703,7 +11703,7 @@
|
|||
"description": "If the schedule will occur multiple times a day, specify the hourly recurrence."
|
||||
},
|
||||
"timeZoneId": {
|
||||
"description": "The time zone ID (e.g. Pacific Standard time).",
|
||||
"description": "The time zone ID (e.g. China Standard Time, Greenland Standard Time, Pacific Standard time, etc.). The possible values for this property can be found in `IReadOnlyCollection<string> TimeZoneConverter.TZConvert.KnownWindowsTimeZoneIds` (https://github.com/mattjohnsonpint/TimeZoneConverter/blob/main/README.md)",
|
||||
"type": "string"
|
||||
},
|
||||
"notificationSettings": {
|
||||
|
|
|
@ -126,6 +126,13 @@
|
|||
"createdDate": "2020-12-23T22:43:54.7253204+00:00",
|
||||
"provisioningState": "Succeeded",
|
||||
"uniqueIdentifier": "{uniqueIdentifier}"
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.devtestlab/labs/{labName}/costs/{costName}",
|
||||
"name": "{costName}",
|
||||
"type": "Microsoft.DevTestLab/labs/costs",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -192,6 +199,13 @@
|
|||
"createdDate": "2020-12-23T22:43:54.7253204+00:00",
|
||||
"provisioningState": "Creating",
|
||||
"uniqueIdentifier": "{uniqueIdentifier}"
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.devtestlab/labs/{labName}/costs/{costName}",
|
||||
"name": "{costName}",
|
||||
"type": "Microsoft.DevTestLab/labs/costs",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -70,6 +70,13 @@
|
|||
"createdDate": "2020-12-23T22:43:54.7253204+00:00",
|
||||
"provisioningState": "Succeeded",
|
||||
"uniqueIdentifier": "{uniqueIdentifier}"
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.devtestlab/labs/{labName}/costs/{costName}",
|
||||
"name": "{costName}",
|
||||
"type": "Microsoft.DevTestLab/labs/costs",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,11 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {},
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
},
|
||||
"204": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,11 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {},
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
},
|
||||
"204": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,11 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {},
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
},
|
||||
"204": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,6 +31,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,11 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {},
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
},
|
||||
"204": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
"createdDate": "2018-10-01T18:40:48.1739018-07:00",
|
||||
"provisioningState": "Succeeded",
|
||||
"uniqueIdentifier": "{uniqueIdentifier}"
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{policyName}",
|
||||
"name": "{labName}",
|
||||
"type": "Microsoft.DevTestLab/labs/policySets/policies",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.DevTestLab/labs/{labName}/policysets/{policySetName}/policies/{policyName}",
|
||||
"name": "{labName}",
|
||||
"type": "Microsoft.DevTestLab/labs/policySets/policies",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,11 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {},
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
},
|
||||
"204": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,14 +26,14 @@
|
|||
"principalId": "{identityPrincipalId}",
|
||||
"tenantId": "{identityTenantId}",
|
||||
"clientSecretUrl": "{identityClientSecretUrl}"
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.DevTestLab/labs/{labName}/serviceRunners/{serviceRunnerName}",
|
||||
"name": "{serviceRunnerName}",
|
||||
"type": "Microsoft.DevTestLab/labs/serviceRunners",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.DevTestLab/labs/{labName}/serviceRunners/{serviceRunnerName}",
|
||||
"name": "{serviceRunnerName}",
|
||||
"type": "Microsoft.DevTestLab/labs/serviceRunners",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
|
@ -43,14 +43,14 @@
|
|||
"principalId": "{identityPrincipalId}",
|
||||
"tenantId": "{identityTenantId}",
|
||||
"clientSecretUrl": "{identityClientSecretUrl}"
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.DevTestLab/labs/{labName}/serviceRunners/{serviceRunnerName}",
|
||||
"name": "{serviceRunnerName}",
|
||||
"type": "Microsoft.DevTestLab/labs/serviceRunners",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.DevTestLab/labs/{labName}/serviceRunners/{serviceRunnerName}",
|
||||
"name": "{serviceRunnerName}",
|
||||
"type": "Microsoft.DevTestLab/labs/serviceRunners",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,14 +43,14 @@
|
|||
"createdDate": "2018-10-01T18:40:48.1739018-07:00",
|
||||
"provisioningState": "Succeeded",
|
||||
"uniqueIdentifier": "{uniqueIdentifier}"
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}",
|
||||
"name": "{userName}",
|
||||
"type": "Microsoft.DevTestLab/labs/users",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}",
|
||||
"name": "{userName}",
|
||||
"type": "Microsoft.DevTestLab/labs/users",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
|
@ -70,14 +70,14 @@
|
|||
"createdDate": "2018-10-01T18:40:48.1739018-07:00",
|
||||
"provisioningState": "Succeeded",
|
||||
"uniqueIdentifier": "{uniqueIdentifier}"
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}",
|
||||
"name": "{userName}",
|
||||
"type": "Microsoft.DevTestLab/labs/users",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
},
|
||||
"id": "/subscriptions/{subscriptionId}/resourceGroups/resourceGroupName/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}",
|
||||
"name": "{userName}",
|
||||
"type": "Microsoft.DevTestLab/labs/users",
|
||||
"location": "{location}",
|
||||
"tags": {
|
||||
"tagName1": "tagValue1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,11 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {},
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
},
|
||||
"204": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,6 +15,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,11 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {},
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
},
|
||||
"204": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {}
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,11 @@
|
|||
},
|
||||
"responses": {
|
||||
"200": {},
|
||||
"202": {},
|
||||
"202": {
|
||||
"headers": {
|
||||
"location": "https://management.azure.com/subscriptions/{subscriptionId}/resourceGroup/{resourceGroupName}/providers/Microsoft.DevTestLabs/locations/{location}"
|
||||
}
|
||||
},
|
||||
"204": {}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче