Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
v-thepet committed Jul 5, 2023
1 parent 9015b99 commit 6def0d6
Show file tree
Hide file tree
Showing 48 changed files with 117 additions and 117 deletions.
2 changes: 1 addition & 1 deletion azps-10.0.0/Az.Peering/Az.Peering.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Lists all of the RP unbilled prefixes for the specified peering
Gets an existing peering service with the specified name under the given subscription and resource group.

### [Get-AzPeeringServiceCountry](Get-AzPeeringServiceCountry.md)
Lists all of the available countries for peering service.
Lists all of the available countries/regions for peering service.

### [Get-AzPeeringServiceLocation](Get-AzPeeringServiceLocation.md)
Lists all of the available locations for peering service.
Expand Down
8 changes: 4 additions & 4 deletions azps-10.0.0/Az.Peering/Get-AzPeeringServiceCountry.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
# Get-AzPeeringServiceCountry

## SYNOPSIS
Lists all of the available countries for peering service.
Lists all of the available countries/regions for peering service.

## SYNTAX

Expand All @@ -19,11 +19,11 @@ Get-AzPeeringServiceCountry [-SubscriptionId <String[]>] [-DefaultProfile <PSObj
```

## DESCRIPTION
Lists all of the available countries for peering service.
Lists all of the available countries/regions for peering service.

## EXAMPLES

### Example 1: Lists all the peering service countries
### Example 1: Lists all the peering service countries/regions
```powershell
Get-AzPeeringServiceCountry
```
Expand All @@ -49,7 +49,7 @@ New Zealand
...
```

Lists the countries available for peering service.
Lists the countries/regions available for peering service.

## PARAMETERS

Expand Down
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
- `[ContactDetailPhone <String>]`: Phone number of the contact person.
- `[ContactDetailPhoneExtension <String>]`: Phone extension number of the contact person.
- `[ShippingAddress <IShippingAddress>]`: Shipping address where customer wishes to receive the device.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand All @@ -330,7 +330,7 @@ To create the parameters described below, construct a hash table containing the
- `[ZipExtendedCode <String>]`: Extended Zip Code.

`SHIPPINGADDRESS <IShippingAddress>`: Shipping address of the customer.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
4 changes: 2 additions & 2 deletions azps-10.1.0/Az.DataBox/New-AzDataBoxDiskJobDetailsObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ To create the parameters described below, construct a hash table containing the
- `[ContactDetailPhone <String>]`: Phone number of the contact person.
- `[ContactDetailPhoneExtension <String>]`: Phone extension number of the contact person.
- `[ShippingAddress <IShippingAddress>]`: Shipping address where customer wishes to receive the device.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand All @@ -316,7 +316,7 @@ To create the parameters described below, construct a hash table containing the
- `[ZipExtendedCode <String>]`: Extended Zip Code.

`SHIPPINGADDRESS <IShippingAddress>`: Shipping address of the customer.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
4 changes: 2 additions & 2 deletions azps-10.1.0/Az.DataBox/New-AzDataBoxHeavyJobDetailsObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ To create the parameters described below, construct a hash table containing the
- `[ContactDetailPhone <String>]`: Phone number of the contact person.
- `[ContactDetailPhoneExtension <String>]`: Phone extension number of the contact person.
- `[ShippingAddress <IShippingAddress>]`: Shipping address where customer wishes to receive the device.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand All @@ -299,7 +299,7 @@ To create the parameters described below, construct a hash table containing the
- `[ZipExtendedCode <String>]`: Extended Zip Code.

`SHIPPINGADDRESS <IShippingAddress>`: Shipping address of the customer.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.1.0/Az.DataBox/New-AzDataBoxJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ To create the parameters described below, construct a hash table containing the
- `[ContactDetailPhone <String>]`: Phone number of the contact person.
- `[ContactDetailPhoneExtension <String>]`: Phone extension number of the contact person.
- `[ShippingAddress <IShippingAddress>]`: Shipping address where customer wishes to receive the device.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
4 changes: 2 additions & 2 deletions azps-10.1.0/Az.DataBox/New-AzDataBoxJobDetailsObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ To create the parameters described below, construct a hash table containing the
- `[ContactDetailPhone <String>]`: Phone number of the contact person.
- `[ContactDetailPhoneExtension <String>]`: Phone extension number of the contact person.
- `[ShippingAddress <IShippingAddress>]`: Shipping address where customer wishes to receive the device.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand All @@ -314,7 +314,7 @@ To create the parameters described below, construct a hash table containing the
- `[ZipExtendedCode <String>]`: Extended Zip Code.

`SHIPPINGADDRESS <IShippingAddress>`: Shipping address of the customer.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Accept wildcard characters: False
```
### -Country
Name of the Country.
Name of the Country/Region.
```yaml
Type: System.String
Expand Down
4 changes: 2 additions & 2 deletions azps-10.1.0/Az.DataBox/Update-AzDataBoxJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ To create the parameters described below, construct a hash table containing the
- `[KekVaultResourceId <String>]`: Kek vault resource id. It is required in case of Customer managed KekType.

`REVERSESHIPPINGDETAIL <IShippingAddress>`: Shipping address where customer wishes to receive the device.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand All @@ -610,7 +610,7 @@ To create the parameters described below, construct a hash table containing the
- `[ZipExtendedCode <String>]`: Extended Zip Code.

`SHIPPINGADDRESS <IShippingAddress>`: Shipping address of the customer.
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.1.0/Az.DataBoxEdge/New-AzDataBoxEdgeOrder.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Accept wildcard characters: False
```
### -Country
Name of the Country
Name of the Country/Region
```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ Accept wildcard characters: False
```
### -UserCountry
Country of the user
Country/region of the user
```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Accept wildcard characters: False
```
### -UserCountry
Country of the user
Country/region of the user
```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ RETURNADDRESSCONTACTDETAIL `<IContactDetails>`: Contact details for the address
- `[PhoneExtension <String>]`: Phone extension number of the contact person.

RETURNADDRESSSHIPPINGADDRESS `<IShippingAddress>`: Shipping details for the address
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.1.0/Az.EdgeOrder/New-AzEdgeOrderAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ CONTACTDETAIL `<IContactDetails>`: Contact details for the address
- `[PhoneExtension <String>]`: Phone extension number of the contact person.

SHIPPINGADDRESS `<IShippingAddress>`: Shipping details for the address
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.1.0/Az.EdgeOrder/New-AzEdgeOrderItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ FORWARDADDRESSCONTACTDETAIL `<IContactDetails>`: Contact details for the address
- `[PhoneExtension <String>]`: Phone extension number of the contact person.

FORWARDSHIPPINGADDRESS `<IShippingAddress>`: Shipping details for the address
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Accept wildcard characters: False
```
### -Country
Name of the Country.
Name of the Country/Region.
```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion azps-10.1.0/Az.EdgeOrder/Update-AzEdgeOrderAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ INPUTOBJECT `<IEdgeOrderIdentity>`: Identity Parameter
- `[SubscriptionId <String>]`: The ID of the target subscription.

SHIPPINGADDRESS `<IShippingAddress>`: Shipping details for the address
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.1.0/Az.EdgeOrder/Update-AzEdgeOrderItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ FORWARDADDRESSCONTACTDETAIL `<IContactDetails>`: Contact details for the address
- `[PhoneExtension <String>]`: Phone extension number of the contact person.

FORWARDADDRESSSHIPPINGADDRESS `<IShippingAddress>`: Shipping details for the address
- `Country <String>`: Name of the Country.
- `Country <String>`: Name of the Country/Region.
- `StreetAddress1 <String>`: Street Address line 1.
- `[AddressType <AddressType?>]`: Type of address.
- `[City <String>]`: Name of the City.
Expand Down
2 changes: 1 addition & 1 deletion azps-10.1.0/Az.Elastic/New-AzElasticMonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Accept wildcard characters: False
```
### -CompanyInfoCountry
Country of the company location.
Country/region of the company location.
```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Accept wildcard characters: False
```
### -Country
The name of the country.
The name of the country/region.
```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Accept wildcard characters: False
```
### -Country
The name of the country.
The name of the country/region.
```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion azps-10.1.0/Az.Peering/Az.Peering.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Lists all of the RP unbilled prefixes for the specified peering
Gets an existing peering service with the specified name under the given subscription and resource group.

### [Get-AzPeeringServiceCountry](Get-AzPeeringServiceCountry.md)
Lists all of the available countries for peering service.
Lists all of the available countries/regions for peering service.

### [Get-AzPeeringServiceLocation](Get-AzPeeringServiceLocation.md)
Lists all of the available locations for peering service.
Expand Down
8 changes: 4 additions & 4 deletions azps-10.1.0/Az.Peering/Get-AzPeeringServiceCountry.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
# Get-AzPeeringServiceCountry

## SYNOPSIS
Lists all of the available countries for peering service.
Lists all of the available countries/regions for peering service.

## SYNTAX

Expand All @@ -19,11 +19,11 @@ Get-AzPeeringServiceCountry [-SubscriptionId <String[]>] [-DefaultProfile <PSObj
```

## DESCRIPTION
Lists all of the available countries for peering service.
Lists all of the available countries/regions for peering service.

## EXAMPLES

### Example 1: Lists all the peering service countries
### Example 1: Lists all the peering service countries/regions
```powershell
Get-AzPeeringServiceCountry
```
Expand All @@ -49,7 +49,7 @@ New Zealand
...
```

Lists the countries available for peering service.
Lists the countries/regions available for peering service.

## PARAMETERS

Expand Down
4 changes: 2 additions & 2 deletions azps-10.1.0/Az.Peering/Get-AzPeeringServiceLocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ Ishikawa Ishikawa Japan Japan West
...
```

Retrieves all peering service locations for a specific country
Retrieves all peering service locations for a specific country/region

## PARAMETERS

### -Country
The country of interest, in which the locations are to be present.
The country/region of interest, in which the locations are to be present.

```yaml
Type: System.String
Expand Down
4 changes: 2 additions & 2 deletions azps-10.1.0/Az.Resources/Add-AzADGroupMember.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ TARGETGROUPOBJECT <MicrosoftGraphGroup>: The target group object, could be used
- `[Saml2Token <IMicrosoftGraphOptionalClaim[]>]`: The optional claims returned in the SAML token.
- `[ParentalControlSetting <IMicrosoftGraphParentalControlSettings>]`: parentalControlSettings
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[CountriesBlockedForMinor <String[]>]`: Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries specified in this list.
- `[LegalAgeGroupRule <String>]`: Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.BlockMinorsBlocks minors from using the app.
- `[CountriesBlockedForMinor <String[]>]`: Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries/regions specified in this list.
- `[LegalAgeGroupRule <String>]`: Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country/region minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country/region minor rules.BlockMinorsBlocks minors from using the app.
- `[PasswordCredentials <IMicrosoftGraphPasswordCredential[]>]`: The collection of password credentials associated with the application. Not nullable.
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
- `[DisplayName <String>]`: Friendly name for the password. Optional.
Expand Down
4 changes: 2 additions & 2 deletions azps-10.1.0/Az.Resources/Get-AzADAppCredential.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ APPLICATIONOBJECT <IMicrosoftGraphApplication>: The application object, could be
- `[Saml2Token <IMicrosoftGraphOptionalClaim[]>]`: The optional claims returned in the SAML token.
- `[ParentalControlSetting <IMicrosoftGraphParentalControlSettings>]`: parentalControlSettings
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[CountriesBlockedForMinor <String[]>]`: Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries specified in this list.
- `[LegalAgeGroupRule <String>]`: Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.BlockMinorsBlocks minors from using the app.
- `[CountriesBlockedForMinor <String[]>]`: Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries/regions specified in this list.
- `[LegalAgeGroupRule <String>]`: Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country/region minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country/region minor rules.BlockMinorsBlocks minors from using the app.
- `[PasswordCredentials <IMicrosoftGraphPasswordCredential[]>]`: The collection of password credentials associated with the application. Not nullable.
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
- `[DisplayName <String>]`: Friendly name for the password. Optional.
Expand Down
4 changes: 2 additions & 2 deletions azps-10.1.0/Az.Resources/Get-AzADAppFederatedCredential.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ APPLICATIONOBJECT <MicrosoftGraphApplication>: application object
- `[Saml2Token <IMicrosoftGraphOptionalClaim[]>]`: The optional claims returned in the SAML token.
- `[ParentalControlSetting <IMicrosoftGraphParentalControlSettings>]`: parentalControlSettings
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[CountriesBlockedForMinor <String[]>]`: Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries specified in this list.
- `[LegalAgeGroupRule <String>]`: Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.BlockMinorsBlocks minors from using the app.
- `[CountriesBlockedForMinor <String[]>]`: Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries/regions specified in this list.
- `[LegalAgeGroupRule <String>]`: Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country/region minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country/region minor rules.BlockMinorsBlocks minors from using the app.
- `[PasswordCredentials <IMicrosoftGraphPasswordCredential[]>]`: The collection of password credentials associated with the application. Not nullable.
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
- `[DisplayName <String>]`: Friendly name for the password. Optional.
Expand Down
Loading

0 comments on commit 6def0d6

Please sign in to comment.