* Extend timeZoneId property

* Fix ModelValidation errors

* Fix LRO_RESPONSE_HEADER errors
This commit is contained in:
thophan-microsoft 2023-06-04 19:47:04 -07:00 коммит произвёл GitHub
Родитель 0d41e63529
Коммит 4ddeb1df87
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
38 изменённых файлов: 218 добавлений и 69 удалений

Просмотреть файл

@ -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": {}
}
}