You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -94,14 +94,14 @@ public class NewAzureRmHealthcareApisService : HealthcareApisBaseCmdlet
94
94
95
95
[Parameter(
96
96
Mandatory=false,
97
-
HelpMessage="HealthcareApis Fhir Service List of Cors Header.")]
97
+
HelpMessage="HealthcareApis Fhir Service List of Cors Header. Specify HTTP headers which can be used during the request. Use \" * \" for any header.")]
98
98
[ValidateNotNullOrEmpty]
99
99
publicstring[]CorsHeader{get;set;}
100
100
101
101
102
102
[Parameter(
103
103
Mandatory=false,
104
-
HelpMessage="HealthcareApis Fhir Service Cors Max Age.")]
104
+
HelpMessage="HealthcareApis Fhir Service Cors Max Age. Specify how long a result from a request can be cached in seconds. Example: 600 means 10 minutes.")]
105
105
[ValidateNotNullOrEmpty]
106
106
[ValidateRange(0,99999)]
107
107
publicintCorsMaxAge{get;set;}
@@ -110,11 +110,12 @@ public class NewAzureRmHealthcareApisService : HealthcareApisBaseCmdlet
110
110
Mandatory=false,
111
111
HelpMessage="HealthcareApis Fhir Service List of Cors Method.")]
HelpMessage="HealthcareApis Fhir Service List of Cors Origin.")]
118
+
HelpMessage="HealthcareApis Fhir Service List of Cors Origin. Specify URLs of origin sites that can access this API, or use \" * \" to allow access from any site.")]
[Parameter(Mandatory=false,ParameterSetName=ServiceNameParameterSet,HelpMessage="HealthcareApis FhirService List of Cors Origins. Specify URLs of origin sites that can access this API, or use \" * \" to allow access from any site.")]
74
+
[Parameter(Mandatory=false,ParameterSetName=ResourceIdParameterSet,HelpMessage="HealthcareApis FhirService List of Cors Origins. Specify URLs of origin sites that can access this API, or use \" * \" to allow access from any site.")]
[Parameter(Mandatory=false,ParameterSetName=ServiceNameParameterSet,HelpMessage="HealthcareApis FhirService List of Cors Headers.")]
74
-
[Parameter(Mandatory=false,ParameterSetName=ResourceIdParameterSet,HelpMessage="HealthcareApis FhirService List of Cors Headers.")]
79
+
[Parameter(Mandatory=false,ParameterSetName=ServiceNameParameterSet,HelpMessage="HealthcareApis FhirService List of Cors Headers. Specify HTTP headers which can be used during the request. Use \" * \" for any header.")]
80
+
[Parameter(Mandatory=false,ParameterSetName=ResourceIdParameterSet,HelpMessage="HealthcareApis FhirService List of Cors Headers. Specify HTTP headers which can be used during the request. Use \" * \" for any header.")]
75
81
[ValidateNotNullOrEmpty]
76
82
publicstring[]CorsHeader{get;set;}
77
83
78
84
[Parameter(Mandatory=false,ParameterSetName=ServiceNameParameterSet,HelpMessage="HealthcareApis FhirService List of Cors Methods.")]
79
85
[Parameter(Mandatory=false,ParameterSetName=ResourceIdParameterSet,HelpMessage="HealthcareApis FhirService List of Cors Methods.")]
[Parameter(Mandatory=false,ParameterSetName=ServiceNameParameterSet,HelpMessage="HealthcareApis FhirService Cors Max Age.")]
84
-
[Parameter(Mandatory=false,ParameterSetName=ResourceIdParameterSet,HelpMessage="HealthcareApis FhirService Cors Max Age.")]
90
+
[Parameter(Mandatory=false,ParameterSetName=ServiceNameParameterSet,HelpMessage="HealthcareApis FhirService Cors Max Age. Specify how long a result from a request can be cached in seconds. Example: 600 means 10 minutes.")]
91
+
[Parameter(Mandatory=false,ParameterSetName=ResourceIdParameterSet,HelpMessage="HealthcareApis FhirService Cors Max Age. Specify how long a result from a request can be cached in seconds. Example: 600 means 10 minutes.")]
85
92
[ValidateNotNullOrEmpty]
86
93
[ValidateRange(0,99999)]
87
94
publicint?CorsMaxAge{get;set;}
@@ -91,6 +98,11 @@ public class SetAzureRmHealthcareApisService : HealthcareApisBaseCmdlet
0 commit comments