Skip to content

Commit c7750bc

Browse files
committed
2 parents 78683f0 + 05ec904 commit c7750bc

39 files changed

+545
-586
lines changed

.openpublishing.redirection.azure-resource-manager.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,6 +1919,11 @@
19191919
"source_path_from_root": "/articles/azure-resource-manager/managed-applications/scripts/managed-application-powershell-sample-get-managed-group-resize-vm.md",
19201920
"redirect_url": "/azure/azure-resource-manager/managed-applications/overview",
19211921
"redirect_document_id": false
1922-
}
1922+
},
1923+
{
1924+
"source_path_from_root": "/articles/governance/policy/tutorials/policy-as-code-github.md",
1925+
"redirect_url": "/azure/governance/policy/concepts/policy-as-code",
1926+
"redirect_document_id": false
1927+
}
19231928
]
19241929
}

articles/aks/concepts-scale.md

Lines changed: 26 additions & 35 deletions
Large diffs are not rendered by default.

articles/aks/private-clusters.md

Lines changed: 128 additions & 104 deletions
Large diffs are not rendered by default.

articles/azure-monitor/toc.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,6 @@ items:
543543
href: logs/private-storage.md
544544
- name: Personal log data handling
545545
href: logs/personal-data-mgmt.md
546-
- name: Application data collection, retention, and storage
547-
href: app/data-retention-privacy.md
548546
- name: Integrate with Azure Logic Apps
549547
items:
550548
- name: Azure Monitor Logs connector
@@ -630,6 +628,17 @@ items:
630628
href: app/worker-service.md
631629
- name: Advanced ASP.NET SDK topics
632630
items:
631+
- name: Metrics
632+
items:
633+
- name: GetMetric
634+
displayName: get metric, custom metrics, metrics, TrackMetric
635+
href: app/get-metric.md
636+
- name: Log-based & pre-aggregated metrics
637+
href: app/pre-aggregated-metrics-log-metrics.md
638+
- name: Log-based metrics definitions
639+
href: essentials/app-insights-metrics.md
640+
- name: Standard metrics
641+
href: app/standard-metrics.md
633642
- name: EventCounters
634643
href: app/eventcounters.md
635644
- name: Dependencies
@@ -764,20 +773,9 @@ items:
764773
- name: Transaction diagnostics
765774
href: app/transaction-diagnostics.md
766775
displayName: e2e, end-to-end, component, dependency, cross-component transaction, operation ID, dependencies
767-
- name: Metrics
768-
items:
769-
- name: Live Metric stream
770-
displayName: live, quickpulse, quick pulse, live metrics
771-
href: app/live-stream.md
772-
- name: GetMetric
773-
displayName: get metric, custom metrics, metrics, TrackMetric
774-
href: app/get-metric.md
775-
- name: Log-based & pre-aggregated metrics
776-
href: app/pre-aggregated-metrics-log-metrics.md
777-
- name: Log-based metrics definitions
778-
href: essentials/app-insights-metrics.md
779-
- name: Standard metrics
780-
href: app/standard-metrics.md
776+
- name: Live Metric stream
777+
displayName: live, quickpulse, quick pulse, live metrics
778+
href: app/live-stream.md
781779
- name: Transaction search
782780
href: app/diagnostic-search.md
783781
- name: Smart Detection
@@ -886,9 +884,11 @@ items:
886884
href: app/powershell.md
887885
- name: Access control
888886
href: app/resources-roles-access-control.md
887+
- name: Application data collection, retention, and storage
888+
href: app/data-retention-privacy.md
889889
- name: Azure AD authentication
890890
href: app/azure-ad-authentication.md
891-
- name: IP addresses and ports
891+
- name: IP addresses, ports, and firewall settings
892892
href: app/ip-addresses.md
893893
displayName: firewall, firewall exceptions, whitelist
894894
- name: IP address collection

