diff --git a/src/Resources/Authorization.Autorest/Az.Authorization.psd1 b/src/Resources/Authorization.Autorest/Az.Authorization.psd1 index 283158e83729..bdf0407b9fb9 100644 --- a/src/Resources/Authorization.Autorest/Az.Authorization.psd1 +++ b/src/Resources/Authorization.Autorest/Az.Authorization.psd1 @@ -1,5 +1,5 @@ @{ - GUID = '05291185-22ad-4d77-a19f-50c191748b67' + GUID = '75928d90-d5c7-49aa-b368-3856a02003be' RootModule = './Az.Authorization.psm1' ModuleVersion = '0.1.0' CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Resources/Authorization.Autorest/help/Az.Authorization.md b/src/Resources/Authorization.Autorest/help/Az.Authorization.md index 17027ac9bb3f..90d1fa914e4d 100644 --- a/src/Resources/Authorization.Autorest/help/Az.Authorization.md +++ b/src/Resources/Authorization.Autorest/help/Az.Authorization.md @@ -1,6 +1,6 @@ --- Module Name: Az.Authorization -Module Guid: 05291185-22ad-4d77-a19f-50c191748b67 +Module Guid: 75928d90-d5c7-49aa-b368-3856a02003be Download Help Link: https://learn.microsoft.com/powershell/module/az.authorization Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Resources/MSGraph.Autorest/README.md b/src/Resources/MSGraph.Autorest/README.md index 70319ee2ff1f..15820613376c 100644 --- a/src/Resources/MSGraph.Autorest/README.md +++ b/src/Resources/MSGraph.Autorest/README.md @@ -335,4 +335,17 @@ directive: - DisplayName - Id - OdataType + + # Characters '×','’','–' existed in swagger with larger character code than 127. They are blocking signing process, hence replace them with '*',''','-' + - from: openapi-document + where: $ + transform: $ = $.replace(/×/g, '\*'); + + - from: openapi-document + where: $ + transform: $ = $.replace(/’/g, '\''); + + - from: openapi-document + where: $ + transform: $ = $.replace(/–/g, '\-'); ``` diff --git a/src/Resources/MSGraph.Autorest/custom/New-AzADUser.ps1 b/src/Resources/MSGraph.Autorest/custom/New-AzADUser.ps1 index 965f94405a97..ae97d3dda87c 100644 --- a/src/Resources/MSGraph.Autorest/custom/New-AzADUser.ps1 +++ b/src/Resources/MSGraph.Autorest/custom/New-AzADUser.ps1 @@ -194,7 +194,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')] [System.Management.Automation.SwitchParameter] - # Do not use – reserved for future use. + # Do not use - reserved for future use. ${IsResourceAccount}, [Parameter()] diff --git a/src/Resources/MSGraph.Autorest/custom/Update-AzADUser.ps1 b/src/Resources/MSGraph.Autorest/custom/Update-AzADUser.ps1 index b5230699c6ab..0055d069f778 100644 --- a/src/Resources/MSGraph.Autorest/custom/Update-AzADUser.ps1 +++ b/src/Resources/MSGraph.Autorest/custom/Update-AzADUser.ps1 @@ -36,7 +36,7 @@ PASSWORDPROFILE : passwordProfile [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. .Link https://learn.microsoft.com/powershell/module/az.resources/update-azaduser #> @@ -218,7 +218,7 @@ function Update-AzADUser { [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')] [System.Management.Automation.SwitchParameter] - # Do not use – reserved for future use. + # Do not use - reserved for future use. ${IsResourceAccount}, [Parameter()] diff --git a/src/Resources/MSGraph.Autorest/exports/Add-AzADGroupMember.ps1 b/src/Resources/MSGraph.Autorest/exports/Add-AzADGroupMember.ps1 index c59c21e760e6..3c79a00253d0 100644 --- a/src/Resources/MSGraph.Autorest/exports/Add-AzADGroupMember.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Add-AzADGroupMember.ps1 @@ -59,9 +59,9 @@ TARGETGROUPOBJECT : The target group object, could be used [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -71,9 +71,9 @@ TARGETGROUPOBJECT : The target group object, could be used [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Get-AzADAppCredential.ps1 b/src/Resources/MSGraph.Autorest/exports/Get-AzADAppCredential.ps1 index 475b248703f8..2a61003d9a55 100644 --- a/src/Resources/MSGraph.Autorest/exports/Get-AzADAppCredential.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Get-AzADAppCredential.ps1 @@ -92,9 +92,9 @@ APPLICATIONOBJECT : The application object, could be [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -104,9 +104,9 @@ APPLICATIONOBJECT : The application object, could be [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Get-AzADAppFederatedCredential.ps1 b/src/Resources/MSGraph.Autorest/exports/Get-AzADAppFederatedCredential.ps1 index 1b396d852bdf..8b0cc29e370b 100644 --- a/src/Resources/MSGraph.Autorest/exports/Get-AzADAppFederatedCredential.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Get-AzADAppFederatedCredential.ps1 @@ -88,9 +88,9 @@ APPLICATIONOBJECT : application object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -100,9 +100,9 @@ APPLICATIONOBJECT : application object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Get-AzADGroupMember.ps1 b/src/Resources/MSGraph.Autorest/exports/Get-AzADGroupMember.ps1 index a12fe6a07413..579d3b07ea82 100644 --- a/src/Resources/MSGraph.Autorest/exports/Get-AzADGroupMember.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Get-AzADGroupMember.ps1 @@ -59,9 +59,9 @@ GROUPOBJECT : The target group object, could be used as pi [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -71,9 +71,9 @@ GROUPOBJECT : The target group object, could be used as pi [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Get-AzADServicePrincipal.ps1 b/src/Resources/MSGraph.Autorest/exports/Get-AzADServicePrincipal.ps1 index 4b63faa50ec1..20e98461be30 100644 --- a/src/Resources/MSGraph.Autorest/exports/Get-AzADServicePrincipal.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Get-AzADServicePrincipal.ps1 @@ -103,9 +103,9 @@ APPLICATIONOBJECT : The service principal object, co [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -115,9 +115,9 @@ APPLICATIONOBJECT : The service principal object, co [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Get-AzADSpCredential.ps1 b/src/Resources/MSGraph.Autorest/exports/Get-AzADSpCredential.ps1 index 4f1013d4e9bb..a887f098e050 100644 --- a/src/Resources/MSGraph.Autorest/exports/Get-AzADSpCredential.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Get-AzADSpCredential.ps1 @@ -77,9 +77,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -89,9 +89,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/New-AzADAppCredential.ps1 b/src/Resources/MSGraph.Autorest/exports/New-AzADAppCredential.ps1 index ec02bc929b22..c80de29977b9 100644 --- a/src/Resources/MSGraph.Autorest/exports/New-AzADAppCredential.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/New-AzADAppCredential.ps1 @@ -103,9 +103,9 @@ APPLICATIONOBJECT : The application object, could be [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -115,9 +115,9 @@ APPLICATIONOBJECT : The application object, could be [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/New-AzADApplication.ps1 b/src/Resources/MSGraph.Autorest/exports/New-AzADApplication.ps1 index 62e6c01ca758..adc11df4a881 100644 --- a/src/Resources/MSGraph.Autorest/exports/New-AzADApplication.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/New-AzADApplication.ps1 @@ -75,9 +75,9 @@ HOMEREALMDISCOVERYPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -87,9 +87,9 @@ HOMEREALMDISCOVERYPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -331,9 +331,9 @@ TOKENISSUANCEPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -343,9 +343,9 @@ TOKENISSUANCEPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -542,9 +542,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -554,9 +554,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/New-AzADServicePrincipal.ps1 b/src/Resources/MSGraph.Autorest/exports/New-AzADServicePrincipal.ps1 index 16d528a15d15..84a89e23eb08 100644 --- a/src/Resources/MSGraph.Autorest/exports/New-AzADServicePrincipal.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/New-AzADServicePrincipal.ps1 @@ -101,9 +101,9 @@ APPLICATIONOBJECT : The application object, could be [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -113,9 +113,9 @@ APPLICATIONOBJECT : The application object, could be [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -324,9 +324,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -336,9 +336,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -550,9 +550,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -562,9 +562,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -800,9 +800,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -812,9 +812,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -1011,9 +1011,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -1023,9 +1023,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/New-AzADSpCredential.ps1 b/src/Resources/MSGraph.Autorest/exports/New-AzADSpCredential.ps1 index d68b3a617532..5ceeebd56317 100644 --- a/src/Resources/MSGraph.Autorest/exports/New-AzADSpCredential.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/New-AzADSpCredential.ps1 @@ -101,9 +101,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -113,9 +113,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/New-AzADUser.ps1 b/src/Resources/MSGraph.Autorest/exports/New-AzADUser.ps1 index 50b1d460466d..380262330540 100644 --- a/src/Resources/MSGraph.Autorest/exports/New-AzADUser.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/New-AzADUser.ps1 @@ -38,7 +38,7 @@ PASSWORDPROFILE : passwordProfile [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. .Link https://learn.microsoft.com/powershell/module/az.resources/new-azaduser #> @@ -243,7 +243,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')] [System.Management.Automation.SwitchParameter] - # Do not use – reserved for future use. + # Do not use - reserved for future use. ${IsResourceAccount}, [Parameter()] diff --git a/src/Resources/MSGraph.Autorest/exports/ProxyCmdletDefinitions.ps1 b/src/Resources/MSGraph.Autorest/exports/ProxyCmdletDefinitions.ps1 index b2af81270e53..d46bd64663f5 100644 --- a/src/Resources/MSGraph.Autorest/exports/ProxyCmdletDefinitions.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/ProxyCmdletDefinitions.ps1 @@ -2104,9 +2104,9 @@ TARGETGROUPOBJECT : The target group object, could be used [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -2116,9 +2116,9 @@ TARGETGROUPOBJECT : The target group object, could be used [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -2664,9 +2664,9 @@ APPLICATIONOBJECT : The application object, could be [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -2676,9 +2676,9 @@ APPLICATIONOBJECT : The application object, could be [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -3082,9 +3082,9 @@ APPLICATIONOBJECT : application object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -3094,9 +3094,9 @@ APPLICATIONOBJECT : application object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -4185,9 +4185,9 @@ GROUPOBJECT : The target group object, could be used as pi [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -4197,9 +4197,9 @@ GROUPOBJECT : The target group object, could be used as pi [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -4772,9 +4772,9 @@ APPLICATIONOBJECT : The service principal object, co [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -4784,9 +4784,9 @@ APPLICATIONOBJECT : The service principal object, co [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -5261,9 +5261,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -5273,9 +5273,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -6004,9 +6004,9 @@ APPLICATIONOBJECT : The application object, could be [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -6016,9 +6016,9 @@ APPLICATIONOBJECT : The application object, could be [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -6713,9 +6713,9 @@ HOMEREALMDISCOVERYPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -6725,9 +6725,9 @@ HOMEREALMDISCOVERYPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -6969,9 +6969,9 @@ TOKENISSUANCEPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -6981,9 +6981,9 @@ TOKENISSUANCEPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -7180,9 +7180,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -7192,9 +7192,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8448,9 +8448,9 @@ APPLICATIONOBJECT : The application object, could be [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8460,9 +8460,9 @@ APPLICATIONOBJECT : The application object, could be [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8671,9 +8671,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8683,9 +8683,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8897,9 +8897,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8909,9 +8909,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9147,9 +9147,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9159,9 +9159,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9358,9 +9358,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9370,9 +9370,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -10340,9 +10340,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -10352,9 +10352,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -10814,7 +10814,7 @@ PASSWORDPROFILE : passwordProfile [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. .Link https://learn.microsoft.com/powershell/module/az.resources/new-azaduser #> @@ -11019,7 +11019,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')] [System.Management.Automation.SwitchParameter] - # Do not use – reserved for future use. + # Do not use - reserved for future use. ${IsResourceAccount}, [Parameter()] @@ -11403,9 +11403,9 @@ APPLICATIONOBJECT : The application object, could be [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -11415,9 +11415,9 @@ APPLICATIONOBJECT : The application object, could be [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -11837,9 +11837,9 @@ INPUTOBJECT : The application object, could be used [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -11849,9 +11849,9 @@ INPUTOBJECT : The application object, could be used [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -12391,9 +12391,9 @@ INPUTOBJECT : user input object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -12403,9 +12403,9 @@ INPUTOBJECT : user input object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -12907,9 +12907,9 @@ GROUPOBJECT : The target group object, could be used as pip [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -12919,9 +12919,9 @@ GROUPOBJECT : The target group object, could be used as pip [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -13470,9 +13470,9 @@ APPLICATIONOBJECT : key: application object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -13482,9 +13482,9 @@ APPLICATIONOBJECT : key: application object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -13701,9 +13701,9 @@ INPUTOBJECT : key: service principal object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -13713,9 +13713,9 @@ INPUTOBJECT : key: service principal object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -14177,9 +14177,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -14189,9 +14189,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -14622,7 +14622,7 @@ INPUTOBJECT : user input object [Issuer ]: Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. [IssuerAssignedId ]: Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must be a valid local part of an email addressSupports $filter. 100 character limit. [SignInType ]: Specifies the user sign-in types in your directory, such as emailAddress, userName or federated. Here, federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use - reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Mail ]: The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. While this property can contain accent characters, using them can cause access issues with other Microsoft applications for the user. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, endsWith). [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -14637,9 +14637,9 @@ INPUTOBJECT : user input object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -14649,9 +14649,9 @@ INPUTOBJECT : user input object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -14959,7 +14959,7 @@ INPUTOBJECT : user input object [FaxNumber ]: The fax number of the user. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [GivenName ]: The given name (first name) of the user. Maximum length is 64 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Identity ]: Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter (eq) only where the signInType is not userPrincipalName. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use - reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Mail ]: The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. While this property can contain accent characters, using them can cause access issues with other Microsoft applications for the user. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, endsWith). [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -14976,7 +14976,7 @@ INPUTOBJECT : user input object [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PhysicalId ]: For internal use only. Not nullable. Supports $filter (eq, not, ge, le, startsWith). [PostalCode ]: The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). [PreferredLanguage ]: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -15244,9 +15244,9 @@ HOMEREALMDISCOVERYPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -15256,9 +15256,9 @@ HOMEREALMDISCOVERYPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -15509,9 +15509,9 @@ INPUTOBJECT : key: application object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -15521,9 +15521,9 @@ INPUTOBJECT : key: application object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -15729,9 +15729,9 @@ TOKENISSUANCEPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -15741,9 +15741,9 @@ TOKENISSUANCEPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -15940,9 +15940,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -15952,9 +15952,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -16620,9 +16620,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -16632,9 +16632,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -16846,9 +16846,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -16858,9 +16858,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -17096,9 +17096,9 @@ INPUTOBJECT : service principal object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -17108,9 +17108,9 @@ INPUTOBJECT : service principal object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -17367,9 +17367,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -17379,9 +17379,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -17578,9 +17578,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -17590,9 +17590,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -18312,7 +18312,7 @@ INPUTOBJECT : user input object [Issuer ]: Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. [IssuerAssignedId ]: Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must be a valid local part of an email addressSupports $filter. 100 character limit. [SignInType ]: Specifies the user sign-in types in your directory, such as emailAddress, userName or federated. Here, federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use - reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Mail ]: The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. While this property can contain accent characters, using them can cause access issues with other Microsoft applications for the user. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, endsWith). [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -18327,9 +18327,9 @@ INPUTOBJECT : user input object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -18339,9 +18339,9 @@ INPUTOBJECT : user input object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -18649,7 +18649,7 @@ INPUTOBJECT : user input object [FaxNumber ]: The fax number of the user. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [GivenName ]: The given name (first name) of the user. Maximum length is 64 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Identity ]: Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter (eq) only where the signInType is not userPrincipalName. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use - reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Mail ]: The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. While this property can contain accent characters, using them can cause access issues with other Microsoft applications for the user. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, endsWith). [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -18666,7 +18666,7 @@ INPUTOBJECT : user input object [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PhysicalId ]: For internal use only. Not nullable. Supports $filter (eq, not, ge, le, startsWith). [PostalCode ]: The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). [PreferredLanguage ]: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -18703,7 +18703,7 @@ PASSWORDPROFILE : passwordProfile [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. .Link https://learn.microsoft.com/powershell/module/az.resources/update-azaduser #> @@ -18884,7 +18884,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')] [System.Management.Automation.SwitchParameter] - # Do not use – reserved for future use. + # Do not use - reserved for future use. ${IsResourceAccount}, [Parameter()] diff --git a/src/Resources/MSGraph.Autorest/exports/Remove-AzADAppCredential.ps1 b/src/Resources/MSGraph.Autorest/exports/Remove-AzADAppCredential.ps1 index 8ae9a2144441..677d4434c729 100644 --- a/src/Resources/MSGraph.Autorest/exports/Remove-AzADAppCredential.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Remove-AzADAppCredential.ps1 @@ -92,9 +92,9 @@ APPLICATIONOBJECT : The application object, could be [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -104,9 +104,9 @@ APPLICATIONOBJECT : The application object, could be [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Remove-AzADApplication.ps1 b/src/Resources/MSGraph.Autorest/exports/Remove-AzADApplication.ps1 index 7952af0f4e4c..54a03cf31aae 100644 --- a/src/Resources/MSGraph.Autorest/exports/Remove-AzADApplication.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Remove-AzADApplication.ps1 @@ -92,9 +92,9 @@ INPUTOBJECT : The application object, could be used [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -104,9 +104,9 @@ INPUTOBJECT : The application object, could be used [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Remove-AzADGroup.ps1 b/src/Resources/MSGraph.Autorest/exports/Remove-AzADGroup.ps1 index 37db5c2fe4da..5188b9c61f95 100644 --- a/src/Resources/MSGraph.Autorest/exports/Remove-AzADGroup.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Remove-AzADGroup.ps1 @@ -59,9 +59,9 @@ INPUTOBJECT : user input object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -71,9 +71,9 @@ INPUTOBJECT : user input object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Remove-AzADGroupMember.ps1 b/src/Resources/MSGraph.Autorest/exports/Remove-AzADGroupMember.ps1 index f8003e670022..146ef0f5eff8 100644 --- a/src/Resources/MSGraph.Autorest/exports/Remove-AzADGroupMember.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Remove-AzADGroupMember.ps1 @@ -66,9 +66,9 @@ GROUPOBJECT : The target group object, could be used as pip [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -78,9 +78,9 @@ GROUPOBJECT : The target group object, could be used as pip [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Remove-AzADServicePrincipal.ps1 b/src/Resources/MSGraph.Autorest/exports/Remove-AzADServicePrincipal.ps1 index cd6824d97b18..f736a0298a14 100644 --- a/src/Resources/MSGraph.Autorest/exports/Remove-AzADServicePrincipal.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Remove-AzADServicePrincipal.ps1 @@ -94,9 +94,9 @@ APPLICATIONOBJECT : key: application object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -106,9 +106,9 @@ APPLICATIONOBJECT : key: application object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -325,9 +325,9 @@ INPUTOBJECT : key: service principal object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -337,9 +337,9 @@ INPUTOBJECT : key: service principal object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Remove-AzADSpCredential.ps1 b/src/Resources/MSGraph.Autorest/exports/Remove-AzADSpCredential.ps1 index efecdfcd7ba1..c4bd75e60957 100644 --- a/src/Resources/MSGraph.Autorest/exports/Remove-AzADSpCredential.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Remove-AzADSpCredential.ps1 @@ -77,9 +77,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -89,9 +89,9 @@ SERVICEPRINCIPALOBJECT : The service principal [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Remove-AzADUser.ps1 b/src/Resources/MSGraph.Autorest/exports/Remove-AzADUser.ps1 index c8aa3462d811..6e10f7584b01 100644 --- a/src/Resources/MSGraph.Autorest/exports/Remove-AzADUser.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Remove-AzADUser.ps1 @@ -62,7 +62,7 @@ INPUTOBJECT : user input object [Issuer ]: Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. [IssuerAssignedId ]: Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must be a valid local part of an email addressSupports $filter. 100 character limit. [SignInType ]: Specifies the user sign-in types in your directory, such as emailAddress, userName or federated. Here, federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use - reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Mail ]: The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. While this property can contain accent characters, using them can cause access issues with other Microsoft applications for the user. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, endsWith). [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -77,9 +77,9 @@ INPUTOBJECT : user input object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -89,9 +89,9 @@ INPUTOBJECT : user input object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -399,7 +399,7 @@ INPUTOBJECT : user input object [FaxNumber ]: The fax number of the user. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [GivenName ]: The given name (first name) of the user. Maximum length is 64 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Identity ]: Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter (eq) only where the signInType is not userPrincipalName. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use - reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Mail ]: The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. While this property can contain accent characters, using them can cause access issues with other Microsoft applications for the user. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, endsWith). [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -416,7 +416,7 @@ INPUTOBJECT : user input object [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PhysicalId ]: For internal use only. Not nullable. Supports $filter (eq, not, ge, le, startsWith). [PostalCode ]: The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). [PreferredLanguage ]: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). diff --git a/src/Resources/MSGraph.Autorest/exports/Update-AzADApplication.ps1 b/src/Resources/MSGraph.Autorest/exports/Update-AzADApplication.ps1 index 6a6aea92513b..4adc9ba80775 100644 --- a/src/Resources/MSGraph.Autorest/exports/Update-AzADApplication.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Update-AzADApplication.ps1 @@ -79,9 +79,9 @@ HOMEREALMDISCOVERYPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -91,9 +91,9 @@ HOMEREALMDISCOVERYPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -344,9 +344,9 @@ INPUTOBJECT : key: application object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -356,9 +356,9 @@ INPUTOBJECT : key: application object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -564,9 +564,9 @@ TOKENISSUANCEPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -576,9 +576,9 @@ TOKENISSUANCEPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -775,9 +775,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -787,9 +787,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Update-AzADServicePrincipal.ps1 b/src/Resources/MSGraph.Autorest/exports/Update-AzADServicePrincipal.ps1 index fc35166e4a4c..96b33fff1e06 100644 --- a/src/Resources/MSGraph.Autorest/exports/Update-AzADServicePrincipal.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Update-AzADServicePrincipal.ps1 @@ -76,9 +76,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -88,9 +88,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -302,9 +302,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -314,9 +314,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -552,9 +552,9 @@ INPUTOBJECT : service principal object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -564,9 +564,9 @@ INPUTOBJECT : service principal object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -823,9 +823,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -835,9 +835,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -1034,9 +1034,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -1046,9 +1046,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/exports/Update-AzADUser.ps1 b/src/Resources/MSGraph.Autorest/exports/Update-AzADUser.ps1 index d00c5e10db81..7d627e68b8a0 100644 --- a/src/Resources/MSGraph.Autorest/exports/Update-AzADUser.ps1 +++ b/src/Resources/MSGraph.Autorest/exports/Update-AzADUser.ps1 @@ -65,7 +65,7 @@ INPUTOBJECT : user input object [Issuer ]: Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit. [IssuerAssignedId ]: Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must be a valid local part of an email addressSupports $filter. 100 character limit. [SignInType ]: Specifies the user sign-in types in your directory, such as emailAddress, userName or federated. Here, federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use - reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Mail ]: The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. While this property can contain accent characters, using them can cause access issues with other Microsoft applications for the user. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, endsWith). [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -80,9 +80,9 @@ INPUTOBJECT : user input object [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -92,9 +92,9 @@ INPUTOBJECT : user input object [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -402,7 +402,7 @@ INPUTOBJECT : user input object [FaxNumber ]: The fax number of the user. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [GivenName ]: The given name (first name) of the user. Maximum length is 64 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Identity ]: Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter (eq) only where the signInType is not userPrincipalName. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use - reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). [Mail ]: The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. While this property can contain accent characters, using them can cause access issues with other Microsoft applications for the user. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, endsWith). [MailNickname ]: The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -419,7 +419,7 @@ INPUTOBJECT : user input object [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PhysicalId ]: For internal use only. Not nullable. Supports $filter (eq, not, ge, le, startsWith). [PostalCode ]: The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). [PreferredLanguage ]: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Supports $filter (eq, ne, NOT, ge, le, in, startsWith). @@ -456,7 +456,7 @@ PASSWORDPROFILE : passwordProfile [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. .Link https://learn.microsoft.com/powershell/module/az.resources/update-azaduser #> @@ -637,7 +637,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')] [System.Management.Automation.SwitchParameter] - # Do not use – reserved for future use. + # Do not use - reserved for future use. ${IsResourceAccount}, [Parameter()] diff --git a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBranding.cs b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBranding.cs index c42fbe1977a0..27339b7e0890 100644 --- a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBranding.cs +++ b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBranding.cs @@ -28,7 +28,7 @@ public partial class MicrosoftGraphOrganizationalBranding : /// /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and - /// not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + /// not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Inherited)] public byte[] BackgroundImage { get => ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganizationalBrandingPropertiesInternal)__microsoftGraphOrganizationalBrandingProperties).BackgroundImage; set => ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganizationalBrandingPropertiesInternal)__microsoftGraphOrganizationalBrandingProperties).BackgroundImage = value ?? null /* byte array */; } @@ -42,7 +42,7 @@ public partial class MicrosoftGraphOrganizationalBranding : /// /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than - /// 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + /// 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Inherited)] public byte[] BannerLogo { get => ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganizationalBrandingPropertiesInternal)__microsoftGraphOrganizationalBrandingProperties).BannerLogo; set => ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganizationalBrandingPropertiesInternal)__microsoftGraphOrganizationalBrandingProperties).BannerLogo = value ?? null /* byte array */; } diff --git a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBrandingLocalization.cs b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBrandingLocalization.cs index 2542f0e1d03a..6d2206aa6a0c 100644 --- a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBrandingLocalization.cs +++ b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBrandingLocalization.cs @@ -28,7 +28,7 @@ public partial class MicrosoftGraphOrganizationalBrandingLocalization : /// /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and - /// not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + /// not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Inherited)] public byte[] BackgroundImage { get => ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganizationalBrandingPropertiesInternal)__microsoftGraphOrganizationalBrandingProperties).BackgroundImage; set => ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganizationalBrandingPropertiesInternal)__microsoftGraphOrganizationalBrandingProperties).BackgroundImage = value ?? null /* byte array */; } @@ -42,7 +42,7 @@ public partial class MicrosoftGraphOrganizationalBrandingLocalization : /// /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than - /// 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + /// 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Inherited)] public byte[] BannerLogo { get => ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganizationalBrandingPropertiesInternal)__microsoftGraphOrganizationalBrandingProperties).BannerLogo; set => ((Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganizationalBrandingPropertiesInternal)__microsoftGraphOrganizationalBrandingProperties).BannerLogo = value ?? null /* byte array */; } diff --git a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBrandingProperties.cs b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBrandingProperties.cs index fdc6d1b5298d..57e2fcc24da2 100644 --- a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBrandingProperties.cs +++ b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphOrganizationalBrandingProperties.cs @@ -34,7 +34,7 @@ public partial class MicrosoftGraphOrganizationalBrandingProperties : /// /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and - /// not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + /// not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)] public byte[] BackgroundImage { get => this._backgroundImage; set => this._backgroundImage = value; } @@ -54,7 +54,7 @@ public partial class MicrosoftGraphOrganizationalBrandingProperties : /// /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than - /// 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + /// 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)] public byte[] BannerLogo { get => this._bannerLogo; set => this._bannerLogo = value; } @@ -165,7 +165,7 @@ public partial interface IMicrosoftGraphOrganizationalBrandingProperties : string BackgroundColor { get; set; } /// /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and - /// not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + /// not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info( Required = false, @@ -173,7 +173,7 @@ public partial interface IMicrosoftGraphOrganizationalBrandingProperties : Read = true, Create = true, Update = true, - Description = @"Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.", + Description = @"Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.", SerializedName = @"backgroundImage", PossibleTypes = new [] { typeof(byte[]) })] byte[] BackgroundImage { get; set; } @@ -193,7 +193,7 @@ public partial interface IMicrosoftGraphOrganizationalBrandingProperties : string BackgroundImageRelativeUrl { get; set; } /// /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than - /// 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + /// 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info( Required = false, @@ -201,7 +201,7 @@ public partial interface IMicrosoftGraphOrganizationalBrandingProperties : Read = true, Create = true, Update = true, - Description = @"A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.", + Description = @"A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo.", SerializedName = @"bannerLogo", PossibleTypes = new [] { typeof(byte[]) })] byte[] BannerLogo { get; set; } @@ -303,7 +303,7 @@ internal partial interface IMicrosoftGraphOrganizationalBrandingPropertiesIntern string BackgroundColor { get; set; } /// /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and - /// not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + /// not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// byte[] BackgroundImage { get; set; } /// @@ -313,7 +313,7 @@ internal partial interface IMicrosoftGraphOrganizationalBrandingPropertiesIntern string BackgroundImageRelativeUrl { get; set; } /// /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than - /// 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + /// 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. /// byte[] BannerLogo { get; set; } /// diff --git a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphPasswordProfile.cs b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphPasswordProfile.cs index 9711dafb20a2..2ede37a06fff 100644 --- a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphPasswordProfile.cs +++ b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphPasswordProfile.cs @@ -41,7 +41,7 @@ public partial class MicrosoftGraphPasswordProfile : /// /// The password for the user. This property is required when a user is created. It can be updated, but the user will be required - /// to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies + /// to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies /// property. By default, a strong password is required. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)] @@ -91,7 +91,7 @@ public partial interface IMicrosoftGraphPasswordProfile : bool? ForceChangePasswordNextSignInWithMfa { get; set; } /// /// The password for the user. This property is required when a user is created. It can be updated, but the user will be required - /// to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies + /// to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies /// property. By default, a strong password is required. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info( @@ -100,7 +100,7 @@ public partial interface IMicrosoftGraphPasswordProfile : Read = true, Create = true, Update = true, - Description = @"The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required.", + Description = @"The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required.", SerializedName = @"password", PossibleTypes = new [] { typeof(string) })] string Password { get; set; } @@ -125,7 +125,7 @@ internal partial interface IMicrosoftGraphPasswordProfileInternal bool? ForceChangePasswordNextSignInWithMfa { get; set; } /// /// The password for the user. This property is required when a user is created. It can be updated, but the user will be required - /// to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies + /// to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies /// property. By default, a strong password is required. /// string Password { get; set; } diff --git a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphServicePrincipal.cs b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphServicePrincipal.cs index 7af9544e7a51..3f6fe01f9f79 100644 --- a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphServicePrincipal.cs +++ b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphServicePrincipal.cs @@ -484,9 +484,9 @@ public partial class MicrosoftGraphServicePrincipal : /// /// Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: - /// Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: - /// Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: - /// Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: + /// Users with a Microsoft work or school account in my organization's Azure AD tenant (single-tenant).AzureADMultipleOrgs: + /// Users with a Microsoft work or school account in any organization's Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: + /// Users with a personal Microsoft account, or a work or school account in any organization's Azure AD tenant.PersonalMicrosoftAccount: /// Users with a personal Microsoft account only. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)] @@ -1087,9 +1087,9 @@ public partial interface IMicrosoftGraphServicePrincipal : string ServicePrincipalType { get; set; } /// /// Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: - /// Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: - /// Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: - /// Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: + /// Users with a Microsoft work or school account in my organization's Azure AD tenant (single-tenant).AzureADMultipleOrgs: + /// Users with a Microsoft work or school account in any organization's Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: + /// Users with a personal Microsoft account, or a work or school account in any organization's Azure AD tenant.PersonalMicrosoftAccount: /// Users with a personal Microsoft account only. /// [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info( @@ -1098,7 +1098,7 @@ public partial interface IMicrosoftGraphServicePrincipal : Read = true, Create = false, Update = false, - Description = @"Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.", + Description = @"Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization's Azure AD tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization's Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization's Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.", SerializedName = @"signInAudience", PossibleTypes = new [] { typeof(string) })] string SignInAudience { get; } @@ -1343,9 +1343,9 @@ internal partial interface IMicrosoftGraphServicePrincipalInternal : string ServicePrincipalType { get; set; } /// /// Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: - /// Users with a Microsoft work or school account in my organization’s Azure AD tenant (single-tenant).AzureADMultipleOrgs: - /// Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: - /// Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: + /// Users with a Microsoft work or school account in my organization's Azure AD tenant (single-tenant).AzureADMultipleOrgs: + /// Users with a Microsoft work or school account in any organization's Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: + /// Users with a personal Microsoft account, or a work or school account in any organization's Azure AD tenant.PersonalMicrosoftAccount: /// Users with a personal Microsoft account only. /// string SignInAudience { get; set; } diff --git a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphUser.cs b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphUser.cs index 43ffda37ba25..ea3e5a8ac218 100644 --- a/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphUser.cs +++ b/src/Resources/MSGraph.Autorest/generated/api/Models/ApiV10/MicrosoftGraphUser.cs @@ -286,7 +286,7 @@ public partial class MicrosoftGraphUser : /// Backing field for property. private bool? _isResourceAccount; - /// Do not use – reserved for future use. + /// Do not use - reserved for future use. [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.DoNotFormat] public bool? IsResourceAccount { get => this._isResourceAccount; set => this._isResourceAccount = value; } @@ -1012,14 +1012,14 @@ public partial interface IMicrosoftGraphUser : SerializedName = @"imAddresses", PossibleTypes = new [] { typeof(string) })] string[] ImAddress { get; } - /// Do not use – reserved for future use. + /// Do not use - reserved for future use. [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, - Description = @"Do not use – reserved for future use.", + Description = @"Do not use - reserved for future use.", SerializedName = @"isResourceAccount", PossibleTypes = new [] { typeof(bool) })] bool? IsResourceAccount { get; set; } @@ -1560,7 +1560,7 @@ internal partial interface IMicrosoftGraphUserInternal : /// $filter (eq, NOT, ge, le, startsWith). /// string[] ImAddress { get; set; } - /// Do not use – reserved for future use. + /// Do not use - reserved for future use. bool? IsResourceAccount { get; set; } /// /// The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, NOT , ge, le, in, startsWith). diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/NewAzAdUser_CreateExpanded.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/NewAzAdUser_CreateExpanded.cs index 3b55f77187f9..78cd121f4128 100644 --- a/src/Resources/MSGraph.Autorest/generated/cmdlets/NewAzAdUser_CreateExpanded.cs +++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/NewAzAdUser_CreateExpanded.cs @@ -367,13 +367,13 @@ public partial class NewAzADUser_CreateExpanded : global::System.Management.Auto /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } - /// Do not use – reserved for future use. - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Do not use – reserved for future use.")] + /// Do not use - reserved for future use. + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Do not use - reserved for future use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Body)] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info( Required = false, ReadOnly = false, - Description = @"Do not use – reserved for future use.", + Description = @"Do not use - reserved for future use.", SerializedName = @"isResourceAccount", PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] public global::System.Management.Automation.SwitchParameter IsResourceAccount { get => _body.IsResourceAccount ?? default(global::System.Management.Automation.SwitchParameter); set => _body.IsResourceAccount = value; } diff --git a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdUser_UpdateExpanded.cs b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdUser_UpdateExpanded.cs index 134543b8954e..1280be92284d 100644 --- a/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdUser_UpdateExpanded.cs +++ b/src/Resources/MSGraph.Autorest/generated/cmdlets/UpdateAzAdUser_UpdateExpanded.cs @@ -382,13 +382,13 @@ public partial class UpdateAzADUser_UpdateExpanded : global::System.Management.A /// Accessor for our copy of the InvocationInfo. public global::System.Management.Automation.InvocationInfo InvocationInformation { get => __invocationInfo = __invocationInfo ?? this.MyInvocation ; set { __invocationInfo = value; } } - /// Do not use – reserved for future use. - [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Do not use – reserved for future use.")] + /// Do not use - reserved for future use. + [global::System.Management.Automation.Parameter(Mandatory = false, HelpMessage = "Do not use - reserved for future use.")] [global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.ParameterCategory.Body)] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info( Required = false, ReadOnly = false, - Description = @"Do not use – reserved for future use.", + Description = @"Do not use - reserved for future use.", SerializedName = @"isResourceAccount", PossibleTypes = new [] { typeof(global::System.Management.Automation.SwitchParameter) })] public global::System.Management.Automation.SwitchParameter IsResourceAccount { get => _body.IsResourceAccount ?? default(global::System.Management.Automation.SwitchParameter); set => _body.IsResourceAccount = value; } diff --git a/src/Resources/MSGraph.Autorest/internal/New-AzADApplication.ps1 b/src/Resources/MSGraph.Autorest/internal/New-AzADApplication.ps1 index 43c5ccb958b7..ce5ec1a133fb 100644 --- a/src/Resources/MSGraph.Autorest/internal/New-AzADApplication.ps1 +++ b/src/Resources/MSGraph.Autorest/internal/New-AzADApplication.ps1 @@ -82,9 +82,9 @@ HOMEREALMDISCOVERYPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -94,9 +94,9 @@ HOMEREALMDISCOVERYPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -346,9 +346,9 @@ TOKENISSUANCEPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -358,9 +358,9 @@ TOKENISSUANCEPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -557,9 +557,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -569,9 +569,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/internal/New-AzADOrganization.ps1 b/src/Resources/MSGraph.Autorest/internal/New-AzADOrganization.ps1 index 6d285bd81528..cb858557c181 100644 --- a/src/Resources/MSGraph.Autorest/internal/New-AzADOrganization.ps1 +++ b/src/Resources/MSGraph.Autorest/internal/New-AzADOrganization.ps1 @@ -51,9 +51,9 @@ BODY : organization [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -63,9 +63,9 @@ BODY : organization [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -119,9 +119,9 @@ BODY : organization BRANDING : organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -131,9 +131,9 @@ BRANDING : organizationalBranding [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/internal/New-AzADServicePrincipal.ps1 b/src/Resources/MSGraph.Autorest/internal/New-AzADServicePrincipal.ps1 index 4ea7ecf9f6c4..6c79217f7bbd 100644 --- a/src/Resources/MSGraph.Autorest/internal/New-AzADServicePrincipal.ps1 +++ b/src/Resources/MSGraph.Autorest/internal/New-AzADServicePrincipal.ps1 @@ -76,9 +76,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -88,9 +88,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -309,9 +309,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -321,9 +321,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -559,9 +559,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -571,9 +571,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -770,9 +770,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -782,9 +782,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/internal/New-AzADUser.ps1 b/src/Resources/MSGraph.Autorest/internal/New-AzADUser.ps1 index 0f7298ab5f03..5f8ea2f56cb8 100644 --- a/src/Resources/MSGraph.Autorest/internal/New-AzADUser.ps1 +++ b/src/Resources/MSGraph.Autorest/internal/New-AzADUser.ps1 @@ -52,7 +52,7 @@ PASSWORDPROFILE : passwordProfile [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. .Link https://learn.microsoft.com/powershell/module/az.resources/new-azaduser #> @@ -232,7 +232,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')] [System.Management.Automation.SwitchParameter] - # Do not use – reserved for future use. + # Do not use - reserved for future use. ${IsResourceAccount}, [Parameter()] diff --git a/src/Resources/MSGraph.Autorest/internal/ProxyCmdletDefinitions.ps1 b/src/Resources/MSGraph.Autorest/internal/ProxyCmdletDefinitions.ps1 index de93730ba001..0065b2c86d16 100644 --- a/src/Resources/MSGraph.Autorest/internal/ProxyCmdletDefinitions.ps1 +++ b/src/Resources/MSGraph.Autorest/internal/ProxyCmdletDefinitions.ps1 @@ -2494,9 +2494,9 @@ HOMEREALMDISCOVERYPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -2506,9 +2506,9 @@ HOMEREALMDISCOVERYPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -2758,9 +2758,9 @@ TOKENISSUANCEPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -2770,9 +2770,9 @@ TOKENISSUANCEPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -2969,9 +2969,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -2981,9 +2981,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -4182,9 +4182,9 @@ BODY : organization [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -4194,9 +4194,9 @@ BODY : organization [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -4250,9 +4250,9 @@ BODY : organization BRANDING : organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -4262,9 +4262,9 @@ BRANDING : organizationalBranding [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -4846,9 +4846,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -4858,9 +4858,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -5079,9 +5079,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -5091,9 +5091,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -5329,9 +5329,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -5341,9 +5341,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -5540,9 +5540,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -5552,9 +5552,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -6209,7 +6209,7 @@ PASSWORDPROFILE : passwordProfile [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. .Link https://learn.microsoft.com/powershell/module/az.resources/new-azaduser #> @@ -6389,7 +6389,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')] [System.Management.Automation.SwitchParameter] - # Do not use – reserved for future use. + # Do not use - reserved for future use. ${IsResourceAccount}, [Parameter()] @@ -8029,9 +8029,9 @@ HOMEREALMDISCOVERYPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8041,9 +8041,9 @@ HOMEREALMDISCOVERYPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8293,9 +8293,9 @@ TOKENISSUANCEPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8305,9 +8305,9 @@ TOKENISSUANCEPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8504,9 +8504,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -8516,9 +8516,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9156,9 +9156,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9168,9 +9168,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9389,9 +9389,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9401,9 +9401,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9639,9 +9639,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9651,9 +9651,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9850,9 +9850,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -9862,9 +9862,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -10527,7 +10527,7 @@ PASSWORDPROFILE : passwordProfile [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. .Link https://learn.microsoft.com/powershell/module/az.resources/update-azaduser #> @@ -10714,7 +10714,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')] [System.Management.Automation.SwitchParameter] - # Do not use – reserved for future use. + # Do not use - reserved for future use. ${IsResourceAccount}, [Parameter()] diff --git a/src/Resources/MSGraph.Autorest/internal/Update-AzADApplication.ps1 b/src/Resources/MSGraph.Autorest/internal/Update-AzADApplication.ps1 index 64377553b68c..5e38b3bb412a 100644 --- a/src/Resources/MSGraph.Autorest/internal/Update-AzADApplication.ps1 +++ b/src/Resources/MSGraph.Autorest/internal/Update-AzADApplication.ps1 @@ -86,9 +86,9 @@ HOMEREALMDISCOVERYPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -98,9 +98,9 @@ HOMEREALMDISCOVERYPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -350,9 +350,9 @@ TOKENISSUANCEPOLICY : . [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -362,9 +362,9 @@ TOKENISSUANCEPOLICY : . [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -561,9 +561,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -573,9 +573,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/internal/Update-AzADServicePrincipal.ps1 b/src/Resources/MSGraph.Autorest/internal/Update-AzADServicePrincipal.ps1 index 7000c4b7ad6a..77ac4a78bd0c 100644 --- a/src/Resources/MSGraph.Autorest/internal/Update-AzADServicePrincipal.ps1 +++ b/src/Resources/MSGraph.Autorest/internal/Update-AzADServicePrincipal.ps1 @@ -76,9 +76,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -88,9 +88,9 @@ CLAIMSMAPPINGPOLICY : The claimsMappingPol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -309,9 +309,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -321,9 +321,9 @@ HOMEREALMDISCOVERYPOLICY : The homeRe [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -559,9 +559,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -571,9 +571,9 @@ TOKENISSUANCEPOLICY : The tokenIssuancePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -770,9 +770,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Branding ]: organizationalBranding [(Any) ]: This indicates any property can be added to this object. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. @@ -782,9 +782,9 @@ TOKENLIFETIMEPOLICY : The tokenLifetimePol [Id ]: The unique idenfier for an entity. Read-only. [Localization ]: Add different branding based on a locale. [BackgroundColor ]: Color that will appear in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF. - [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. + [BackgroundImage ]: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 * 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. [BackgroundImageRelativeUrl ]: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. + [BannerLogo ]: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo. [BannerLogoRelativeUrl ]: A relative url for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. [CdnList ]: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. [SignInPageText ]: Text that appears at the bottom of the sign-in box. You can use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be Unicode and not exceed 1024 characters. diff --git a/src/Resources/MSGraph.Autorest/internal/Update-AzADUser.ps1 b/src/Resources/MSGraph.Autorest/internal/Update-AzADUser.ps1 index dddc3092a150..00b31d142d81 100644 --- a/src/Resources/MSGraph.Autorest/internal/Update-AzADUser.ps1 +++ b/src/Resources/MSGraph.Autorest/internal/Update-AzADUser.ps1 @@ -47,7 +47,7 @@ PASSWORDPROFILE : passwordProfile [(Any) ]: This indicates any property can be added to this object. [ForceChangePasswordNextSignIn ]: true if the user must change her password on the next login; otherwise false. If not set, default is false. NOTE: For Azure B2C tenants, set to false and instead use custom policies and user flows to force password reset at first sign in. See Force password reset at first logon. [ForceChangePasswordNextSignInWithMfa ]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. - [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + [Password ]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. .Link https://learn.microsoft.com/powershell/module/az.resources/update-azaduser #> @@ -234,7 +234,7 @@ param( [Parameter()] [Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Category('Body')] [System.Management.Automation.SwitchParameter] - # Do not use – reserved for future use. + # Do not use - reserved for future use. ${IsResourceAccount}, [Parameter()] diff --git a/src/Resources/Resources/Az.Resources.psd1 b/src/Resources/Resources/Az.Resources.psd1 index 3a7b345444b5..a2d293637a15 100644 --- a/src/Resources/Resources/Az.Resources.psd1 +++ b/src/Resources/Resources/Az.Resources.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 7/31/2024 +# Generated on: 8/15/2024 # @{ @@ -71,10 +71,10 @@ RequiredAssemblies = 'Authorization.Autorest/bin/Az.Authorization.private.dll', 'System.Runtime.CompilerServices.Unsafe.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() +ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() +TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'Authorization.Autorest/Az.Authorization.format.ps1xml', @@ -249,7 +249,9 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','Provider','ResourceGroup','Deployment','ActiveDirectory','Authorization','Management','ManagementGroups','Tags' + Tags = 'Azure', 'ResourceManager', 'ARM', 'Provider', 'ResourceGroup', + 'Deployment', 'ActiveDirectory', 'Authorization', 'Management', + 'ManagementGroups', 'Tags' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -282,7 +284,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Resources/Resources/ChangeLog.md b/src/Resources/Resources/ChangeLog.md index ff8e2e7a1600..12b4bf9ae2f3 100644 --- a/src/Resources/Resources/ChangeLog.md +++ b/src/Resources/Resources/ChangeLog.md @@ -19,6 +19,7 @@ --> ## Upcoming Release +* Removed specific characters from the codebase to unblock digital signature verification. ## Version 7.3.0 * Added null check and empty list check to the permissions object in the ToPSRoleDefinition method. diff --git a/src/Resources/Resources/help/Add-AzADAppPermission.md b/src/Resources/Resources/help/Add-AzADAppPermission.md index df2cec0446a1..59147b21f6df 100644 --- a/src/Resources/Resources/help/Add-AzADAppPermission.md +++ b/src/Resources/Resources/help/Add-AzADAppPermission.md @@ -15,13 +15,13 @@ Adds an API permission. ### ObjectIdParameterSet (Default) ``` Add-AzADAppPermission -ApiId -PermissionId -ObjectId [-Type ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### AppIdParameterSet ``` Add-AzADAppPermission -ApiId -PermissionId [-Type ] -ApplicationId - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -131,6 +131,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Type Specifies whether the id property references an oauth2PermissionScopes(Scope, delegated permission) or an appRole(Role, application permission). diff --git a/src/Resources/Resources/help/Add-AzADGroupMember.md b/src/Resources/Resources/help/Add-AzADGroupMember.md index 603ada8711da..d74cf61b49ac 100644 --- a/src/Resources/Resources/help/Add-AzADGroupMember.md +++ b/src/Resources/Resources/help/Add-AzADGroupMember.md @@ -15,40 +15,40 @@ Adds member to group. ### MemberObjectIdWithGroupObjectIdParameterSet (Default) ``` Add-AzADGroupMember -TargetGroupObjectId -MemberObjectId [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberUPNWithGroupObjectIdParameterSet ``` Add-AzADGroupMember -TargetGroupObjectId -MemberUserPrincipalName - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberObjectIdWithGroupObjectParameterSet ``` Add-AzADGroupMember -MemberObjectId -TargetGroupObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberObjectIdWithGroupDisplayNameParameterSet ``` Add-AzADGroupMember -MemberObjectId -TargetGroupDisplayName [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberUPNWithGroupObjectParameterSet ``` Add-AzADGroupMember -MemberUserPrincipalName -TargetGroupObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberUPNWithGroupDisplayNameParameterSet ``` Add-AzADGroupMember -MemberUserPrincipalName -TargetGroupDisplayName - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -130,6 +130,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -TargetGroupDisplayName The display name of target group. @@ -572,4 +587,7 @@ TARGETGROUPOBJECT ``: The target group object, could be use ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Export-AzResourceGroup.md b/src/Resources/Resources/help/Export-AzResourceGroup.md index 9be15d15dddd..6d2dfc13c924 100644 --- a/src/Resources/Resources/help/Export-AzResourceGroup.md +++ b/src/Resources/Resources/help/Export-AzResourceGroup.md @@ -17,7 +17,7 @@ Captures a resource group as a template and saves it to a file. Export-AzResourceGroup -ResourceGroupName [-Path ] [-IncludeParameterDefaultValue] [-IncludeComments] [-SkipResourceNameParameterization] [-SkipAllParameterization] [-Resource ] [-Force] [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -161,6 +161,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Resource A list of resourceIds to filter the results by. diff --git a/src/Resources/Resources/help/Export-AzTemplateSpec.md b/src/Resources/Resources/help/Export-AzTemplateSpec.md index 4a59b078ae29..e96879be0d7b 100644 --- a/src/Resources/Resources/help/Export-AzTemplateSpec.md +++ b/src/Resources/Resources/help/Export-AzTemplateSpec.md @@ -15,14 +15,14 @@ Exports a Template Spec to the local filesystem ### ExportByNameParameterSet (Default) ``` Export-AzTemplateSpec [-ResourceGroupName] [-Name] -Version -OutputFolder - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ExportByIdParameterSet ``` Export-AzTemplateSpec [-ResourceId] -Version -OutputFolder - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -92,6 +92,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the template spec's resource group. diff --git a/src/Resources/Resources/help/Get-AzADAppCredential.md b/src/Resources/Resources/help/Get-AzADAppCredential.md index 8b230c573068..8d63cb76211a 100644 --- a/src/Resources/Resources/help/Get-AzADAppCredential.md +++ b/src/Resources/Resources/help/Get-AzADAppCredential.md @@ -14,26 +14,26 @@ Lists key credentials and password credentials for an application. ### ApplicationObjectIdParameterSet (Default) ``` -Get-AzADAppCredential -ObjectId [-DefaultProfile ] +Get-AzADAppCredential -ObjectId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationIdParameterSet ``` -Get-AzADAppCredential -ApplicationId [-DefaultProfile ] +Get-AzADAppCredential -ApplicationId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameParameterSet ``` -Get-AzADAppCredential -DisplayName [-DefaultProfile ] +Get-AzADAppCredential -DisplayName [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationObjectParameterSet ``` Get-AzADAppCredential -ApplicationObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -126,6 +126,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -440,4 +455,7 @@ APPLICATIONOBJECT ``: The application object, could ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Get-AzADAppFederatedCredential.md b/src/Resources/Resources/help/Get-AzADAppFederatedCredential.md index 05489d70ac81..72d7b499219b 100644 --- a/src/Resources/Resources/help/Get-AzADAppFederatedCredential.md +++ b/src/Resources/Resources/help/Get-AzADAppFederatedCredential.md @@ -16,20 +16,20 @@ Get federatedIdentityCredentials by Id from applications. ``` Get-AzADAppFederatedCredential -ApplicationObjectId [-Expand ] [-Select ] [-Count] [-Filter ] [-Orderby ] [-Search ] [-First ] [-Skip ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByApplicationObjectId ``` Get-AzADAppFederatedCredential -ApplicationObjectId -FederatedCredentialId - [-Expand ] [-Select ] [-DefaultProfile ] + [-Expand ] [-Select ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByApplicationObject ``` Get-AzADAppFederatedCredential -FederatedCredentialId -ApplicationObject - [-Expand ] [-Select ] [-DefaultProfile ] + [-Expand ] [-Select ] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -37,7 +37,7 @@ Get-AzADAppFederatedCredential -FederatedCredentialId -ApplicationObjec ``` Get-AzADAppFederatedCredential -ApplicationObject [-Expand ] [-Select ] [-Count] [-Filter ] [-Orderby ] [-Search ] [-First ] - [-Skip ] [-DefaultProfile ] [] + [-Skip ] [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -182,6 +182,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Search Search items by search phrases @@ -521,4 +536,7 @@ APPLICATIONOBJECT ``: application object ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Get-AzADAppPermission.md b/src/Resources/Resources/help/Get-AzADAppPermission.md index 36321bd3bf7d..bd5397c5b49b 100644 --- a/src/Resources/Resources/help/Get-AzADAppPermission.md +++ b/src/Resources/Resources/help/Get-AzADAppPermission.md @@ -14,13 +14,13 @@ Lists API permissions the application has requested. ### ObjectIdParameterSet (Default) ``` -Get-AzADAppPermission -ObjectId [-DefaultProfile ] +Get-AzADAppPermission -ObjectId [-DefaultProfile ] [-ProgressAction ] [] ``` ### AppIdParameterSet ``` -Get-AzADAppPermission -ApplicationId [-DefaultProfile ] +Get-AzADAppPermission -ApplicationId [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -90,6 +90,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters 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). diff --git a/src/Resources/Resources/help/Get-AzADApplication.md b/src/Resources/Resources/help/Get-AzADApplication.md index bd313df397df..2b28dc9fa8e2 100644 --- a/src/Resources/Resources/help/Get-AzADApplication.md +++ b/src/Resources/Resources/help/Get-AzADApplication.md @@ -16,44 +16,44 @@ Lists entities from applications or get entity from applications by key ``` Get-AzADApplication [-Select ] [-Count] [-Filter ] [-Orderby ] [-Search ] [-ConsistencyLevel ] [-First ] [-Skip ] [-AppendSelected] [-DefaultProfile ] - [-CountVariable ] [] + [-CountVariable ] [-ProgressAction ] [] ``` ### ApplicationObjectIdParameterSet ``` Get-AzADApplication -ObjectId [-Select ] [-First ] [-Skip ] - [-AppendSelected] [-DefaultProfile ] [] + [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ### OwnedApplicationParameterSet ``` Get-AzADApplication [-OwnedApplication] [-Select ] [-Orderby ] [-First ] - [-Skip ] [-AppendSelected] [-DefaultProfile ] + [-Skip ] [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ### SearchStringParameterSet ``` Get-AzADApplication [-Select ] -DisplayNameStartWith [-First ] [-Skip ] - [-AppendSelected] [-DefaultProfile ] [] + [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ### DisplayNameParameterSet ``` Get-AzADApplication [-Select ] -DisplayName [-First ] [-Skip ] - [-AppendSelected] [-DefaultProfile ] [] + [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ApplicationIdParameterSet ``` Get-AzADApplication [-Select ] -ApplicationId [-First ] [-Skip ] - [-AppendSelected] [-DefaultProfile ] [] + [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ApplicationIdentifierUriParameterSet ``` Get-AzADApplication [-Select ] -IdentifierUri [-First ] [-Skip ] - [-AppendSelected] [-DefaultProfile ] [] + [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -310,6 +310,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Search Search items by search phrases diff --git a/src/Resources/Resources/help/Get-AzADGroup.md b/src/Resources/Resources/help/Get-AzADGroup.md index 589aa2b15a01..55d9cb456d39 100644 --- a/src/Resources/Resources/help/Get-AzADGroup.md +++ b/src/Resources/Resources/help/Get-AzADGroup.md @@ -16,7 +16,7 @@ Lists entities from groups or get entity from groups by key ``` Get-AzADGroup [-Count] [-Expand ] [-Select ] [-Filter ] [-Orderby ] [-Search ] [-ConsistencyLevel ] [-First ] [-Skip ] [-AppendSelected] - [-DefaultProfile ] [-CountVariable ] + [-DefaultProfile ] [-CountVariable ] [-ProgressAction ] [] ``` @@ -24,20 +24,20 @@ Get-AzADGroup [-Count] [-Expand ] [-Select ] [-Filter ] [-Select ] [-ConsistencyLevel ] [-First ] [-Skip ] [-AppendSelected] -DisplayName [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### SearchStringParameterSet ``` Get-AzADGroup [-Expand ] [-Select ] [-ConsistencyLevel ] [-First ] [-Skip ] [-AppendSelected] -DisplayNameStartsWith [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ObjectIdParameterSet ``` Get-AzADGroup [-Expand ] [-Select ] [-ConsistencyLevel ] [-AppendSelected] - -ObjectId [-DefaultProfile ] [] + -ObjectId [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -250,6 +250,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Search Search items by search phrases diff --git a/src/Resources/Resources/help/Get-AzADGroupMember.md b/src/Resources/Resources/help/Get-AzADGroupMember.md index 1e38786ab6a8..d6ba096462e7 100644 --- a/src/Resources/Resources/help/Get-AzADGroupMember.md +++ b/src/Resources/Resources/help/Get-AzADGroupMember.md @@ -16,21 +16,21 @@ Lists members from group. ``` Get-AzADGroupMember -GroupObjectId [-Expand ] [-Filter ] [-Orderby ] [-Search ] [-Select ] [-First ] [-Skip ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### DisplayNameParameterSet ``` Get-AzADGroupMember [-Expand ] [-Filter ] [-Orderby ] [-Search ] [-Select ] [-First ] [-Skip ] -GroupDisplayName - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GroupObjectParameterSet ``` Get-AzADGroupMember [-Expand ] [-Filter ] [-Orderby ] [-Search ] [-Select ] [-First ] [-Skip ] -GroupObject - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -160,6 +160,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Search Search items by search phrases @@ -585,4 +600,7 @@ GROUPOBJECT ``: The target group object, could be used as ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Get-AzADGroupOwner.md b/src/Resources/Resources/help/Get-AzADGroupOwner.md index e170135ff6e2..973db5ab31c5 100644 --- a/src/Resources/Resources/help/Get-AzADGroupOwner.md +++ b/src/Resources/Resources/help/Get-AzADGroupOwner.md @@ -21,7 +21,7 @@ For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayNa ``` Get-AzADGroupOwner -GroupId [-Count] [-Expand ] [-Filter ] [-Orderby ] [-Search ] [-Select ] [-ConsistencyLevel ] [-First ] [-Skip ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -151,6 +151,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Search Search items by search phrases diff --git a/src/Resources/Resources/help/Get-AzADOrganization.md b/src/Resources/Resources/help/Get-AzADOrganization.md index fbc1f97526fd..9297bcff2c64 100644 --- a/src/Resources/Resources/help/Get-AzADOrganization.md +++ b/src/Resources/Resources/help/Get-AzADOrganization.md @@ -15,7 +15,7 @@ Retrieve a list of organization objects. ``` Get-AzADOrganization [-Count] [-Expand ] [-Filter ] [-Orderby ] [-Search ] [-Select ] [-First ] [-Skip ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -107,6 +107,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Search Search items by search phrases diff --git a/src/Resources/Resources/help/Get-AzADServicePrincipal.md b/src/Resources/Resources/help/Get-AzADServicePrincipal.md index 8a6151ac37af..07a45ef2e5a8 100644 --- a/src/Resources/Resources/help/Get-AzADServicePrincipal.md +++ b/src/Resources/Resources/help/Get-AzADServicePrincipal.md @@ -16,46 +16,46 @@ Lists entities from service principals or get entity from service principals by ``` Get-AzADServicePrincipal [-Select ] [-Count] [-Filter ] [-Orderby ] [-Search ] [-ConsistencyLevel ] [-First ] [-Skip ] [-AppendSelected] - [-DefaultProfile ] [-CountVariable ] + [-DefaultProfile ] [-CountVariable ] [-ProgressAction ] [] ``` ### ObjectIdParameterSet ``` Get-AzADServicePrincipal -ObjectId [-Select ] [-First ] [-Skip ] - [-AppendSelected] [-DefaultProfile ] [] + [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ### SearchStringParameterSet ``` Get-AzADServicePrincipal [-Select ] -DisplayNameBeginsWith [-First ] - [-Skip ] [-AppendSelected] [-DefaultProfile ] + [-Skip ] [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ### DisplayNameParameterSet ``` Get-AzADServicePrincipal [-Select ] -DisplayName [-First ] [-Skip ] - [-AppendSelected] [-DefaultProfile ] [] + [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ApplicationIdParameterSet ``` Get-AzADServicePrincipal [-Select ] -ApplicationId [-First ] [-Skip ] - [-AppendSelected] [-DefaultProfile ] [] + [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ApplicationObjectParameterSet ``` Get-AzADServicePrincipal [-Select ] -ApplicationObject [-First ] - [-Skip ] [-AppendSelected] [-DefaultProfile ] + [-Skip ] [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ### SPNParameterSet ``` Get-AzADServicePrincipal [-Select ] -ServicePrincipalName [-First ] [-Skip ] - [-AppendSelected] [-DefaultProfile ] [] + [-AppendSelected] [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -298,6 +298,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Search Search items by search phrases @@ -654,4 +669,7 @@ APPLICATIONOBJECT ``: The service principal object, ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Get-AzADServicePrincipalAppRoleAssignment.md b/src/Resources/Resources/help/Get-AzADServicePrincipalAppRoleAssignment.md index 12ce209f67e2..d831e8964602 100644 --- a/src/Resources/Resources/help/Get-AzADServicePrincipalAppRoleAssignment.md +++ b/src/Resources/Resources/help/Get-AzADServicePrincipalAppRoleAssignment.md @@ -16,13 +16,13 @@ Get appRoleAssignments from servicePrincipals ``` Get-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId [-Expand ] [-Select ] [-Count] [-Filter ] [-Orderby ] [-Search ] [-First ] - [-Skip ] [-DefaultProfile ] [] + [-Skip ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId -AppRoleAssignmentId - [-Expand ] [-Select ] [-DefaultProfile ] + [-Expand ] [-Select ] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -150,6 +150,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Search Search items by search phrases diff --git a/src/Resources/Resources/help/Get-AzADSpCredential.md b/src/Resources/Resources/help/Get-AzADSpCredential.md index 8f72804a0ad5..585f23204546 100644 --- a/src/Resources/Resources/help/Get-AzADSpCredential.md +++ b/src/Resources/Resources/help/Get-AzADSpCredential.md @@ -14,26 +14,26 @@ Lists key credentials and password credentials for an service principal. ### ObjectIdParameterSet (Default) ``` -Get-AzADSpCredential -ObjectId [-DefaultProfile ] +Get-AzADSpCredential -ObjectId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SPNParameterSet ``` Get-AzADSpCredential -ServicePrincipalName [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameParameterSet ``` -Get-AzADSpCredential -DisplayName [-DefaultProfile ] +Get-AzADSpCredential -DisplayName [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SPNObjectParameterSet ``` Get-AzADSpCredential -ServicePrincipalObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -95,6 +95,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ServicePrincipalName The service principal name. @@ -468,4 +483,7 @@ SERVICEPRINCIPALOBJECT ``: The service principa ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Get-AzADUser.md b/src/Resources/Resources/help/Get-AzADUser.md index 82703b879359..acb0ac8d52cd 100644 --- a/src/Resources/Resources/help/Get-AzADUser.md +++ b/src/Resources/Resources/help/Get-AzADUser.md @@ -16,44 +16,44 @@ Lists entities from users or get entity from users by key ``` Get-AzADUser [-Count] [-Expand ] [-Select ] [-First ] [-Skip ] [-AppendSelected] [-Filter ] [-Orderby ] [-Search ] [-ConsistencyLevel ] - [-DefaultProfile ] [-CountVariable ] + [-DefaultProfile ] [-CountVariable ] [-ProgressAction ] [] ``` ### MailParameterSet ``` Get-AzADUser [-Expand ] [-Select ] [-First ] [-Skip ] [-AppendSelected] - [-DefaultProfile ] -Mail [] + [-DefaultProfile ] -Mail [-ProgressAction ] [] ``` ### DisplayNameParameterSet ``` Get-AzADUser [-Expand ] [-Select ] [-First ] [-Skip ] [-AppendSelected] - [-DefaultProfile ] -DisplayName [] + [-DefaultProfile ] -DisplayName [-ProgressAction ] [] ``` ### StartsWithParameterSet ``` Get-AzADUser [-Expand ] [-Select ] [-First ] [-Skip ] [-AppendSelected] - [-DefaultProfile ] -StartsWith [] + [-DefaultProfile ] -StartsWith [-ProgressAction ] [] ``` ### ObjectIdParameterSet ``` Get-AzADUser [-Expand ] [-Select ] [-AppendSelected] [-DefaultProfile ] - -ObjectId [] + -ObjectId [-ProgressAction ] [] ``` ### UPNParameterSet ``` Get-AzADUser [-Expand ] [-Select ] [-AppendSelected] [-DefaultProfile ] - -UserPrincipalName [] + -UserPrincipalName [-ProgressAction ] [] ``` ### SignedInUser ``` Get-AzADUser [-Expand ] [-Select ] [-AppendSelected] [-DefaultProfile ] - [-SignedIn] [] + [-SignedIn] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -266,6 +266,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Search Search items by search phrases diff --git a/src/Resources/Resources/help/Get-AzDenyAssignment.md b/src/Resources/Resources/help/Get-AzDenyAssignment.md index 2561084f5835..98f11154a3bd 100644 --- a/src/Resources/Resources/help/Get-AzDenyAssignment.md +++ b/src/Resources/Resources/help/Get-AzDenyAssignment.md @@ -22,113 +22,113 @@ The cmdlet may call below Microsoft Graph API according to input parameters: ### EmptyParameterSet (Default) ``` Get-AzDenyAssignment [-Scope ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ObjectIdParameterSet ``` Get-AzDenyAssignment -ObjectId [-ExpandPrincipalGroups] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupWithObjectIdParameterSet ``` Get-AzDenyAssignment -ObjectId -ResourceGroupName [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceWithObjectIdParameterSet ``` Get-AzDenyAssignment -ObjectId -ResourceGroupName -ResourceName -ResourceType - [-ParentResource ] [-DefaultProfile ] + [-ParentResource ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ScopeWithObjectIdParameterSet ``` Get-AzDenyAssignment -ObjectId -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupWithSignInNameParameterSet ``` Get-AzDenyAssignment -SignInName -ResourceGroupName - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ResourceWithSignInNameParameterSet ``` Get-AzDenyAssignment -SignInName -ResourceGroupName -ResourceName -ResourceType [-ParentResource ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ScopeWithSignInNameParameterSet ``` Get-AzDenyAssignment -SignInName -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### SignInNameParameterSet ``` Get-AzDenyAssignment -SignInName [-ExpandPrincipalGroups] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupWithSPNParameterSet ``` Get-AzDenyAssignment -ServicePrincipalName -ResourceGroupName - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ResourceWithSPNParameterSet ``` Get-AzDenyAssignment -ServicePrincipalName -ResourceGroupName -ResourceName -ResourceType [-ParentResource ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ScopeWithSPNParameterSet ``` Get-AzDenyAssignment -ServicePrincipalName -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### SPNParameterSet ``` Get-AzDenyAssignment -ServicePrincipalName [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupParameterSet ``` Get-AzDenyAssignment -ResourceGroupName [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceParameterSet ``` Get-AzDenyAssignment -ResourceGroupName -ResourceName -ResourceType - [-ParentResource ] [-DefaultProfile ] + [-ParentResource ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ScopeParameterSet ``` Get-AzDenyAssignment -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### DenyAssignmentIdParameterSet ``` Get-AzDenyAssignment [-Scope ] -Id [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### DenyAssignmentNameParameterSet ``` Get-AzDenyAssignment [-Scope ] -DenyAssignmentName [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -447,6 +447,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. Lists deny assignments that are effective at the specified resource group. diff --git a/src/Resources/Resources/help/Get-AzDeployment.md b/src/Resources/Resources/help/Get-AzDeployment.md index 79fa12529b6a..82f69c3e211d 100644 --- a/src/Resources/Resources/help/Get-AzDeployment.md +++ b/src/Resources/Resources/help/Get-AzDeployment.md @@ -15,13 +15,13 @@ Get deployment ### GetByDeploymentName (Default) ``` Get-AzDeployment [[-Name] ] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByDeploymentId ``` Get-AzDeployment -Id [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -110,6 +110,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters 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). diff --git a/src/Resources/Resources/help/Get-AzDeploymentOperation.md b/src/Resources/Resources/help/Get-AzDeploymentOperation.md index 53024ca2e1fd..f7fa14371782 100644 --- a/src/Resources/Resources/help/Get-AzDeploymentOperation.md +++ b/src/Resources/Resources/help/Get-AzDeploymentOperation.md @@ -15,13 +15,13 @@ Get deployment operation ### GetByDeploymentName (Default) ``` Get-AzDeploymentOperation -DeploymentName [-OperationId ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByDeploymentObject ``` Get-AzDeploymentOperation -DeploymentObject [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -126,6 +126,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters 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). diff --git a/src/Resources/Resources/help/Get-AzDeploymentScript.md b/src/Resources/Resources/help/Get-AzDeploymentScript.md index efc1cc909ae8..20d87e312b7c 100644 --- a/src/Resources/Resources/help/Get-AzDeploymentScript.md +++ b/src/Resources/Resources/help/Get-AzDeploymentScript.md @@ -15,19 +15,19 @@ Gets or lists deployment scripts. ### ListDeploymentScript (Default) ``` Get-AzDeploymentScript [[-ResourceGroupName] ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetDeploymentScriptByName ``` Get-AzDeploymentScript [-ResourceGroupName] [-Name] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetDeploymentScriptByResourceId ``` Get-AzDeploymentScript [-Id] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -111,6 +111,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Resources/Resources/help/Get-AzDeploymentScriptLog.md b/src/Resources/Resources/help/Get-AzDeploymentScriptLog.md index 71b35c0e6446..32839b51b339 100644 --- a/src/Resources/Resources/help/Get-AzDeploymentScriptLog.md +++ b/src/Resources/Resources/help/Get-AzDeploymentScriptLog.md @@ -15,19 +15,19 @@ Gets the log of a deployment script execution. ### GetDeploymentScriptLogByName (Default) ``` Get-AzDeploymentScriptLog [-ResourceGroupName] [-Name] [[-Tail] ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetDeploymentScriptLogByResourceId ``` Get-AzDeploymentScriptLog [-DeploymentScriptResourceId] [[-Tail] ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetDeploymentScriptLogByInputObject ``` Get-AzDeploymentScriptLog [-DeploymentScriptObject] [[-Tail] ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -121,6 +121,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Resources/Resources/help/Get-AzDeploymentWhatIfResult.md b/src/Resources/Resources/help/Get-AzDeploymentWhatIfResult.md index 3d511bc47e9c..f245b0625f67 100644 --- a/src/Resources/Resources/help/Get-AzDeploymentWhatIfResult.md +++ b/src/Resources/Resources/help/Get-AzDeploymentWhatIfResult.md @@ -16,7 +16,7 @@ Gets a template What-If result for a deployment at subscription scope. ``` Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterObject @@ -24,7 +24,7 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterObject @@ -32,7 +32,7 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterObject @@ -40,7 +40,7 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsObject @@ -48,7 +48,7 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterFile @@ -56,7 +56,7 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterFile @@ -64,7 +64,7 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterFile @@ -72,7 +72,7 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParams @@ -80,14 +80,14 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByParameterFileWithNoTemplate ``` Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterUri @@ -95,7 +95,7 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterUri @@ -103,7 +103,7 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterUri @@ -111,7 +111,7 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsUri @@ -119,28 +119,28 @@ Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectWithNoParameters ``` Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateUriWithNoParameters ``` Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateSpecResourceId ``` Get-AzDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -265,6 +265,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResultFormat The What-If result format. diff --git a/src/Resources/Resources/help/Get-AzLocation.md b/src/Resources/Resources/help/Get-AzLocation.md index 46158c6e6978..c17a145ed1eb 100644 --- a/src/Resources/Resources/help/Get-AzLocation.md +++ b/src/Resources/Resources/help/Get-AzLocation.md @@ -15,7 +15,7 @@ Gets all locations and the supported resource providers for each location. ``` Get-AzLocation [-ExtendedLocation ] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -115,6 +115,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters 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). diff --git a/src/Resources/Resources/help/Get-AzManagedApplication.md b/src/Resources/Resources/help/Get-AzManagedApplication.md index d33d9980807d..a6970abd0715 100644 --- a/src/Resources/Resources/help/Get-AzManagedApplication.md +++ b/src/Resources/Resources/help/Get-AzManagedApplication.md @@ -15,19 +15,19 @@ Gets managed applications ### GetBySubscription (Default) ``` Get-AzManagedApplication [-ApiVersion ] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByNameAndResourceGroup ``` Get-AzManagedApplication [-Name ] -ResourceGroupName [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetById ``` Get-AzManagedApplication -Id [-ApiVersion ] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -129,6 +129,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. diff --git a/src/Resources/Resources/help/Get-AzManagedApplicationDefinition.md b/src/Resources/Resources/help/Get-AzManagedApplicationDefinition.md index 436d291b3961..805c9218165f 100644 --- a/src/Resources/Resources/help/Get-AzManagedApplicationDefinition.md +++ b/src/Resources/Resources/help/Get-AzManagedApplicationDefinition.md @@ -15,13 +15,13 @@ Gets managed application definitions ### GetByNameAndResourceGroup (Default) ``` Get-AzManagedApplicationDefinition [-Name ] -ResourceGroupName [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetById ``` Get-AzManagedApplicationDefinition -Id [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -123,6 +123,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. diff --git a/src/Resources/Resources/help/Get-AzManagementGroup.md b/src/Resources/Resources/help/Get-AzManagementGroup.md index 8bcfd30d2e85..570713fec9e0 100644 --- a/src/Resources/Resources/help/Get-AzManagementGroup.md +++ b/src/Resources/Resources/help/Get-AzManagementGroup.md @@ -14,14 +14,14 @@ Gets Management Group(s) ### ListOperation (Default) ``` -Get-AzManagementGroup [-DefaultProfile ] [-WhatIf] +Get-AzManagementGroup [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### GetOperation ``` Get-AzManagementGroup [-GroupName] [-DefaultProfile ] [-Expand] [-Recurse] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -187,6 +187,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Recurse Recursively list the children of the management group diff --git a/src/Resources/Resources/help/Get-AzManagementGroupDeployment.md b/src/Resources/Resources/help/Get-AzManagementGroupDeployment.md index c27bf8e6d70f..9635bbb350af 100644 --- a/src/Resources/Resources/help/Get-AzManagementGroupDeployment.md +++ b/src/Resources/Resources/help/Get-AzManagementGroupDeployment.md @@ -15,13 +15,13 @@ Get deployment at a management group ### GetByDeploymentName (Default) ``` Get-AzManagementGroupDeployment [-ManagementGroupId] [[-Name] ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByDeploymentId ``` Get-AzManagementGroupDeployment -Id [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -132,6 +132,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters 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). diff --git a/src/Resources/Resources/help/Get-AzManagementGroupDeploymentOperation.md b/src/Resources/Resources/help/Get-AzManagementGroupDeploymentOperation.md index d529fedd6732..9239e4c3eb4b 100644 --- a/src/Resources/Resources/help/Get-AzManagementGroupDeploymentOperation.md +++ b/src/Resources/Resources/help/Get-AzManagementGroupDeploymentOperation.md @@ -15,14 +15,14 @@ Get deployment operation for management group deployment ### GetByDeploymentName (Default) ``` Get-AzManagementGroupDeploymentOperation -ManagementGroupId -DeploymentName - [-OperationId ] [-Pre] [-DefaultProfile ] + [-OperationId ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByDeploymentObject ``` Get-AzManagementGroupDeploymentOperation -DeploymentObject [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -137,6 +137,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters 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). diff --git a/src/Resources/Resources/help/Get-AzManagementGroupDeploymentStack.md b/src/Resources/Resources/help/Get-AzManagementGroupDeploymentStack.md index 713eaf5ed3f2..a767d216aeec 100644 --- a/src/Resources/Resources/help/Get-AzManagementGroupDeploymentStack.md +++ b/src/Resources/Resources/help/Get-AzManagementGroupDeploymentStack.md @@ -15,19 +15,19 @@ Gets Management Group scoped Deployment Stacks. ### ListByManagmentGroupId (Default) ``` Get-AzManagementGroupDeploymentStack -ManagementGroupId [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByManagementGroupIdAndName ``` Get-AzManagementGroupDeploymentStack [-Name] -ManagementGroupId [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByResourceId ``` Get-AzManagementGroupDeploymentStack -ResourceId [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -104,6 +104,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId ResourceId of the DeploymentStack to get diff --git a/src/Resources/Resources/help/Get-AzManagementGroupDeploymentWhatIfResult.md b/src/Resources/Resources/help/Get-AzManagementGroupDeploymentWhatIfResult.md index 42feb7d433c1..fb986e721221 100644 --- a/src/Resources/Resources/help/Get-AzManagementGroupDeploymentWhatIfResult.md +++ b/src/Resources/Resources/help/Get-AzManagementGroupDeploymentWhatIfResult.md @@ -17,7 +17,7 @@ Gets a template What-If result for a deployment at management group scope. Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterObject @@ -25,7 +25,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterObject @@ -33,7 +33,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterObject @@ -41,7 +41,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsObject @@ -49,7 +49,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterFile @@ -57,7 +57,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterFile @@ -65,7 +65,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterFile @@ -73,7 +73,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParams @@ -81,7 +81,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByParameterFileWithNoTemplate @@ -89,7 +89,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterUri @@ -97,7 +97,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterUri @@ -105,7 +105,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterUri @@ -113,7 +113,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsUri @@ -121,7 +121,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectWithNoParameters @@ -129,7 +129,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriWithNoParameters @@ -137,7 +137,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceId @@ -145,7 +145,7 @@ Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId Get-AzManagementGroupDeploymentWhatIfResult [-Name ] -ManagementGroupId -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -291,6 +291,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResultFormat The What-If result format. diff --git a/src/Resources/Resources/help/Get-AzManagementGroupEntity.md b/src/Resources/Resources/help/Get-AzManagementGroupEntity.md index 8754aac5673c..033ed44d2e2f 100644 --- a/src/Resources/Resources/help/Get-AzManagementGroupEntity.md +++ b/src/Resources/Resources/help/Get-AzManagementGroupEntity.md @@ -13,7 +13,7 @@ Lists all Entities under the current Tenant ## SYNTAX ``` -Get-AzManagementGroupEntity [-DefaultProfile ] +Get-AzManagementGroupEntity [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -60,6 +60,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Get-AzManagementGroupHierarchySetting.md b/src/Resources/Resources/help/Get-AzManagementGroupHierarchySetting.md index def2515eb50e..e7750f617f43 100644 --- a/src/Resources/Resources/help/Get-AzManagementGroupHierarchySetting.md +++ b/src/Resources/Resources/help/Get-AzManagementGroupHierarchySetting.md @@ -15,13 +15,13 @@ Gets the Hierarchy Settings under the current tenant ### GroupOperations (Default) ``` Get-AzManagementGroupHierarchySetting [-GroupName] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ParentGroupObject ``` Get-AzManagementGroupHierarchySetting [-GroupName] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -75,6 +75,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Get-AzManagementGroupNameAvailability.md b/src/Resources/Resources/help/Get-AzManagementGroupNameAvailability.md index 13416d1b2b62..134299b95db8 100644 --- a/src/Resources/Resources/help/Get-AzManagementGroupNameAvailability.md +++ b/src/Resources/Resources/help/Get-AzManagementGroupNameAvailability.md @@ -14,7 +14,7 @@ Checks if the Management Group name is available in the Tenant and a valid name. ``` Get-AzManagementGroupNameAvailability [-GroupName] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -87,6 +87,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Get-AzManagementGroupSubscription.md b/src/Resources/Resources/help/Get-AzManagementGroupSubscription.md index ef68674c17bb..edda750584b9 100644 --- a/src/Resources/Resources/help/Get-AzManagementGroupSubscription.md +++ b/src/Resources/Resources/help/Get-AzManagementGroupSubscription.md @@ -14,7 +14,7 @@ Gets the details of Subscription(s) under a Management Group. ``` Get-AzManagementGroupSubscription [-GroupName] [[-SubscriptionId] ] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -108,6 +108,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId Subscription Id of the subscription associated with the management diff --git a/src/Resources/Resources/help/Get-AzPolicyAlias.md b/src/Resources/Resources/help/Get-AzPolicyAlias.md index a0ca06122bb8..fe4352e9c926 100644 --- a/src/Resources/Resources/help/Get-AzPolicyAlias.md +++ b/src/Resources/Resources/help/Get-AzPolicyAlias.md @@ -17,7 +17,7 @@ The -ListAvailable switch modifies this behavior by listing all matching resourc ``` Get-AzPolicyAlias [-NamespaceMatch ] [-ResourceTypeMatch ] [-AliasMatch ] [-PathMatch ] [-ApiVersionMatch ] [-LocationMatch ] [-ListAvailable] - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -361,6 +361,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceTypeMatch Limits the output to items whose resource type matches this value. diff --git a/src/Resources/Resources/help/Get-AzPolicyAssignment.md b/src/Resources/Resources/help/Get-AzPolicyAssignment.md index 14a05cbe5cbc..d0a7d992fa4f 100644 --- a/src/Resources/Resources/help/Get-AzPolicyAssignment.md +++ b/src/Resources/Resources/help/Get-AzPolicyAssignment.md @@ -14,38 +14,38 @@ Gets policy assignments. ### Default (Default) ``` -Get-AzPolicyAssignment [-BackwardCompatible] [-DefaultProfile ] +Get-AzPolicyAssignment [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Name ``` Get-AzPolicyAssignment -Name [-Scope ] [-BackwardCompatible] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### PolicyDefinitionId ``` Get-AzPolicyAssignment [-Scope ] -PolicyDefinitionId [-BackwardCompatible] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### IncludeDescendent ``` Get-AzPolicyAssignment [-Scope ] [-IncludeDescendent] [-BackwardCompatible] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Scope ``` Get-AzPolicyAssignment -Scope [-BackwardCompatible] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Id ``` Get-AzPolicyAssignment -Id [-BackwardCompatible] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -189,6 +189,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the policy assignment. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' diff --git a/src/Resources/Resources/help/Get-AzPolicyDefinition.md b/src/Resources/Resources/help/Get-AzPolicyDefinition.md index 61e2e2e1e6d6..fd92f579e710 100644 --- a/src/Resources/Resources/help/Get-AzPolicyDefinition.md +++ b/src/Resources/Resources/help/Get-AzPolicyDefinition.md @@ -15,55 +15,55 @@ Gets policy set definitions. ### Name (Default) ``` Get-AzPolicyDefinition [-Name ] [-BackwardCompatible] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ManagementGroupName ``` Get-AzPolicyDefinition [-Name ] -ManagementGroupName [-BackwardCompatible] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### SubscriptionId ``` Get-AzPolicyDefinition [-Name ] -SubscriptionId [-BackwardCompatible] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Version ``` Get-AzPolicyDefinition [-Name ] [-Id ] [-BackwardCompatible] -Version - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ListVersion ``` Get-AzPolicyDefinition [-Name ] [-Id ] [-ListVersion] [-BackwardCompatible] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Id ``` Get-AzPolicyDefinition -Id [-BackwardCompatible] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Builtin ``` Get-AzPolicyDefinition [-SubscriptionId ] [-ManagementGroupName ] [-Builtin] - [-BackwardCompatible] [-DefaultProfile ] [] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Custom ``` Get-AzPolicyDefinition [-SubscriptionId ] [-ManagementGroupName ] [-Custom] - [-BackwardCompatible] [-DefaultProfile ] [] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Static ``` Get-AzPolicyDefinition [-SubscriptionId ] [-ManagementGroupName ] [-Static] - [-BackwardCompatible] [-DefaultProfile ] [] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -270,6 +270,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Static Causes cmdlet to return only static policy definitions. diff --git a/src/Resources/Resources/help/Get-AzPolicyExemption.md b/src/Resources/Resources/help/Get-AzPolicyExemption.md index 66dc4de736ec..5c41576fc184 100644 --- a/src/Resources/Resources/help/Get-AzPolicyExemption.md +++ b/src/Resources/Resources/help/Get-AzPolicyExemption.md @@ -15,19 +15,19 @@ Gets policy exemptions. ### Name (Default) ``` Get-AzPolicyExemption [-Name ] [-Scope ] [-PolicyAssignmentIdFilter ] - [-BackwardCompatible] [-DefaultProfile ] [] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [] ``` ### IncludeDescendent ``` Get-AzPolicyExemption [-Scope ] [-IncludeDescendent] [-BackwardCompatible] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Id ``` Get-AzPolicyExemption [-PolicyAssignmentIdFilter ] -Id [-BackwardCompatible] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -154,6 +154,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the policy exemption. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' diff --git a/src/Resources/Resources/help/Get-AzPolicySetDefinition.md b/src/Resources/Resources/help/Get-AzPolicySetDefinition.md index 31386eb0c25e..adbd89379ce3 100644 --- a/src/Resources/Resources/help/Get-AzPolicySetDefinition.md +++ b/src/Resources/Resources/help/Get-AzPolicySetDefinition.md @@ -15,49 +15,49 @@ Gets policy set definitions. ### Name (Default) ``` Get-AzPolicySetDefinition [-Name ] [-BackwardCompatible] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ManagementGroupName ``` Get-AzPolicySetDefinition [-Name ] -ManagementGroupName [-BackwardCompatible] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### SubscriptionId ``` Get-AzPolicySetDefinition [-Name ] -SubscriptionId [-BackwardCompatible] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Version ``` Get-AzPolicySetDefinition [-Name ] [-Id ] [-BackwardCompatible] -Version - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ListVersion ``` Get-AzPolicySetDefinition [-Name ] [-Id ] [-ListVersion] [-BackwardCompatible] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### Id ``` Get-AzPolicySetDefinition -Id [-BackwardCompatible] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Builtin ``` Get-AzPolicySetDefinition [-SubscriptionId ] [-ManagementGroupName ] [-Builtin] - [-BackwardCompatible] [-DefaultProfile ] [] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Custom ``` Get-AzPolicySetDefinition [-SubscriptionId ] [-ManagementGroupName ] [-Custom] - [-BackwardCompatible] [-DefaultProfile ] [] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -254,6 +254,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. diff --git a/src/Resources/Resources/help/Get-AzPrivateLinkAssociation.md b/src/Resources/Resources/help/Get-AzPrivateLinkAssociation.md index 42d3ad89302a..00320f8c0cf0 100644 --- a/src/Resources/Resources/help/Get-AzPrivateLinkAssociation.md +++ b/src/Resources/Resources/help/Get-AzPrivateLinkAssociation.md @@ -14,7 +14,7 @@ Gets all the Azure Resource Management Private Link Association(s). ``` Get-AzPrivateLinkAssociation [-ManagementGroupId] [[-Name] ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -114,6 +114,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters 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). diff --git a/src/Resources/Resources/help/Get-AzProviderFeature.md b/src/Resources/Resources/help/Get-AzProviderFeature.md index 378cf6148314..9b9c8922c615 100644 --- a/src/Resources/Resources/help/Get-AzProviderFeature.md +++ b/src/Resources/Resources/help/Get-AzProviderFeature.md @@ -16,13 +16,13 @@ Gets information about Azure provider features. ### ListAvailableParameterSet (Default) ``` Get-AzProviderFeature [-ProviderNamespace ] [-ListAvailable] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetFeature ``` Get-AzProviderFeature -ProviderNamespace -FeatureName - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -91,6 +91,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace Specifies the namespace for which this cmdlet gets provider features. diff --git a/src/Resources/Resources/help/Get-AzProviderOperation.md b/src/Resources/Resources/help/Get-AzProviderOperation.md index 557c6cf06d3a..fec62711fe8a 100644 --- a/src/Resources/Resources/help/Get-AzProviderOperation.md +++ b/src/Resources/Resources/help/Get-AzProviderOperation.md @@ -15,7 +15,7 @@ Gets the operations for an Azure resource provider that are securable using Azur ``` Get-AzProviderOperation [[-OperationSearchString] ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -74,6 +74,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters 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). diff --git a/src/Resources/Resources/help/Get-AzProviderPreviewFeature.md b/src/Resources/Resources/help/Get-AzProviderPreviewFeature.md index f357a5f201e9..955ee22fd1aa 100644 --- a/src/Resources/Resources/help/Get-AzProviderPreviewFeature.md +++ b/src/Resources/Resources/help/Get-AzProviderPreviewFeature.md @@ -14,7 +14,7 @@ Gets a feature registration in your account. ``` Get-AzProviderPreviewFeature [-Name ] -ProviderNamespace - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -61,6 +61,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace The resource provider namespace. diff --git a/src/Resources/Resources/help/Get-AzResource.md b/src/Resources/Resources/help/Get-AzResource.md index d80c594edd0e..69e16e87efda 100644 --- a/src/Resources/Resources/help/Get-AzResource.md +++ b/src/Resources/Resources/help/Get-AzResource.md @@ -18,20 +18,20 @@ Gets resources. ``` Get-AzResource [-Name ] [-ResourceType ] [-ODataQuery ] [-ResourceGroupName ] [-TagName ] [-TagValue ] [-ExpandProperties] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceId ``` Get-AzResource -ResourceId [-ODataQuery ] [-ExpandProperties] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTagObjectParameterSet ``` Get-AzResource [-Name ] [-ResourceType ] [-ODataQuery ] [-ResourceGroupName ] -Tag [-ExpandProperties] [-ApiVersion ] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -261,6 +261,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group the resource(s) that is retrieved belongs in. This parameter supports wildcards at the beginning and/or end of the string. diff --git a/src/Resources/Resources/help/Get-AzResourceGroup.md b/src/Resources/Resources/help/Get-AzResourceGroup.md index 2fbd3283c773..bb7b603f3a37 100644 --- a/src/Resources/Resources/help/Get-AzResourceGroup.md +++ b/src/Resources/Resources/help/Get-AzResourceGroup.md @@ -16,13 +16,13 @@ Gets resource groups. ### GetByResourceGroupName (Default) ``` Get-AzResourceGroup [[-Name] ] [[-Location] ] [-Tag ] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByResourceGroupId ``` Get-AzResourceGroup [[-Location] ] [-Id ] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -165,6 +165,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Tag The tag hashtable to filter resource groups by. diff --git a/src/Resources/Resources/help/Get-AzResourceGroupDeployment.md b/src/Resources/Resources/help/Get-AzResourceGroupDeployment.md index 80ce538d8019..e17e0a5c424a 100644 --- a/src/Resources/Resources/help/Get-AzResourceGroupDeployment.md +++ b/src/Resources/Resources/help/Get-AzResourceGroupDeployment.md @@ -16,13 +16,13 @@ Gets the deployments in a resource group. ### GetByResourceGroupDeploymentName (Default) ``` Get-AzResourceGroupDeployment [-ResourceGroupName] [[-Name] ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByResourceGroupDeploymentId ``` Get-AzResourceGroupDeployment -Id [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -127,6 +127,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Specifies the name of a resource group. The cmdlet gets the deployments for the resource group that this parameter specifies. diff --git a/src/Resources/Resources/help/Get-AzResourceGroupDeploymentOperation.md b/src/Resources/Resources/help/Get-AzResourceGroupDeploymentOperation.md index b5fbb89f23f8..e152afd6d8a0 100644 --- a/src/Resources/Resources/help/Get-AzResourceGroupDeploymentOperation.md +++ b/src/Resources/Resources/help/Get-AzResourceGroupDeploymentOperation.md @@ -15,7 +15,7 @@ Gets the resource group deployment operation ``` Get-AzResourceGroupDeploymentOperation -DeploymentName -ResourceGroupName [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -82,6 +82,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. diff --git a/src/Resources/Resources/help/Get-AzResourceGroupDeploymentStack.md b/src/Resources/Resources/help/Get-AzResourceGroupDeploymentStack.md index 69ed2878206d..b5cd97e437a2 100644 --- a/src/Resources/Resources/help/Get-AzResourceGroupDeploymentStack.md +++ b/src/Resources/Resources/help/Get-AzResourceGroupDeploymentStack.md @@ -15,19 +15,19 @@ Gets Resource Group scoped Deployment Stacks. ### ListByResourceGroupName (Default) ``` Get-AzResourceGroupDeploymentStack [-ResourceGroupName] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByResourceId ``` Get-AzResourceGroupDeploymentStack -ResourceId [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByName ``` Get-AzResourceGroupDeploymentStack [-ResourceGroupName] [-Name] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -89,6 +89,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The id of the ResourceGroup where the DeploymentStack is deployed diff --git a/src/Resources/Resources/help/Get-AzResourceGroupDeploymentWhatIfResult.md b/src/Resources/Resources/help/Get-AzResourceGroupDeploymentWhatIfResult.md index e22dd471dda0..fd508eb5b764 100644 --- a/src/Resources/Resources/help/Get-AzResourceGroupDeploymentWhatIfResult.md +++ b/src/Resources/Resources/help/Get-AzResourceGroupDeploymentWhatIfResult.md @@ -17,7 +17,7 @@ Gets a template What-If result for a deployment at resource group scope. Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterObject @@ -25,7 +25,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterObject @@ -33,7 +33,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterObject @@ -41,7 +41,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsObject @@ -49,7 +49,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterFile @@ -57,7 +57,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterFile @@ -65,7 +65,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterFile @@ -73,7 +73,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParams @@ -81,7 +81,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByParameterFileWithNoTemplate @@ -89,7 +89,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterUri @@ -97,7 +97,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterUri @@ -105,7 +105,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterUri @@ -113,7 +113,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsUri @@ -121,7 +121,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectWithNoParameters @@ -129,7 +129,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriWithNoParameters @@ -137,7 +137,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceId @@ -145,7 +145,7 @@ Get-AzResourceGroupDeploymentWhatIfResult [-Name ] -ResourceGroupName ] -ResourceGroupName [-Mode ] [-ResultFormat ] [-ExcludeChangeType ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -271,6 +271,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. diff --git a/src/Resources/Resources/help/Get-AzResourceLock.md b/src/Resources/Resources/help/Get-AzResourceLock.md index b7c07b811ee2..3f40f543c4b4 100644 --- a/src/Resources/Resources/help/Get-AzResourceLock.md +++ b/src/Resources/Resources/help/Get-AzResourceLock.md @@ -16,39 +16,39 @@ Gets a resource lock. ### ByResourceGroup ``` Get-AzResourceLock [-LockName ] [-AtScope] -ResourceGroupName [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByResourceGroupLevel ``` Get-AzResourceLock [-LockName ] [-AtScope] -ResourceName -ResourceType -ResourceGroupName [-ApiVersion ] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### BySpecifiedScope ``` Get-AzResourceLock [-LockName ] [-AtScope] -Scope [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### BySubscription ``` Get-AzResourceLock [-LockName ] [-AtScope] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### BySubscriptionLevel ``` Get-AzResourceLock [-LockName ] [-AtScope] -ResourceName -ResourceType - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByLockId ``` Get-AzResourceLock [-AtScope] -LockId [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -164,6 +164,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Specifies the name of the resource group for which the lock applies. This cmdlet gets locks for this resource group. diff --git a/src/Resources/Resources/help/Get-AzResourceManagementPrivateLink.md b/src/Resources/Resources/help/Get-AzResourceManagementPrivateLink.md index 36fb78eacb28..398ac32c9e12 100644 --- a/src/Resources/Resources/help/Get-AzResourceManagementPrivateLink.md +++ b/src/Resources/Resources/help/Get-AzResourceManagementPrivateLink.md @@ -14,7 +14,7 @@ Gets Azure Resource Management Private Link(s) ``` Get-AzResourceManagementPrivateLink [[-ResourceGroupName] ] [[-Name] ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -116,6 +116,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Resources/Resources/help/Get-AzResourceProvider.md b/src/Resources/Resources/help/Get-AzResourceProvider.md index 0ea26aa4bd1a..196064236da4 100644 --- a/src/Resources/Resources/help/Get-AzResourceProvider.md +++ b/src/Resources/Resources/help/Get-AzResourceProvider.md @@ -16,13 +16,13 @@ Gets a resource provider. ### ListAvailable (Default) ``` Get-AzResourceProvider [-Location ] [-ListAvailable] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### IndividualProvider ``` Get-AzResourceProvider -ProviderNamespace [-Location ] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -292,6 +292,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace Specifies the namespace of the resource provider. diff --git a/src/Resources/Resources/help/Get-AzRoleAssignment.md b/src/Resources/Resources/help/Get-AzRoleAssignment.md index ee47fde76af3..26a816e572f9 100644 --- a/src/Resources/Resources/help/Get-AzRoleAssignment.md +++ b/src/Resources/Resources/help/Get-AzRoleAssignment.md @@ -29,21 +29,21 @@ Please notice that this cmdlet will mark `ObjectType` as `Unknown` in output if ``` Get-AzRoleAssignment [-RoleDefinitionName ] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ObjectIdParameterSet ``` Get-AzRoleAssignment -ObjectId [-RoleDefinitionName ] [-ExpandPrincipalGroups] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupWithObjectIdParameterSet ``` Get-AzRoleAssignment -ObjectId -ResourceGroupName [-RoleDefinitionName ] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceWithObjectIdParameterSet @@ -51,28 +51,28 @@ Get-AzRoleAssignment -ObjectId -ResourceGroupName [-RoleDefini Get-AzRoleAssignment -ObjectId -ResourceGroupName -ResourceName -ResourceType [-ParentResource ] [-RoleDefinitionName ] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ScopeWithObjectIdParameterSet ``` Get-AzRoleAssignment -ObjectId [-RoleDefinitionName ] -Scope [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### RoleIdWithScopeAndObjectIdParameterSet ``` Get-AzRoleAssignment [-ObjectId ] -RoleDefinitionId [-Scope ] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupWithSignInNameParameterSet ``` Get-AzRoleAssignment -SignInName -ResourceGroupName [-RoleDefinitionName ] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceWithSignInNameParameterSet @@ -80,28 +80,28 @@ Get-AzRoleAssignment -SignInName -ResourceGroupName [-RoleDefi Get-AzRoleAssignment -SignInName -ResourceGroupName -ResourceName -ResourceType [-ParentResource ] [-RoleDefinitionName ] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ScopeWithSignInNameParameterSet ``` Get-AzRoleAssignment -SignInName [-RoleDefinitionName ] -Scope [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### SignInNameParameterSet ``` Get-AzRoleAssignment -SignInName [-RoleDefinitionName ] [-ExpandPrincipalGroups] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupWithSPNParameterSet ``` Get-AzRoleAssignment -ServicePrincipalName -ResourceGroupName [-RoleDefinitionName ] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceWithSPNParameterSet @@ -109,28 +109,28 @@ Get-AzRoleAssignment -ServicePrincipalName -ResourceGroupName Get-AzRoleAssignment -ServicePrincipalName -ResourceGroupName -ResourceName -ResourceType [-ParentResource ] [-RoleDefinitionName ] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ScopeWithSPNParameterSet ``` Get-AzRoleAssignment -ServicePrincipalName [-RoleDefinitionName ] -Scope [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### SPNParameterSet ``` Get-AzRoleAssignment -ServicePrincipalName [-RoleDefinitionName ] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupParameterSet ``` Get-AzRoleAssignment -ResourceGroupName [-RoleDefinitionName ] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceParameterSet @@ -138,14 +138,14 @@ Get-AzRoleAssignment -ResourceGroupName [-RoleDefinitionName ] Get-AzRoleAssignment -ResourceGroupName -ResourceName -ResourceType [-ParentResource ] [-RoleDefinitionName ] [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ScopeParameterSet ``` Get-AzRoleAssignment [-RoleDefinitionName ] -Scope [-IncludeClassicAdministrators] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -295,6 +295,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. Lists role assignments that are effective at the specified resource group. diff --git a/src/Resources/Resources/help/Get-AzRoleAssignmentSchedule.md b/src/Resources/Resources/help/Get-AzRoleAssignmentSchedule.md index f5c7ddf8609d..f5a1543689a0 100644 --- a/src/Resources/Resources/help/Get-AzRoleAssignmentSchedule.md +++ b/src/Resources/Resources/help/Get-AzRoleAssignmentSchedule.md @@ -15,19 +15,19 @@ Get the specified role assignment schedule for a resource scope ### List (Default) ``` Get-AzRoleAssignmentSchedule -Scope [-Filter ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzRoleAssignmentSchedule -Name -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzRoleAssignmentSchedule -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -63,9 +63,9 @@ Get-AzRoleAssignmentSchedule -Scope $scope -Filter "asTarget()" Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- 4cd7e26b-8eca-425c-969d-ec708c88bf18 Microsoft.Authorization/roleAssignmentSchedules /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorizatio… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleAssignmentSchedules /providers/Microsoft.Management/managementGroups/MG-3 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleAssignmentSchedules /providers/Microsoft.Management/managementGroups/MG-2 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleAssignmentSchedules /providers/Microsoft.Management/managementGroups/MG-1 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +a1f32976-b8f4-4606-a91d-af097a2473a2 Microsoft.Authorization/roleAssignmentSchedules /providers/Microsoft.Management/managementGroups/MG-3 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +4f9bdc29-3bb9-4ad7-9c1d-3f3f5ba3e1d9 Microsoft.Authorization/roleAssignmentSchedules /providers/Microsoft.Management/managementGroups/MG-2 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +529e4bba-621c-4309-a4b2-73e3364d4dd3 Microsoft.Authorization/roleAssignmentSchedules /providers/Microsoft.Management/managementGroups/MG-1 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… ``` Returns all `roleAssignmentSchedules` for the `scope` which are assigned to the calling user. @@ -185,6 +185,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role assignment schedule. diff --git a/src/Resources/Resources/help/Get-AzRoleAssignmentScheduleInstance.md b/src/Resources/Resources/help/Get-AzRoleAssignmentScheduleInstance.md index 62c2bc1950fd..bceb7557d4ad 100644 --- a/src/Resources/Resources/help/Get-AzRoleAssignmentScheduleInstance.md +++ b/src/Resources/Resources/help/Get-AzRoleAssignmentScheduleInstance.md @@ -15,19 +15,19 @@ Gets the specified role assignment schedule instance. ### List (Default) ``` Get-AzRoleAssignmentScheduleInstance -Scope [-Filter ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzRoleAssignmentScheduleInstance -Name -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzRoleAssignmentScheduleInstance -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -63,9 +63,9 @@ Get-AzRoleAssignmentScheduleInstance -Scope $scope -Filter "asTarget()" Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- 4cd7e26b-8eca-425c-969d-ec708c88bf18 Microsoft.Authorization/roleAssignmentScheduleInstances /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorizatio… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleAssignmentScheduleInstances /providers/Microsoft.Management/managementGroups/MG-3 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleAssignmentScheduleInstances /providers/Microsoft.Management/managementGroups/MG-2 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleAssignmentScheduleInstances /providers/Microsoft.Management/managementGroups/MG-1 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +a1f32976-b8f4-4606-a91d-af097a2473a2 Microsoft.Authorization/roleAssignmentScheduleInstances /providers/Microsoft.Management/managementGroups/MG-3 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +4f9bdc29-3bb9-4ad7-9c1d-3f3f5ba3e1d9 Microsoft.Authorization/roleAssignmentScheduleInstances /providers/Microsoft.Management/managementGroups/MG-2 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +529e4bba-621c-4309-a4b2-73e3364d4dd3 Microsoft.Authorization/roleAssignmentScheduleInstances /providers/Microsoft.Management/managementGroups/MG-1 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… ``` Returns all `roleAssignmentScheduleInstances` for the `scope` which are assigned to the calling user. @@ -185,6 +185,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role assignments schedules. diff --git a/src/Resources/Resources/help/Get-AzRoleAssignmentScheduleRequest.md b/src/Resources/Resources/help/Get-AzRoleAssignmentScheduleRequest.md index a846e4ca785f..a0acef87dc47 100644 --- a/src/Resources/Resources/help/Get-AzRoleAssignmentScheduleRequest.md +++ b/src/Resources/Resources/help/Get-AzRoleAssignmentScheduleRequest.md @@ -15,19 +15,19 @@ Get the specified role assignment schedule request. ### List (Default) ``` Get-AzRoleAssignmentScheduleRequest -Scope [-Filter ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzRoleAssignmentScheduleRequest -Name -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzRoleAssignmentScheduleRequest -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role assignment schedule request. diff --git a/src/Resources/Resources/help/Get-AzRoleDefinition.md b/src/Resources/Resources/help/Get-AzRoleDefinition.md index 5b263ed55aae..94be65e2dc4c 100644 --- a/src/Resources/Resources/help/Get-AzRoleDefinition.md +++ b/src/Resources/Resources/help/Get-AzRoleDefinition.md @@ -16,19 +16,19 @@ Lists all Azure RBAC roles that are available for assignment. ### RoleDefinitionNameParameterSet (Default) ``` Get-AzRoleDefinition [[-Name] ] [-Scope ] [-SkipClientSideScopeValidation] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### RoleDefinitionIdParameterSet ``` Get-AzRoleDefinition -Id [-Scope ] [-SkipClientSideScopeValidation] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### RoleDefinitionCustomParameterSet ``` Get-AzRoleDefinition [-Scope ] [-Custom] [-SkipClientSideScopeValidation] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -115,6 +115,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope Role definition scope. diff --git a/src/Resources/Resources/help/Get-AzRoleEligibilitySchedule.md b/src/Resources/Resources/help/Get-AzRoleEligibilitySchedule.md index b813834e4b99..7b11bae02150 100644 --- a/src/Resources/Resources/help/Get-AzRoleEligibilitySchedule.md +++ b/src/Resources/Resources/help/Get-AzRoleEligibilitySchedule.md @@ -15,19 +15,19 @@ Get the specified role eligibility schedule for a resource scope ### List (Default) ``` Get-AzRoleEligibilitySchedule -Scope [-Filter ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzRoleEligibilitySchedule -Name -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzRoleEligibilitySchedule -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -63,9 +63,9 @@ Get-AzRoleEligibilitySchedule -Scope $scope -Filter "asTarget()" Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- 4cd7e26b-8eca-425c-969d-ec708c88bf18 Microsoft.Authorization/roleEligibilitySchedules /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorizatio… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleEligibilitySchedules /providers/Microsoft.Management/managementGroups/MG-3 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleEligibilitySchedules /providers/Microsoft.Management/managementGroups/MG-2 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleEligibilitySchedules /providers/Microsoft.Management/managementGroups/MG-1 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +a1f32976-b8f4-4606-a91d-af097a2473a2 Microsoft.Authorization/roleEligibilitySchedules /providers/Microsoft.Management/managementGroups/MG-3 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +4f9bdc29-3bb9-4ad7-9c1d-3f3f5ba3e1d9 Microsoft.Authorization/roleEligibilitySchedules /providers/Microsoft.Management/managementGroups/MG-2 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +529e4bba-621c-4309-a4b2-73e3364d4dd3 Microsoft.Authorization/roleEligibilitySchedules /providers/Microsoft.Management/managementGroups/MG-1 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… ``` Returns all `roleEligibilitySchedules` for the `scope` which are assigned to the calling user. @@ -183,6 +183,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role eligibility schedule. diff --git a/src/Resources/Resources/help/Get-AzRoleEligibilityScheduleInstance.md b/src/Resources/Resources/help/Get-AzRoleEligibilityScheduleInstance.md index f12aaa7ad1fa..1936d493eb01 100644 --- a/src/Resources/Resources/help/Get-AzRoleEligibilityScheduleInstance.md +++ b/src/Resources/Resources/help/Get-AzRoleEligibilityScheduleInstance.md @@ -15,19 +15,19 @@ Gets the specified role eligibility schedule instance. ### List (Default) ``` Get-AzRoleEligibilityScheduleInstance -Scope [-Filter ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzRoleEligibilityScheduleInstance -Name -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzRoleEligibilityScheduleInstance -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -63,9 +63,9 @@ Get-AzRoleEligibilityScheduleInstance -Scope $scope -Filter "asTarget()" Name Type Scope RoleDefinitionId ---- ---- ----- ---------------- 4cd7e26b-8eca-425c-969d-ec708c88bf18 Microsoft.Authorization/roleEligibilityScheduleInstances /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d /subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorizatio… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleEligibilityScheduleInstances /providers/Microsoft.Management/managementGroups/MG-3 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleEligibilityScheduleInstances /providers/Microsoft.Management/managementGroups/MG-2 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… -00001111-aaaa-2222-bbbb-3333cccc4444 Microsoft.Authorization/roleEligibilityScheduleInstances /providers/Microsoft.Management/managementGroups/MG-1 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +a1f32976-b8f4-4606-a91d-af097a2473a2 Microsoft.Authorization/roleEligibilityScheduleInstances /providers/Microsoft.Management/managementGroups/MG-3 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +4f9bdc29-3bb9-4ad7-9c1d-3f3f5ba3e1d9 Microsoft.Authorization/roleEligibilityScheduleInstances /providers/Microsoft.Management/managementGroups/MG-2 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… +529e4bba-621c-4309-a4b2-73e3364d4dd3 Microsoft.Authorization/roleEligibilityScheduleInstances /providers/Microsoft.Management/managementGroups/MG-1 /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb… ``` Returns all `roleEligibilityScheduleInstances` for the `scope` which are assigned to the calling user. @@ -185,6 +185,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role eligibility schedules. diff --git a/src/Resources/Resources/help/Get-AzRoleEligibilityScheduleRequest.md b/src/Resources/Resources/help/Get-AzRoleEligibilityScheduleRequest.md index 24a9e064967a..cf57df53bb80 100644 --- a/src/Resources/Resources/help/Get-AzRoleEligibilityScheduleRequest.md +++ b/src/Resources/Resources/help/Get-AzRoleEligibilityScheduleRequest.md @@ -15,19 +15,19 @@ Get the specified role eligibility schedule request. ### List (Default) ``` Get-AzRoleEligibilityScheduleRequest -Scope [-Filter ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzRoleEligibilityScheduleRequest -Name -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzRoleEligibilityScheduleRequest -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -167,6 +167,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role eligibility schedule request. diff --git a/src/Resources/Resources/help/Get-AzRoleEligibleChildResource.md b/src/Resources/Resources/help/Get-AzRoleEligibleChildResource.md index 85669c25a9e3..e133911b17c3 100644 --- a/src/Resources/Resources/help/Get-AzRoleEligibleChildResource.md +++ b/src/Resources/Resources/help/Get-AzRoleEligibleChildResource.md @@ -15,13 +15,13 @@ Get the child resources of a resource on which user has eligible access ### Get (Default) ``` Get-AzRoleEligibleChildResource -Scope [-Filter ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzRoleEligibleChildResource -InputObject [-Filter ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -115,6 +115,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role management policy. diff --git a/src/Resources/Resources/help/Get-AzRoleManagementPolicy.md b/src/Resources/Resources/help/Get-AzRoleManagementPolicy.md index d71314eaae92..93838593aedd 100644 --- a/src/Resources/Resources/help/Get-AzRoleManagementPolicy.md +++ b/src/Resources/Resources/help/Get-AzRoleManagementPolicy.md @@ -14,20 +14,20 @@ Get the specified role management policy for a resource scope ### List (Default) ``` -Get-AzRoleManagementPolicy -Scope [-DefaultProfile ] +Get-AzRoleManagementPolicy -Scope [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzRoleManagementPolicy -Name -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzRoleManagementPolicy -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -115,6 +115,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role management policy. diff --git a/src/Resources/Resources/help/Get-AzRoleManagementPolicyAssignment.md b/src/Resources/Resources/help/Get-AzRoleManagementPolicyAssignment.md index 108e609da88a..bf435741444e 100644 --- a/src/Resources/Resources/help/Get-AzRoleManagementPolicyAssignment.md +++ b/src/Resources/Resources/help/Get-AzRoleManagementPolicyAssignment.md @@ -15,19 +15,19 @@ Get the specified role management policy assignment for a resource scope ### List (Default) ``` Get-AzRoleManagementPolicyAssignment -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzRoleManagementPolicyAssignment -Name -Scope [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzRoleManagementPolicyAssignment -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -116,6 +116,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role management policy. diff --git a/src/Resources/Resources/help/Get-AzSubscriptionDeploymentStack.md b/src/Resources/Resources/help/Get-AzSubscriptionDeploymentStack.md index e493907ab04a..e0afe8483400 100644 --- a/src/Resources/Resources/help/Get-AzSubscriptionDeploymentStack.md +++ b/src/Resources/Resources/help/Get-AzSubscriptionDeploymentStack.md @@ -15,19 +15,19 @@ Gets Subscription scoped Deployment Stacks. ### ListDeploymentStacks (Default) ``` Get-AzSubscriptionDeploymentStack [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByName ``` Get-AzSubscriptionDeploymentStack [-Name] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByResourceId ``` Get-AzSubscriptionDeploymentStack -ResourceId [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -89,6 +89,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId ResourceId of the DeploymentStack to get diff --git a/src/Resources/Resources/help/Get-AzTag.md b/src/Resources/Resources/help/Get-AzTag.md index 3f898a58375b..e8450b37bb0f 100644 --- a/src/Resources/Resources/help/Get-AzTag.md +++ b/src/Resources/Resources/help/Get-AzTag.md @@ -16,12 +16,12 @@ Gets predefined Azure tags | Gets the entire set of tags on a resource or subscr ### GetPredefinedTagParameterSet ``` Get-AzTag [[-Name] ] [-Detailed] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByResourceIdParameterSet ``` -Get-AzTag -ResourceId [-DefaultProfile ] +Get-AzTag -ResourceId [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -201,6 +201,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId The resource identifier for the tagged entity. A resource, a resource group or a subscription may be tagged. diff --git a/src/Resources/Resources/help/Get-AzTemplateSpec.md b/src/Resources/Resources/help/Get-AzTemplateSpec.md index bcf5f3b47e6c..008b973eb1cc 100644 --- a/src/Resources/Resources/help/Get-AzTemplateSpec.md +++ b/src/Resources/Resources/help/Get-AzTemplateSpec.md @@ -15,19 +15,19 @@ Gets or lists Template Specs ### ListTemplateSpecsParameterSet (Default) ``` Get-AzTemplateSpec [[-ResourceGroupName] ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetTemplateSpecByNameParameterSet ``` Get-AzTemplateSpec [-ResourceGroupName] [-Name] [[-Version] ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetTemplateSpecByIdParameterSet ``` Get-AzTemplateSpec [[-Version] ] [-ResourceId] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -128,6 +128,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Resources/Resources/help/Get-AzTenantBackfillStatus.md b/src/Resources/Resources/help/Get-AzTenantBackfillStatus.md index 4baca07753c3..8255205997bf 100644 --- a/src/Resources/Resources/help/Get-AzTenantBackfillStatus.md +++ b/src/Resources/Resources/help/Get-AzTenantBackfillStatus.md @@ -13,7 +13,7 @@ Get the current Tenant Backfill Subscription Status ## SYNTAX ``` -Get-AzTenantBackfillStatus [-DefaultProfile ] +Get-AzTenantBackfillStatus [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -49,6 +49,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Get-AzTenantDeployment.md b/src/Resources/Resources/help/Get-AzTenantDeployment.md index 1ecaa3da637a..4a851af5595c 100644 --- a/src/Resources/Resources/help/Get-AzTenantDeployment.md +++ b/src/Resources/Resources/help/Get-AzTenantDeployment.md @@ -15,13 +15,13 @@ Get deployment at tenant scope ### GetByDeploymentName (Default) ``` Get-AzTenantDeployment [[-Name] ] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### GetByDeploymentId ``` Get-AzTenantDeployment -Id [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -117,6 +117,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters 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). diff --git a/src/Resources/Resources/help/Get-AzTenantDeploymentOperation.md b/src/Resources/Resources/help/Get-AzTenantDeploymentOperation.md index 348eac00bde1..31a7a30cb1ea 100644 --- a/src/Resources/Resources/help/Get-AzTenantDeploymentOperation.md +++ b/src/Resources/Resources/help/Get-AzTenantDeploymentOperation.md @@ -15,13 +15,13 @@ Get deployment operation for deployment at tenant scope ### GetByDeploymentName (Default) ``` Get-AzTenantDeploymentOperation -DeploymentName [-OperationId ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetByDeploymentObject ``` Get-AzTenantDeploymentOperation -DeploymentObject [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -120,6 +120,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters 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). diff --git a/src/Resources/Resources/help/Get-AzTenantDeploymentWhatIfResult.md b/src/Resources/Resources/help/Get-AzTenantDeploymentWhatIfResult.md index e611b05f73c3..004adbae5adf 100644 --- a/src/Resources/Resources/help/Get-AzTenantDeploymentWhatIfResult.md +++ b/src/Resources/Resources/help/Get-AzTenantDeploymentWhatIfResult.md @@ -16,7 +16,7 @@ Gets a template What-If result for a deployment at tenant scope. ``` Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterObject @@ -24,7 +24,7 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterObject @@ -32,7 +32,7 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterObject @@ -40,7 +40,7 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsObject @@ -48,7 +48,7 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterFile @@ -56,7 +56,7 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterFile @@ -64,7 +64,7 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterFile @@ -72,7 +72,7 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParams @@ -80,14 +80,14 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByParameterFileWithNoTemplate ``` Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterUri @@ -95,7 +95,7 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterUri @@ -103,7 +103,7 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterUri @@ -111,7 +111,7 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsUri @@ -119,28 +119,28 @@ Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultF Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectWithNoParameters ``` Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateUriWithNoParameters ``` Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateSpecResourceId ``` Get-AzTenantDeploymentWhatIfResult [-Name ] -Location [-ResultFormat ] [-ExcludeChangeType ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -267,6 +267,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResultFormat The What-If result format. diff --git a/src/Resources/Resources/help/Invoke-AzResourceAction.md b/src/Resources/Resources/help/Invoke-AzResourceAction.md index f96246c198ba..f20175984475 100644 --- a/src/Resources/Resources/help/Invoke-AzResourceAction.md +++ b/src/Resources/Resources/help/Invoke-AzResourceAction.md @@ -17,7 +17,7 @@ Invokes an action on a resource. ``` Invoke-AzResourceAction [-Parameters ] -Action -ResourceId [-ODataQuery ] [-Force] [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### BySubscriptionLevel @@ -25,7 +25,7 @@ Invoke-AzResourceAction [-Parameters ] -Action -ResourceId < Invoke-AzResourceAction [-Parameters ] -Action -ResourceName -ResourceType [-ExtensionResourceName ] [-ExtensionResourceType ] [-ODataQuery ] [-ResourceGroupName ] [-Force] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -34,7 +34,7 @@ Invoke-AzResourceAction [-Parameters ] -Action -ResourceName Invoke-AzResourceAction [-Parameters ] -Action -ResourceName -ResourceType [-ExtensionResourceName ] [-ExtensionResourceType ] [-ODataQuery ] [-TenantLevel] [-Force] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -230,6 +230,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Specifies the name of a resource group in which this cmdlet invokes an action. diff --git a/src/Resources/Resources/help/Move-AzResource.md b/src/Resources/Resources/help/Move-AzResource.md index 738c3336b0aa..34dea742ea4a 100644 --- a/src/Resources/Resources/help/Move-AzResource.md +++ b/src/Resources/Resources/help/Move-AzResource.md @@ -16,7 +16,7 @@ Moves a resource to a different resource group or subscription. ``` Move-AzResource -DestinationResourceGroupName [-DestinationSubscriptionId ] -ResourceId [-Force] [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -128,6 +128,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId Specifies an array of IDs of the resources that this cmdlet moves. diff --git a/src/Resources/Resources/help/New-AzADAppCredential.md b/src/Resources/Resources/help/New-AzADAppCredential.md index 68bae9489040..c94539ec352c 100644 --- a/src/Resources/Resources/help/New-AzADAppCredential.md +++ b/src/Resources/Resources/help/New-AzADAppCredential.md @@ -15,7 +15,7 @@ Creates key credentials or password credentials for an application. ### ApplicationObjectIdWithPasswordParameterSet (Default) ``` New-AzADAppCredential -ObjectId [-StartDate ] [-EndDate ] - [-CustomKeyIdentifier ] [-DefaultProfile ] [-WhatIf] + [-CustomKeyIdentifier ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -23,62 +23,62 @@ New-AzADAppCredential -ObjectId [-StartDate ] [-EndDate [-StartDate ] [-EndDate ] [-CustomKeyIdentifier ] -CertValue [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationObjectIdWithKeyCredentialParameterSet ``` New-AzADAppCredential -ObjectId [-CustomKeyIdentifier ] -KeyCredentials [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationObjectIdWithPasswordCredentialParameterSet ``` New-AzADAppCredential -ObjectId [-CustomKeyIdentifier ] -PasswordCredentials [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationObjectWithPasswordParameterSet ``` New-AzADAppCredential [-StartDate ] [-EndDate ] [-CustomKeyIdentifier ] -ApplicationObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationObjectWithCertValueParameterSet ``` New-AzADAppCredential [-StartDate ] [-EndDate ] [-CustomKeyIdentifier ] -CertValue -ApplicationObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameWithPasswordParameterSet ``` New-AzADAppCredential [-StartDate ] [-EndDate ] [-CustomKeyIdentifier ] - -DisplayName [-DefaultProfile ] [-WhatIf] [-Confirm] + -DisplayName [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameWithCertValueParameterSet ``` New-AzADAppCredential [-StartDate ] [-EndDate ] [-CustomKeyIdentifier ] - -CertValue -DisplayName [-DefaultProfile ] + -CertValue -DisplayName [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationIdWithCertValueParameterSet ``` New-AzADAppCredential [-StartDate ] [-EndDate ] [-CustomKeyIdentifier ] - -CertValue -ApplicationId [-DefaultProfile ] + -CertValue -ApplicationId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationIdWithPasswordParameterSet ``` New-AzADAppCredential [-StartDate ] [-EndDate ] [-CustomKeyIdentifier ] - -ApplicationId [-DefaultProfile ] [-WhatIf] [-Confirm] + -ApplicationId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -86,20 +86,20 @@ New-AzADAppCredential [-StartDate ] [-EndDate ] [-CustomKeyI ``` New-AzADAppCredential [-CustomKeyIdentifier ] -PasswordCredentials -ApplicationObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameWithPasswordCredentialParameterSet ``` New-AzADAppCredential [-CustomKeyIdentifier ] -PasswordCredentials - -DisplayName [-DefaultProfile ] [-WhatIf] [-Confirm] + -DisplayName [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationIdWithPasswordCredentialParameterSet ``` New-AzADAppCredential [-CustomKeyIdentifier ] -PasswordCredentials - -ApplicationId [-DefaultProfile ] [-WhatIf] [-Confirm] + -ApplicationId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -107,20 +107,20 @@ New-AzADAppCredential [-CustomKeyIdentifier ] -PasswordCredentials ] -KeyCredentials -ApplicationObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameWithKeyCredentialParameterSet ``` New-AzADAppCredential [-CustomKeyIdentifier ] -KeyCredentials - -DisplayName [-DefaultProfile ] [-WhatIf] [-Confirm] + -DisplayName [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationIdWithKeyCredentialParameterSet ``` New-AzADAppCredential [-CustomKeyIdentifier ] -KeyCredentials - -ApplicationId [-DefaultProfile ] [-WhatIf] [-Confirm] + -ApplicationId [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -309,6 +309,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -StartDate The effective start date of the credential usage. The default start date value is today. @@ -657,4 +672,7 @@ PASSWORDCREDENTIALS : Password credentials a ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/New-AzADAppFederatedCredential.md b/src/Resources/Resources/help/New-AzADAppFederatedCredential.md index 8b2a717679cc..37231bad5863 100644 --- a/src/Resources/Resources/help/New-AzADAppFederatedCredential.md +++ b/src/Resources/Resources/help/New-AzADAppFederatedCredential.md @@ -15,7 +15,7 @@ Create federatedIdentityCredential for applications. ``` New-AzADAppFederatedCredential -ApplicationObjectId -Audience -Issuer -Name -Subject [-AdditionalProperties ] [-Description ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -148,6 +148,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Subject Required. The identifier of the external software workload within the external identity provider. diff --git a/src/Resources/Resources/help/New-AzADApplication.md b/src/Resources/Resources/help/New-AzADApplication.md index ac046543e470..ecd8750b17cc 100644 --- a/src/Resources/Resources/help/New-AzADApplication.md +++ b/src/Resources/Resources/help/New-AzADApplication.md @@ -28,7 +28,7 @@ New-AzADApplication -DisplayName [-AvailableToOtherTenants ] [ [-SignInAudience ] [-SPARedirectUri ] [-Tag ] [-TokenEncryptionKeyId ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationWithKeyCredentialParameterSet @@ -47,7 +47,7 @@ New-AzADApplication -DisplayName [-AvailableToOtherTenants ] [ [-SignInAudience ] [-SPARedirectUri ] [-Tag ] [-TokenEncryptionKeyId ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] -KeyCredentials - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationWithPasswordCredentialParameterSet @@ -67,7 +67,7 @@ New-AzADApplication -DisplayName [-AvailableToOtherTenants ] [ [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] -PasswordCredentials [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationWithKeyPlainParameterSet @@ -86,7 +86,7 @@ New-AzADApplication -DisplayName [-AvailableToOtherTenants ] [ [-SignInAudience ] [-SPARedirectUri ] [-Tag ] [-TokenEncryptionKeyId ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] -CertValue [-StartDate ] - [-EndDate ] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-EndDate ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -106,7 +106,7 @@ New-AzADApplication -DisplayName [-AvailableToOtherTenants ] [ [-SignInAudience ] [-SPARedirectUri ] [-Tag ] [-TokenEncryptionKeyId ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-StartDate ] [-EndDate ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -557,6 +557,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicClientRedirectUri ```yaml @@ -1538,4 +1553,7 @@ WEB ``: webApplication ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/New-AzADGroup.md b/src/Resources/Resources/help/New-AzADGroup.md index a133fc90b4c2..f5ad3ed4f87a 100644 --- a/src/Resources/Resources/help/New-AzADGroup.md +++ b/src/Resources/Resources/help/New-AzADGroup.md @@ -22,7 +22,7 @@ New-AzADGroup -DisplayName -MailNickname [-AcceptedSender ] [-SecurityEnabled] [-SecurityIdentifier ] [-Theme ] [-TransitiveMember ] [-TransitiveMemberOf ] [-Visibility ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -383,6 +383,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SecurityEnabled Specifies whether the group is a security group. Returned by default. diff --git a/src/Resources/Resources/help/New-AzADGroupOwner.md b/src/Resources/Resources/help/New-AzADGroupOwner.md index 1d23f921d9ee..836a65184d86 100644 --- a/src/Resources/Resources/help/New-AzADGroupOwner.md +++ b/src/Resources/Resources/help/New-AzADGroupOwner.md @@ -14,7 +14,7 @@ Create new navigation property ref to owners for groups ``` New-AzADGroupOwner -GroupId -OwnerId [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -93,6 +93,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/New-AzADServicePrincipal.md b/src/Resources/Resources/help/New-AzADServicePrincipal.md index ee7db77c0591..2b9e1deb575d 100644 --- a/src/Resources/Resources/help/New-AzADServicePrincipal.md +++ b/src/Resources/Resources/help/New-AzADServicePrincipal.md @@ -33,7 +33,7 @@ New-AzADServicePrincipal [-DisplayName ] [-Role ] [-Scope ] [-TokenLifetimePolicy ] [-TransitiveMemberOf ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameWithPasswordCredentialParameterSet @@ -57,7 +57,7 @@ New-AzADServicePrincipal -DisplayName [-Role ] [-Scope [-TokenLifetimePolicy ] [-TransitiveMemberOf ] -PasswordCredential [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameWithKeyCredentialParameterSet @@ -80,7 +80,7 @@ New-AzADServicePrincipal -DisplayName [-Role ] [-Scope [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-TransitiveMemberOf ] -KeyCredential - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameWithKeyPlainParameterSet @@ -104,7 +104,7 @@ New-AzADServicePrincipal -DisplayName [-Role ] [-Scope [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-TransitiveMemberOf ] -CertValue [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationObjectParameterSet @@ -127,7 +127,7 @@ New-AzADServicePrincipal [-Role ] [-Scope ] [-Homepage ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-TransitiveMemberOf ] -ApplicationObject - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationIdParameterSet @@ -150,7 +150,7 @@ New-AzADServicePrincipal [-Role ] [-Scope ] [-Homepage ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-TransitiveMemberOf ] [-ApplicationId ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -736,6 +736,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ReplyUrl The URLs that user tokens are sent to for sign in with the associated application, or the redirect URIs that OAuth 2.0 authorization codes and access tokens are sent to for the associated application. Not nullable. @@ -2178,4 +2193,7 @@ TRANSITIVEMEMBEROF : . ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/New-AzADServicePrincipalAppRoleAssignment.md b/src/Resources/Resources/help/New-AzADServicePrincipalAppRoleAssignment.md index 62abdf50cb80..48b836d94c0a 100644 --- a/src/Resources/Resources/help/New-AzADServicePrincipalAppRoleAssignment.md +++ b/src/Resources/Resources/help/New-AzADServicePrincipalAppRoleAssignment.md @@ -16,28 +16,28 @@ Create new navigation property to appRoleAssignments for servicePrincipals ``` New-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId -ResourceId [-AdditionalProperties ] [-AppRoleId ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ObjectIdWithResourceDisplayNameParameterSet ``` New-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId [-AdditionalProperties ] [-AppRoleId ] -ResourceDisplayName [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SPNWithResourceIdParameterSet ``` New-AzADServicePrincipalAppRoleAssignment -ResourceId [-AdditionalProperties ] [-AppRoleId ] -ServicePrincipalDisplayName [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SPNWithResourceDisplayNameParameterSet ``` New-AzADServicePrincipalAppRoleAssignment [-AdditionalProperties ] [-AppRoleId ] -ResourceDisplayName -ServicePrincipalDisplayName [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -122,6 +122,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceDisplayName The display name of the resource app's service principal to which the assignment is made. diff --git a/src/Resources/Resources/help/New-AzADSpCredential.md b/src/Resources/Resources/help/New-AzADSpCredential.md index 596f47e1143d..ff8d649d8dc4 100644 --- a/src/Resources/Resources/help/New-AzADSpCredential.md +++ b/src/Resources/Resources/help/New-AzADSpCredential.md @@ -15,78 +15,78 @@ Creates key credentials or password credentials for an service principal. ### SpObjectIdWithPasswordParameterSet (Default) ``` New-AzADSpCredential -ObjectId [-StartDate ] [-EndDate ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SpObjectIdWithCertValueParameterSet ``` New-AzADSpCredential -ObjectId [-StartDate ] [-EndDate ] -CertValue - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SpObjectIdWithKeyCredentialParameterSet ``` New-AzADSpCredential -ObjectId -KeyCredentials - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SpObjectIdWithPasswordCredentialParameterSet ``` New-AzADSpCredential -ObjectId -PasswordCredentials - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ServicePrincipalObjectWithCertValueParameterSet ``` New-AzADSpCredential [-StartDate ] [-EndDate ] -CertValue -ServicePrincipalObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ServicePrincipalObjectWithPasswordParameterSet ``` New-AzADSpCredential [-StartDate ] [-EndDate ] -ServicePrincipalObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SPNWithCertValueParameterSet ``` New-AzADSpCredential [-StartDate ] [-EndDate ] -CertValue - -ServicePrincipalName [-DefaultProfile ] [-WhatIf] + -ServicePrincipalName [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SPNWithPasswordParameterSet ``` New-AzADSpCredential [-StartDate ] [-EndDate ] -ServicePrincipalName - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ServicePrincipalObjectWithPasswordCredentialParameterSet ``` New-AzADSpCredential -PasswordCredentials -ServicePrincipalObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SPNWithPasswordCredentialParameterSet ``` New-AzADSpCredential -PasswordCredentials -ServicePrincipalName - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ServicePrincipalObjectWithKeyCredentialParameterSet ``` New-AzADSpCredential -KeyCredentials -ServicePrincipalObject [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SPNWithKeyCredentialParameterSet ``` New-AzADSpCredential -KeyCredentials -ServicePrincipalName - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -210,6 +210,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ServicePrincipalName The service principal name. @@ -617,4 +632,7 @@ SERVICEPRINCIPALOBJECT ``: The service principa ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/New-AzADUser.md b/src/Resources/Resources/help/New-AzADUser.md index 5b98fc034dda..f84facb466c5 100644 --- a/src/Resources/Resources/help/New-AzADUser.md +++ b/src/Resources/Resources/help/New-AzADUser.md @@ -25,7 +25,7 @@ New-AzADUser -DisplayName -MailNickname -UserPrincipalName ] [-PreferredName ] [-Responsibility ] [-School ] [-ShowInAddressList] [-Skill ] [-State ] [-StreetAddress ] [-Surname ] [-UsageLocation ] [-UserType ] [-ForceChangePasswordNextLogin] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### WithPasswordProfile @@ -41,7 +41,7 @@ New-AzADUser -DisplayName -MailNickname -UserPrincipalName ] [-PreferredName ] [-Responsibility ] [-School ] [-ShowInAddressList] [-Skill ] [-State ] [-StreetAddress ] [-Surname ] [-UsageLocation ] [-UserType ] -PasswordProfile - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -706,6 +706,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Responsibility A list for the user to enumerate their responsibilities. Returned only on $select. diff --git a/src/Resources/Resources/help/New-AzDeployment.md b/src/Resources/Resources/help/New-AzDeployment.md index d20aedf9400c..38e96ab41fdb 100644 --- a/src/Resources/Resources/help/New-AzDeployment.md +++ b/src/Resources/Resources/help/New-AzDeployment.md @@ -17,7 +17,7 @@ Create a deployment at the current subscription scope. New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -27,7 +27,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileAndParameterObject @@ -36,7 +36,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriAndParameterObject @@ -45,7 +45,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecResourceIdAndParamsObject @@ -54,7 +54,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateObjectAndParameterFile @@ -63,7 +63,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileAndParameterFile @@ -71,7 +71,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -80,7 +80,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -90,7 +90,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByParameterFileWithNoTemplate @@ -98,7 +98,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -108,7 +108,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileAndParameterUri @@ -116,7 +116,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -125,7 +125,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -134,7 +134,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -143,7 +143,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -152,7 +152,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -161,7 +161,7 @@ New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel < New-AzDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -331,6 +331,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/New-AzManagedApplication.md b/src/Resources/Resources/help/New-AzManagedApplication.md index 111589be2336..ebeea6c28764 100644 --- a/src/Resources/Resources/help/New-AzManagedApplication.md +++ b/src/Resources/Resources/help/New-AzManagedApplication.md @@ -16,7 +16,7 @@ Creates an Azure managed application. New-AzManagedApplication -Name -ResourceGroupName -ManagedResourceGroupName [-ManagedApplicationDefinitionId ] -Location [-Parameter ] -Kind [-Plan ] [-Tag ] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -188,6 +188,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. diff --git a/src/Resources/Resources/help/New-AzManagedApplicationDefinition.md b/src/Resources/Resources/help/New-AzManagedApplicationDefinition.md index 55828f29b17b..cb81a2475f09 100644 --- a/src/Resources/Resources/help/New-AzManagedApplicationDefinition.md +++ b/src/Resources/Resources/help/New-AzManagedApplicationDefinition.md @@ -16,7 +16,7 @@ Creates a managed application definition. New-AzManagedApplicationDefinition -Name -ResourceGroupName -DisplayName -Description -Location -LockLevel [-PackageFileUri ] [-CreateUiDefinition ] [-MainTemplate ] -Authorization [-Tag ] - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -217,6 +217,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. diff --git a/src/Resources/Resources/help/New-AzManagementGroup.md b/src/Resources/Resources/help/New-AzManagementGroup.md index a40d25b43388..c2168064bf27 100644 --- a/src/Resources/Resources/help/New-AzManagementGroup.md +++ b/src/Resources/Resources/help/New-AzManagementGroup.md @@ -15,14 +15,14 @@ Creates a Management Group ### GroupOperations (Default) ``` New-AzManagementGroup [-GroupName] [-DisplayName ] [-ParentId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ParentGroupObject ``` New-AzManagementGroup [-GroupName] [-DisplayName ] [-DefaultProfile ] - -ParentObject [-WhatIf] [-Confirm] + -ParentObject [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -185,6 +185,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/New-AzManagementGroupDeployment.md b/src/Resources/Resources/help/New-AzManagementGroupDeployment.md index 16646a7b1da0..497a48c56e4b 100644 --- a/src/Resources/Resources/help/New-AzManagementGroupDeployment.md +++ b/src/Resources/Resources/help/New-AzManagementGroupDeployment.md @@ -18,7 +18,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateObjectAndParameterObject @@ -27,7 +27,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -37,7 +37,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -47,7 +47,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -57,7 +57,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -67,7 +67,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -77,7 +77,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -87,7 +87,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -97,7 +97,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -107,7 +107,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -117,7 +117,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -127,7 +127,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -137,7 +137,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -147,7 +147,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -157,7 +157,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithNoParameters @@ -166,7 +166,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecResourceId @@ -175,7 +175,7 @@ New-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Lo [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -356,6 +356,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/New-AzManagementGroupDeploymentStack.md b/src/Resources/Resources/help/New-AzManagementGroupDeploymentStack.md index ff09914f375c..a129cf013b0c 100644 --- a/src/Resources/Resources/help/New-AzManagementGroupDeploymentStack.md +++ b/src/Resources/Resources/help/New-AzManagementGroupDeploymentStack.md @@ -20,7 +20,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -44,7 +44,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -56,7 +56,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -68,7 +68,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -80,7 +80,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -92,7 +92,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -104,7 +104,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -116,7 +116,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterFile [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -128,7 +128,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -140,7 +140,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -152,7 +152,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -164,7 +164,7 @@ New-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -417,6 +417,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/New-AzManagementGroupHierarchySetting.md b/src/Resources/Resources/help/New-AzManagementGroupHierarchySetting.md index 9c8eca160c44..3ba8f2c1fb4c 100644 --- a/src/Resources/Resources/help/New-AzManagementGroupHierarchySetting.md +++ b/src/Resources/Resources/help/New-AzManagementGroupHierarchySetting.md @@ -16,13 +16,13 @@ Creates Hierarchy Settings under the current tenant ``` New-AzManagementGroupHierarchySetting [-GroupName] [-Authorization ] [-DefaultManagementGroup ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ParentGroupObject ``` New-AzManagementGroupHierarchySetting [-GroupName] [-Authorization ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -135,6 +135,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/New-AzManagementGroupSubscription.md b/src/Resources/Resources/help/New-AzManagementGroupSubscription.md index a0fc74d514d7..1be0fc264b8c 100644 --- a/src/Resources/Resources/help/New-AzManagementGroupSubscription.md +++ b/src/Resources/Resources/help/New-AzManagementGroupSubscription.md @@ -14,7 +14,7 @@ Adds a Subscription to a Management Group. ``` New-AzManagementGroupSubscription [-GroupName] [-SubscriptionId] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -85,6 +85,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId Subscription Id of the subscription associated with the management diff --git a/src/Resources/Resources/help/New-AzPolicyAssignment.md b/src/Resources/Resources/help/New-AzPolicyAssignment.md index dd40167dc3ef..233764ae73de 100644 --- a/src/Resources/Resources/help/New-AzPolicyAssignment.md +++ b/src/Resources/Resources/help/New-AzPolicyAssignment.md @@ -17,7 +17,7 @@ Creates or updates a policy assignment. New-AzPolicyAssignment -Name [-Scope ] [-NotScope ] [-DisplayName ] [-Description ] [-Metadata ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-Location ] [-NonComplianceMessage ] [-BackwardCompatible] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ParameterObject @@ -26,7 +26,7 @@ New-AzPolicyAssignment -Name [-Scope ] [-NotScope ] [ [-Description ] [-Metadata ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-Location ] [-NonComplianceMessage ] [-BackwardCompatible] [-PolicyDefinition ] [-DefinitionVersion ] -PolicyParameterObject - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ParameterString @@ -35,7 +35,7 @@ New-AzPolicyAssignment -Name [-Scope ] [-NotScope ] [ [-Description ] [-Metadata ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-Location ] [-NonComplianceMessage ] [-BackwardCompatible] [-PolicyDefinition ] [-DefinitionVersion ] -PolicyParameter - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### PolicyDefinitionOrPolicySetDefinition @@ -44,7 +44,7 @@ New-AzPolicyAssignment -Name [-Scope ] [-NotScope ] [ [-Description ] [-Metadata ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-Location ] [-NonComplianceMessage ] [-BackwardCompatible] -PolicyDefinition [-DefinitionVersion ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -469,6 +469,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the policy assignment. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' diff --git a/src/Resources/Resources/help/New-AzPolicyDefinition.md b/src/Resources/Resources/help/New-AzPolicyDefinition.md index d49293252a5c..8241715fe958 100644 --- a/src/Resources/Resources/help/New-AzPolicyDefinition.md +++ b/src/Resources/Resources/help/New-AzPolicyDefinition.md @@ -16,21 +16,21 @@ Creates or updates a policy definition. ``` New-AzPolicyDefinition -Name -Policy [-DisplayName ] [-Description ] [-Metadata ] [-Parameter ] [-Mode ] [-BackwardCompatible] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ManagementGroupName ``` New-AzPolicyDefinition -Name -ManagementGroupName -Policy [-DisplayName ] [-Description ] [-Metadata ] [-Parameter ] [-Mode ] [-BackwardCompatible] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SubscriptionId ``` New-AzPolicyDefinition -Name -SubscriptionId -Policy [-DisplayName ] [-Description ] [-Metadata ] [-Parameter ] [-Mode ] [-BackwardCompatible] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -264,6 +264,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. diff --git a/src/Resources/Resources/help/New-AzPolicyExemption.md b/src/Resources/Resources/help/New-AzPolicyExemption.md index 0451fede9e49..9bba7f4000ec 100644 --- a/src/Resources/Resources/help/New-AzPolicyExemption.md +++ b/src/Resources/Resources/help/New-AzPolicyExemption.md @@ -16,7 +16,7 @@ Creates or updates a policy exemption. New-AzPolicyExemption -Name -ExemptionCategory -PolicyAssignment [-Scope ] [-PolicyDefinitionReferenceId ] [-AssignmentScopeValidation ] [-DisplayName ] [-Description ] [-ExpiresOn ] [-Metadata ] [-BackwardCompatible] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -237,6 +237,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the policy exemption. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' diff --git a/src/Resources/Resources/help/New-AzPolicySetDefinition.md b/src/Resources/Resources/help/New-AzPolicySetDefinition.md index 765cff9571a7..527da190dd66 100644 --- a/src/Resources/Resources/help/New-AzPolicySetDefinition.md +++ b/src/Resources/Resources/help/New-AzPolicySetDefinition.md @@ -16,7 +16,7 @@ Creates or updates a policy set definition. ``` New-AzPolicySetDefinition -Name -PolicyDefinition [-DisplayName ] [-Description ] [-Metadata ] [-Parameter ] [-PolicyDefinitionGroup ] - [-BackwardCompatible] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -25,7 +25,7 @@ New-AzPolicySetDefinition -Name -PolicyDefinition [-DisplayNam New-AzPolicySetDefinition -Name -ManagementGroupName -PolicyDefinition [-DisplayName ] [-Description ] [-Metadata ] [-Parameter ] [-PolicyDefinitionGroup ] [-BackwardCompatible] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SubscriptionId @@ -33,7 +33,7 @@ New-AzPolicySetDefinition -Name -ManagementGroupName -PolicyDe New-AzPolicySetDefinition -Name -SubscriptionId -PolicyDefinition [-DisplayName ] [-Description ] [-Metadata ] [-Parameter ] [-PolicyDefinitionGroup ] [-BackwardCompatible] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -267,6 +267,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. diff --git a/src/Resources/Resources/help/New-AzPrivateLinkAssociation.md b/src/Resources/Resources/help/New-AzPrivateLinkAssociation.md index 214d201d7c0b..221c054a2031 100644 --- a/src/Resources/Resources/help/New-AzPrivateLinkAssociation.md +++ b/src/Resources/Resources/help/New-AzPrivateLinkAssociation.md @@ -15,7 +15,7 @@ Creates the Azure Resource Management Private Link Association. ``` New-AzPrivateLinkAssociation [-ManagementGroupId] [-Name] [-PrivateLink] [-PublicNetworkAccess] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -103,6 +103,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicNetworkAccess The public network access is enabled/disabled. diff --git a/src/Resources/Resources/help/New-AzResource.md b/src/Resources/Resources/help/New-AzResource.md index 02cb18f12f2a..dc7297bbd802 100644 --- a/src/Resources/Resources/help/New-AzResource.md +++ b/src/Resources/Resources/help/New-AzResource.md @@ -18,7 +18,7 @@ Creates a resource. New-AzResource [-Location ] [-Kind ] [-Properties ] [-Plan ] [-Sku ] [-Tag ] [-IsFullObject] [-AsJob] -ResourceId [-ODataQuery ] [-Force] [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### BySubscriptionLevel @@ -27,7 +27,7 @@ New-AzResource [-Location ] [-Kind ] [-Properties ] [- [-Sku ] [-Tag ] [-IsFullObject] [-AsJob] -ResourceName -ResourceType [-ExtensionResourceName ] [-ExtensionResourceType ] [-ODataQuery ] [-ResourceGroupName ] [-Force] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -37,7 +37,7 @@ New-AzResource [-Location ] [-Kind ] [-Properties ] [- [-Sku ] [-Tag ] [-IsFullObject] [-AsJob] -ResourceName -ResourceType [-ExtensionResourceName ] [-ExtensionResourceType ] [-ODataQuery ] [-TenantLevel] [-Force] [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -258,6 +258,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Properties Specifies resource properties for the resource. Use this parameter to specify the values of properties that are specific to a resource type. diff --git a/src/Resources/Resources/help/New-AzResourceGroup.md b/src/Resources/Resources/help/New-AzResourceGroup.md index 630679a37945..c0fb4db7b007 100644 --- a/src/Resources/Resources/help/New-AzResourceGroup.md +++ b/src/Resources/Resources/help/New-AzResourceGroup.md @@ -15,7 +15,7 @@ Creates an Azure resource group. ``` New-AzResourceGroup [-Name] [-Location] [-Tag ] [-Force] [-ApiVersion ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -156,6 +156,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Tag Key-value pairs in the form of a hash table. For example: @{key0="value0";key1=$null;key2="value2"} diff --git a/src/Resources/Resources/help/New-AzResourceGroupDeployment.md b/src/Resources/Resources/help/New-AzResourceGroupDeployment.md index 3bab9ab93eb4..21323d5f845e 100644 --- a/src/Resources/Resources/help/New-AzResourceGroupDeployment.md +++ b/src/Resources/Resources/help/New-AzResourceGroupDeployment.md @@ -20,7 +20,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateObjectAndParameterObject @@ -30,7 +30,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -41,7 +41,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -52,7 +52,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -63,7 +63,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -74,7 +74,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileAndParameterFile @@ -84,7 +84,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriAndParameterFile @@ -94,7 +94,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecResourceIdAndParams @@ -104,7 +104,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByParameterFileWithNoTemplate @@ -114,7 +114,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateObjectAndParameterUri @@ -124,7 +124,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileAndParameterUri @@ -134,7 +134,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriAndParameterUri @@ -144,7 +144,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecResourceIdAndParamsUri @@ -154,7 +154,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateObjectWithNoParameters @@ -164,7 +164,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithNoParameters @@ -174,7 +174,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecResourceId @@ -184,7 +184,7 @@ New-AzResourceGroupDeployment [-Name ] -ResourceGroupName [-Mod [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-Force] [-ProceedIfNoChange] [-AsJob] [-AuxTenant ] [-QueryString ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -402,6 +402,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/New-AzResourceGroupDeploymentStack.md b/src/Resources/Resources/help/New-AzResourceGroupDeploymentStack.md index 38602bf25659..4cbd84097bed 100644 --- a/src/Resources/Resources/help/New-AzResourceGroupDeploymentStack.md +++ b/src/Resources/Resources/help/New-AzResourceGroupDeploymentStack.md @@ -19,7 +19,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -30,7 +30,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -41,7 +41,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -52,7 +52,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -63,7 +63,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -74,7 +74,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -85,7 +85,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -96,7 +96,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -107,7 +107,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterFile [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -118,7 +118,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -129,7 +129,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -140,7 +140,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -151,7 +151,7 @@ New-AzResourceGroupDeploymentStack -Name -ResourceGroupName [- [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -359,6 +359,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/New-AzResourceLock.md b/src/Resources/Resources/help/New-AzResourceLock.md index 9ade3679eebd..4f24562f7e37 100644 --- a/src/Resources/Resources/help/New-AzResourceLock.md +++ b/src/Resources/Resources/help/New-AzResourceLock.md @@ -16,7 +16,7 @@ Creates a resource lock. ### BySpecifiedScope (Default) ``` New-AzResourceLock -LockName -LockLevel [-LockNotes ] [-Force] -Scope - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,21 +24,21 @@ New-AzResourceLock -LockName -LockLevel [-LockNotes -LockLevel [-LockNotes ] [-Force] -ResourceGroupName [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceGroupLevel ``` New-AzResourceLock -LockName -LockLevel [-LockNotes ] [-Force] -ResourceName -ResourceType -ResourceGroupName [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### BySubscription ``` New-AzResourceLock -LockName -LockLevel [-LockNotes ] [-Force] - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -46,14 +46,14 @@ New-AzResourceLock -LockName -LockLevel [-LockNotes -LockLevel [-LockNotes ] [-Force] -ResourceName -ResourceType [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByLockId ``` New-AzResourceLock -LockLevel [-LockNotes ] [-Force] -LockId - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -201,6 +201,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Specifies the name of a resource group for which the lock applies or that contains the resource group for which the lock applies. diff --git a/src/Resources/Resources/help/New-AzResourceManagementPrivateLink.md b/src/Resources/Resources/help/New-AzResourceManagementPrivateLink.md index f3e1f7713aed..04264a51cecc 100644 --- a/src/Resources/Resources/help/New-AzResourceManagementPrivateLink.md +++ b/src/Resources/Resources/help/New-AzResourceManagementPrivateLink.md @@ -14,7 +14,7 @@ Create Azure Resource Management Private Link ``` New-AzResourceManagementPrivateLink [[-ResourceGroupName] ] [-Name] [-Location] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -86,6 +86,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Resources/Resources/help/New-AzRoleAssignment.md b/src/Resources/Resources/help/New-AzRoleAssignment.md index 5c98dc506033..ac66aa29210a 100644 --- a/src/Resources/Resources/help/New-AzRoleAssignment.md +++ b/src/Resources/Resources/help/New-AzRoleAssignment.md @@ -27,7 +27,7 @@ Please notice that this cmdlet will mark `ObjectType` as `Unknown` in output if New-AzRoleAssignment -ObjectId [-Scope ] -RoleDefinitionName [-Description ] [-Condition ] [-ConditionVersion ] [-ObjectType ] [-AllowDelegation] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupWithObjectIdParameterSet @@ -35,7 +35,7 @@ New-AzRoleAssignment -ObjectId [-Scope ] -RoleDefinitionName -ResourceGroupName -RoleDefinitionName [-Description ] [-Condition ] [-ConditionVersion ] [-ObjectType ] [-AllowDelegation] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceWithObjectIdParameterSet @@ -44,7 +44,7 @@ New-AzRoleAssignment -ObjectId -ResourceGroupName -ResourceNam -ResourceType [-ParentResource ] -RoleDefinitionName [-Description ] [-Condition ] [-ConditionVersion ] [-ObjectType ] [-AllowDelegation] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### RoleIdWithScopeAndObjectIdParameterSet @@ -52,7 +52,7 @@ New-AzRoleAssignment -ObjectId -ResourceGroupName -ResourceNam New-AzRoleAssignment -ObjectId -Scope [-Description ] [-Condition ] [-ConditionVersion ] [-ObjectType ] -RoleDefinitionId [-AllowDelegation] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupWithSignInNameParameterSet @@ -60,7 +60,7 @@ New-AzRoleAssignment -ObjectId -Scope [-Description ] New-AzRoleAssignment -SignInName -ResourceGroupName -RoleDefinitionName [-Description ] [-Condition ] [-ConditionVersion ] [-ObjectType ] [-AllowDelegation] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceWithSignInNameParameterSet @@ -69,7 +69,7 @@ New-AzRoleAssignment -SignInName -ResourceGroupName -ResourceN -ResourceType [-ParentResource ] -RoleDefinitionName [-Description ] [-Condition ] [-ConditionVersion ] [-ObjectType ] [-AllowDelegation] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ScopeWithSignInNameParameterSet @@ -77,7 +77,7 @@ New-AzRoleAssignment -SignInName -ResourceGroupName -ResourceN New-AzRoleAssignment -SignInName [-Scope ] -RoleDefinitionName [-Description ] [-Condition ] [-ConditionVersion ] [-ObjectType ] [-AllowDelegation] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceGroupWithSPNParameterSet @@ -85,7 +85,7 @@ New-AzRoleAssignment -SignInName [-Scope ] -RoleDefinitionName New-AzRoleAssignment -ApplicationId -ResourceGroupName -RoleDefinitionName [-Description ] [-Condition ] [-ConditionVersion ] [-ObjectType ] [-AllowDelegation] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ResourceWithSPNParameterSet @@ -94,7 +94,7 @@ New-AzRoleAssignment -ApplicationId -ResourceGroupName -Resour -ResourceType [-ParentResource ] -RoleDefinitionName [-Description ] [-Condition ] [-ConditionVersion ] [-ObjectType ] [-AllowDelegation] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ScopeWithSPNParameterSet @@ -102,13 +102,13 @@ New-AzRoleAssignment -ApplicationId -ResourceGroupName -Resour New-AzRoleAssignment -ApplicationId [-Scope ] -RoleDefinitionName [-Description ] [-Condition ] [-ConditionVersion ] [-ObjectType ] [-AllowDelegation] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### InputFileParameterSet ``` New-AzRoleAssignment -InputFile [-AllowDelegation] [-SkipClientSideScopeValidation] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -331,6 +331,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. Creates an assignment that is effective at the specified resource group. diff --git a/src/Resources/Resources/help/New-AzRoleAssignmentScheduleRequest.md b/src/Resources/Resources/help/New-AzRoleAssignmentScheduleRequest.md index c63bca90cd1e..8675a7a094f4 100644 --- a/src/Resources/Resources/help/New-AzRoleAssignmentScheduleRequest.md +++ b/src/Resources/Resources/help/New-AzRoleAssignmentScheduleRequest.md @@ -19,7 +19,7 @@ New-AzRoleAssignmentScheduleRequest -Name -Scope [-Condition < [-PrincipalId ] [-RequestType ] [-RoleDefinitionId ] [-ScheduleInfoStartDateTime ] [-TargetRoleAssignmentScheduleId ] [-TargetRoleAssignmentScheduleInstanceId ] [-TicketNumber ] [-TicketSystem ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -32,7 +32,7 @@ Creates a role assignment schedule request. $guid = "12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o $scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 00001111-aaaa-2222-bbbb-3333cccc4444 -RequestType AdminAssign -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType AdminAssign -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output @@ -48,7 +48,7 @@ Creates a request to provision an active assignment of `roleDefinition` on the ` $guid = "13f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o $scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 00001111-aaaa-2222-bbbb-3333cccc4444 -RequestType AdminRemove -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType AdminRemove -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output @@ -64,7 +64,7 @@ Creates a request to remove an active assignment of `roleDefinition` on the `sco $guid = "12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o $scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 00001111-aaaa-2222-bbbb-3333cccc4444 -RequestType SelfActivate -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType SelfActivate -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output @@ -80,7 +80,7 @@ Creates a request to activate an eligible assignment of `roleDefinition` on the $guid = "12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o $scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 00001111-aaaa-2222-bbbb-3333cccc4444 -RequestType SelfDeactivate -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType SelfDeactivate -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output @@ -248,6 +248,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -RequestType The type of the role assignment schedule request. Eg: SelfActivate, AdminAssign etc diff --git a/src/Resources/Resources/help/New-AzRoleDefinition.md b/src/Resources/Resources/help/New-AzRoleDefinition.md index ed09df5a9aa6..6ad3ba3b1ac4 100644 --- a/src/Resources/Resources/help/New-AzRoleDefinition.md +++ b/src/Resources/Resources/help/New-AzRoleDefinition.md @@ -20,13 +20,13 @@ Finally, use this command to create a custom role using role definition. ### InputFileParameterSet ``` New-AzRoleDefinition [-InputFile] [-SkipClientSideScopeValidation] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### RoleDefinitionParameterSet ``` New-AzRoleDefinition [-Role] [-SkipClientSideScopeValidation] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -143,6 +143,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Role Role definition object. diff --git a/src/Resources/Resources/help/New-AzRoleEligibilityScheduleRequest.md b/src/Resources/Resources/help/New-AzRoleEligibilityScheduleRequest.md index acb9dd65da55..53a94444f1d8 100644 --- a/src/Resources/Resources/help/New-AzRoleEligibilityScheduleRequest.md +++ b/src/Resources/Resources/help/New-AzRoleEligibilityScheduleRequest.md @@ -19,7 +19,7 @@ New-AzRoleEligibilityScheduleRequest -Name -Scope [-Condition [-RoleDefinitionId ] [-ScheduleInfoStartDateTime ] [-TargetRoleEligibilityScheduleId ] [-TargetRoleEligibilityScheduleInstanceId ] [-TicketNumber ] [-TicketSystem ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -32,7 +32,7 @@ Creates a role eligibility schedule request. $guid = "12f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o $scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleEligibilityScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 00001111-aaaa-2222-bbbb-3333cccc4444 -RequestType AdminAssign -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +New-AzRoleEligibilityScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType AdminAssign -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output @@ -48,7 +48,7 @@ Creates a request to provision an eligible assignment of `roleDefinition` on the $guid = "13f8978c-5d8d-4fbf-b4b6-2f43eeb43eca" $startTime = Get-Date -Format o $scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/" -New-AzRoleEligibilityScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 00001111-aaaa-2222-bbbb-3333cccc4444 -RequestType AdminRemove -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime +New-AzRoleEligibilityScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT1H -ExpirationType AfterDuration -PrincipalId 5a4bdd72-ab3e-4d8e-ab0f-8dd8917481a2 -RequestType AdminRemove -RoleDefinitionId subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7 -ScheduleInfoStartDateTime $startTime ``` ```output @@ -201,6 +201,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -RequestType The type of the role assignment schedule request. Eg: SelfActivate, AdminAssign etc diff --git a/src/Resources/Resources/help/New-AzRoleManagementPolicyAssignment.md b/src/Resources/Resources/help/New-AzRoleManagementPolicyAssignment.md index 52cddecb2bda..19c71d4b9623 100644 --- a/src/Resources/Resources/help/New-AzRoleManagementPolicyAssignment.md +++ b/src/Resources/Resources/help/New-AzRoleManagementPolicyAssignment.md @@ -14,7 +14,7 @@ Create a role management policy assignment ``` New-AzRoleManagementPolicyAssignment -Name -Scope [-PolicyId ] - [-RoleDefinitionId ] [-DefaultProfile ] [-WhatIf] + [-RoleDefinitionId ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -83,6 +83,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -RoleDefinitionId The role definition of management policy assignment. diff --git a/src/Resources/Resources/help/New-AzSubscriptionDeploymentStack.md b/src/Resources/Resources/help/New-AzSubscriptionDeploymentStack.md index fcf6c2c87746..e34093f8c236 100644 --- a/src/Resources/Resources/help/New-AzSubscriptionDeploymentStack.md +++ b/src/Resources/Resources/help/New-AzSubscriptionDeploymentStack.md @@ -19,7 +19,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -31,7 +31,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileWithParameterUri @@ -42,7 +42,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileWithParameterObject @@ -53,7 +53,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterObject [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithParameterFile @@ -64,7 +64,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithParameterUri @@ -75,7 +75,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithParameterObject @@ -86,7 +86,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterObject [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithNoParameters @@ -96,7 +96,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -108,7 +108,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecWithParameterUri @@ -119,7 +119,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecWithParameterObject @@ -130,7 +130,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterObject [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecWithNoParameters @@ -140,7 +140,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -151,7 +151,7 @@ New-AzSubscriptionDeploymentStack [-Name] [-Description ] -Loca [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateParameterFile [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -389,6 +389,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/New-AzTag.md b/src/Resources/Resources/help/New-AzTag.md index 96e8b3d39cfc..aa69fae43bca 100644 --- a/src/Resources/Resources/help/New-AzTag.md +++ b/src/Resources/Resources/help/New-AzTag.md @@ -16,13 +16,13 @@ Creates a predefined Azure tag or adds values to an existing tag | Creates or up ### CreatePredefinedTagParameterSet ``` New-AzTag [-Name] [[-Value] ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CreateByResourceIdParameterSet ``` New-AzTag [-ResourceId] [-Tag] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -240,6 +240,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId The resource identifier for the entity being tagged. A resource, a resource group or a subscription may be tagged. diff --git a/src/Resources/Resources/help/New-AzTemplateSpec.md b/src/Resources/Resources/help/New-AzTemplateSpec.md index 83d526d220ae..0d3d0a1a2242 100644 --- a/src/Resources/Resources/help/New-AzTemplateSpec.md +++ b/src/Resources/Resources/help/New-AzTemplateSpec.md @@ -17,7 +17,7 @@ Creates a new Template Spec. New-AzTemplateSpec [-ResourceGroupName] [-Name] -Version [-Description ] [-DisplayName ] [-Location ] [-Tag ] -TemplateJson [-VersionDescription ] [-Force] [-UIFormDefinitionFile ] [-UIFormDefinitionString ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -26,7 +26,7 @@ New-AzTemplateSpec [-ResourceGroupName] [-Name] -Version [-Name] -Version [-Description ] [-DisplayName ] [-Location ] [-Tag ] -TemplateFile [-VersionDescription ] [-Force] [-UIFormDefinitionFile ] [-UIFormDefinitionString ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -160,6 +160,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Resources/Resources/help/New-AzTenantDeployment.md b/src/Resources/Resources/help/New-AzTenantDeployment.md index 5055c80ceb7c..5dafe4b24c5f 100644 --- a/src/Resources/Resources/help/New-AzTenantDeployment.md +++ b/src/Resources/Resources/help/New-AzTenantDeployment.md @@ -17,7 +17,7 @@ Create a deployment at tenant scope New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateFile [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -27,7 +27,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileAndParameterObject @@ -36,7 +36,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriAndParameterObject @@ -45,7 +45,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecResourceIdAndParamsObject @@ -54,7 +54,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateObjectAndParameterFile @@ -63,7 +63,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileAndParameterFile @@ -72,7 +72,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriAndParameterFile @@ -81,7 +81,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecResourceIdAndParams @@ -90,7 +90,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByParameterFileWithNoTemplate @@ -99,7 +99,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateObjectAndParameterUri @@ -108,7 +108,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileAndParameterUri @@ -117,7 +117,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriAndParameterUri @@ -126,7 +126,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecResourceIdAndParamsUri @@ -135,7 +135,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateObjectWithNoParameters @@ -144,7 +144,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithNoParameters @@ -152,7 +152,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateUri [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -161,7 +161,7 @@ New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogL New-AzTenantDeployment [-Name ] -Location [-DeploymentDebugLogLevel ] [-Tag ] [-WhatIfResultFormat ] [-WhatIfExcludeChangeType ] [-ProceedIfNoChange] [-AsJob] [-QueryString ] -TemplateSpecId [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -319,6 +319,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Publish-AzBicepModule.md b/src/Resources/Resources/help/Publish-AzBicepModule.md index bdf027b488fb..1e0d0695b0ae 100644 --- a/src/Resources/Resources/help/Publish-AzBicepModule.md +++ b/src/Resources/Resources/help/Publish-AzBicepModule.md @@ -14,7 +14,7 @@ Publishes a Bicep file to a registry. ``` Publish-AzBicepModule -FilePath -Target [-DocumentationUri ] [-WithSource] [-Force] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -114,6 +114,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Target The target location where the bicep file will be published. diff --git a/src/Resources/Resources/help/Register-AzProviderFeature.md b/src/Resources/Resources/help/Register-AzProviderFeature.md index 7a50f2310da3..a8cd8230bbe0 100644 --- a/src/Resources/Resources/help/Register-AzProviderFeature.md +++ b/src/Resources/Resources/help/Register-AzProviderFeature.md @@ -15,7 +15,7 @@ Registers an Azure provider feature in your current subscription context. ``` Register-AzProviderFeature -FeatureName -ProviderNamespace - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -63,6 +63,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace Specifies a namespace for which this cmdlet registers a provider feature. diff --git a/src/Resources/Resources/help/Register-AzProviderPreviewFeature.md b/src/Resources/Resources/help/Register-AzProviderPreviewFeature.md index 9c44076e2d11..0855cea5e191 100644 --- a/src/Resources/Resources/help/Register-AzProviderPreviewFeature.md +++ b/src/Resources/Resources/help/Register-AzProviderPreviewFeature.md @@ -14,7 +14,7 @@ Creates a feature registration in your account. ``` Register-AzProviderPreviewFeature -Name -ProviderNamespace - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -62,6 +62,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace The resource provider namespace. diff --git a/src/Resources/Resources/help/Register-AzResourceProvider.md b/src/Resources/Resources/help/Register-AzResourceProvider.md index 501eb56c737a..4eb387b3303d 100644 --- a/src/Resources/Resources/help/Register-AzResourceProvider.md +++ b/src/Resources/Resources/help/Register-AzResourceProvider.md @@ -15,7 +15,7 @@ Registers a resource provider. ``` Register-AzResourceProvider -ProviderNamespace [-ConsentToPermissions ] [-AsJob] - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -109,6 +109,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace Specifies the namespace of the resource provider. diff --git a/src/Resources/Resources/help/Remove-AzADAppCredential.md b/src/Resources/Resources/help/Remove-AzADAppCredential.md index b07d53285db0..c27b30d97fe6 100644 --- a/src/Resources/Resources/help/Remove-AzADAppCredential.md +++ b/src/Resources/Resources/help/Remove-AzADAppCredential.md @@ -15,25 +15,25 @@ Removes key credentials or password credentials for an application. ### ApplicationObjectIdWithKeyIdParameterSet (Default) ``` Remove-AzADAppCredential -ObjectId [-KeyId ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationIdWithKeyIdParameterSet ``` Remove-AzADAppCredential [-KeyId ] -ApplicationId [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationDisplayNameParameterSet ``` Remove-AzADAppCredential [-KeyId ] -DisplayName [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationObjectWithKeyIdParameterSet ``` Remove-AzADAppCredential [-KeyId ] -ApplicationObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -164,6 +164,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -476,4 +491,7 @@ APPLICATIONOBJECT ``: The application object, could ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Remove-AzADAppFederatedCredential.md b/src/Resources/Resources/help/Remove-AzADAppFederatedCredential.md index fc7c398e3d23..b773c3379c66 100644 --- a/src/Resources/Resources/help/Remove-AzADAppFederatedCredential.md +++ b/src/Resources/Resources/help/Remove-AzADAppFederatedCredential.md @@ -14,7 +14,7 @@ Delete navigation property federatedIdentityCredentials for applications ``` Remove-AzADAppFederatedCredential -ApplicationObjectId -FederatedCredentialId - [-IfMatch ] [-DefaultProfile ] [-PassThru] [-WhatIf] + [-IfMatch ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -107,6 +107,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Remove-AzADAppPermission.md b/src/Resources/Resources/help/Remove-AzADAppPermission.md index 8e5a8ff350d0..70e825497216 100644 --- a/src/Resources/Resources/help/Remove-AzADAppPermission.md +++ b/src/Resources/Resources/help/Remove-AzADAppPermission.md @@ -15,13 +15,13 @@ Removes an API permission. ### ObjectIdParameterSet (Default) ``` Remove-AzADAppPermission -PermissionId -ObjectId [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### AppIdParameterSet ``` Remove-AzADAppPermission -PermissionId -ApplicationId [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -98,6 +98,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Remove-AzADApplication.md b/src/Resources/Resources/help/Remove-AzADApplication.md index 5f4933411fe5..fc82afd8f11b 100644 --- a/src/Resources/Resources/help/Remove-AzADApplication.md +++ b/src/Resources/Resources/help/Remove-AzADApplication.md @@ -15,25 +15,25 @@ Deletes entity from applications ### ObjectIdParameterSet (Default) ``` Remove-AzADApplication -ObjectId [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationIdParameterSet ``` Remove-AzADApplication -ApplicationId [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationDisplayNameParameterSet ``` Remove-AzADApplication -DisplayName [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObjectParameterSet ``` Remove-AzADApplication -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -148,6 +148,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -460,4 +475,7 @@ INPUTOBJECT ``: The application object, could be use ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Remove-AzADGroup.md b/src/Resources/Resources/help/Remove-AzADGroup.md index d7990a1838bd..7c1afd5936df 100644 --- a/src/Resources/Resources/help/Remove-AzADGroup.md +++ b/src/Resources/Resources/help/Remove-AzADGroup.md @@ -15,19 +15,19 @@ Deletes entity from groups. ### ObjectIdParameterSet (Default) ``` Remove-AzADGroup -ObjectId [-IfMatch ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameParameterSet ``` Remove-AzADGroup [-IfMatch ] -DisplayName [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObjectParameterSet ``` Remove-AzADGroup [-IfMatch ] -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -142,6 +142,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -538,4 +553,7 @@ INPUTOBJECT ``: user input object ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Remove-AzADGroupMember.md b/src/Resources/Resources/help/Remove-AzADGroupMember.md index ded59d750e31..e40e9dc54e53 100644 --- a/src/Resources/Resources/help/Remove-AzADGroupMember.md +++ b/src/Resources/Resources/help/Remove-AzADGroupMember.md @@ -18,47 +18,47 @@ Supports $expand. ### ExplicitParameterSet (Default) ``` -Remove-AzADGroupMember [-DefaultProfile ] [-PassThru] [-WhatIf] +Remove-AzADGroupMember [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberObjectIdWithGroupObjectId ``` Remove-AzADGroupMember -GroupObjectId -MemberObjectId [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberUPNWithGroupObjectIdParameterSet ``` Remove-AzADGroupMember -GroupObjectId -MemberUserPrincipalName [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberUPNWithGroupObjectParameterSet ``` Remove-AzADGroupMember -MemberUserPrincipalName -GroupObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberUPNWithGroupDisplayNameParameterSet ``` Remove-AzADGroupMember -MemberUserPrincipalName -GroupDisplayName - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberObjectIdWithGroupObject ``` Remove-AzADGroupMember -MemberObjectId -GroupObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### MemberObjectIdWithGroupDisplayName ``` Remove-AzADGroupMember -MemberObjectId -GroupDisplayName [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -188,6 +188,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -584,4 +599,7 @@ GROUPOBJECT ``: The target group object, could be used as p ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Remove-AzADGroupOwner.md b/src/Resources/Resources/help/Remove-AzADGroupOwner.md index f1ea081b63bf..043ed45458f4 100644 --- a/src/Resources/Resources/help/Remove-AzADGroupOwner.md +++ b/src/Resources/Resources/help/Remove-AzADGroupOwner.md @@ -14,7 +14,7 @@ Delete ref of navigation property owners for groups ``` Remove-AzADGroupOwner -GroupId -OwnerId [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -95,6 +95,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Remove-AzADServicePrincipal.md b/src/Resources/Resources/help/Remove-AzADServicePrincipal.md index dc1f9bbca5fa..8e25cadc1ff9 100644 --- a/src/Resources/Resources/help/Remove-AzADServicePrincipal.md +++ b/src/Resources/Resources/help/Remove-AzADServicePrincipal.md @@ -15,38 +15,38 @@ Deletes entity from service principal. ### ObjectIdParameterSet (Default) ``` Remove-AzADServicePrincipal -ObjectId [-IfMatch ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationIdParameterSet ``` Remove-AzADServicePrincipal -ApplicationId [-IfMatch ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SPNParameterSet ``` Remove-AzADServicePrincipal -ServicePrincipalName [-IfMatch ] [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameParameterSet ``` Remove-AzADServicePrincipal -DisplayName [-IfMatch ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObjectParameterSet ``` Remove-AzADServicePrincipal -InputObject [-IfMatch ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ApplicationObjectParameterSet ``` Remove-AzADServicePrincipal -ApplicationObject [-IfMatch ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -193,6 +193,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ServicePrincipalName key: service principal name @@ -792,4 +807,7 @@ INPUTOBJECT ``: key: service principal object ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Remove-AzADServicePrincipalAppRoleAssignment.md b/src/Resources/Resources/help/Remove-AzADServicePrincipalAppRoleAssignment.md index 610eaa3b993e..3c93f33825ab 100644 --- a/src/Resources/Resources/help/Remove-AzADServicePrincipalAppRoleAssignment.md +++ b/src/Resources/Resources/help/Remove-AzADServicePrincipalAppRoleAssignment.md @@ -14,7 +14,7 @@ Delete navigation property appRoleAssignments for servicePrincipals ``` Remove-AzADServicePrincipalAppRoleAssignment -AppRoleAssignmentId -ServicePrincipalId - [-IfMatch ] [-DefaultProfile ] [-PassThru] [-WhatIf] + [-IfMatch ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -92,6 +92,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ServicePrincipalId key: id of servicePrincipal diff --git a/src/Resources/Resources/help/Remove-AzADSpCredential.md b/src/Resources/Resources/help/Remove-AzADSpCredential.md index 51b59b574d2b..f209d984dc18 100644 --- a/src/Resources/Resources/help/Remove-AzADSpCredential.md +++ b/src/Resources/Resources/help/Remove-AzADSpCredential.md @@ -15,25 +15,25 @@ Removes key credentials or password credentials for an service principal. ### ObjectIdWithKeyIdParameterSet (Default) ``` Remove-AzADSpCredential -ObjectId [-KeyId ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SPNWithKeyIdParameterSet ``` Remove-AzADSpCredential [-KeyId ] -ServicePrincipalName [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameWithKeyIdParameterSet ``` Remove-AzADSpCredential [-KeyId ] -DisplayName [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ServicePrincipalObjectParameterSet ``` Remove-AzADSpCredential [-KeyId ] -ServicePrincipalObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -133,6 +133,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ServicePrincipalName The service principal name. @@ -504,4 +519,7 @@ SERVICEPRINCIPALOBJECT ``: The service principa ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Remove-AzADUser.md b/src/Resources/Resources/help/Remove-AzADUser.md index c40fbced47cb..dfb4a950fb08 100644 --- a/src/Resources/Resources/help/Remove-AzADUser.md +++ b/src/Resources/Resources/help/Remove-AzADUser.md @@ -15,31 +15,31 @@ Deletes entity from users. ### UPNOrObjectIdParameterSet (Default) ``` Remove-AzADUser -UPNOrObjectId [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ObjectIdParameterSet ``` Remove-AzADUser -ObjectId [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UPNParameterSet ``` Remove-AzADUser -UserPrincipalName [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DisplayNameParameterSet ``` Remove-AzADUser -DisplayName [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObjectParameterSet ``` Remove-AzADUser -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -139,6 +139,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -UPNOrObjectId The userPrincipalName or ObjectId of the user to be deleted. @@ -652,4 +667,7 @@ INPUTOBJECT ``: user input object ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Remove-AzDeployment.md b/src/Resources/Resources/help/Remove-AzDeployment.md index e5fa0876a0ef..193a40e03e5f 100644 --- a/src/Resources/Resources/help/Remove-AzDeployment.md +++ b/src/Resources/Resources/help/Remove-AzDeployment.md @@ -15,19 +15,19 @@ Removes a deployment and any associated operations ### RemoveByDeploymentName (Default) ``` Remove-AzDeployment [-Name] [-AsJob] [-PassThru] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByDeploymentId ``` Remove-AzDeployment -Id [-AsJob] [-PassThru] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByInputObject ``` Remove-AzDeployment -InputObject [-AsJob] [-PassThru] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -158,6 +158,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Remove-AzDeploymentScript.md b/src/Resources/Resources/help/Remove-AzDeploymentScript.md index cf57695e0215..5080af74a359 100644 --- a/src/Resources/Resources/help/Remove-AzDeploymentScript.md +++ b/src/Resources/Resources/help/Remove-AzDeploymentScript.md @@ -15,20 +15,20 @@ Removes a deployment script and its associated resources. ### RemoveDeploymentScriptLogByName (Default) ``` Remove-AzDeploymentScript [-ResourceGroupName] [-Name] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveDeploymentScriptLogByResourceId ``` Remove-AzDeploymentScript [-Id] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveDeploymentScriptLogByInputObject ``` Remove-AzDeploymentScript [-InputObject] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -122,6 +122,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Resources/Resources/help/Remove-AzManagedApplication.md b/src/Resources/Resources/help/Remove-AzManagedApplication.md index a082a01f720f..7373e396b807 100644 --- a/src/Resources/Resources/help/Remove-AzManagedApplication.md +++ b/src/Resources/Resources/help/Remove-AzManagedApplication.md @@ -15,14 +15,14 @@ Removes a managed application ### RemoveByNameAndResourceGroup (Default) ``` Remove-AzManagedApplication -Name -ResourceGroupName [-Force] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveById ``` Remove-AzManagedApplication -Id [-Force] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -136,6 +136,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. diff --git a/src/Resources/Resources/help/Remove-AzManagedApplicationDefinition.md b/src/Resources/Resources/help/Remove-AzManagedApplicationDefinition.md index 6317ae734ee6..b72c2aa9901e 100644 --- a/src/Resources/Resources/help/Remove-AzManagedApplicationDefinition.md +++ b/src/Resources/Resources/help/Remove-AzManagedApplicationDefinition.md @@ -15,14 +15,14 @@ Removes a managed application definition ### RemoveByNameAndResourceGroup (Default) ``` Remove-AzManagedApplicationDefinition -Name -ResourceGroupName [-Force] - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveById ``` Remove-AzManagedApplicationDefinition -Id [-Force] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -136,6 +136,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. diff --git a/src/Resources/Resources/help/Remove-AzManagementGroup.md b/src/Resources/Resources/help/Remove-AzManagementGroup.md index d842c98771b0..d4c9df16db9d 100644 --- a/src/Resources/Resources/help/Remove-AzManagementGroup.md +++ b/src/Resources/Resources/help/Remove-AzManagementGroup.md @@ -15,13 +15,13 @@ Removes a Management Group ### GroupOperations (Default) ``` Remove-AzManagementGroup [-GroupName] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ManagementGroupObject ``` Remove-AzManagementGroup -InputObject [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -102,6 +102,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Remove-AzManagementGroupDeployment.md b/src/Resources/Resources/help/Remove-AzManagementGroupDeployment.md index 692b8d77672b..696a568b906a 100644 --- a/src/Resources/Resources/help/Remove-AzManagementGroupDeployment.md +++ b/src/Resources/Resources/help/Remove-AzManagementGroupDeployment.md @@ -15,21 +15,21 @@ Removes a deployment at a management group and any associated operations ### RemoveByDeploymentName (Default) ``` Remove-AzManagementGroupDeployment [-ManagementGroupId] [-Name] [-AsJob] [-PassThru] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByDeploymentId ``` Remove-AzManagementGroupDeployment -Id [-AsJob] [-PassThru] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByInputObject ``` Remove-AzManagementGroupDeployment -InputObject [-AsJob] [-PassThru] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -175,6 +175,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Remove-AzManagementGroupDeploymentStack.md b/src/Resources/Resources/help/Remove-AzManagementGroupDeploymentStack.md index 9c3c69840f97..82ea444c642c 100644 --- a/src/Resources/Resources/help/Remove-AzManagementGroupDeploymentStack.md +++ b/src/Resources/Resources/help/Remove-AzManagementGroupDeploymentStack.md @@ -16,7 +16,7 @@ Removes a Management Group scoped Deployment Stack. ``` Remove-AzManagementGroupDeploymentStack [-Name] [-ManagementGroupId] -ActionOnUnmanage [-PassThru] [-Force] [-BypassStackOutOfSyncError] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,14 +24,14 @@ Remove-AzManagementGroupDeploymentStack [-Name] [-ManagementGroupId] -ActionOnUnmanage [-PassThru] [-Force] [-BypassStackOutOfSyncError] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByStackObject ``` Remove-AzManagementGroupDeploymentStack [-InputObjet] -ActionOnUnmanage [-PassThru] [-Force] [-BypassStackOutOfSyncError] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -185,6 +185,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId ResourceId of the DeploymentStack to delete diff --git a/src/Resources/Resources/help/Remove-AzManagementGroupHierarchySetting.md b/src/Resources/Resources/help/Remove-AzManagementGroupHierarchySetting.md index ca87f248efba..f1177e23bd97 100644 --- a/src/Resources/Resources/help/Remove-AzManagementGroupHierarchySetting.md +++ b/src/Resources/Resources/help/Remove-AzManagementGroupHierarchySetting.md @@ -15,13 +15,13 @@ Deletes all Hierarchy Settings under the current tenant ### GroupOperations (Default) ``` Remove-AzManagementGroupHierarchySetting [-GroupName] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ParentGroupObject ``` Remove-AzManagementGroupHierarchySetting [-GroupName] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -66,6 +66,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Remove-AzManagementGroupSubscription.md b/src/Resources/Resources/help/Remove-AzManagementGroupSubscription.md index 5229710b0de6..e3d9d4bb8d33 100644 --- a/src/Resources/Resources/help/Remove-AzManagementGroupSubscription.md +++ b/src/Resources/Resources/help/Remove-AzManagementGroupSubscription.md @@ -14,7 +14,7 @@ Removes a Subscription from a Management Group. ``` Remove-AzManagementGroupSubscription [-GroupName] [-SubscriptionId] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -75,6 +75,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId Subscription Id of the subscription associated with the management diff --git a/src/Resources/Resources/help/Remove-AzPolicyAssignment.md b/src/Resources/Resources/help/Remove-AzPolicyAssignment.md index 4a57a3de955f..e7e695dd9400 100644 --- a/src/Resources/Resources/help/Remove-AzPolicyAssignment.md +++ b/src/Resources/Resources/help/Remove-AzPolicyAssignment.md @@ -16,20 +16,20 @@ The scope of a policy assignment is the part of its ID preceding '/providers/Mic ### Name (Default) ``` Remove-AzPolicyAssignment -Name [-Scope ] [-Force] [-BackwardCompatible] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Id ``` Remove-AzPolicyAssignment -Id [-Force] [-BackwardCompatible] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Remove-AzPolicyAssignment -InputObject [-Force] [-BackwardCompatible] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -185,6 +185,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the policy assignment. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' diff --git a/src/Resources/Resources/help/Remove-AzPolicyDefinition.md b/src/Resources/Resources/help/Remove-AzPolicyDefinition.md index 8f8af52860ae..16d12d5dd6f4 100644 --- a/src/Resources/Resources/help/Remove-AzPolicyDefinition.md +++ b/src/Resources/Resources/help/Remove-AzPolicyDefinition.md @@ -15,33 +15,33 @@ This operation deletes the policy definition in the given subscription with the ### Name (Default) ``` Remove-AzPolicyDefinition -Name [-Force] [-BackwardCompatible] [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ManagementGroupName ``` Remove-AzPolicyDefinition -Name -ManagementGroupName [-Force] [-BackwardCompatible] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SubscriptionId ``` Remove-AzPolicyDefinition -Name -SubscriptionId [-Force] [-BackwardCompatible] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Id ``` Remove-AzPolicyDefinition -Id [-Force] [-BackwardCompatible] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Remove-AzPolicyDefinition -InputObject [-Force] [-BackwardCompatible] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -210,6 +210,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. diff --git a/src/Resources/Resources/help/Remove-AzPolicyExemption.md b/src/Resources/Resources/help/Remove-AzPolicyExemption.md index 5482b860328f..5b351bad5357 100644 --- a/src/Resources/Resources/help/Remove-AzPolicyExemption.md +++ b/src/Resources/Resources/help/Remove-AzPolicyExemption.md @@ -16,20 +16,20 @@ The scope of a policy exemption is the part of its ID preceding '/providers/Micr ### Name (Default) ``` Remove-AzPolicyExemption -Name [-Scope ] [-Force] [-BackwardCompatible] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Id ``` Remove-AzPolicyExemption -Id [-Force] [-BackwardCompatible] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Remove-AzPolicyExemption -InputObject [-Force] [-BackwardCompatible] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -185,6 +185,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the policy exemption. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' diff --git a/src/Resources/Resources/help/Remove-AzPolicySetDefinition.md b/src/Resources/Resources/help/Remove-AzPolicySetDefinition.md index 47113dd70212..107266d8fc05 100644 --- a/src/Resources/Resources/help/Remove-AzPolicySetDefinition.md +++ b/src/Resources/Resources/help/Remove-AzPolicySetDefinition.md @@ -15,33 +15,33 @@ This operation deletes the policy definition in the given subscription with the ### Name (Default) ``` Remove-AzPolicySetDefinition -Name [-Force] [-BackwardCompatible] [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ManagementGroupName ``` Remove-AzPolicySetDefinition -Name -ManagementGroupName [-Force] [-BackwardCompatible] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SubscriptionId ``` Remove-AzPolicySetDefinition -Name -SubscriptionId [-Force] [-BackwardCompatible] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Id ``` Remove-AzPolicySetDefinition -Id [-Force] [-BackwardCompatible] [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Remove-AzPolicySetDefinition -InputObject [-Force] [-BackwardCompatible] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -207,6 +207,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. diff --git a/src/Resources/Resources/help/Remove-AzPrivateLinkAssociation.md b/src/Resources/Resources/help/Remove-AzPrivateLinkAssociation.md index e20c74b34b29..4a9fb10e77e5 100644 --- a/src/Resources/Resources/help/Remove-AzPrivateLinkAssociation.md +++ b/src/Resources/Resources/help/Remove-AzPrivateLinkAssociation.md @@ -15,14 +15,14 @@ Delete a specific azure private link association. ### DeletePLAOperation (Default) ``` Remove-AzPrivateLinkAssociation [-ManagementGroupId] [-Name] [-PassThru] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### PrivateLinkAssociationObject ``` Remove-AzPrivateLinkAssociation [-PassThru] [-Force] -InputObject - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -141,6 +141,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Remove-AzResource.md b/src/Resources/Resources/help/Remove-AzResource.md index d1bcbc89e7e1..d889e91429b2 100644 --- a/src/Resources/Resources/help/Remove-AzResource.md +++ b/src/Resources/Resources/help/Remove-AzResource.md @@ -16,7 +16,7 @@ Removes a resource. ### ByResourceId (Default) ``` Remove-AzResource [-AsJob] -ResourceId [-ODataQuery ] [-Force] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Remove-AzResource [-AsJob] -ResourceId [-ODataQuery ] [-Force] ``` Remove-AzResource [-AsJob] -ResourceName -ResourceType [-ExtensionResourceName ] [-ExtensionResourceType ] [-ODataQuery ] [-ResourceGroupName ] [-Force] - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Remove-AzResource [-AsJob] -ResourceName -ResourceType [-Exten ``` Remove-AzResource [-AsJob] -ResourceName -ResourceType [-ExtensionResourceName ] [-ExtensionResourceType ] [-ODataQuery ] [-TenantLevel] [-Force] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -180,6 +180,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Specifies the name of the resource group from which this cmdlet removes a resource. diff --git a/src/Resources/Resources/help/Remove-AzResourceGroup.md b/src/Resources/Resources/help/Remove-AzResourceGroup.md index 5fd7685b095e..8ff0ed21d774 100644 --- a/src/Resources/Resources/help/Remove-AzResourceGroup.md +++ b/src/Resources/Resources/help/Remove-AzResourceGroup.md @@ -16,14 +16,14 @@ Removes a resource group. ### RemoveByResourceGroupName (Default) ``` Remove-AzResourceGroup [-Name] [-Force] [-AsJob] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByResourceGroupId ``` Remove-AzResourceGroup -Id [-Force] [-AsJob] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -165,6 +165,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Remove-AzResourceGroupDeployment.md b/src/Resources/Resources/help/Remove-AzResourceGroupDeployment.md index 9817e616240b..21913f0ea585 100644 --- a/src/Resources/Resources/help/Remove-AzResourceGroupDeployment.md +++ b/src/Resources/Resources/help/Remove-AzResourceGroupDeployment.md @@ -16,14 +16,14 @@ Removes a resource group deployment and any associated operations. ### RemoveByResourceGroupName (Default) ``` Remove-AzResourceGroupDeployment [-ResourceGroupName] [-Name] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByResourceGroupDeploymentId ``` Remove-AzResourceGroupDeployment -Id [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -120,6 +120,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Specifies the name of the resource group to remove. diff --git a/src/Resources/Resources/help/Remove-AzResourceGroupDeploymentStack.md b/src/Resources/Resources/help/Remove-AzResourceGroupDeploymentStack.md index e3009756389b..1e9f2d28e4e5 100644 --- a/src/Resources/Resources/help/Remove-AzResourceGroupDeploymentStack.md +++ b/src/Resources/Resources/help/Remove-AzResourceGroupDeploymentStack.md @@ -16,7 +16,7 @@ Removes a Resource Group scoped Deployment Stack. ``` Remove-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] -ActionOnUnmanage [-PassThru] [-Force] [-BypassStackOutOfSyncError] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,14 +24,14 @@ Remove-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] -ActionOnUnmanage [-PassThru] [-Force] [-BypassStackOutOfSyncError] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByStackObject ``` Remove-AzResourceGroupDeploymentStack [-InputObjet] -ActionOnUnmanage [-PassThru] [-Force] [-BypassStackOutOfSyncError] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -169,6 +169,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the Resource Group with the stack to delete diff --git a/src/Resources/Resources/help/Remove-AzResourceLock.md b/src/Resources/Resources/help/Remove-AzResourceLock.md index adc3bad24618..907540304406 100644 --- a/src/Resources/Resources/help/Remove-AzResourceLock.md +++ b/src/Resources/Resources/help/Remove-AzResourceLock.md @@ -16,14 +16,14 @@ Removes a resource lock. ### ByLockId (Default) ``` Remove-AzResourceLock [-Force] -LockId [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceGroup ``` Remove-AzResourceLock -LockName [-Force] -ResourceGroupName [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -31,27 +31,27 @@ Remove-AzResourceLock -LockName [-Force] -ResourceGroupName [- ``` Remove-AzResourceLock -LockName [-Force] -ResourceName -ResourceType -ResourceGroupName [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### BySpecifiedScope ``` Remove-AzResourceLock -LockName [-Force] -Scope [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### BySubscription ``` Remove-AzResourceLock -LockName [-Force] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### BySubscriptionLevel ``` Remove-AzResourceLock -LockName [-Force] -ResourceName -ResourceType - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -171,6 +171,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Specifies the name of the resource group for which the lock applies. diff --git a/src/Resources/Resources/help/Remove-AzResourceManagementPrivateLink.md b/src/Resources/Resources/help/Remove-AzResourceManagementPrivateLink.md index a09d2543263e..e5a806787596 100644 --- a/src/Resources/Resources/help/Remove-AzResourceManagementPrivateLink.md +++ b/src/Resources/Resources/help/Remove-AzResourceManagementPrivateLink.md @@ -15,14 +15,14 @@ Deletes the Resource Manangement Private Link. ### DeleteOperation (Default) ``` Remove-AzResourceManagementPrivateLink [-ResourceGroupName] [-Name] [-PassThru] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### PrivateLinkObject ``` Remove-AzResourceManagementPrivateLink [-PassThru] [-Force] -InputObject - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -126,6 +126,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Resources/Resources/help/Remove-AzRoleAssignment.md b/src/Resources/Resources/help/Remove-AzRoleAssignment.md index ee24368d516c..80626cd992d8 100644 --- a/src/Resources/Resources/help/Remove-AzRoleAssignment.md +++ b/src/Resources/Resources/help/Remove-AzRoleAssignment.md @@ -27,7 +27,7 @@ Please notice that this cmdlet will mark `ObjectType` as `Unknown` in output if ``` Remove-AzRoleAssignment -ObjectId [-Scope ] -RoleDefinitionName [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ResourceWithObjectIdParameterSet @@ -35,28 +35,28 @@ Remove-AzRoleAssignment -ObjectId [-Scope ] -RoleDefinitionName Remove-AzRoleAssignment -ObjectId -ResourceGroupName -ResourceName -ResourceType [-ParentResource ] -RoleDefinitionName [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ResourceGroupWithObjectIdParameterSet ``` Remove-AzRoleAssignment -ObjectId -ResourceGroupName -RoleDefinitionName [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ScopeWithObjectIdParameterSet ``` Remove-AzRoleAssignment -ObjectId [-Scope ] -RoleDefinitionName [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RoleIdWithScopeAndObjectIdParameterSet ``` Remove-AzRoleAssignment -ObjectId [-Scope ] -RoleDefinitionId [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ResourceWithSignInNameParameterSet @@ -64,21 +64,21 @@ Remove-AzRoleAssignment -ObjectId [-Scope ] -RoleDefinitionId < Remove-AzRoleAssignment -SignInName -ResourceGroupName -ResourceName -ResourceType [-ParentResource ] -RoleDefinitionName [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ResourceGroupWithSignInNameParameterSet ``` Remove-AzRoleAssignment -SignInName -ResourceGroupName -RoleDefinitionName [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ScopeWithSignInNameParameterSet ``` Remove-AzRoleAssignment -SignInName [-Scope ] -RoleDefinitionName [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ResourceWithSPNParameterSet @@ -86,27 +86,27 @@ Remove-AzRoleAssignment -SignInName [-Scope ] -RoleDefinitionNa Remove-AzRoleAssignment -ServicePrincipalName -ResourceGroupName -ResourceName -ResourceType [-ParentResource ] -RoleDefinitionName [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ResourceGroupWithSPNParameterSet ``` Remove-AzRoleAssignment -ServicePrincipalName -ResourceGroupName -RoleDefinitionName [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ScopeWithSPNParameterSet ``` Remove-AzRoleAssignment -ServicePrincipalName [-Scope ] -RoleDefinitionName [-PassThru] [-SkipClientSideScopeValidation] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RoleAssignmentParameterSet ``` Remove-AzRoleAssignment [-PassThru] [-InputObject] [-SkipClientSideScopeValidation] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -229,6 +229,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name that the role is assigned to. Attempts to delete an assignment at the specified resource group scope. diff --git a/src/Resources/Resources/help/Remove-AzRoleDefinition.md b/src/Resources/Resources/help/Remove-AzRoleDefinition.md index 987cce3e2429..736d9a7803b6 100644 --- a/src/Resources/Resources/help/Remove-AzRoleDefinition.md +++ b/src/Resources/Resources/help/Remove-AzRoleDefinition.md @@ -18,21 +18,21 @@ Delete will fail if there are existing role assignments made to the custom role. ### RoleDefinitionIdParameterSet (Default) ``` Remove-AzRoleDefinition -Id [-Scope ] [-SkipClientSideScopeValidation] [-Force] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RoleDefinitionNameParameterSet ``` Remove-AzRoleDefinition [-Name] [-Scope ] [-SkipClientSideScopeValidation] [-Force] - [-PassThru] [-DefaultProfile ] [-WhatIf] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObjectParameterSet ``` Remove-AzRoleDefinition -InputObject [-SkipClientSideScopeValidation] [-Force] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -145,6 +145,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope Role definition scope. diff --git a/src/Resources/Resources/help/Remove-AzRoleManagementPolicy.md b/src/Resources/Resources/help/Remove-AzRoleManagementPolicy.md index c4e359ad3454..51a8fe99fb59 100644 --- a/src/Resources/Resources/help/Remove-AzRoleManagementPolicy.md +++ b/src/Resources/Resources/help/Remove-AzRoleManagementPolicy.md @@ -15,13 +15,13 @@ Delete a role management policy ### Delete (Default) ``` Remove-AzRoleManagementPolicy -Name -Scope [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzRoleManagementPolicy -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -105,6 +105,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role management policy to upsert. diff --git a/src/Resources/Resources/help/Remove-AzRoleManagementPolicyAssignment.md b/src/Resources/Resources/help/Remove-AzRoleManagementPolicyAssignment.md index 959d4a42e532..b2295cd180bf 100644 --- a/src/Resources/Resources/help/Remove-AzRoleManagementPolicyAssignment.md +++ b/src/Resources/Resources/help/Remove-AzRoleManagementPolicyAssignment.md @@ -15,13 +15,13 @@ Delete a role management policy assignment ### Delete (Default) ``` Remove-AzRoleManagementPolicyAssignment -Name -Scope [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzRoleManagementPolicyAssignment -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -105,6 +105,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role management policy assignment to delete. diff --git a/src/Resources/Resources/help/Remove-AzSubscriptionDeploymentStack.md b/src/Resources/Resources/help/Remove-AzSubscriptionDeploymentStack.md index e90e4ea76906..38a9b726954c 100644 --- a/src/Resources/Resources/help/Remove-AzSubscriptionDeploymentStack.md +++ b/src/Resources/Resources/help/Remove-AzSubscriptionDeploymentStack.md @@ -16,21 +16,21 @@ Removes a Subscription scoped Deployment Stack. ``` Remove-AzSubscriptionDeploymentStack [-Name] -ActionOnUnmanage [-PassThru] [-Force] [-BypassStackOutOfSyncError] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByResourceId ``` Remove-AzSubscriptionDeploymentStack -ResourceId -ActionOnUnmanage [-PassThru] [-Force] [-BypassStackOutOfSyncError] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByStackObject ``` Remove-AzSubscriptionDeploymentStack [-InputObjet] -ActionOnUnmanage [-PassThru] [-Force] [-BypassStackOutOfSyncError] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -168,6 +168,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId ResourceId of the stack to delete diff --git a/src/Resources/Resources/help/Remove-AzTag.md b/src/Resources/Resources/help/Remove-AzTag.md index 64dfe0afb0df..0c5a359e7b11 100644 --- a/src/Resources/Resources/help/Remove-AzTag.md +++ b/src/Resources/Resources/help/Remove-AzTag.md @@ -16,13 +16,13 @@ Deletes predefined Azure tags or values | Deletes the entire set of tags on a re ### RemovePredefinedTagParameterSet ``` Remove-AzTag [-Name] [[-Value] ] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByResourceIdParameterSet ``` Remove-AzTag [-PassThru] -ResourceId [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -144,6 +144,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId The resource identifier for the tagged entity. A resource, a resource group or a subscription may be tagged. diff --git a/src/Resources/Resources/help/Remove-AzTemplateSpec.md b/src/Resources/Resources/help/Remove-AzTemplateSpec.md index 72ef8b870585..281a27f5f697 100644 --- a/src/Resources/Resources/help/Remove-AzTemplateSpec.md +++ b/src/Resources/Resources/help/Remove-AzTemplateSpec.md @@ -15,14 +15,14 @@ Removes a Template Spec ### RemoveByNameParameterSet (Default) ``` Remove-AzTemplateSpec [-Force] [-ResourceGroupName] [-Name] [[-Version] ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByIdParameterSet ``` Remove-AzTemplateSpec [-Force] [[-Version] ] [-ResourceId] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -108,6 +108,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the template spec's resource group. diff --git a/src/Resources/Resources/help/Remove-AzTenantDeployment.md b/src/Resources/Resources/help/Remove-AzTenantDeployment.md index 711c8bee71bd..19771148772b 100644 --- a/src/Resources/Resources/help/Remove-AzTenantDeployment.md +++ b/src/Resources/Resources/help/Remove-AzTenantDeployment.md @@ -15,20 +15,20 @@ Removes a deployment at tenant scope and any associated operations ### RemoveByDeploymentName (Default) ``` Remove-AzTenantDeployment [-Name] [-AsJob] [-PassThru] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByDeploymentId ``` Remove-AzTenantDeployment -Id [-AsJob] [-PassThru] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RemoveByInputObject ``` Remove-AzTenantDeployment -InputObject [-AsJob] [-PassThru] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -159,6 +159,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Save-AzDeploymentScriptLog.md b/src/Resources/Resources/help/Save-AzDeploymentScriptLog.md index 8d4ba1dbe28f..59e136773e4d 100644 --- a/src/Resources/Resources/help/Save-AzDeploymentScriptLog.md +++ b/src/Resources/Resources/help/Save-AzDeploymentScriptLog.md @@ -15,21 +15,21 @@ Saves the log of a deployment script execution to disk. ### SaveDeploymentScriptLogByName (Default) ``` Save-AzDeploymentScriptLog [-ResourceGroupName] [-Name] [-OutputPath] - [[-Tail] ] [-Force] [-DefaultProfile ] + [[-Tail] ] [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SaveDeploymentScriptLogByResourceId ``` Save-AzDeploymentScriptLog [-DeploymentScriptResourceId] [-OutputPath] [[-Tail] ] - [-Force] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SaveDeploymentScriptLogByInputObject ``` Save-AzDeploymentScriptLog [-DeploymentScriptObject] [-OutputPath] - [[-Tail] ] [-Force] [-DefaultProfile ] + [[-Tail] ] [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -145,6 +145,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Resources/Resources/help/Save-AzDeploymentTemplate.md b/src/Resources/Resources/help/Save-AzDeploymentTemplate.md index abcf0e72c194..221f7ff04df0 100644 --- a/src/Resources/Resources/help/Save-AzDeploymentTemplate.md +++ b/src/Resources/Resources/help/Save-AzDeploymentTemplate.md @@ -15,14 +15,14 @@ Saves a deployment template to a file. ### SaveByDeploymentName (Default) ``` Save-AzDeploymentTemplate -DeploymentName [-Path ] [-Force] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SaveByDeploymentObject ``` Save-AzDeploymentTemplate -DeploymentObject [-Path ] [-Force] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -137,6 +137,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Save-AzManagementGroupDeploymentStackTemplate.md b/src/Resources/Resources/help/Save-AzManagementGroupDeploymentStackTemplate.md index 239753e9297b..37312d86c02c 100644 --- a/src/Resources/Resources/help/Save-AzManagementGroupDeploymentStackTemplate.md +++ b/src/Resources/Resources/help/Save-AzManagementGroupDeploymentStackTemplate.md @@ -15,19 +15,19 @@ Saves a Management Group scoped Deployment Stack Template. ### SaveByNameAndManagmentGroupId (Default) ``` Save-AzManagementGroupDeploymentStackTemplate [-StackName] [-ManagementGroupId] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### SaveByResourceId ``` Save-AzManagementGroupDeploymentStackTemplate -ResourceId [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### SaveByStackObject ``` Save-AzManagementGroupDeploymentStackTemplate [-InputObjet] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -104,6 +104,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId ResourceId of the DeploymentStack to get diff --git a/src/Resources/Resources/help/Save-AzManagementGroupDeploymentTemplate.md b/src/Resources/Resources/help/Save-AzManagementGroupDeploymentTemplate.md index c5a71363f038..480b1563e346 100644 --- a/src/Resources/Resources/help/Save-AzManagementGroupDeploymentTemplate.md +++ b/src/Resources/Resources/help/Save-AzManagementGroupDeploymentTemplate.md @@ -15,14 +15,14 @@ Saves a deployment template to a file. ### SaveByDeploymentName (Default) ``` Save-AzManagementGroupDeploymentTemplate -ManagementGroupId -DeploymentName [-Path ] - [-Force] [-Pre] [-DefaultProfile ] [-WhatIf] + [-Force] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SaveByDeploymentObject ``` Save-AzManagementGroupDeploymentTemplate -DeploymentObject [-Path ] [-Force] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -152,6 +152,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Save-AzResourceGroupDeploymentStackTemplate.md b/src/Resources/Resources/help/Save-AzResourceGroupDeploymentStackTemplate.md index b99d0aba3113..343dad71f548 100644 --- a/src/Resources/Resources/help/Save-AzResourceGroupDeploymentStackTemplate.md +++ b/src/Resources/Resources/help/Save-AzResourceGroupDeploymentStackTemplate.md @@ -15,19 +15,19 @@ Saves a Resource Group scoped Deployment Stack Template. ### SaveByNameAndResourceGroupName (Default) ``` Save-AzResourceGroupDeploymentStackTemplate [-ResourceGroupName] [-StackName] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### SaveByResourceId ``` Save-AzResourceGroupDeploymentStackTemplate -ResourceId [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### SaveByStackObject ``` Save-AzResourceGroupDeploymentStackTemplate [-InputObjet] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -89,6 +89,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the ResourceGroup where the DeploymentStack is deployed diff --git a/src/Resources/Resources/help/Save-AzResourceGroupDeploymentTemplate.md b/src/Resources/Resources/help/Save-AzResourceGroupDeploymentTemplate.md index 1dcdbc6a3ab7..0a03216cbe2c 100644 --- a/src/Resources/Resources/help/Save-AzResourceGroupDeploymentTemplate.md +++ b/src/Resources/Resources/help/Save-AzResourceGroupDeploymentTemplate.md @@ -15,7 +15,7 @@ Saves a resource group deployment template to a file. ``` Save-AzResourceGroupDeploymentTemplate -ResourceGroupName -DeploymentName [-Path ] - [-Force] [-Pre] [-DefaultProfile ] [-WhatIf] + [-Force] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -119,6 +119,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Specifies the name of the resource group. diff --git a/src/Resources/Resources/help/Save-AzSubscriptionDeploymentStackTemplate.md b/src/Resources/Resources/help/Save-AzSubscriptionDeploymentStackTemplate.md index a46050590611..a31bd43931e8 100644 --- a/src/Resources/Resources/help/Save-AzSubscriptionDeploymentStackTemplate.md +++ b/src/Resources/Resources/help/Save-AzSubscriptionDeploymentStackTemplate.md @@ -15,19 +15,19 @@ Saves a Subscription scoped Deployment Stack Template. ### SaveByName (Default) ``` Save-AzSubscriptionDeploymentStackTemplate [-StackName] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### SaveByResourceId ``` Save-AzSubscriptionDeploymentStackTemplate -ResourceId [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### SaveByStackObject ``` Save-AzSubscriptionDeploymentStackTemplate [-InputObjet] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -89,6 +89,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId ResourceId of the DeploymentStack to get diff --git a/src/Resources/Resources/help/Save-AzTenantDeploymentTemplate.md b/src/Resources/Resources/help/Save-AzTenantDeploymentTemplate.md index 1c73a450eca8..33a555e31d82 100644 --- a/src/Resources/Resources/help/Save-AzTenantDeploymentTemplate.md +++ b/src/Resources/Resources/help/Save-AzTenantDeploymentTemplate.md @@ -15,14 +15,14 @@ Saves a deployment template to a file. ### SaveByDeploymentName (Default) ``` Save-AzTenantDeploymentTemplate -DeploymentName [-Path ] [-Force] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SaveByDeploymentObject ``` Save-AzTenantDeploymentTemplate -DeploymentObject [-Path ] [-Force] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -137,6 +137,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Set-AzManagedApplication.md b/src/Resources/Resources/help/Set-AzManagedApplication.md index e57dc8510deb..045137059b28 100644 --- a/src/Resources/Resources/help/Set-AzManagedApplication.md +++ b/src/Resources/Resources/help/Set-AzManagedApplication.md @@ -17,7 +17,7 @@ Updates managed application Set-AzManagedApplication -Name -ResourceGroupName [-ManagedResourceGroupName ] [-ManagedApplicationDefinitionId ] [-Parameter ] [-Kind ] [-Plan ] [-Tag ] [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SetById @@ -25,7 +25,7 @@ Set-AzManagedApplication -Name -ResourceGroupName [-ManagedRes Set-AzManagedApplication -Id [-ManagedResourceGroupName ] [-ManagedApplicationDefinitionId ] [-Parameter ] [-Kind ] [-Plan ] [-Tag ] [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -195,6 +195,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. diff --git a/src/Resources/Resources/help/Set-AzManagedApplicationDefinition.md b/src/Resources/Resources/help/Set-AzManagedApplicationDefinition.md index 3553a19039dd..507f93687f1d 100644 --- a/src/Resources/Resources/help/Set-AzManagedApplicationDefinition.md +++ b/src/Resources/Resources/help/Set-AzManagedApplicationDefinition.md @@ -16,7 +16,7 @@ Updates managed application definition ``` Set-AzManagedApplicationDefinition -Name -ResourceGroupName [-DisplayName ] [-Description ] [-PackageFileUri ] [-Authorization ] [-Tag ] - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,7 +24,7 @@ Set-AzManagedApplicationDefinition -Name -ResourceGroupName [- ``` Set-AzManagedApplicationDefinition -Id [-DisplayName ] [-Description ] [-PackageFileUri ] [-Authorization ] [-Tag ] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -190,6 +190,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The resource group name. diff --git a/src/Resources/Resources/help/Set-AzManagementGroupDeploymentStack.md b/src/Resources/Resources/help/Set-AzManagementGroupDeploymentStack.md index d7e7e9a0dfe5..575545c8292e 100644 --- a/src/Resources/Resources/help/Set-AzManagementGroupDeploymentStack.md +++ b/src/Resources/Resources/help/Set-AzManagementGroupDeploymentStack.md @@ -20,7 +20,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -44,7 +44,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -56,7 +56,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -68,7 +68,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -80,7 +80,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -92,7 +92,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -104,7 +104,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -116,7 +116,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterFile [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -128,7 +128,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -140,7 +140,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -152,7 +152,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -164,7 +164,7 @@ Set-AzManagementGroupDeploymentStack -Name -ManagementGroupId [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -417,6 +417,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Set-AzResource.md b/src/Resources/Resources/help/Set-AzResource.md index bec12b38a55b..b0de08de00a4 100644 --- a/src/Resources/Resources/help/Set-AzResource.md +++ b/src/Resources/Resources/help/Set-AzResource.md @@ -17,7 +17,7 @@ Modifies a resource. ``` Set-AzResource [-Kind ] [-Properties ] [-Plan ] [-Sku ] [-Tag ] [-UsePatchSemantics] [-AsJob] -ResourceId [-ODataQuery ] [-Force] - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -25,7 +25,7 @@ Set-AzResource [-Kind ] [-Properties ] [-Plan ] [-S ``` Set-AzResource -InputObject [-Kind ] [-Properties ] [-Plan ] [-Sku ] [-Tag ] [-UsePatchSemantics] [-AsJob] [-ODataQuery ] [-Force] - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -35,7 +35,7 @@ Set-AzResource [-Kind ] [-Properties ] [-Plan ] [-S [-Tag ] [-UsePatchSemantics] [-AsJob] -ResourceName -ResourceType [-ExtensionResourceName ] [-ExtensionResourceType ] [-ODataQuery ] [-ResourceGroupName ] [-Force] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -45,7 +45,7 @@ Set-AzResource [-Kind ] [-Properties ] [-Plan ] [-S [-Tag ] [-UsePatchSemantics] [-AsJob] -ResourceName -ResourceType [-ExtensionResourceName ] [-ExtensionResourceType ] [-ODataQuery ] [-TenantLevel] [-Force] [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -274,6 +274,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Properties Specifies resource properties for the resource. diff --git a/src/Resources/Resources/help/Set-AzResourceGroup.md b/src/Resources/Resources/help/Set-AzResourceGroup.md index b7df4d5356b3..10612457bf6f 100644 --- a/src/Resources/Resources/help/Set-AzResourceGroup.md +++ b/src/Resources/Resources/help/Set-AzResourceGroup.md @@ -16,13 +16,13 @@ Modifies a resource group. ### SetByResourceGroupName (Default) ``` Set-AzResourceGroup -Name [-Tag] [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### SetByResourceGroupId ``` Set-AzResourceGroup [-Tag] -Id [-ApiVersion ] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -148,6 +148,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Tag Key-value pairs in the form of a hash table. For example: @{key0="value0";key1=$null;key2="value2"} diff --git a/src/Resources/Resources/help/Set-AzResourceGroupDeploymentStack.md b/src/Resources/Resources/help/Set-AzResourceGroupDeploymentStack.md index 6858ac7343f9..a83a1d36085f 100644 --- a/src/Resources/Resources/help/Set-AzResourceGroupDeploymentStack.md +++ b/src/Resources/Resources/help/Set-AzResourceGroupDeploymentStack.md @@ -19,7 +19,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -30,7 +30,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -41,7 +41,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -52,7 +52,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -63,7 +63,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -74,7 +74,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -85,7 +85,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -96,7 +96,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -107,7 +107,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterFile [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -118,7 +118,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -129,7 +129,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -140,7 +140,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -151,7 +151,7 @@ Set-AzResourceGroupDeploymentStack [-Name] [-ResourceGroupName] ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -359,6 +359,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Set-AzResourceLock.md b/src/Resources/Resources/help/Set-AzResourceLock.md index be7550bd09a7..9673453c0839 100644 --- a/src/Resources/Resources/help/Set-AzResourceLock.md +++ b/src/Resources/Resources/help/Set-AzResourceLock.md @@ -16,7 +16,7 @@ Modifies a resource lock. ### BySpecifiedScope (Default) ``` Set-AzResourceLock -LockName -LockLevel [-LockNotes ] [-Force] -Scope - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -24,21 +24,21 @@ Set-AzResourceLock -LockName -LockLevel [-LockNotes -LockLevel [-LockNotes ] [-Force] -ResourceGroupName [-ApiVersion ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByResourceGroupLevel ``` Set-AzResourceLock -LockName -LockLevel [-LockNotes ] [-Force] -ResourceName -ResourceType -ResourceGroupName [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### BySubscription ``` Set-AzResourceLock -LockName -LockLevel [-LockNotes ] [-Force] - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -46,14 +46,14 @@ Set-AzResourceLock -LockName -LockLevel [-LockNotes -LockLevel [-LockNotes ] [-Force] -ResourceName -ResourceType [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByLockId ``` Set-AzResourceLock -LockLevel [-LockNotes ] [-Force] -LockId - [-ApiVersion ] [-Pre] [-DefaultProfile ] + [-ApiVersion ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -194,6 +194,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Specifies the name of the resource group for which the lock applies. diff --git a/src/Resources/Resources/help/Set-AzRoleAssignment.md b/src/Resources/Resources/help/Set-AzRoleAssignment.md index cfc623f61f28..32376ab8a0ad 100644 --- a/src/Resources/Resources/help/Set-AzRoleAssignment.md +++ b/src/Resources/Resources/help/Set-AzRoleAssignment.md @@ -25,14 +25,14 @@ Please notice that this cmdlet will mark `ObjectType` as `Unknown` in output if ### RoleAssignmentParameterSet (Default) ``` Set-AzRoleAssignment -InputObject [-SkipClientSideScopeValidation] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputFileParameterSet ``` Set-AzRoleAssignment -InputFile [-SkipClientSideScopeValidation] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -163,6 +163,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SkipClientSideScopeValidation If specified, skip client side scope validation. diff --git a/src/Resources/Resources/help/Set-AzRoleDefinition.md b/src/Resources/Resources/help/Set-AzRoleDefinition.md index d8bfd196b2cc..6906b557626e 100644 --- a/src/Resources/Resources/help/Set-AzRoleDefinition.md +++ b/src/Resources/Resources/help/Set-AzRoleDefinition.md @@ -20,13 +20,13 @@ Finally, save the role definition using this command. ### InputFileParameterSet ``` Set-AzRoleDefinition -InputFile [-SkipClientSideScopeValidation] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### RoleDefinitionParameterSet ``` Set-AzRoleDefinition -Role [-SkipClientSideScopeValidation] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -109,6 +109,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Role Role definition object to be updated diff --git a/src/Resources/Resources/help/Set-AzSubscriptionDeploymentStack.md b/src/Resources/Resources/help/Set-AzSubscriptionDeploymentStack.md index c0e6263868fe..d655cb710ba7 100644 --- a/src/Resources/Resources/help/Set-AzSubscriptionDeploymentStack.md +++ b/src/Resources/Resources/help/Set-AzSubscriptionDeploymentStack.md @@ -19,7 +19,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati -DenySettingsMode [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -31,7 +31,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileWithParameterUri @@ -42,7 +42,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileWithParameterObject @@ -53,7 +53,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterObject [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithParameterFile @@ -64,7 +64,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithParameterUri @@ -75,7 +75,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithParameterObject @@ -86,7 +86,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterObject [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithNoParameters @@ -96,7 +96,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati -DenySettingsMode [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -108,7 +108,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecWithParameterUri @@ -119,7 +119,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecWithParameterObject @@ -130,7 +130,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterObject [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecWithNoParameters @@ -140,7 +140,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati -DenySettingsMode [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -151,7 +151,7 @@ Set-AzSubscriptionDeploymentStack -Name [-Description ] -Locati -DenySettingsMode [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateParameterFile [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -389,6 +389,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Set-AzTemplateSpec.md b/src/Resources/Resources/help/Set-AzTemplateSpec.md index 173dc36fa824..690c365092e7 100644 --- a/src/Resources/Resources/help/Set-AzTemplateSpec.md +++ b/src/Resources/Resources/help/Set-AzTemplateSpec.md @@ -16,14 +16,14 @@ Modifies a Template Spec. ``` Set-AzTemplateSpec [-Location ] [-Tag ] [-UIFormDefinitionFile ] [-UIFormDefinitionString ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateByIdParameterSet ``` Set-AzTemplateSpec [-ResourceId] [[-Description] ] [[-DisplayName] ] [-Location ] [-Tag ] [-UIFormDefinitionFile ] [-UIFormDefinitionString ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Set-AzTemplateSpec [-ResourceId] [[-Description] ] [[-DisplayNa Set-AzTemplateSpec [-ResourceId] [-Version] [[-Description] ] [[-DisplayName] ] [-Location ] [-Tag ] -TemplateFile [-VersionDescription ] [-UIFormDefinitionFile ] [-UIFormDefinitionString ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -41,7 +41,7 @@ Set-AzTemplateSpec [-ResourceId] [-Version] [[-Description] [-Version] [[-Description] ] [[-DisplayName] ] [-Location ] [-Tag ] -TemplateJson [-VersionDescription ] [-UIFormDefinitionFile ] [-UIFormDefinitionString ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -50,7 +50,7 @@ Set-AzTemplateSpec [-ResourceId] [-Version] [[-Description] [-Name] [[-Description] ] [[-DisplayName] ] [-Location ] [-Tag ] [-UIFormDefinitionFile ] [-UIFormDefinitionString ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateVersionByNameFromJsonFileParameterSet @@ -58,7 +58,7 @@ Set-AzTemplateSpec [-ResourceGroupName] [-Name] [[-Description Set-AzTemplateSpec [-ResourceGroupName] [-Name] [-Version] [[-Description] ] [[-DisplayName] ] [-Location ] [-Tag ] -TemplateFile [-VersionDescription ] [-UIFormDefinitionFile ] [-UIFormDefinitionString ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -67,7 +67,7 @@ Set-AzTemplateSpec [-ResourceGroupName] [-Name] [-Version] [-Name] [-Version] [[-Description] ] [[-DisplayName] ] [-Location ] [-Tag ] -TemplateJson [-VersionDescription ] [-UIFormDefinitionFile ] [-UIFormDefinitionString ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -203,6 +203,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. diff --git a/src/Resources/Resources/help/Start-AzTenantBackfill.md b/src/Resources/Resources/help/Start-AzTenantBackfill.md index b0e45300b500..c941f0301ea4 100644 --- a/src/Resources/Resources/help/Start-AzTenantBackfill.md +++ b/src/Resources/Resources/help/Start-AzTenantBackfill.md @@ -13,7 +13,7 @@ Starts backfilling subscriptions for the current Tenant ## SYNTAX ``` -Start-AzTenantBackfill [-DefaultProfile ] +Start-AzTenantBackfill [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -49,6 +49,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Stop-AzDeployment.md b/src/Resources/Resources/help/Stop-AzDeployment.md index 4099a9138ad2..f646b4661704 100644 --- a/src/Resources/Resources/help/Stop-AzDeployment.md +++ b/src/Resources/Resources/help/Stop-AzDeployment.md @@ -15,19 +15,19 @@ Cancel a running deployment ### StopByDeploymentName (Default) ``` Stop-AzDeployment [-Name] [-PassThru] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StopByDeploymentId ``` Stop-AzDeployment -Id [-PassThru] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StopByInputObject ``` Stop-AzDeployment -InputObject [-PassThru] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -147,6 +147,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Stop-AzManagementGroupDeployment.md b/src/Resources/Resources/help/Stop-AzManagementGroupDeployment.md index 486def542939..222b480ff213 100644 --- a/src/Resources/Resources/help/Stop-AzManagementGroupDeployment.md +++ b/src/Resources/Resources/help/Stop-AzManagementGroupDeployment.md @@ -15,20 +15,20 @@ Cancel a running deployment at a management group ### StopByDeploymentName (Default) ``` Stop-AzManagementGroupDeployment [-ManagementGroupId] [-Name] [-PassThru] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StopByDeploymentId ``` Stop-AzManagementGroupDeployment -Id [-PassThru] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StopByInputObject ``` Stop-AzManagementGroupDeployment -InputObject [-PassThru] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -162,6 +162,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Stop-AzResourceGroupDeployment.md b/src/Resources/Resources/help/Stop-AzResourceGroupDeployment.md index 6d3be809e94f..4987d9eabbc7 100644 --- a/src/Resources/Resources/help/Stop-AzResourceGroupDeployment.md +++ b/src/Resources/Resources/help/Stop-AzResourceGroupDeployment.md @@ -16,14 +16,14 @@ Cancels a resource group deployment. ### StopByResourceGroupDeploymentName (Default) ``` Stop-AzResourceGroupDeployment [-ResourceGroupName] [-Name] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StopByResourceGroupDeploymentId ``` Stop-AzResourceGroupDeployment -Id [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -126,6 +126,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName Specifies the name of the resource group. This cmdlet stops the deployment of the resource group that this parameter specifies. diff --git a/src/Resources/Resources/help/Stop-AzRoleAssignmentScheduleRequest.md b/src/Resources/Resources/help/Stop-AzRoleAssignmentScheduleRequest.md index 92be5b063b92..2437100baa4f 100644 --- a/src/Resources/Resources/help/Stop-AzRoleAssignmentScheduleRequest.md +++ b/src/Resources/Resources/help/Stop-AzRoleAssignmentScheduleRequest.md @@ -15,13 +15,13 @@ Cancels a pending role assignment schedule request. ### Cancel (Default) ``` Stop-AzRoleAssignmentScheduleRequest -Name -Scope [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CancelViaIdentity ``` Stop-AzRoleAssignmentScheduleRequest -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -102,6 +102,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role assignment request to cancel. diff --git a/src/Resources/Resources/help/Stop-AzRoleEligibilityScheduleRequest.md b/src/Resources/Resources/help/Stop-AzRoleEligibilityScheduleRequest.md index a7df14d1efed..ebfaf9b699aa 100644 --- a/src/Resources/Resources/help/Stop-AzRoleEligibilityScheduleRequest.md +++ b/src/Resources/Resources/help/Stop-AzRoleEligibilityScheduleRequest.md @@ -15,13 +15,13 @@ Cancels a pending role eligibility schedule request. ### Cancel (Default) ``` Stop-AzRoleEligibilityScheduleRequest -Name -Scope [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### CancelViaIdentity ``` Stop-AzRoleEligibilityScheduleRequest -InputObject [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -102,6 +102,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the role eligibility request to cancel. diff --git a/src/Resources/Resources/help/Stop-AzTenantDeployment.md b/src/Resources/Resources/help/Stop-AzTenantDeployment.md index 8e35299c010b..1ff1eb7d9620 100644 --- a/src/Resources/Resources/help/Stop-AzTenantDeployment.md +++ b/src/Resources/Resources/help/Stop-AzTenantDeployment.md @@ -15,19 +15,19 @@ Cancel a running deployment at tenant scope ### StopByDeploymentName (Default) ``` Stop-AzTenantDeployment [-Name] [-PassThru] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StopByDeploymentId ``` Stop-AzTenantDeployment -Id [-PassThru] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StopByInputObject ``` Stop-AzTenantDeployment -InputObject [-PassThru] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -146,6 +146,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Test-AzDeployment.md b/src/Resources/Resources/help/Test-AzDeployment.md index 3a5539345044..6731294de19e 100644 --- a/src/Resources/Resources/help/Test-AzDeployment.md +++ b/src/Resources/Resources/help/Test-AzDeployment.md @@ -16,119 +16,119 @@ Validates a deployment. ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterObject ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterObject ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterObject ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsObject ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterFile ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterFile ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterFile ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParams ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByParameterFileWithNoTemplate ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterUri ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterUri ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterUri ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsUri ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectWithNoParameters ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriWithNoParameters ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceId ``` Test-AzDeployment [-Name ] -Location [-QueryString ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -233,6 +233,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Test-AzManagementGroupDeployment.md b/src/Resources/Resources/help/Test-AzManagementGroupDeployment.md index a865032e4a0e..50c81a3ec0bb 100644 --- a/src/Resources/Resources/help/Test-AzManagementGroupDeployment.md +++ b/src/Resources/Resources/help/Test-AzManagementGroupDeployment.md @@ -16,7 +16,7 @@ Validates a deployment at a management group. ``` Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterObject @@ -24,7 +24,7 @@ Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -L Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterObject @@ -32,7 +32,7 @@ Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -L Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterObject @@ -40,7 +40,7 @@ Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -L Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsObject @@ -48,7 +48,7 @@ Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -L Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterFile @@ -56,21 +56,21 @@ Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -L Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterFile ``` Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterFile ``` Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParams @@ -78,14 +78,14 @@ Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -L Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByParameterFileWithNoTemplate ``` Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterUri @@ -93,49 +93,49 @@ Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -L Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterUri ``` Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterUri ``` Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsUri ``` Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] - [-Pre] [-DefaultProfile ] [] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectWithNoParameters ``` Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateUriWithNoParameters ``` Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateSpecResourceId ``` Test-AzManagementGroupDeployment [-Name ] -ManagementGroupId -Location [-QueryString ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -244,6 +244,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Test-AzManagementGroupDeploymentStack.md b/src/Resources/Resources/help/Test-AzManagementGroupDeploymentStack.md index ec73cea16de8..2d2d1c00755f 100644 --- a/src/Resources/Resources/help/Test-AzManagementGroupDeploymentStack.md +++ b/src/Resources/Resources/help/Test-AzManagementGroupDeploymentStack.md @@ -20,7 +20,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -32,7 +32,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -44,7 +44,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -56,7 +56,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -68,7 +68,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -80,7 +80,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -92,7 +92,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -104,7 +104,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -116,7 +116,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterFile [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -128,7 +128,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -140,7 +140,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -152,7 +152,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -164,7 +164,7 @@ Test-AzManagementGroupDeploymentStack [-PassThru] -Name -ManagementGrou [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -430,6 +430,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Test-AzResourceGroupDeployment.md b/src/Resources/Resources/help/Test-AzResourceGroupDeployment.md index 234d531604fb..16de0f9e522a 100644 --- a/src/Resources/Resources/help/Test-AzResourceGroupDeployment.md +++ b/src/Resources/Resources/help/Test-AzResourceGroupDeployment.md @@ -18,7 +18,7 @@ Validates a resource group deployment. Test-AzResourceGroupDeployment -ResourceGroupName [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterObject @@ -26,7 +26,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterObject @@ -34,7 +34,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterObject @@ -42,7 +42,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsObject @@ -50,7 +50,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterFile @@ -58,7 +58,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterFile @@ -66,7 +66,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterFile @@ -74,7 +74,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParams @@ -82,7 +82,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByParameterFileWithNoTemplate @@ -90,7 +90,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterUri @@ -98,7 +98,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterUri @@ -106,7 +106,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterUri @@ -114,7 +114,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsUri @@ -122,7 +122,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectWithNoParameters @@ -130,7 +130,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriWithNoParameters @@ -138,7 +138,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceId @@ -146,7 +146,7 @@ Test-AzResourceGroupDeployment -ResourceGroupName [-Mode [-Mode ] [-RollbackToLastDeployment] [-RollBackDeploymentName ] [-QueryString ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -231,6 +231,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Test-AzResourceGroupDeploymentStack.md b/src/Resources/Resources/help/Test-AzResourceGroupDeploymentStack.md index d6065bf78f59..49ade2c94621 100644 --- a/src/Resources/Resources/help/Test-AzResourceGroupDeploymentStack.md +++ b/src/Resources/Resources/help/Test-AzResourceGroupDeploymentStack.md @@ -19,7 +19,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -30,7 +30,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -41,7 +41,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -52,7 +52,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -63,7 +63,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -74,7 +74,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -85,7 +85,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -96,7 +96,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -107,7 +107,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterFile [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -118,7 +118,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -129,7 +129,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterObject [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -140,7 +140,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -151,7 +151,7 @@ Test-AzResourceGroupDeploymentStack [-PassThru] -Name -ResourceGroupNam [-DenySettingsExcludedPrincipal ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -372,6 +372,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Test-AzSubscriptionDeploymentStack.md b/src/Resources/Resources/help/Test-AzSubscriptionDeploymentStack.md index 1aaa431250cb..4da27169e0b9 100644 --- a/src/Resources/Resources/help/Test-AzSubscriptionDeploymentStack.md +++ b/src/Resources/Resources/help/Test-AzSubscriptionDeploymentStack.md @@ -19,7 +19,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -31,7 +31,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileWithParameterUri @@ -42,7 +42,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateFileWithParameterObject @@ -53,7 +53,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateFile -TemplateParameterObject [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithParameterFile @@ -64,7 +64,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithParameterUri @@ -75,7 +75,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithParameterObject @@ -86,7 +86,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri -TemplateParameterObject [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateUriWithNoParameters @@ -96,7 +96,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateUri [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -108,7 +108,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterFile [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecWithParameterUri @@ -119,7 +119,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterUri [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecWithParameterObject @@ -130,7 +130,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId -TemplateParameterObject [-SkipTemplateParameterPrompt] [-QueryString ] [-Pre] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ByTemplateSpecWithNoParameters @@ -140,7 +140,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateSpecId [-SkipTemplateParameterPrompt] [-QueryString ] - [-Pre] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -151,7 +151,7 @@ Test-AzSubscriptionDeploymentStack [-PassThru] [-Name] [-Description ] [-DenySettingsExcludedAction ] [-DenySettingsApplyToChildScopes] [-DeploymentResourceGroupName ] [-Tag ] [-Force] [-AsJob] [-BypassStackOutOfSyncError] -TemplateParameterFile [-SkipTemplateParameterPrompt] - [-QueryString ] [-Pre] [-DefaultProfile ] + [-QueryString ] [-Pre] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -403,6 +403,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Test-AzTenantDeployment.md b/src/Resources/Resources/help/Test-AzTenantDeployment.md index 54df8d386800..ef14b7c96041 100644 --- a/src/Resources/Resources/help/Test-AzTenantDeployment.md +++ b/src/Resources/Resources/help/Test-AzTenantDeployment.md @@ -16,119 +16,119 @@ Validates a deployment at tenant scope. ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterObject ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterObject -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterObject ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterObject -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterObject ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterObject -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsObject ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterObject -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterFile ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterFile -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterFile ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterFile -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterFile ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterFile -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParams ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterFile -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByParameterFileWithNoTemplate ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectAndParameterUri ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterUri -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateFileAndParameterUri ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterUri -TemplateFile [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateUriAndParameterUri ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterUri -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateSpecResourceIdAndParamsUri ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateParameterUri -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### ByTemplateObjectWithNoParameters ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateObject [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateUriWithNoParameters ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateUri [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### ByTemplateSpecResourceId ``` Test-AzTenantDeployment [-Name ] -Location [-QueryString ] -TemplateSpecId [-SkipTemplateParameterPrompt] [-Pre] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -222,6 +222,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -QueryString The query string (for example, a SAS token) to be used with the TemplateUri parameter. Would be used in case of linked templates diff --git a/src/Resources/Resources/help/Unregister-AzProviderFeature.md b/src/Resources/Resources/help/Unregister-AzProviderFeature.md index 8a1608e5f585..ca3fa9dd2f09 100644 --- a/src/Resources/Resources/help/Unregister-AzProviderFeature.md +++ b/src/Resources/Resources/help/Unregister-AzProviderFeature.md @@ -14,7 +14,7 @@ Unregisters an Azure provider feature in your account. ``` Unregister-AzProviderFeature -FeatureName -ProviderNamespace - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -62,6 +62,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace The resource provider namespace. diff --git a/src/Resources/Resources/help/Unregister-AzProviderPreviewFeature.md b/src/Resources/Resources/help/Unregister-AzProviderPreviewFeature.md index d6c32ea014b6..590e682e1872 100644 --- a/src/Resources/Resources/help/Unregister-AzProviderPreviewFeature.md +++ b/src/Resources/Resources/help/Unregister-AzProviderPreviewFeature.md @@ -14,7 +14,7 @@ Removes a feature registration from your account. ``` Unregister-AzProviderPreviewFeature -Name -ProviderNamespace [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -77,6 +77,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace The resource provider namespace. diff --git a/src/Resources/Resources/help/Unregister-AzResourceProvider.md b/src/Resources/Resources/help/Unregister-AzResourceProvider.md index 614e4ab1d074..6da79256effc 100644 --- a/src/Resources/Resources/help/Unregister-AzResourceProvider.md +++ b/src/Resources/Resources/help/Unregister-AzResourceProvider.md @@ -15,7 +15,7 @@ Unregisters a resource provider. ``` Unregister-AzResourceProvider -ProviderNamespace [-ApiVersion ] [-Pre] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -80,6 +80,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ProviderNamespace Specifies the namespace of the resource provider. diff --git a/src/Resources/Resources/help/Update-AzADAppFederatedCredential.md b/src/Resources/Resources/help/Update-AzADAppFederatedCredential.md index 051f37ef3853..e639bbc2da48 100644 --- a/src/Resources/Resources/help/Update-AzADAppFederatedCredential.md +++ b/src/Resources/Resources/help/Update-AzADAppFederatedCredential.md @@ -15,7 +15,7 @@ Update the navigation property federatedIdentityCredentials in applications ``` Update-AzADAppFederatedCredential -ApplicationObjectId -FederatedCredentialId [-AdditionalProperties ] [-Audience ] [-Description ] [-Issuer ] - [-Subject ] [-DefaultProfile ] [-PassThru] [-WhatIf] + [-Subject ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -160,6 +160,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Subject Required. The identifier of the external software workload within the external identity provider. diff --git a/src/Resources/Resources/help/Update-AzADApplication.md b/src/Resources/Resources/help/Update-AzADApplication.md index 57c321278782..6287762ccceb 100644 --- a/src/Resources/Resources/help/Update-AzADApplication.md +++ b/src/Resources/Resources/help/Update-AzADApplication.md @@ -28,7 +28,7 @@ Update-AzADApplication -ObjectId [-HomePage ] [-ReplyUrl ] [-SPARedirectUri ] [-Tag ] [-TokenEncryptionKeyId ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-Web ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -48,7 +48,7 @@ Update-AzADApplication -ApplicationId [-HomePage ] [-ReplyUrl ] [-SPARedirectUri ] [-Tag ] [-TokenEncryptionKeyId ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-Web ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -68,7 +68,7 @@ Update-AzADApplication -InputObject [-HomePage ] [-SPARedirectUri ] [-Tag ] [-TokenEncryptionKeyId ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-Web ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -527,6 +527,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PublicClientRedirectUri ```yaml @@ -1722,4 +1737,7 @@ WEB ``: webApplication ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Update-AzADGroup.md b/src/Resources/Resources/help/Update-AzADGroup.md index 5a0fdb98cc0c..ce976bbc4583 100644 --- a/src/Resources/Resources/help/Update-AzADGroup.md +++ b/src/Resources/Resources/help/Update-AzADGroup.md @@ -21,7 +21,7 @@ Update-AzADGroup -ObjectId [-AdditionalProperties ] [-MembershipRuleProcessingState ] [-PermissionGrant ] [-PreferredDataLocation ] [-PreferredLanguage ] [-SecurityEnabled] [-SecurityIdentifier ] [-Theme ] - [-Visibility ] [-DefaultProfile ] [-PassThru] [-WhatIf] + [-Visibility ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -393,6 +393,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SecurityEnabled Specifies whether the group is a security group. Returned by default. diff --git a/src/Resources/Resources/help/Update-AzADServicePrincipal.md b/src/Resources/Resources/help/Update-AzADServicePrincipal.md index ea780d410825..fb24376abf45 100644 --- a/src/Resources/Resources/help/Update-AzADServicePrincipal.md +++ b/src/Resources/Resources/help/Update-AzADServicePrincipal.md @@ -33,7 +33,7 @@ Update-AzADServicePrincipal -ObjectId [-KeyCredential ] [-TokenLifetimePolicy ] [-TransitiveMemberOf ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SpApplicationIdWithDisplayNameParameterSet @@ -57,7 +57,7 @@ Update-AzADServicePrincipal [-KeyCredential ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-TransitiveMemberOf ] -ApplicationId [-DefaultProfile ] - [-PassThru] [-WhatIf] [-Confirm] [] + [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObjectWithDisplayNameParameterSet @@ -81,7 +81,7 @@ Update-AzADServicePrincipal [-KeyCredential ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-TransitiveMemberOf ] -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -106,7 +106,7 @@ Update-AzADServicePrincipal [-KeyCredential ] [-TokenIssuancePolicy ] [-TokenLifetimePolicy ] [-TransitiveMemberOf ] -ServicePrincipalName - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -695,6 +695,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ReplyUrl The URLs that user tokens are sent to for sign in with the associated application, or the redirect URIs that OAuth 2.0 authorization codes and access tokens are sent to for the associated application. Not nullable. @@ -2118,4 +2133,7 @@ TRANSITIVEMEMBEROF : . ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Update-AzADServicePrincipalAppRoleAssignment.md b/src/Resources/Resources/help/Update-AzADServicePrincipalAppRoleAssignment.md index c5d807e34d9e..75958275b7ff 100644 --- a/src/Resources/Resources/help/Update-AzADServicePrincipalAppRoleAssignment.md +++ b/src/Resources/Resources/help/Update-AzADServicePrincipalAppRoleAssignment.md @@ -16,14 +16,14 @@ Update the navigation property appRoleAssignments in servicePrincipals ``` Update-AzADServicePrincipalAppRoleAssignment -AppRoleAssignmentId -ServicePrincipalId [-AdditionalProperties ] [-AppRoleId ] [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Update ``` Update-AzADServicePrincipalAppRoleAssignment -AppRoleAssignmentId -ServicePrincipalId -Body [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -135,6 +135,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ServicePrincipalId key: id of servicePrincipal diff --git a/src/Resources/Resources/help/Update-AzADUser.md b/src/Resources/Resources/help/Update-AzADUser.md index 66053150a301..549bbcb218b2 100644 --- a/src/Resources/Resources/help/Update-AzADUser.md +++ b/src/Resources/Resources/help/Update-AzADUser.md @@ -24,7 +24,7 @@ Update-AzADUser -UPNOrObjectId [-AccountEnabled ] [-Password < [-OnPremisesImmutableId ] [-OtherMail ] [-PasswordPolicy ] [-PasswordProfile ] [-PostalCode ] [-PreferredLanguage ] [-ShowInAddressList] [-State ] [-StreetAddress ] [-Surname ] [-UsageLocation ] - [-UserType ] [-DefaultProfile ] [-PassThru] [-WhatIf] + [-UserType ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -40,7 +40,7 @@ Update-AzADUser [-AccountEnabled ] [-Password ] [-ForceCh [-PasswordPolicy ] [-PasswordProfile ] [-PostalCode ] [-PreferredLanguage ] [-ShowInAddressList] [-State ] [-StreetAddress ] [-Surname ] [-UsageLocation ] [-UserType ] -ObjectId - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -56,7 +56,7 @@ Update-AzADUser [-AccountEnabled ] [-Password ] [-ForceCh [-PasswordPolicy ] [-PasswordProfile ] [-PostalCode ] [-PreferredLanguage ] [-ShowInAddressList] [-State ] [-StreetAddress ] [-Surname ] [-UsageLocation ] [-UserType ] -InputObject - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -72,7 +72,7 @@ Update-AzADUser [-AccountEnabled ] [-Password ] [-ForceCh [-PasswordPolicy ] [-PasswordProfile ] [-PostalCode ] [-PreferredLanguage ] [-ShowInAddressList] [-State ] [-StreetAddress ] [-Surname ] [-UsageLocation ] [-UserType ] -UserPrincipalName - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -681,6 +681,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ShowInAddressList true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. @@ -1317,4 +1332,7 @@ PASSWORDPROFILE ``: passwordProfile ## RELATED LINKS +## RELATED LINKS + + ## RELATED LINKS diff --git a/src/Resources/Resources/help/Update-AzManagementGroup.md b/src/Resources/Resources/help/Update-AzManagementGroup.md index 4a444c2f2c4a..4b2f06c2a656 100644 --- a/src/Resources/Resources/help/Update-AzManagementGroup.md +++ b/src/Resources/Resources/help/Update-AzManagementGroup.md @@ -15,7 +15,7 @@ Updates a Management Group ### GroupOperations (Default) ``` Update-AzManagementGroup -GroupName [-DisplayName ] [-ParentId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -23,20 +23,20 @@ Update-AzManagementGroup -GroupName [-DisplayName ] [-ParentId ``` Update-AzManagementGroup -InputObject [-DisplayName ] [-DefaultProfile ] -ParentObject - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ManagementGroupObject ``` Update-AzManagementGroup -InputObject [-DisplayName ] [-ParentId ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ParentGroupObject ``` Update-AzManagementGroup -GroupName [-DisplayName ] [-DefaultProfile ] - -ParentObject [-WhatIf] [-Confirm] + -ParentObject [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -210,6 +210,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Update-AzManagementGroupHierarchySetting.md b/src/Resources/Resources/help/Update-AzManagementGroupHierarchySetting.md index b101c7525130..75b0470175d9 100644 --- a/src/Resources/Resources/help/Update-AzManagementGroupHierarchySetting.md +++ b/src/Resources/Resources/help/Update-AzManagementGroupHierarchySetting.md @@ -16,13 +16,13 @@ Updates Hierarchy Settings under the current tenant ``` Update-AzManagementGroupHierarchySetting [-GroupName] [-Authorization ] [-DefaultManagementGroup ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### ParentGroupObject ``` Update-AzManagementGroupHierarchySetting [-GroupName] [-Authorization ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -135,6 +135,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/src/Resources/Resources/help/Update-AzPolicyAssignment.md b/src/Resources/Resources/help/Update-AzPolicyAssignment.md index 62e43f475c9b..2c6850e862ed 100644 --- a/src/Resources/Resources/help/Update-AzPolicyAssignment.md +++ b/src/Resources/Resources/help/Update-AzPolicyAssignment.md @@ -19,7 +19,7 @@ For example, when you assign a policy at resource group scope, that policy appli Update-AzPolicyAssignment -Name [-Scope ] [-NotScope ] [-DisplayName ] [-Description ] [-Metadata ] [-Location ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-NonComplianceMessage ] [-BackwardCompatible] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### NameParameterObject @@ -27,7 +27,7 @@ Update-AzPolicyAssignment -Name [-Scope ] [-NotScope Update-AzPolicyAssignment -Name [-Scope ] [-NotScope ] [-DisplayName ] [-Description ] [-Metadata ] [-Location ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-NonComplianceMessage ] [-BackwardCompatible] - -PolicyParameterObject [-DefaultProfile ] [-WhatIf] + -PolicyParameterObject [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -36,7 +36,7 @@ Update-AzPolicyAssignment -Name [-Scope ] [-NotScope Update-AzPolicyAssignment -Name [-Scope ] [-NotScope ] [-DisplayName ] [-Description ] [-Metadata ] [-Location ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-NonComplianceMessage ] [-BackwardCompatible] - -PolicyParameter [-DefaultProfile ] [-WhatIf] + -PolicyParameter [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -45,7 +45,7 @@ Update-AzPolicyAssignment -Name [-Scope ] [-NotScope Update-AzPolicyAssignment -Id [-NotScope ] [-DisplayName ] [-Description ] [-Metadata ] [-Location ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-NonComplianceMessage ] [-BackwardCompatible] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### IdParameterObject @@ -53,7 +53,7 @@ Update-AzPolicyAssignment -Id [-NotScope ] [-DisplayName [-NotScope ] [-DisplayName ] [-Description ] [-Metadata ] [-Location ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-NonComplianceMessage ] [-BackwardCompatible] - -PolicyParameterObject [-DefaultProfile ] [-WhatIf] + -PolicyParameterObject [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -62,7 +62,7 @@ Update-AzPolicyAssignment -Id [-NotScope ] [-DisplayName [-NotScope ] [-DisplayName ] [-Description ] [-Metadata ] [-Location ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-NonComplianceMessage ] [-BackwardCompatible] -PolicyParameter - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject @@ -70,7 +70,7 @@ Update-AzPolicyAssignment -Id [-NotScope ] [-DisplayName ] [-DisplayName ] [-Description ] [-Metadata ] [-Location ] [-EnforcementMode ] [-IdentityType ] [-IdentityId ] [-NonComplianceMessage ] [-BackwardCompatible] - -InputObject [-DefaultProfile ] [-WhatIf] + -InputObject [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -434,6 +434,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the policy assignment. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' diff --git a/src/Resources/Resources/help/Update-AzPolicyDefinition.md b/src/Resources/Resources/help/Update-AzPolicyDefinition.md index 9faf90a996b4..b0eca9ed0887 100644 --- a/src/Resources/Resources/help/Update-AzPolicyDefinition.md +++ b/src/Resources/Resources/help/Update-AzPolicyDefinition.md @@ -16,14 +16,14 @@ This operation updates an existing policy definition in the given subscription o ``` Update-AzPolicyDefinition -Name [-DisplayName ] [-Description ] [-Policy ] [-Metadata ] [-Parameter ] [-Mode ] [-BackwardCompatible] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SubscriptionId ``` Update-AzPolicyDefinition -Name -SubscriptionId [-DisplayName ] [-Description ] [-Policy ] [-Metadata ] [-Parameter ] [-Mode ] - [-BackwardCompatible] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -31,7 +31,7 @@ Update-AzPolicyDefinition -Name -SubscriptionId [-DisplayName ``` Update-AzPolicyDefinition -Name -ManagementGroupName [-DisplayName ] [-Description ] [-Policy ] [-Metadata ] [-Parameter ] [-Mode ] - [-BackwardCompatible] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -39,14 +39,14 @@ Update-AzPolicyDefinition -Name -ManagementGroupName [-Display ``` Update-AzPolicyDefinition -Id [-DisplayName ] [-Description ] [-Policy ] [-Metadata ] [-Parameter ] [-Mode ] [-BackwardCompatible] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject ``` Update-AzPolicyDefinition [-DisplayName ] [-Description ] [-Policy ] [-Metadata ] [-Parameter ] [-Mode ] [-BackwardCompatible] - -InputObject [-DefaultProfile ] [-WhatIf] + -InputObject [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -272,6 +272,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. diff --git a/src/Resources/Resources/help/Update-AzPolicyExemption.md b/src/Resources/Resources/help/Update-AzPolicyExemption.md index 0f7efeab432a..a946555bd796 100644 --- a/src/Resources/Resources/help/Update-AzPolicyExemption.md +++ b/src/Resources/Resources/help/Update-AzPolicyExemption.md @@ -17,7 +17,7 @@ This operation updates a policy exemption with the given scope and name. Update-AzPolicyExemption -Name [-Scope ] [-ExemptionCategory ] [-PolicyDefinitionReferenceId ] [-DisplayName ] [-Description ] [-ExpiresOn ] [-ClearExpiration] [-Metadata ] [-BackwardCompatible] - [-AssignmentScopeValidation ] [-DefaultProfile ] + [-AssignmentScopeValidation ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -26,7 +26,7 @@ Update-AzPolicyExemption -Name [-Scope ] [-ExemptionCategory ] [-PolicyDefinitionReferenceId ] -Id [-DisplayName ] [-Description ] [-ExpiresOn ] [-ClearExpiration] [-Metadata ] [-BackwardCompatible] [-AssignmentScopeValidation ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### InputObject @@ -34,7 +34,7 @@ Update-AzPolicyExemption [-ExemptionCategory ] [-PolicyDefinitionReferen Update-AzPolicyExemption [-ExemptionCategory ] [-PolicyDefinitionReferenceId ] [-DisplayName ] [-Description ] [-ExpiresOn ] [-ClearExpiration] [-Metadata ] [-BackwardCompatible] [-AssignmentScopeValidation ] - -InputObject [-DefaultProfile ] [-WhatIf] + -InputObject [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -307,6 +307,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Scope The scope of the policy exemption. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' diff --git a/src/Resources/Resources/help/Update-AzPolicySetDefinition.md b/src/Resources/Resources/help/Update-AzPolicySetDefinition.md index d6a5cdc292a3..1a6992bb343d 100644 --- a/src/Resources/Resources/help/Update-AzPolicySetDefinition.md +++ b/src/Resources/Resources/help/Update-AzPolicySetDefinition.md @@ -16,7 +16,7 @@ This operation updates an existing policy set definition in the given subscripti ``` Update-AzPolicySetDefinition -Name [-DisplayName ] [-Description ] [-PolicyDefinition ] [-Metadata ] [-Parameter ] [-PolicyDefinitionGroup ] - [-BackwardCompatible] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -25,7 +25,7 @@ Update-AzPolicySetDefinition -Name [-DisplayName ] [-Descriptio Update-AzPolicySetDefinition -Name -ManagementGroupName [-DisplayName ] [-Description ] [-PolicyDefinition ] [-Metadata ] [-Parameter ] [-PolicyDefinitionGroup ] [-BackwardCompatible] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### SubscriptionId @@ -33,14 +33,14 @@ Update-AzPolicySetDefinition -Name -ManagementGroupName [-Disp Update-AzPolicySetDefinition -Name -SubscriptionId [-DisplayName ] [-Description ] [-PolicyDefinition ] [-Metadata ] [-Parameter ] [-PolicyDefinitionGroup ] [-BackwardCompatible] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### Id ``` Update-AzPolicySetDefinition -Id [-DisplayName ] [-Description ] [-PolicyDefinition ] [-Metadata ] [-Parameter ] [-PolicyDefinitionGroup ] - [-BackwardCompatible] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-BackwardCompatible] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -48,7 +48,7 @@ Update-AzPolicySetDefinition -Id [-DisplayName ] [-Description ``` Update-AzPolicySetDefinition [-DisplayName ] [-Description ] [-PolicyDefinition ] [-Metadata ] [-Parameter ] [-PolicyDefinitionGroup ] [-BackwardCompatible] - -InputObject [-DefaultProfile ] + -InputObject [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -281,6 +281,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. diff --git a/src/Resources/Resources/help/Update-AzRoleManagementPolicy.md b/src/Resources/Resources/help/Update-AzRoleManagementPolicy.md index d389400d7933..7424e10837e0 100644 --- a/src/Resources/Resources/help/Update-AzRoleManagementPolicy.md +++ b/src/Resources/Resources/help/Update-AzRoleManagementPolicy.md @@ -16,14 +16,14 @@ Update a role management policy ``` Update-AzRoleManagementPolicy -Name -Scope [-Description ] [-DisplayName ] [-IsOrganizationDefault] [-Rule ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzRoleManagementPolicy -InputObject [-Description ] [-DisplayName ] [-IsOrganizationDefault] [-Rule ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -194,6 +194,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Rule The rule applied to the policy. To construct, see NOTES section for RULE properties and create a hash table. diff --git a/src/Resources/Resources/help/Update-AzTag.md b/src/Resources/Resources/help/Update-AzTag.md index 64ad73ab501d..eefde3ed60c8 100644 --- a/src/Resources/Resources/help/Update-AzTag.md +++ b/src/Resources/Resources/help/Update-AzTag.md @@ -16,7 +16,7 @@ Selectively updates the set of tags on a resource or subscription. ``` Update-AzTag [-ResourceId] [-Tag] [-Operation] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -120,6 +120,21 @@ Accept pipeline input: True (ByPropertyName) Accept wildcard characters: False ``` +### -ProgressAction +{{ Fill ProgressAction Description }} + +```yaml +Type: System.Management.Automation.ActionPreference +Parameter Sets: (All) +Aliases: proga + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceId The resource identifier for the tagged entity. A resource, a resource group or a subscription may be tagged.