Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Policheck updates - Sept. 12 | Bulk Updates #2715

Merged
merged 3 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.ApiManagement/Restore-AzApiManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PrivateEndpointConnections :
ResourceGroupName : ContosoGroup02
```

This command restores the API Management service using the Managed Identity credentials of APIM which are whitelisted as StorageBlobContributor on the Azure Storage Account `apimbackupmsi`
This command restores the API Management service using the Managed Identity credentials of APIM which are allowlisted as StorageBlobContributor on the Azure Storage Account `apimbackupmsi`

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Get-AzDataLakeStoreDeletedItem [-Account] <String> [-Filter] <String> [-Count <I
The **Get-AzDataLakeStoreDeletedItem** cmdlet searches the deleted files or folders in Data Lake Store which match the given filter.
It displays the following attributes of the deleted items - OriginalPath, TrashDirPath, Type, CreationTime.
This could be a long running operation as it may have to search through millions of files in trash and could be run as a job.
Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via whitelisting.
If your ADL account is not whitelisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.
Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via allowlisting.
If your ADL account is not allowlisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Restore-AzDataLakeStoreDeletedItem [-Account] <String> [-DeletedItem] <DataLakeS

## DESCRIPTION
The **Restore-AzDataLakeStoreDeletedItem** cmdlet restores a deleted file or folder in Data Lake Store. Requires the path of deleted item in trash returned by Get-AzDataLakeStoreDeletedItem.
Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via whitelisting.
If your ADL account is not whitelisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.
Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via allowlisting.
If your ADL account is not allowlisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.Functions/Get-AzFunctionAppSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ To create the parameters described below, construct a hash table containing the
- `[SlowRequestCount <Int32?>]`: Request Count.
- `[SlowRequestTimeInterval <String>]`: Time interval.
- `[SlowRequestTimeTaken <String>]`: Time taken.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
- `[TracingOption <String>]`: Tracing options.
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.Functions/Remove-AzFunctionApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ To create the parameters described below, construct a hash table containing the
- `[SlowRequestCount <Int32?>]`: Request Count.
- `[SlowRequestTimeInterval <String>]`: Time interval.
- `[SlowRequestTimeTaken <String>]`: Time taken.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
- `[TracingOption <String>]`: Tracing options.
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.Functions/Remove-AzFunctionAppSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ To create the parameters described below, construct a hash table containing the
- `[SlowRequestCount <Int32?>]`: Request Count.
- `[SlowRequestTimeInterval <String>]`: Time interval.
- `[SlowRequestTimeTaken <String>]`: Time taken.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
- `[TracingOption <String>]`: Tracing options.
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.Functions/Restart-AzFunctionApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ To create the parameters described below, construct a hash table containing the
- `[SlowRequestCount <Int32?>]`: Request Count.
- `[SlowRequestTimeInterval <String>]`: Time interval.
- `[SlowRequestTimeTaken <String>]`: Time taken.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
- `[TracingOption <String>]`: Tracing options.
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.Functions/Start-AzFunctionApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ To create the parameters described below, construct a hash table containing the
- `[SlowRequestCount <Int32?>]`: Request Count.
- `[SlowRequestTimeInterval <String>]`: Time interval.
- `[SlowRequestTimeTaken <String>]`: Time taken.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
- `[TracingOption <String>]`: Tracing options.
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.Functions/Stop-AzFunctionApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ To create the parameters described below, construct a hash table containing the
- `[SlowRequestCount <Int32?>]`: Request Count.
- `[SlowRequestTimeInterval <String>]`: Time interval.
- `[SlowRequestTimeTaken <String>]`: Time taken.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
- `[TracingOption <String>]`: Tracing options.
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.Functions/Update-AzFunctionApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ To create the parameters described below, construct a hash table containing the
- `[SlowRequestCount <Int32?>]`: Request Count.
- `[SlowRequestTimeInterval <String>]`: Time interval.
- `[SlowRequestTimeTaken <String>]`: Time taken.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
- `[TracingOption <String>]`: Tracing options.
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.2.0/Az.Functions/Update-AzFunctionAppSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ To create the parameters described below, construct a hash table containing the
- `[SlowRequestCount <Int32?>]`: Request Count.
- `[SlowRequestTimeInterval <String>]`: Time interval.
- `[SlowRequestTimeTaken <String>]`: Time taken.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
- `[TagWhitelistJson <String>]`: Gets or sets a JSON string containing a list of tags that are allowlisted for use by the push registration endpoint.
- `[TagsRequiringAuth <String>]`: Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.
- `[TracingOption <String>]`: Tracing options.
- `[TriggerPrivateBytesInKb <Int32?>]`: A rule based on private bytes.
Expand Down
8 changes: 4 additions & 4 deletions azps-10.2.0/Az.Monitor/New-AzAutoscaleProfileObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ Accept wildcard characters: False
### -FixedDateTimeZone
the timezone of the start and end times for the profile.
Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E.
South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W.
South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cabo Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W.
Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W.
Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E.
Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E.
Europe Standard Time, South Africa Standard Time, FLE Standard Time, T�rkiye Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E.
Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N.
Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W.
Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen.
Expand Down Expand Up @@ -240,10 +240,10 @@ Accept wildcard characters: False
### -ScheduleTimeZone
the timezone for the hours of the profile.
Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E.
South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W.
South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cabo Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W.
Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W.
Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E.
Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E.
Europe Standard Time, South Africa Standard Time, FLE Standard Time, T�rkiye Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E.
Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N.
Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W.
Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen.
Expand Down
Loading