Skip to content

Commit 6527209

Browse files
peizhou298a651694192wyunchi-ms
authored
Personal/peizhou/acr (#14544)
* add acr related commands to healthcareapis * remove extra s for command name * add change logs * remove extra s for parameter * fix help online version issue * change test api version to 2021-02-11 * fix typo error and add ? operator for acr login server * change parameter acrloginservers to acrloginserver * Skip the test failed test cases in websites. * Update ChangeLog.md * Remove useless nupkg * Add back nupkg * Fix signature * Revert Acr Login Server logic * Revert Acr Login Server logic * Revert Acr Login Server logic Co-authored-by: Peiyuan Zhou <[email protected]> Co-authored-by: wyunchi-ms <[email protected]> Co-authored-by: Yunchi Wang <[email protected]>
1 parent 09a376f commit 6527209

17 files changed

+21972
-23115
lines changed

src/HealthcareApis/HealthcareApis.Test/SessionRecords/Microsoft.Azure.Commands.HealthcareApisService.Test.ScenarioTests.HealthcareApisServiceTests/TestAzRmHealthcareApisService.json

Lines changed: 6566 additions & 6566 deletions
Large diffs are not rendered by default.

src/HealthcareApis/HealthcareApis.Test/SessionRecords/Microsoft.Azure.Commands.HealthcareApisService.Test.ScenarioTests.HealthcareApisServiceTests/TestPrivateEndpointConnection.json

Lines changed: 4751 additions & 4751 deletions
Large diffs are not rendered by default.

src/HealthcareApis/HealthcareApis.Test/SessionRecords/Microsoft.Azure.Commands.HealthcareApisService.Test.ScenarioTests.HealthcareApisServiceTests/TestPublicNetworkAccessControl.json

Lines changed: 10644 additions & 10644 deletions
Large diffs are not rendered by default.

src/HealthcareApis/HealthcareApis/HealthcareApis/AddAzureRmHealthcareapisAcrLoginServer.cs

Lines changed: 0 additions & 146 deletions
This file was deleted.

src/HealthcareApis/HealthcareApis/HealthcareApis/NewAzureRmHealthcareApisService.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@ public class NewAzureRmHealthcareApisService : HealthcareApisBaseCmdlet
132132
[ValidateNotNullOrEmpty]
133133
public string ExportStorageAccountName { get; set; }
134134

135-
[Parameter(
136-
Mandatory = false,
137-
HelpMessage = "HealthcareApis Fhir Service List of Acr Login Server.")]
138-
[ValidateNotNullOrEmpty]
139-
public string[] AcrLoginServer { get; set; }
140-
141135
[Parameter(
142136
Mandatory = false,
143137
HelpMessage = "HealthcareApis Fhir Service EnableSmartProxy.")]
@@ -195,7 +189,6 @@ public override void ExecuteCmdlet()
195189
CosmosDbConfiguration = new ServiceCosmosDbConfigurationInfo() { OfferThroughput = GetCosmosDBThroughput(), KeyVaultKeyUri = GetCosmosDBKeyVaultKeyUri() },
196190
CorsConfiguration = new ServiceCorsConfigurationInfo() { Origins = CorsOrigin, Headers = CorsHeader, Methods = CorsMethod, MaxAge = CorsMaxAge, AllowCredentials = AllowCorsCredential },
197191
ExportConfiguration = new ServiceExportConfigurationInfo() { StorageAccountName = ExportStorageAccountName },
198-
AcrConfiguration = new ServiceAcrConfigurationInfo { LoginServers = AcrLoginServer },
199192
AccessPolicies = accessPolicies,
200193
}
201194
};

src/HealthcareApis/HealthcareApis/HealthcareApis/RemoveAzureRmHealthcareapisAcrLoginServer.cs

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)