You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`privateEndpointConnections` need to be defined under this API
24
+
25
+
## Code Changes Needed
21
26
Add corresponding {Provider}, {Top-Level-Resource} and {API-Version} into [ProviderConfiguration.cs](https://github.com/Azure/azure-powershell/blob/master/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs#L12)
if "List Private Endpoint Connection API" is [available](https://github.com/Azure/azure-powershell/blob/master/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/GenericProvider.cs#L74),
if "Private Endpoint Connection API" is not available, provide extra bool parameter 'false'
37
+
if "List Private Endpoint Connection API" is [not available](https://github.com/Azure/azure-powershell/blob/master/src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/GenericProvider.cs#L93), provide extra bool parameter 'false'
You can improve the experience of using the Microsoft Cloud and Azure PowerShell by opting in to data collection.
22
-
Azure PowerShell does not collect data without your consent - you must explicitly opt in by executing Enable-AzDataCollection, or by answering yes when Azure PowerShell prompts you about collecting data the first time you execute a cmdlet.
23
-
Microsoft aggregates collected data to identify patterns of usage, to identify common issues and to improve the experience of using Azure PowerShell.
24
-
Microsoft Azure PowerShell does not collect any private data, or any personally identifiable information.
25
-
Run the Disable-AzDataCollection cmdlet to disable data collection for the current user.
26
-
This will prevent the current user from being prompted about data collection the first time cmdlets are executed.
27
-
To enable data collection for the current user, run the Enable-AzDataCollection cmdlet.
21
+
22
+
The `Disable-AzDataCollection` cmdlet is used to opt out of data collection. Azure PowerShell
23
+
automatically collects telemetry data by default. To disable data collection, you must explicitly
24
+
opt-out. Microsoft aggregates collected data to identify patterns of usage, to identify common
25
+
issues, and to improve the experience of Azure PowerShell. Microsoft Azure PowerShell doesn't
26
+
collect any private or personal data. If you've previously opted out, run the
27
+
`Enable-AzDataCollection` cmdlet to re-enable data collection for the current user on the current
28
+
machine.
28
29
29
30
## EXAMPLES
30
31
31
32
### Example 1: Disabling data collection for the current user
32
-
```
33
-
PS C:\> Disable-AzDataCollection
34
-
```
35
33
36
-
This example shows how to disable data collection for the current user.
34
+
The following example shows how to disable data collection for the current user.
35
+
36
+
```powershell
37
+
Disable-AzDataCollection
38
+
```
37
39
38
40
## PARAMETERS
39
41
40
42
### -DefaultProfile
41
-
The credentials, account, tenant and subscription used for communication with azure.
43
+
44
+
The credentials, account, tenant, and subscription used for communication with Azure.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
91
+
92
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
You can improve the experience of using the Microsoft Cloud and Azure PowerShell by opting in to data collection.
23
-
Azure PowerShell does not collect data without your consent - you must explicitly opt in by executing Enable-AzDataCollection, or by answering yes when Azure PowerShell prompts you about collecting data the first time you execute a cmdlet.
24
-
Microsoft aggregates collected data to identify patterns of usage, to identify common issues and to improve the experience of using Azure PowerShell.
25
-
Microsoft Azure PowerShell does not collect any private data, or any personally identifiable information.
26
-
Run the Enable-AzDataCollection cmdlet to enable data collection for the current user on the current machine.
27
-
This will prevent the current user from being prompted about data collection the first time cmdlets are executed.
28
-
To disable data collection for the current user, run the Disable-AzDataCollection cmdlet.
22
+
23
+
The `Enable-AzDataCollection` cmdlet is used to opt in to data collection. Azure PowerShell
24
+
automatically collects telemetry data by default. Microsoft aggregates collected data to identify
25
+
patterns of usage, to identify common issues, and to improve the experience of Azure PowerShell.
26
+
Microsoft Azure PowerShell doesn't collect any private or personal data. To disable data collection,
27
+
you must explicitly opt out by executing `Disable-AzDataCollection`.
29
28
30
29
## EXAMPLES
31
30
32
31
### Example 1: Enabling data collection for the current user
33
-
```
34
-
PS C:\> Enable-AzDataCollection
35
-
```
36
32
37
-
This example shows how to enable data collection for the current user.
33
+
The following example shows how to enable data collection for the current user.
34
+
35
+
```powershell
36
+
Enable-AzDataCollection
37
+
```
38
38
39
39
## PARAMETERS
40
40
41
41
### -DefaultProfile
42
-
The credentials, account, tenant and subscription used for communication with azure.
42
+
43
+
The credentials, account, tenant, and subscription used for communication with Azure.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
90
+
91
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments