Skip to content

Commit

Permalink
v20240627 notes (#4384)
Browse files Browse the repository at this point in the history
* v20240627 release notes

* v20240627 release notes

* v20240627 release notes

* v20240627 release notes

* v20240629 release notes

* v20240629 release notes
  • Loading branch information
shashankbarsin authored Jul 9, 2024
1 parent 4ef5aac commit 645383f
Show file tree
Hide file tree
Showing 106 changed files with 2,113 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ configuration:
Hi there :wave: AKS bot here. This issue has been tagged as needing a support request so that the AKS support and engineering teams have a look into this particular cluster/issue.
Follow the steps [here](https://azure.microsoft.com/en-us/support/create-ticket/) to create a support ticket for Azure Kubernetes Service and the cluster discussed in this issue.
Follow the steps [here](https://azure.microsoft.com/support/create-ticket/) to create a support ticket for Azure Kubernetes Service and the cluster discussed in this issue.
Please do mention this issue in the case description so our teams can coordinate to help you.
Expand Down
266 changes: 153 additions & 113 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ this repository must:
* This includes YAML files/deployments, scripts to reproduce, exact commands used, screenshots, etc.

[1]: https://azure.microsoft.com/support/options/
[2]: https://docs.microsoft.com/en-us/azure/aks/support-policies
[2]: https://docs.microsoft.com/azure/aks/support-policies

## Hiring
### PM
Expand Down
12 changes: 6 additions & 6 deletions blog/_posts/2024-05-23-service-connector-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ date: 2024-05-23
author: Coco Wang
categories: security # general, operations, networking, security, developer topics, add-ons
---
Workloads deployed on an Azure Kubernetes Service (AKS) cluster often need to access Azure backing resources, such as Azure Key Vault, databases, or AI services like Azure OpenAI Service. Users are required to manually configure [Microsoft Entra Workload ID](https://learn.microsoft.com/en-us/entra/workload-id/workload-identities-overview) or Managed Identities so their AKS workloads can securely access these protected resources.
Workloads deployed on an Azure Kubernetes Service (AKS) cluster often need to access Azure backing resources, such as Azure Key Vault, databases, or AI services like Azure OpenAI Service. Users are required to manually configure [Microsoft Entra Workload ID](https://learn.microsoft.com/entra/workload-id/workload-identities-overview) or Managed Identities so their AKS workloads can securely access these protected resources.

The [Service Connector](https://learn.microsoft.com/en-us/azure/service-connector/overview) integration greatly simplifies the connection configuration experience for AKS workloads and Azure backing services. Service Connector takes care of authentication and network configurations securely and follows Azure best practices, so you can focus on your application code without worrying about your infrastructure connectivity.
The [Service Connector](https://learn.microsoft.com/azure/service-connector/overview) integration greatly simplifies the connection configuration experience for AKS workloads and Azure backing services. Service Connector takes care of authentication and network configurations securely and follows Azure best practices, so you can focus on your application code without worrying about your infrastructure connectivity.

![image](https://github.com/CocoWang-wql/AKS/assets/45681473/8c146088-0bd9-4095-a0c2-c802a135b4c2)
Service Connector Action Breakdown

Before Service Connector, in order to [connect from AKS pods to a private Azure backing services](https://learn.microsoft.com/en-us/azure/aks/workload-identity-deploy-cluster) using workload identity, users needed to perform the following actions manually:
Before Service Connector, in order to [connect from AKS pods to a private Azure backing services](https://learn.microsoft.com/azure/aks/workload-identity-deploy-cluster) using workload identity, users needed to perform the following actions manually:
1. Create a managed identity
2. Retrieve the OIDC issuer URL
3. Create Kubernetes service account
Expand All @@ -25,11 +25,11 @@ You can create a connection in the Service Connection blade within AKS.
![image](https://github.com/CocoWang-wql/AKS/assets/45681473/8cb37a39-9e1b-4423-9ffa-9a928fd7d486)
Click create and select the target service, authentication method, and networking rule. The connection will then be automatically set up.

In addition to Azure portal, Service Connector also supports [Azure CLI](https://learn.microsoft.com/en-us/azure/service-connector/quickstart-cli-aks-connection?tabs=Using-access-key).
In addition to Azure portal, Service Connector also supports [Azure CLI](https://learn.microsoft.com/azure/service-connector/quickstart-cli-aks-connection?tabs=Using-access-key).

Service Connector on AKS cluster is currently in preview. Here are a few helpful links to for you to learn more about Service Connector.
- [Create a service connection in an AKS cluster from the Azure portal](https://learn.microsoft.com/en-us/azure/service-connector/quickstart-portal-aks-connection?tabs=UMI)
- [Create a service connection in an AKS cluster from the Azure portal](https://learn.microsoft.com/azure/service-connector/quickstart-portal-aks-connection?tabs=UMI)
- [Tutorial: Connect to Azure OpenAI Service in AKS using a connection string (preview)](https://aka.ms/service-connector-aks-openai-connection-string)
- [Tutorial: Connect to Azure OpenAI Service in AKS using Workload Identity (preview)](https://aka.ms/service-connector-aks-openai-workload-identity)
- [What is Service Connector?](https://learn.microsoft.com/en-us/azure/service-connector/overview)
- [What is Service Connector?](https://learn.microsoft.com/azure/service-connector/overview)

4 changes: 2 additions & 2 deletions examples/fleet/kuard-blue-green/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This quick start is using [kuard](https://github.com/kubernetes-up-and-running/k

## Before you begin
* Install [kubectl](https://kubernetes.io/docs/tasks/tools/).
* Create a fleet with two members: `aks-member-blue` and `aks-member-green` using [Azure CNI networking](https://review.learn.microsoft.com/en-us/azure/aks/configure-azure-cni).
* Member clusters **MUST** reside either in the same virtual network, or [peered](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview) virtual networks such that pods from different clusters can communicate directly with each other using pod IPs.
* Create a fleet with two members: `aks-member-blue` and `aks-member-green` using [Azure CNI networking](https://review.learn.microsoft.com/azure/aks/configure-azure-cni).
* Member clusters **MUST** reside either in the same virtual network, or [peered](https://docs.microsoft.com/azure/virtual-network/virtual-network-peering-overview) virtual networks such that pods from different clusters can communicate directly with each other using pod IPs.
* Download `kubeconfig` file for your hub cluster as `hub` using:

`az fleet get-credentials -g ${GROUP} -n ${FLEET} --file hub`
Expand Down
4 changes: 2 additions & 2 deletions examples/fleet/kuard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This quick start is using [kuard](https://github.com/kubernetes-up-and-running/k

## Before you begin
* Install [kubectl](https://kubernetes.io/docs/tasks/tools/).
* Create a fleet with three members: `aks-member-1`, `aks-member-2`, and `aks-member-3` using [Azure CNI networking](https://review.learn.microsoft.com/en-us/azure/aks/configure-azure-cni).
* Member clusters **MUST** reside either in the same virtual network, or [peered](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview) virtual networks such that pods from different clusters can communicate directly with each other using pod IPs.
* Create a fleet with three members: `aks-member-1`, `aks-member-2`, and `aks-member-3` using [Azure CNI networking](https://review.learn.microsoft.com/azure/aks/configure-azure-cni).
* Member clusters **MUST** reside either in the same virtual network, or [peered](https://docs.microsoft.com/azure/virtual-network/virtual-network-peering-overview) virtual networks such that pods from different clusters can communicate directly with each other using pod IPs.
* Download `kubeconfig` file for your hub cluster as `hub` using:

`az fleet get-credentials -g ${GROUP} -n ${FLEET} --file hub`
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1397.200904.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
2020-08 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB4565349)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1397.201014.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.325.735.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1577.201111.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
2020-11 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB4586793)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1637.201215.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Installed Updates
2020-12 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB4592440)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1697.210113.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Installed Updates
2021-01 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB4598230)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1697.210127.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.329.2954.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1697.210210.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.331.666.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1757.210220.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Installed Updates
2021-02 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB4601345)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1790.210302.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Installed Updates
2021-02 Cumulative Update Preview for Windows Server 2019 (1809) for x64-based Systems (KB4601383)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1817.210310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Installed Updates
2021-03 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5000822)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1817.210330.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.333.1600.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1879.210414.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Installed Updates
2021-04 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5001342)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1911.210423.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Installed Updates
2021-04 Cumulative Update Preview for Windows Server 2019 (1809) for x64-based Systems (KB5001384)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1935.210513.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Installed Updates
2021-05 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5003171)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.1999.210609.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
2021-06 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5003646)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2061.210714.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
2021-07 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5004244)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2114.210811.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
2021-08 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5005030)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2213.210922.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.349.1192.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2237.211014.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.351.389.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2300.211110.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.353.736.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2366.211215.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.355.273.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2565.220211.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.359.12.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2686.220309.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.359.1613.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2686.220317.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.361.146.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2803.220413.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.363.281.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2803.220428.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.363.1054.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
2 changes: 1 addition & 1 deletion vhd-notes/AKSWindows/2019/17763.2928.220511.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installed Updates
Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.363.1767.0)

Windows Update Registry Settings
https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
https://docs.microsoft.com/windows/deployment/update/waas-wu-settings
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
HKLM:SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
NoAutoUpdate : 1
Expand Down
Loading

0 comments on commit 645383f

Please sign in to comment.