articles/cognitive-services/Speech-Service/embedded-speech.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Follow these steps to install the Speech SDK for Java using Apache Maven:
132132
<dependency>
133133
<groupId>com.microsoft.cognitiveservices.speech</groupId>
134134
<artifactId>client-sdk-embedded</artifactId>
135-
<version>1.26.0</version>
135+
<version>1.27.0</version>
136136
</dependency>
137137
</dependencies>
138138
</project>
@@ -153,7 +153,7 @@ Be sure to use the `@aar` suffix when the dependency is specified in `build.grad
153153

154154
```
155155
dependencies {
156-
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.26.0@aar'
156+
implementation 'com.microsoft.cognitiveservices.speech:client-sdk-embedded:1.27.0@aar'
157157
}
158158
```
159159
::: zone-end

articles/cognitive-services/Speech-Service/includes/quickstarts/captioning/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before you can do anything, you need to [install the Speech SDK](~/articles/cogn
4343
<dependency>
4444
<groupId>com.microsoft.cognitiveservices.speech</groupId>
4545
<artifactId>client-sdk</artifactId>
46-
<version>1.26.0</version>
46+
<version>1.27.0</version>
4747
</dependency>
4848
</dependencies>
4949
</project>

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ Add the Speech SDK as a dependency in your project.
4848
1. Select **File** > **Project structure** > **Dependencies** > **app**.
4949
1. Select the plus symbol (**+**) to add a dependency under **Declared Dependencies**. Then select **Library dependency** from the drop-down menu.
5050
:::image type="content" source="../../../media/sdk/android-studio/sdk-install-3-zoom.png" alt-text="Screenshot that shows how to add a library dependency in Android Studio." lightbox="../../../media/sdk/android-studio/sdk-install-3.png":::
51-
1. In the **Add Library Dependency** window that appears, enter the name and version of the Speech SDK for Java: **com.microsoft.cognitiveservices.speech:client-sdk:1.26.0**. Then select **Search**.
51+
1. In the **Add Library Dependency** window that appears, enter the name and version of the Speech SDK for Java: **com.microsoft.cognitiveservices.speech:client-sdk:1.27.0**. Then select **Search**.
5252
1. Make sure that the selected **Group ID** is **com.microsoft.cognitiveservices.speech**, and then select **OK**.
5353
1. Select **OK** to close the **Project Structure** window and apply your changes to the project.

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/java-jre.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Follow these steps to install the Speech SDK for Java using Apache Maven:
5454
<dependency>
5555
<groupId>com.microsoft.cognitiveservices.speech</groupId>
5656
<artifactId>client-sdk</artifactId>
57-
<version>1.26.0</version>
57+
<version>1.27.0</version>
5858
</dependency>
5959
</dependencies>
6060
</project>
@@ -107,7 +107,7 @@ Follow these steps to install the Speech SDK for Java using Apache Maven:
107107
<dependency>
108108
<groupId>com.microsoft.cognitiveservices.speech</groupId>
109109
<artifactId>client-sdk</artifactId>
110-
<version>1.26.0</version>
110+
<version>1.27.0</version>
111111
</dependency>
112112
</dependencies>
113113
```
@@ -125,7 +125,7 @@ Gradle configurations require an explicit reference to the .jar dependency exten
125125
// build.gradle
126126

127127
dependencies {
128-
implementation group: 'com.microsoft.cognitiveservices.speech', name: 'client-sdk', version: "1.26.0", ext: "jar"
128+
implementation group: 'com.microsoft.cognitiveservices.speech', name: 'client-sdk', version: "1.27.0", ext: "jar"
129129
}
130130
```
131131
---

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/objectivec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
3434
use_frameworks!
3535
3636
target 'AppName' do
37-
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.26.0'
37+
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.27.0'
3838
end
3939
```
4040
1. Run `pod install` to install the Speech SDK.
@@ -64,7 +64,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
6464
use_frameworks!
6565
6666
target 'AppName' do
67-
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.26.0'
67+
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.27.0'
6868
end
6969
```
7070
1. Run `pod install` to install the Speech SDK.

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/swift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
3434
use_frameworks!
3535
3636
target 'AppName' do
37-
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.26.0'
37+
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.27.0'
3838
end
3939
```
4040
1. Run `pod install` to install the Speech SDK.
@@ -65,7 +65,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
6565
use_frameworks!
6666
6767
target 'AppName' do
68-
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.26.0'
68+
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.27.0'
6969
end
7070
```
7171
1. Run `pod install` to install the Speech SDK.

0 commit comments

Comments
 (0)