Skip to main content
Toggle navigation menu
Microsoft Service Health
Submit a request
Sign in
PF
Release Notes
Release Notes Autumn 2023
Search
Release Notes Autumn 2023
Section to provide Autumn 2023 Release Note pdf
Autumn 2023 Release Note
<% if (items.length) { %>
In this article
<% items.forEach(function(item) { %>
<%= item.name %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
"> <%= child.title %>
<% }); %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% items.forEach(function(item, index) { %>
<%= item.title %>
<%= item.innerHTML %>
<% }); %>
<% } %>
<% if (items.length) { %>
<% items.forEach(function(item, index) { %>
<%= item.title %>
<%= item.innerHTML %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
<% if (previousTitle) { %> <%= previousTitle %> <% } %>
<% if (nextTitle) { %> <%= nextTitle %> <% } %>
<% } %>
Back to top
<% if (categories.length) { %>
Categories
<% categories.forEach(function(category, index) { %> <% if (category.id === activeCategoryId) { %>
<%= category.name %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %> <% }) %> <% } %>