This commit is contained in:
Wes Haggard 2023-02-14 12:53:33 -08:00 коммит произвёл GitHub
Родитель 6905e7d36a
Коммит fade77d31d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8 добавлений и 8 удалений

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

@ -1,6 +1,6 @@
"Package","VersionGA","VersionPreview","DisplayName","ServiceName","RepoPath","MSDocs","GHDocs","Type","New","PlannedVersions","LatestGADate","FirstGADate","Support","EOLDate","Hide","Replace","ReplaceGuide","MSDocService","ServiceId","Notes"
"az_core","1.5.0","","Core","Other","src/azure/core","NA","https://azure.github.io/azure-sdk-for-c/other.html#az_core","client","true","","01/11/2023","09/22/2020","active","","","","","","",""
"az_iot_provisioning","1.5.0","","IoT Provisioning","IoT Device Provisioning","src/azure/iot","NA","https://azure.github.io/azure-sdk-for-c/iot.html","client","true","","01/11/2023","09/22/2020","active","","","","","","",""
"az_iot_hub","1.5.0","","IoT Hub","IoT Hub","src/azure/iot","NA","https://azure.github.io/azure-sdk-for-c/iot.html","client","true","","01/11/2023","09/22/2020","active","","","","","","",""
"az_iot_adu","1.5.0","","IoT Hub - Device Update","Device Update for IoT Hub","src/azure/iot","NA","https://azure.github.io/azure-sdk-for-c/iot.html","client","true","","01/11/2023","09/22/2020","active","","","","","","",""
"az_storage_blobs","","","Storage","Storage","src/azure/storage","NA","https://azure.github.io/azure-sdk-for-c/storage.html","client","true","","","","active","","","","","","",""
"az_core","1.5.0","","Core","Other","src/azure/core","NA","","client","true","","01/11/2023","09/22/2020","active","","","","","","",""
"az_iot_provisioning","1.5.0","","IoT Provisioning","IoT Device Provisioning","src/azure/iot","NA","https://azuresdkdocs.blob.core.windows.net/$web/c/az_iot/item.Version/index.html","client","true","","01/11/2023","09/22/2020","active","","","","","","",""
"az_iot_hub","1.5.0","","IoT Hub","IoT Hub","src/azure/iot","NA","https://azuresdkdocs.blob.core.windows.net/$web/c/az_iot/item.Version/index.html","client","true","","01/11/2023","09/22/2020","active","","","","","","",""
"az_iot_adu","1.5.0","","IoT Hub - Device Update","Device Update for IoT Hub","src/azure/iot","NA","https://azuresdkdocs.blob.core.windows.net/$web/c/az_iot/item.Version/index.html","client","true","","01/11/2023","09/22/2020","active","","","","","","",""
"az_storage_blobs","","","Storage","Storage","src/azure/storage","NA","https://azuresdkdocs.blob.core.windows.net/$web/c/az_storage_blobs/item.Version/index.html","client","true","","","","active","","","","","","",""

1 Package VersionGA VersionPreview DisplayName ServiceName RepoPath MSDocs GHDocs Type New PlannedVersions LatestGADate FirstGADate Support EOLDate Hide Replace ReplaceGuide MSDocService ServiceId Notes
2 az_core 1.5.0 Core Other src/azure/core NA https://azure.github.io/azure-sdk-for-c/other.html#az_core client true 01/11/2023 09/22/2020 active
3 az_iot_provisioning 1.5.0 IoT Provisioning IoT Device Provisioning src/azure/iot NA https://azure.github.io/azure-sdk-for-c/iot.html https://azuresdkdocs.blob.core.windows.net/$web/c/az_iot/item.Version/index.html client true 01/11/2023 09/22/2020 active
4 az_iot_hub 1.5.0 IoT Hub IoT Hub src/azure/iot NA https://azure.github.io/azure-sdk-for-c/iot.html https://azuresdkdocs.blob.core.windows.net/$web/c/az_iot/item.Version/index.html client true 01/11/2023 09/22/2020 active
5 az_iot_adu 1.5.0 IoT Hub - Device Update Device Update for IoT Hub src/azure/iot NA https://azure.github.io/azure-sdk-for-c/iot.html https://azuresdkdocs.blob.core.windows.net/$web/c/az_iot/item.Version/index.html client true 01/11/2023 09/22/2020 active
6 az_storage_blobs Storage Storage src/azure/storage NA https://azure.github.io/azure-sdk-for-c/storage.html https://azuresdkdocs.blob.core.windows.net/$web/c/az_storage_blobs/item.Version/index.html client true active

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

@ -143,7 +143,7 @@ entries:
- title: API Documentation
subfolderitems:
- title: az_iot
external_url: https://azure.github.io/azure-sdk-for-c/iot.html#az_iot
external_url: https://azuresdkdocs.blob.core.windows.net/$web/c/az_iot/latest/index.html
- title: C++ Guidelines
folderitems:
- title: Design

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

@ -1,6 +1,6 @@
{% assign package_label = "zip" %}
{% assign pre_suffix = "" %}
{% assign package_url_template = "https://github.com/Azure/azure-sdk-for-c/archive/item.Version.zip" %}
<!--{% assign msdocs_url_template = "https://docs.microsoft.com/c/api/overview/azure/item.TrimmedPackage-readme" %}-->
{% assign msdocs_url_template = "https://azuresdkdocs.blob.core.windows.net/$web/c/item.Package/item.Version/index.html" %}
{% assign ghdocs_url_template = "https://azuresdkdocs.blob.core.windows.net/$web/c/item.Package/item.Version/index.html" %}
{% assign source_url_template = "https://github.com/Azure/azure-sdk-for-c/tree/item.Version/sdk/item.RepoPath/" %}
{% assign source_url_template = "https://github.com/Azure/azure-sdk-for-c/tree/item.Version/sdk/item.RepoPath/" %}