Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 19098 (0.03 sec)

  1. docs/en/docs/release-notes.md

    ### Internal
    
    * 🔧 Update sponsors, add Speakeasy. PR [#10098](https://github.com/tiangolo/fastapi/pull/10098) by [@tiangolo](https://github.com/tiangolo).
    
    ## 0.101.1
    
    ### Fixes
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

      if [[ "${WINDOWS_NODE_OS_DISTRIBUTION}" == "win2019" ]]; then
        WINDOWS_NODE_IMAGE="windows-server-2019-dc-core-v20210914"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION}" == "win1909" ]]; then
        WINDOWS_NODE_IMAGE="windows-server-1909-dc-core-v20210413"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION}" == "win2004" ]]; then
        WINDOWS_NODE_IMAGE="windows-server-2004-dc-core-v20210914"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION,,}" == "win20h2" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top